RNA-Seq Differential Analysis

gene count and transcript count were output following the TrimGalore -> STAR -> StringTie pipeline, and the below analysis would aim to 1. Integrate the gene model annotation and segments 2. Perform differential analysis using EdgeR

Load Packages

library("edgeR")
## Loading required package: limma
library("ggplot2")
library("dplyr")
## 
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
## 
##     filter, lag
## The following objects are masked from 'package:base':
## 
##     intersect, setdiff, setequal, union

Read in Data files

gene_count_matrix = read.csv("./diff_exp/gene_count_matrix.csv")
transcript_count_matrix = read.csv("./diff_exp/transcript_count_matrix.csv")
dim(gene_count_matrix)
## [1] 35273    11
head(gene_count_matrix)
##       gene_id out_56 out_57 out_58 out_59 out_60 out_61 out_62 out_63 out_64
## 1 Gene.Seg1.2      3      0      5      4      0      2      4      0      0
## 2 Gene.Seg1.4     84     19    172    127     39     34     36     21     56
## 3 Gene.Seg1.5     14      0     25     15     15      8      4      8     15
## 4 Gene.Seg1.9     83    363    203    229    338    275    195    538    413
## 5 Gene.Seg1.6     38      0     40     16      0     11     14     10      0
## 6 Gene.Seg1.7      3      0      0      0      1      0      1      0      0
##   out_65
## 1      1
## 2     22
## 3     29
## 4    426
## 5      6
## 6      0
dim(transcript_count_matrix)
## [1] 35273    11
head(transcript_count_matrix)
##   transcript_id out_56 out_57 out_58 out_59 out_60 out_61 out_62 out_63 out_64
## 1        Seg1.2      3      0      5      4      0      2      4      0      0
## 2        Seg1.4     84     19    172    127     39     34     36     21     56
## 3        Seg1.5     14      0     25     15     15      8      4      8     15
## 4        Seg1.9     83    363    203    229    338    275    195    538    413
## 5        Seg1.6     38      0     40     16      0     11     14     10      0
## 6        Seg1.7      3      0      0      0      1      0      1      0      0
##   out_65
## 1      1
## 2     22
## 3     29
## 4    426
## 5      6
## 6      0

As the StringTie output for both transcript and gene count are identitical, would now use the transcript_count_matrix for downstream analysis

Read in gene model annotation file

gene_anno = read.csv("./diff_exp/gene_annotation.csv")
head(gene_anno)
##   X.Gene_ID Vetted..Not_Dubious_Not_rRNA_Not_Transposon. Transcript_ID
## 1    Seg1.1                                          Yes        Seg1.1
## 2   Seg1.10                                           No       Seg1.10
## 3   Seg1.11                                          Yes       Seg1.11
## 4   Seg1.12                                          Yes       Seg1.12
## 5   Seg1.13                                           No       Seg1.13
## 6    Seg1.2                                          Yes        Seg1.2
##   CDS_coordinates Protein_ID Protein_coordinates       ORF_Type
## 1       CDS=1-363  Seg1.1.p1            1-363(+) 3prime_partial
## 2      CDS=3-1237 Seg1.10.p1           2-1237(+) 5prime_partial
## 3     CDS=204-974 Seg1.11.p1          204-974(+)       complete
## 4      CDS=99-509 Seg1.12.p1            3-509(+) 5prime_partial
## 5       CDS=1-171          .                   .              .
## 6       CDS=1-196          .                   .              .
##                        StringTie_gene_ID StrinTie_Total_Read_Counts
## 1                          Seg1.1|Seg1.1                          2
## 2                       MSTRG.10|Seg1.10                         16
## 3                       MSTRG.11|Seg1.11                         24
## 4                        Seg1.12|Seg1.12                         97
## 5                        Seg1.13|Seg1.13                          3
## 6 MSTRG.1|MSTRG.1.1;Seg1.2;Seg1.3;Seg1.4                      5,888
##   Dubious_Gene._..10_reads_AND_lacking_complete_protein_model_AND_No_Annotation.
## 1                                                                             No
## 2                                                                             No
## 3                                                                             No
## 4                                                                             No
## 5                                                                            Yes
## 6                                                                             No
##        BLASTx_Best_Hit      BLASTp_Best_Hit
## 1  sp|Q19546|WRN_CAEEL  sp|Q19546|WRN_CAEEL
## 2 sp|P10394|POL4_DROME sp|P10394|POL4_DROME
## 3                    0                    0
## 4                    0                    0
## 5                    0                    0
## 6                    0                    0
##                                                                                                                             BLASTp_Description
## 1                                                                      Probable_Werner_syndrome_ATP-dependent_helicase_homolog_1_(EC_3.6.4.12)
## 2 Retrovirus-related_Pol_polyprotein_from_transposon_412_[Includes:_Protease_(EC_3.4.23.-);_Reverse_transcriptase_(EC_2.7.7.49);_Endonuclease]
## 3                                                                                                                                            .
## 4                                                                                                                                            .
## 5                                                                                                                                            .
## 6                                                                                                                                            .
##   RNAMMER_MEGABLAST_Match Ribosomal_Protien..RNAMMER_Hit_OR_BLASTP_Hit.
## 1                       0                                            No
## 2                       0                                            No
## 3                       0                                            No
## 4                       0                                            No
## 5                       0                                            No
## 6                       0                                            No
##                         Repeat_MEGABLAST_Match
## 1                                            0
## 2 R=10436;R=10864;R=11819;R=7778;R=8208;R=8325
## 3      R=25364;R=25519;R=25911;R=26432;R=26747
## 4                                            0
## 5                                            0
## 6                                            0
##   Repetitive_Element..Repeat_Match_AND_.BLASTP_Hit_OR_No_Protein.
## 1                                                              No
## 2                                                             Yes
## 3                                                              No
## 4                                                              No
## 5                                                              No
## 6                                                              No
##                                                                                                                                                                                                                       PFAM_Domains_.target_name.accession.env_coordfrom.to...
## 1                                                                                                                                                                                                                          DEAD|PF00270.28(27-120);ResIII|PF04851.14(23-118);
## 2                                                                                                                                                                                                                                                   RVT_1|PF00078.26(72-236);
## 3 DivIVA|PF05103.12(1-81);DivIVA|PF05103.12(94-182);DUF16|PF01519.15(12-117);DUF16|PF01519.15(98-196);Lentiviral_Tat|PF02998.13(88-164);Lzipper-MIP1|PF14389.5(8-76);Lzipper-MIP1|PF14389.5(83-126);SlyX|PF04102.11(29-82);TMF_DNA_bd|PF12329.7(29-77);XhlA|PF10779.8(48-91);
## 4                                                                                                                                                                                                                                                                           0
## 5                                                                                                                                                                                                                                                                           0
## 6                                                                                                                                                                                                                                                                           0
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Gene_ontology_.GO.
## 1 chromosome_[GO:0005694];cytoplasm_[GO:0005737];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];site_of_double-strand_break_[GO:0035861];ATP_binding_[GO:0005524];ATP-dependent_3'-5'_DNA_helicase_activity_[GO:0043140];DNA_binding_[GO:0003677];four-way_junction_helicase_activity_[GO:0009378];base-excision_repair_[GO:0006284];determination_of_adult_lifespan_[GO:0008340];DNA_metabolic_process_[GO:0006259];DNA_replication_[GO:0006260];double-strand_break_repair_via_homologous_recombination_[GO:0000724];growth_[GO:0040007];response_to_ionizing_radiation_[GO:0010212]
## 2                                                                                                                                                                                                                                                                                                                                                                               aspartic-type_endopeptidase_activity_[GO:0004190];endonuclease_activity_[GO:0004519];nucleic_acid_binding_[GO:0003676];RNA-directed_DNA_polymerase_activity_[GO:0003964];DNA_integration_[GO:0015074]
## 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .
## 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .
## 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .
## 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .
##                                                                                                                                                                 Gene_ontology_IDs
## 1 GO:0000724;GO:0003677;GO:0005524;GO:0005634;GO:0005654;GO:0005694;GO:0005737;GO:0006259;GO:0006260;GO:0006284;GO:0008340;GO:0009378;GO:0010212;GO:0035861;GO:0040007;GO:0043140
## 2                                                                                                                          GO:0003676;GO:0003964;GO:0004190;GO:0004519;GO:0015074
## 3                                                                                                                                                                               .
## 4                                                                                                                                                                               .
## 5                                                                                                                                                                               .
## 6                                                                                                                                                                               .
##   BLASTp_Best_Hit.1  X X.1 X.2 X.3 X.4 X.5 X.6 X.7 X.8 X.9 X.10 X.11 X.12 X.13
## 1            Q19546 NA  NA  NA  NA  NA  NA  NA  NA  NA  NA   NA   NA   NA   NA
## 2            P10394 NA  NA  NA  NA  NA  NA  NA  NA  NA  NA   NA   NA   NA   NA
## 3                 0 NA  NA  NA  NA  NA  NA  NA  NA  NA  NA   NA   NA   NA   NA
## 4                 0 NA  NA  NA  NA  NA  NA  NA  NA  NA  NA   NA   NA   NA   NA
## 5                 0 NA  NA  NA  NA  NA  NA  NA  NA  NA  NA   NA   NA   NA   NA
## 6                 0 NA  NA  NA  NA  NA  NA  NA  NA  NA  NA   NA   NA   NA   NA
##   X.14 X.15 X.16 X.17 X.18 X.19 X.20 X.21 X.22 X.23 X.24 X.25 X.26 X.27 X.28
## 1   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA
## 2   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA
## 3   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA
## 4   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA
## 5   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA
## 6   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA
##   X.29 X.30 X.31 X.32 X.33 X.34 X.35 X.36 X.37 X.38 X.39 X.40 X.41 X.42 X.43
## 1   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA
## 2   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA
## 3   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA
## 4   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA
## 5   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA
## 6   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA
##   X.44 X.45 X.46 X.47 X.48 X.49 X.50 X.51 X.52 X.53 X.54 X.55 X.56 X.57 X.58
## 1   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA
## 2   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA
## 3   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA
## 4   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA
## 5   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA
## 6   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA
##   X.59 X.60 X.61 X.62 X.63 X.64 X.65 X.66 X.67 X.68 X.69 X.70 X.71 X.72 X.73
## 1   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA
## 2   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA
## 3   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA
## 4   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA
## 5   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA
## 6   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA   NA
##   X.74 X.75 X.76 X.77 X.78 X.79 X.80 X.81 X.82 X.83
## 1   NA   NA   NA   NA   NA                         
## 2   NA   NA   NA   NA   NA                         
## 3   NA   NA   NA   NA   NA                         
## 4   NA   NA   NA   NA   NA                         
## 5   NA   NA   NA   NA   NA                         
## 6   NA   NA   NA   NA   NA

Read in sample annotation

sample_anno = read.csv("./diff_exp/sample_name_Aurelia.csv",header = FALSE)
head(sample_anno)
##            V1         V2                                             V3
## 1 SRR12953065 SRX9406096 27hrs post-amputation without feeding sample 1
## 2 SRR12953064 SRX9406097 27hrs post-amputation without feeding sample 2
## 3 SRR12953063 SRX9406098    51hrs post-amputation with feeding sample 1
## 4 SRR12953062 SRX9406099    51hrs post-amputation with feeding sample 2
## 5 SRR12953061 SRX9406100 51hrs post-amputation without feeding sample 1
## 6 SRR12953060 SRX9406101 51hrs post-amputation without feeding sample 2
##           V4
## 1  ctrl_27_1
## 2  ctrl_27_2
## 3 treat_51_1
## 4 treat_51_2
## 5  ctrl_51_1
## 6  ctrl_51_2
colnames(transcript_count_matrix)[0:-1] = rev(sample_anno$V4)
head(transcript_count_matrix)
##   transcript_id treat_27_2 treat_27_1 blank_2 blank_1 ctrl_51_2 ctrl_51_1
## 1        Seg1.2          3          0       5       4         0         2
## 2        Seg1.4         84         19     172     127        39        34
## 3        Seg1.5         14          0      25      15        15         8
## 4        Seg1.9         83        363     203     229       338       275
## 5        Seg1.6         38          0      40      16         0        11
## 6        Seg1.7          3          0       0       0         1         0
##   treat_51_2 treat_51_1 ctrl_27_2 ctrl_27_1
## 1          4          0         0         1
## 2         36         21        56        22
## 3          4          8        15        29
## 4        195        538       413       426
## 5         14         10         0         6
## 6          1          0         0         0

Define a function for EdgeR output

x <- read.delim("./diff_exp/transcript_count_matrix.csv",sep = ",",row.names="transcript_id")
colnames(x) = rev(sample_anno$V4)

edgeR_wrapper = function(group,x,ind_ls,p_thresh){
  print(colnames(x)[ind_ls])
  group <- factor(group)
  y <- DGEList(counts=x[,ind_ls],group=group)
  keep <- filterByExpr(y)
  y <- y[keep,,keep.lib.sizes=FALSE]
  y <- calcNormFactors(y)
  design <- model.matrix(~group)
  y <- estimateDisp(y,design)
  fit <- glmQLFit(y,design)
  qlf <- glmQLFTest(fit,coef=2)
  #  log2-fold changes,p.value is actually adjusted p-value threshold
  rs = topTags(qlf, n=10000L,sort.by = "PValue",p.value = p_thresh)
  
  if(length(rs)>0) {
    rs = rs$table
    rs = rs[abs(rs$logFC)>=2,]
  }
  return(rs)
}

Differential Expression for Pre-Amputated VS Treat (27h+51h)

treat.both.vs.blank = edgeR_wrapper(group = c(2,2,1,1,2,2),x,c(1,2,3,4,7,8),0.15)
## [1] "treat_27_2" "treat_27_1" "blank_2"    "blank_1"    "treat_51_2"
## [6] "treat_51_1"
treat.both.vs.blank
##                            logFC    logCPM        F       PValue       FDR
## Seg1332.2.1.57f48f76   -8.887746  4.670260 62.57431 4.088259e-05 0.1254753
## Seg3397.3              -3.566995  7.311589 61.23272 4.426867e-05 0.1254753
## Seg1891.11              7.291687  8.020130 60.72483 4.564109e-05 0.1254753
## Seg1730.7.1.57f48f77   -3.768900  8.642346 58.81272 5.130751e-05 0.1254753
## Seg207.7               12.745036  6.796784 71.29533 5.433499e-05 0.1254753
## Seg417.1               -4.294257  7.430594 56.91985 5.780492e-05 0.1254753
## Seg2332.1               7.164399  8.585450 53.83803 7.073531e-05 0.1254753
## Seg3335.3              -4.309411  6.417436 51.21514 8.468592e-05 0.1254753
## Seg1658.23             -4.318770  5.052247 49.13313 9.826655e-05 0.1254753
## Seg1682.3.1.57f48f77   -8.461924  4.316583 48.18443 1.053502e-04 0.1254753
## Seg2175.8              -8.199142  3.293072 47.24522 1.129995e-04 0.1254753
## Seg94.9                -3.193846  9.457536 46.06056 1.236606e-04 0.1254753
## Seg1012.9              -3.459821  9.937164 45.85658 1.256206e-04 0.1254753
## Seg1179.1               7.161606  8.732770 44.81841 1.362176e-04 0.1254753
## Seg650.14             -11.484183  4.564131 99.50624 1.363904e-04 0.1254753
## Seg1509.5               7.560797  7.329773 43.75520 1.482480e-04 0.1254753
## Seg2967.1.2.57f48f7a  -11.218798  4.305338 95.98558 1.492024e-04 0.1254753
## Seg50.14               -4.616254  7.487651 43.02286 1.573097e-04 0.1254753
## Seg2967.1.1.57f48f7a    9.697356  3.776437 51.07537 1.612337e-04 0.1254753
## Seg2624.3             -11.148430  4.236756 92.39986 1.640286e-04 0.1254753
## Seg942.2               -4.302713  5.350253 42.22688 1.679543e-04 0.1254753
## Seg473.4               -3.558315  8.752002 42.09711 1.697737e-04 0.1254753
## Seg1896.6.1.57f48f78  -11.078794  4.169070 89.87115 1.757363e-04 0.1254753
## Seg1822.6              -2.944917  8.276439 41.33167 1.810190e-04 0.1254753
## Seg3381.1              14.322852  8.372024 48.82025 1.862950e-04 0.1254753
## Seg1149.2              -3.391833  5.653200 40.94573 1.870403e-04 0.1254753
## Seg7472.1              -3.835906  7.230717 39.76122 2.071451e-04 0.1269625
## Seg2624.3.2.57f48f79    7.235963  5.758466 39.27975 2.160819e-04 0.1269625
## Seg1611.1             -10.883546  3.979697 81.99497 2.205705e-04 0.1269625
## Seg2811.2.1.57f48f7a  -10.844489  3.941895 80.30147 2.322412e-04 0.1269625
## Seg3190.1              -4.409688  8.151780 38.43776 2.328947e-04 0.1269625
## Seg2800.2              -3.176405  6.675049 38.04846 2.412174e-04 0.1269625
## Seg1695.10              8.380123  5.033334 37.87751 2.449889e-04 0.1269625
## Seg2513.1              -7.739308  3.631283 37.37118 2.565986e-04 0.1269625
## Seg1001.2              -3.452184  5.344072 37.36303 2.567910e-04 0.1269625
## Seg22845.1             -3.012096 10.537734 36.77160 2.712459e-04 0.1269625
## Seg2275.12              9.340617  6.727151 36.50659 2.780512e-04 0.1269625
## Seg400.1               12.187291  6.240843 42.99830 2.785405e-04 0.1269625
## Seg9565.1               6.936105  6.989725 35.65765 3.013299e-04 0.1269625
## Seg3348.2              -3.096633  7.482487 35.64348 3.017386e-04 0.1269625
## Seg1845.3               5.383290  7.458842 35.36404 3.099419e-04 0.1269625
## Seg5340.1             -10.674716  3.777808 70.61921 3.185957e-04 0.1269625
## Seg1509.11             -3.078105  5.802850 35.02443 3.202887e-04 0.1269625
## Seg1067.4             -10.517913  3.628013 70.44487 3.205321e-04 0.1269625
## Seg806.1               -5.869715  7.365890 34.79381 3.275606e-04 0.1269625
## Seg11011.2             -2.762670  7.450312 34.27576 3.446599e-04 0.1303042
## Seg1118.12.1.57f48f75 -10.446630  3.559209 67.42597 3.568114e-04 0.1303042
## Seg2350.3              10.161378  8.595718 33.71385 3.644816e-04 0.1303042
## Seg385.15              -3.441908  5.215122 33.37296 3.772003e-04 0.1303042
## Seg3794.2              -2.863454  6.461887 33.20181 3.837939e-04 0.1303042
## Seg415.3.1.57f48f7b   -10.418451  3.532054 65.08109 3.890272e-04 0.1303042
## Seg1000.14             -3.655862  4.648843 32.53737 4.107929e-04 0.1303042
## Seg1077.4              -2.662432  9.678778 32.37461 4.177636e-04 0.1303042
## Seg1973.4               4.362965  7.000308 32.29342 4.212961e-04 0.1303042
## Seg1578.9              -7.518973  4.266858 32.04689 4.322521e-04 0.1303042
## Seg555.6                5.310679  5.556781 32.03713 4.326930e-04 0.1303042
## Seg2355.4.1.57f48f79  -10.338618  3.457021 62.08515 4.363468e-04 0.1303042
## Seg353.11              -2.754197  9.725976 31.68952 4.487709e-04 0.1303042
## Seg2229.2              -2.962078  8.994161 31.49390 4.581464e-04 0.1303042
## Seg8672.1               5.834089  3.737286 31.40596 4.624403e-04 0.1303042
## Seg337.1               -3.471065  7.402257 31.05211 4.802335e-04 0.1303042
## Seg6214.1              -2.657824  7.176660 31.00751 4.825360e-04 0.1303042
## Seg1755.3              -2.882856  8.717898 30.90223 4.880262e-04 0.1303042
## Seg446.7               -3.004610  7.512567 30.65629 5.011582e-04 0.1303042
## Seg402.2                9.097636  3.193893 35.47862 5.057566e-04 0.1303042
## Seg1048.10.1.57f48f75 -10.260081  3.380611 57.26253 5.308860e-04 0.1303042
## Seg3961.2               8.489953  2.612119 34.81492 5.358106e-04 0.1303042
## Seg4035.2.1.57f48f7b  -10.142030  3.268792 56.96162 5.376928e-04 0.1303042
## Seg115.4              -10.081909  3.212048 56.49352 5.485235e-04 0.1303042
## Seg1379.11              7.703492  7.615941 29.81365 5.496197e-04 0.1303042
## Seg1644.15.1.57f48f77   9.321779  3.411497 34.48371 5.516636e-04 0.1303042
## Seg1379.9               8.008221  9.095281 29.72124 5.552824e-04 0.1303042
## Seg3186.6              -3.061867  8.364361 29.48470 5.701127e-04 0.1303042
## Seg5580.1              -4.103494  6.051664 29.42232 5.741056e-04 0.1303042
## Seg5525.1               4.766908  5.836208 29.28627 5.829354e-04 0.1303042
## Seg1715.1.1.57f48f77  -10.073832  3.205771 55.00827 5.849575e-04 0.1303042
## Seg1478.13              4.833421  7.359862 29.22137 5.872064e-04 0.1303042
## Seg335.12.1.57f48f7a   -7.410338  4.451705 29.15629 5.915291e-04 0.1303042
## Seg343.1               -3.344419  9.627369 29.02974 6.000487e-04 0.1303042
## Seg803.13              10.067842  4.140182 33.51204 6.017663e-04 0.1303042
## Seg598.5               -3.347863  5.004869 28.95536 6.051277e-04 0.1303042
## Seg932.9               -3.079408  6.302174 28.79880 6.159934e-04 0.1310263
## Seg2317.3.1.57f48f79  -10.045272  3.176883 52.49660 6.546100e-04 0.1328562
## Seg1891.12_Seg1891.13   7.586290  6.284778 28.22702 6.578000e-04 0.1328562
## Seg8734.1              -4.475373  5.735868 28.17951 6.614307e-04 0.1328562
## Seg154.8                7.064137 10.005539 28.07465 6.695320e-04 0.1328562
## Seg2312.2.2.57f48f79   -9.910408  3.050195 51.94529 6.714219e-04 0.1328562
## Seg183.2.1.57f48f78    10.241203  4.311425 32.24525 6.761764e-04 0.1328562
## Seg2719.2              -2.757206  7.135379 27.93902 6.801954e-04 0.1328562
## Seg1200.2              -7.031307  6.244289 27.87213 6.855323e-04 0.1328562
## Seg207.8                3.781006 11.543459 27.53762 7.130161e-04 0.1351547
## Seg4466.2               4.988667  6.993072 27.50827 7.154923e-04 0.1351547
## Seg2064.1              -2.823102  8.242059 27.44767 7.206393e-04 0.1351547
## Seg500.3               -2.676306  7.089406 27.19913 7.422380e-04 0.1375663
## Seg461.3.1.57f48f7b    -9.771460  2.920118 49.41374 7.568144e-04 0.1375663
## Seg1379.16              7.975666  8.237655 26.97597 7.623211e-04 0.1375663
## Seg2887.2.1.57f48f7a   -9.709767  2.863327 49.19068 7.650458e-04 0.1375663
## Seg11296.3              6.839722  7.440370 26.86010 7.730159e-04 0.1375810
## Seg1516.9.1.57f48f76  -10.374186  3.488704 48.76499 7.811018e-04 0.1376159
## Seg1797.3              -3.008123  4.707683 26.43672 8.137165e-04 0.1419284
## Seg1787.11              6.619769  7.623110 26.17229 8.404956e-04 0.1423394
## Seg1141.2               4.982923  8.115597 26.11696 8.462361e-04 0.1423394
## Seg65.2                -9.599504  2.761117 46.97641 8.539128e-04 0.1423394
## Seg2915.2              -2.817424 11.679523 25.96809 8.619286e-04 0.1423394
## Seg2555.2              -2.686153  5.656594 25.93379 8.655955e-04 0.1423394
## Seg711.3               -3.290046  5.543650 25.63516 8.983541e-04 0.1423394
## Seg6374.1              -2.749702  5.899416 25.62939 8.990014e-04 0.1423394
## Seg5859.2              -3.737903  3.858382 25.49707 9.140229e-04 0.1423394
## Seg1806.7              -2.665748  6.297977 25.46003 9.182835e-04 0.1423394
## Seg65.8.1.57f48f7d     -9.588699  2.751866 45.38311 9.269283e-04 0.1423394
## Seg994.5               -2.512952  5.841168 25.26331 9.413328e-04 0.1423394
## Seg12003.1              3.942295  5.646588 25.24450 9.435730e-04 0.1423394
## Seg2725.2.1.57f48f7a   -9.485646  2.655446 44.85643 9.529633e-04 0.1423394
## Seg586.17               6.225165  3.374553 25.12927 9.574499e-04 0.1423394
## Seg3935.2              -3.131255  5.457089 25.07964 9.635053e-04 0.1423394
## Seg1896.6               9.512396  3.597941 28.59752 9.677533e-04 0.1423394
## Seg1917.1              -7.195399  6.548862 24.93961 9.808477e-04 0.1423394
## Seg580.2                6.593422  3.636719 24.92130 9.831441e-04 0.1423394
## Seg593.11               3.931124  5.943566 24.91869 9.834726e-04 0.1423394
## Seg419.7               -3.498583  6.152601 24.86664 9.900398e-04 0.1423394
## Seg3545.1               3.665561  5.976563 24.82839 9.949002e-04 0.1423394
## Seg2992.2              -2.533422  6.256813 24.77597 1.001611e-03 0.1423394
## Seg2175.6               4.395210  7.060697 24.75920 1.003770e-03 0.1423394
## Seg1108.1_Seg1108.2    -2.668501  5.439579 24.54417 1.031968e-03 0.1439628
## Seg1259.5              -2.495678  7.676546 24.52685 1.034281e-03 0.1439628
## Seg580.2.2.57f48f7c    -9.607220  2.766359 42.93365 1.057096e-03 0.1439628
## Seg852.16               5.046888  6.768553 24.32727 1.061417e-03 0.1439628
## Seg1715.9              -5.313896  4.018096 24.27269 1.068992e-03 0.1439628
## Seg6822.1              -3.264755  5.009494 24.26326 1.070308e-03 0.1439628
## Seg1496.8              -2.596547 10.276753 24.22311 1.075930e-03 0.1439628
## Seg3143.2              -2.551398 11.202525 24.17227 1.083105e-03 0.1439628
## Seg1873.5              -2.914950  4.654013 23.97686 1.111241e-03 0.1439628
## Seg1822.4              -2.454595  8.149174 23.95313 1.114719e-03 0.1439628
## Seg8628.1              -4.129330  6.545136 23.92545 1.118793e-03 0.1439628
## Seg1999.10              4.236804  5.053347 23.91101 1.120926e-03 0.1439628
## Seg1379.10             10.677938  6.483307 23.86174 1.128241e-03 0.1439628
## Seg1838.4              -2.253702  9.377389 23.78463 1.139811e-03 0.1439628
## Seg1276.3.1.57f48f76   -9.300320  2.485486 41.54154 1.142564e-03 0.1439628
## Seg3307.3               8.243122  4.191629 23.71096 1.151003e-03 0.1439628
## Seg1904.1.1.57f48f78   -9.518265  2.687554 41.34289 1.155532e-03 0.1439628
## Seg2253.7              -9.522930  2.688198 41.03885 1.175779e-03 0.1454463
## Seg1945.5              -2.581314  5.496126 23.45045 1.191692e-03 0.1463768
## Seg1749.2.3.57f48f78    9.533281  3.614620 26.51747 1.207951e-03 0.1471712
## Seg1649.3               7.289881  4.325695 23.27357 1.220343e-03 0.1471712
## Seg2025.6               3.697328  8.460039 23.21487 1.230040e-03 0.1471712
## Seg3557.1              -2.539564  9.111336 23.15897 1.239365e-03 0.1471712
## Seg2941.1              -9.263925  2.451578 40.06509 1.244027e-03 0.1471712
## Seg846.9.2.57f48f7e    -6.684415  3.113136 23.06487 1.255262e-03 0.1471712
## Seg1430.10             -2.456708  9.678797 23.05335 1.257225e-03 0.1471712
## Seg3290.2               7.915923  2.071102 26.05415 1.271543e-03 0.1477660
## Seg7591.2              -2.538143  7.078228 22.87918 1.287381e-03 0.1477660
## Seg1374.9.1.57f48f76   -3.825784  3.632194 22.82754 1.296495e-03 0.1477660
## Seg1063.5.1.57f48f75    2.896965  6.913405 22.79959 1.301461e-03 0.1477660
## Seg1730.10             -2.569676 11.320866 22.78163 1.304665e-03 0.1477660
## Seg1671.13              4.829068  5.969956 22.70633 1.318205e-03 0.1483363
## Seg2299.6               6.602825 11.152211 22.50436 1.355396e-03 0.1495448
## Seg1303.9               4.397962  7.871895 22.46961 1.361924e-03 0.1495448
## Seg4268.2              -3.078348  6.102713 22.42018 1.371281e-03 0.1495448
## Seg1915.10             -2.673514  6.438674 22.40488 1.374193e-03 0.1495448
## Seg2082.1              -2.434581 10.671890 22.24465 1.405161e-03 0.1495448
## Seg226.3                7.634143 10.784037 22.23201 1.407639e-03 0.1495448
## Seg998.2               -2.035475  8.852583 22.20916 1.412136e-03 0.1495448
## Seg2867.2              -2.932973  4.225957 22.19986 1.413971e-03 0.1495448
## Seg2781.1              -8.509861  8.942813 22.19117 1.415688e-03 0.1495448
## Seg2577.2               4.863945  6.252711 22.14672 1.424514e-03 0.1495448
## Seg172.13              -2.479591  6.996172 22.14107 1.425641e-03 0.1495448
## Seg1313.4              -2.393417  7.077347 22.07912 1.438069e-03 0.1495448
## Seg298.5.1.57f48f7a    -9.058071  2.266940 37.59641 1.443589e-03 0.1495448
## Seg3035.2              -2.569187  5.739851 21.99494 1.455173e-03 0.1495448
## Seg4229.2               4.148285  5.144790 21.98333 1.457552e-03 0.1495448

Differential Expression for Pre-Amputated VS Treat (27h)

treat.27.vs.blank = edgeR_wrapper(group = c(2,2,1,1),x,c(1,2,3,4),0.15)
## [1] "treat_27_2" "treat_27_1" "blank_2"    "blank_1"
treat.27.vs.blank
## data frame with 0 columns and 0 rows

Differential Expression for Pre-Amputated VS Treat (51h)

treat.51.vs.blank = edgeR_wrapper(group = c(1,1,2,2),x,c(3,4,7,8),0.15)
## [1] "blank_2"    "blank_1"    "treat_51_2" "treat_51_1"
treat.51.vs.blank
##                             logFC      logCPM          F       PValue
## Seg1891.11               7.585041  7.85847275 178.225181 2.826498e-06
## Seg2332.1                7.394366  8.36252192 148.898131 5.214741e-06
## Seg237.6                11.725359  5.05899568 202.024675 6.839574e-06
## Seg1262.3.1.57f48f76   -12.678729  6.02840533 200.280054 7.017424e-06
## Seg400.1                12.272920  5.60741835 199.848340 7.062380e-06
## Seg3381.1               14.706703  8.04172433 197.528639 7.310613e-06
## Seg1845.3                5.444140  7.07399638 131.222743 7.999352e-06
## Seg1200.2               -6.056540  6.78387492 129.976888 8.261162e-06
## Seg3026.1              -12.608163  5.95845662 186.750401 8.629621e-06
## Seg2136.5.1.57f48f79    11.773635  5.10708939 186.380637 8.680290e-06
## Seg164.11              -12.196372  5.55159305 183.869442 9.035088e-06
## Seg1509.5                7.876407  7.18308871 122.037342 1.021634e-05
## Seg555.6                 5.746743  5.53097859 120.493305 1.066346e-05
## Seg2624.3.2.57f48f79     7.009558  5.02302218 119.817826 1.086696e-05
## Seg207.7                13.111924  6.44628561 167.714162 1.184965e-05
## Seg1088.2               10.605358  3.93837929 162.605376 1.297922e-05
## Seg2967.1.2.57f48f7a   -11.471576  4.83928533 161.526355 1.323593e-05
## Seg2869.1               11.391249  4.72410229 160.283843 1.353996e-05
## Seg1698.1               -8.359660  4.60638119 108.987629 1.493164e-05
## Seg2624.3              -11.401172  4.77025846 153.160716 1.547492e-05
## Seg1389.16.13.57f48f76 -11.216727  4.59033379 151.431959 1.599929e-05
## Seg1896.6.1.57f48f78   -11.331514  4.70220452 151.343606 1.602672e-05
## Seg1695.10               8.129057  4.25979364 106.091670 1.633842e-05
## Seg8734.1               -4.925003  6.19803969 104.795262 1.702325e-05
## Seg5525.1                5.026187  5.65041022 104.257267 1.731825e-05
## Seg1896.6               10.292542  3.62542655 146.843182 1.751073e-05
## Seg552.5.1.57f48f7c     10.272327  3.60549009 146.169935 1.774824e-05
## Seg1332.2.1.57f48f76    -8.104322  5.20580876 103.302217 1.785828e-05
## Seg942.2                -5.043219  5.79248592 103.064229 1.799620e-05
## Seg1379.10              10.687778  5.98489494 102.032663 1.861007e-05
## Seg1787.11               6.153278  6.70324325 100.301509 1.970195e-05
## Seg1179.1                7.277039  8.40206929  99.555037 2.019810e-05
## Seg1611.1              -11.136157  4.51157852 138.221067 2.090614e-05
## Seg650.14              -11.737060  5.09907973 138.009797 2.099991e-05
## Seg1379.9                7.710798  8.34737512  96.290203 2.256660e-05
## Seg1379.11               7.414130  6.87809011  96.205717 2.263250e-05
## Seg2811.2.1.57f48f7a   -11.097066  4.47348281 134.483461 2.265101e-05
## Seg1067.4              -10.770805  4.15802678 133.382576 2.320168e-05
## Seg237.6.1.57f48f79    -10.657160  4.04838329 128.670672 2.577061e-05
## Seg2275.12               8.970098  5.92817914  90.537796 2.768025e-05
## Seg1118.12.1.57f48f75  -10.699046  4.08781017 125.350458 2.781213e-05
## Seg2497.2.1.57f48f79     9.872392  3.20672132 121.727284 3.029280e-05
## Seg6812.1              -10.883149  4.26557339 119.525267 3.194560e-05
## Seg1720.8.1.57f48f77     9.837601  3.17042629 118.868075 3.246204e-05
## Seg2175.8               -7.542988  3.81973061  85.458094 3.349662e-05
## Seg2513.1              -10.763163  4.14945733 117.345203 3.370213e-05
## Seg586.17                6.191556  2.83514446  83.914499 3.556990e-05
## Seg415.3.1.57f48f7b    -10.670669  4.06008610 113.258225 3.735709e-05
## Seg852.16                5.006366  6.28583270  82.620260 3.743672e-05
## Seg369.1                10.130754  3.46209752 112.980505 3.762420e-05
## Seg3715.2                4.242625  4.43418197  81.284734 3.949695e-05
## Seg1784.13               9.764057  3.09943202 110.676005 3.994175e-05
## Seg1973.4                4.614965  6.81523992  80.727263 4.039990e-05
## Seg1379.16               7.605024  7.43032830  80.660980 4.050901e-05
## Seg1478.13               4.720190  6.81302882  79.996613 4.162386e-05
## Seg115.4               -10.333967  3.73669753 108.369629 4.245511e-05
## Seg154.12                5.402185  6.03188492  79.399399 4.265983e-05
## Seg3307.3                8.038462  3.38604104  79.347442 4.275152e-05
## Seg1644.15.1.57f48f77   10.002730  3.33814727 107.942959 4.294294e-05
## Seg675.11                7.523606  5.04118502  79.043706 4.329259e-05
## Seg1782.9.1.57f48f78   -10.065014  3.48140020 107.536420 4.341471e-05
## Seg2355.4.1.57f48f79   -10.591939  3.98623477 107.365708 4.361487e-05
## Seg2350.3                9.629289  7.65560726  78.153519 4.492979e-05
## Seg2577.2                4.169608  5.14962038  77.275710 4.662283e-05
## Seg5340.1              -10.926998  4.30777277 104.818857 4.675226e-05
## Seg8672.1                5.975339  3.34412761  77.143456 4.688496e-05
## Seg1671.13               5.467072  6.16129174  76.471140 4.824714e-05
## Seg9565.1                7.043991  6.66748968  76.141324 4.893395e-05
## Seg2887.2.1.57f48f7a    -9.962391  3.38417584 102.916550 4.929408e-05
## Seg1405.8               -9.960804  3.38282857 102.648501 4.966689e-05
## Seg2693.2                3.955217  5.39735049  75.691495 4.989104e-05
## Seg667.5                 4.414164  5.37787425  75.689574 4.989518e-05
## Seg4035.2.1.57f48f7b   -10.393943  3.79384256 102.469907 4.991737e-05
## Seg3089.1.2.57f48f7a   -10.865020  4.25000636 102.328439 5.011697e-05
## Seg402.2                 9.653379  2.98963813 102.101381 5.043956e-05
## Seg3190.1               -4.425717  8.62827770  74.962460 5.149379e-05
## Seg236.11              -10.402453  3.80441980 100.804292 5.233631e-05
## Seg183.2.1.57f48f78     10.768646  4.09987504  99.860188 5.377690e-05
## Seg1649.3                7.154191  3.74559864  73.814082 5.415496e-05
## Seg1715.1.1.57f48f77   -10.327388  3.73266183  97.697580 5.728130e-05
## Seg65.2                 -9.852357  3.28067163  97.247370 5.804876e-05
## Seg1658.23              -3.930364  5.54394434  71.818135 5.921492e-05
## Seg7544.2.1.57f48f7d    -4.875663  5.36769176  71.764717 5.935851e-05
## Seg3335.3               -4.724708  6.87246918  71.383690 6.039576e-05
## Seg2312.2.2.57f48f79   -10.162162  3.57236266  95.860921 6.049977e-05
## Seg2175.2               10.830379  4.16160521  95.689775 6.081181e-05
## Seg6310.3                9.677490  3.01428751  95.643718 6.089615e-05
## Seg11598.2               7.283356  2.58213559  71.099977 6.118324e-05
## Seg620.3                 4.582955  4.66290855  70.602115 6.259724e-05
## Seg461.3.1.57f48f7b    -10.023243  3.44050084  94.660080 6.273505e-05
## Seg2298.7               -9.881457  3.30866726  94.432883 6.317026e-05
## Seg2136.1.1.57f48f79    -4.261617  4.37730798  69.978321 6.442864e-05
## Seg7472.1               -3.924200  7.67402612  69.811404 6.493032e-05
## Seg8628.1               -4.910797  6.97555372  69.164056 6.692404e-05
## Seg5580.1               -4.659688  6.48815807  69.110773 6.709161e-05
## Seg2725.2.1.57f48f7a    -9.737915  3.17218072  92.351986 6.734949e-05
## Seg3381.2                7.306417  3.39323874  68.213501 6.999623e-05
## Seg1505.6                9.079323  2.41876962  89.977123 7.258058e-05
## Seg1458.5                4.547604  4.29170986  67.359898 7.291090e-05
## Seg4041.1               -9.678647  3.11652009  89.635311 7.337747e-05
## Seg2708.6                9.004029  2.34328510  88.719770 7.557002e-05
## Seg2967.1.1.57f48f7a     9.651413  2.98253104  88.676897 7.567481e-05
## Seg803.13               10.491542  3.82700727  88.456823 7.621579e-05
## Seg1682.3.1.57f48f77    -7.699613  4.85124934  66.441450 7.622324e-05
## Seg1048.10.1.57f48f75  -10.511801  3.90647460  88.187386 7.688514e-05
## Seg3188.2                6.741785  3.33416450  66.100180 7.750311e-05
## Seg2191.5.1.57f48f79     8.709141  4.05282999  65.875445 7.836102e-05
## Seg2025.6                4.020451  8.35376636  65.051148 8.161397e-05
## Seg417.1                -4.673095  7.88680296  63.925949 8.633961e-05
## Seg1276.3.1.57f48f76    -9.552464  2.99858911  84.590042 8.662029e-05
## Seg6367.1               -3.709487  5.20036619  63.839195 8.671837e-05
## Seg319.15               -4.004521  5.25530254  63.720042 8.724207e-05
## Seg65.8.1.57f48f7d      -9.842436  3.27267080  83.863777 8.878184e-05
## Seg4229.2                3.752962  4.33670559  63.251027 8.934333e-05
## Seg2281.2               -4.542986  7.18073701  63.220262 8.948342e-05
## Seg2322.3               -4.150875  4.50052764  63.157186 8.977152e-05
## Seg3397.3               -3.528077  7.74663860  63.074855 9.014936e-05
## Seg1078.5.2.57f48f75     9.263294  2.59658941  83.312458 9.047081e-05
## Seg3961.2                8.883050  2.22310308  83.286830 9.055036e-05
## Seg2317.3.1.57f48f79   -10.296712  3.70015726  83.277455 9.057948e-05
## Seg2708.3                8.987743  2.32496908  83.144327 9.099438e-05
## Seg103.1                 5.834828  4.06470646  61.711911 9.671160e-05
## Seg12003.1               3.798430  5.08578900  61.450261 9.804081e-05
## Seg3888.1                3.869438  6.51889392  61.444313 9.807130e-05
## Seg3348.2               -3.555968  7.83762879  61.260966 9.901709e-05
## Seg1891.12_Seg1891.13    7.965984  6.26082877  60.546005 1.028189e-04
## Seg1431.3                5.431243  3.26825943  60.175140 1.048649e-04
## Seg1649.2                4.038936  3.83758926  59.820936 1.068680e-04
## Seg1141.2                4.843788  7.54457712  59.447579 1.090328e-04
## Seg2281.1               -3.684762  5.77033235  59.385130 1.094004e-04
## Seg2483.4                4.272087  4.39582346  59.322042 1.097733e-04
## Seg3392.2                8.708436  2.05321938  77.378172 1.116805e-04
## Seg1149.2               -3.206588  6.08905266  58.830492 1.127358e-04
## Seg1303.9                4.978691  8.00489027  58.772387 1.130927e-04
## Seg337.1                -3.454105  7.82938971  58.625664 1.140005e-04
## Seg50.15                -4.404641  3.83304129  58.161622 1.169338e-04
## Seg1999.10               3.765249  4.18162790  57.804525 1.192572e-04
## Seg580.2                 6.481740  3.07636908  57.546777 1.209712e-04
## Seg298.5.1.57f48f7a     -9.311125  2.77631700  75.184989 1.211868e-04
## Seg4822.1               -3.654318  5.18105072  57.473525 1.214640e-04
## Seg2941.1               -9.515171  2.96244290  75.049665 1.218081e-04
## Seg207.9                 3.580141  3.80662692  57.158546 1.236129e-04
## Seg2153.2.1.57f48f79     9.227910  2.56039857  74.420768 1.247514e-04
## Seg976.3                 8.865881  2.21076341  74.334316 1.251634e-04
## Seg3300.3.1.57f48f7a    -9.325327  2.78716899  74.264593 1.254970e-04
## Seg3935.2               -3.311823  5.83873734  56.787074 1.262103e-04
## Seg710.1                 4.081380  4.71048060  56.752149 1.264581e-04
## Seg598.5                -3.273329  5.42657660  56.722074 1.266720e-04
## Seg675.12                9.582151  2.91226081  73.433690 1.295648e-04
## Seg1431.2                5.022774  4.51829186  56.290669 1.297916e-04
## Seg1431.1                5.002788  4.58705567  56.104226 1.311704e-04
## Seg1891.14               6.642043  3.60551521  55.905041 1.326642e-04
## Seg1999.6                3.984063  5.76431791  55.795596 1.334942e-04
## Seg932.9                -3.558699  6.65378097  55.494726 1.358108e-04
## Seg2152.6                9.079413  2.41325988  72.217996 1.358384e-04
## Seg1001.1               -4.205543  5.27842989  55.447996 1.361752e-04
## Seg2216.4               -3.926952  9.12739241  55.339183 1.370286e-04
## Seg5283.4               -3.327143  6.05305319  55.165665 1.384038e-04
## Seg6460.2                3.949391  3.47300330  55.083319 1.390626e-04
## Seg2543.1.1.57f48f79    -9.271587  2.73722989  71.326702 1.406967e-04
## Seg4642.1               -3.290230  5.28806721  54.709915 1.421009e-04
## Seg4457.1                8.545549  1.89478318  70.980058 1.426486e-04
## Seg5859.2               -4.075846  4.27494393  54.348816 1.451207e-04
## Seg207.9.1.57f48f79     -9.149713  2.62842748  69.640374 1.505397e-04
## Seg2716.3               -9.162219  2.63996843  69.612131 1.507122e-04
## Seg1475.1.1.57f48f76     8.742862  2.08231953  69.536738 1.511741e-04
## Seg9743.1                4.686081  5.59632875  53.623198 1.514420e-04
## Seg1470.9               -3.994482  4.26600095  53.563570 1.519770e-04
## Seg3026.1.1.57f48f7a     3.720125  5.63019493  53.501969 1.525323e-04
## Seg2530.4                3.568747  4.17356466  53.455347 1.529543e-04
## Seg675.10                4.989203  6.99753851  53.420635 1.532695e-04
## Seg711.3                -3.943982  5.90581406  53.408718 1.533779e-04
## Seg3956.3               -9.167847  2.64188910  68.952019 1.548208e-04
## Seg2530.3                3.934020  3.40706258  53.219035 1.551165e-04
## Seg5090.1                6.331192  2.42716740  53.219026 1.551166e-04
## Seg888.26               -3.379066  4.59669176  53.028960 1.568841e-04
## Seg1851.4.1.57f48f78    -9.020552  2.50860536  68.601434 1.570634e-04
## Seg1479.8               -3.114248  6.05018846  52.947519 1.576494e-04
## Seg1000.9               -9.007592  2.49743583  68.489428 1.577890e-04
## Seg826.6.3.57f48f7e     -9.052643  2.53936822  68.408029 1.583192e-04
## Seg1578.9               -6.679457  4.80085385  52.770959 1.593250e-04
## Seg1000.14              -3.903517  5.06699322  52.732892 1.596893e-04
## Seg2152.7                6.625227  5.26931101  52.450008 1.624299e-04
## Seg5090.2                8.468440  1.82037109  67.621354 1.635666e-04
## Seg1289.10              -9.638768  3.08263957  67.263161 1.660326e-04
## Seg1730.1                6.463721  4.16059802  52.034012 1.665708e-04
## Seg2904.4                3.761856  4.09275729  51.996428 1.669516e-04
## Seg666.4                -3.378242  6.15501713  51.938833 1.675372e-04
## Seg1347.4                3.633238  5.19482704  51.844523 1.685019e-04
## Seg6133.2                3.481746  7.01413574  51.592909 1.711108e-04
## Seg2316.3                9.285046  2.61606686  66.391517 1.722434e-04
## Seg581.12                8.836296  2.17300765  66.258597 1.732175e-04
## Seg1841.4               -8.943188  2.43796249  66.088688 1.744734e-04
## Seg1221.3               -3.425473  5.51563319  50.985537 1.776252e-04
## Seg1099.1.1.57f48f75     8.727182  2.06610867  65.639332 1.778537e-04
## Seg3264.4                3.562168  3.89153491  50.951635 1.779982e-04
## Seg593.11                3.868029  5.46227783  50.919729 1.783501e-04
## Seg2919.3               -3.091551  5.10095334  50.585477 1.820907e-04
## Seg1509.11              -3.074673  6.19765778  50.552200 1.824686e-04
## Seg13228.1               4.822348  4.42276174  50.492415 1.831500e-04
## Seg3491.2.1.57f48f7a     8.503932  1.84935770  64.945796 1.832438e-04
## Seg580.2.2.57f48f7c     -9.857845  3.28242561  64.931394 1.833580e-04
## Seg1803.7               -8.874741  2.37723394  64.924751 1.834107e-04
## Seg1740.10              -3.987793  4.23487238  50.149817 1.871187e-04
## Seg4334.1                7.256829  5.12511687  49.645059 1.931692e-04
## Seg1925.6                3.433692  7.58434671  49.626279 1.933992e-04
## Seg813.12               -3.529001  7.10601309  49.187715 1.988698e-04
## Seg385.15               -3.057166  5.67311387  49.098050 2.000126e-04
## Seg16610.1               4.688181  2.65510927  49.084344 2.001881e-04
## Seg1031.1                8.546380  1.89906536  62.706378 2.022042e-04
## Seg5964.2                3.724891  7.37502367  48.805299 2.038031e-04
## Seg1904.1.1.57f48f78    -9.772932  3.20871926  62.520287 2.038951e-04
## Seg519.2.1.57f48f7c     -4.248191  4.30333048  48.753134 2.044882e-04
## Seg417.16                4.356225  3.91115677  48.690029 2.053209e-04
## Seg1645.1               -6.152352  3.37189609  48.654469 2.057920e-04
## Seg1234.10               3.600245  5.29874817  48.643708 2.059349e-04
## Seg1474.5                8.335209  1.68699678  62.205804 2.067955e-04
## Seg880.5_Seg880.8        5.123396  3.36579138  48.502898 2.078159e-04
## Seg1780.1               -8.780200  2.29113622  62.069419 2.080705e-04
## Seg6822.1               -3.085211  5.43618968  48.424432 2.088736e-04
## Seg8.2                  -5.154897  2.95547278  48.359919 2.097485e-04
## Seg1585.11              -2.880165  5.66445605  48.296858 2.106081e-04
## Seg1966.3                6.113476  2.21419186  48.258013 2.111400e-04
## Seg139.2                 3.560385  5.33281455  48.183466 2.121654e-04
## Seg1871.7               -3.032978  6.62276123  48.065658 2.137990e-04
## Seg1915.9               -3.532263  4.88222677  48.021279 2.144185e-04
## Seg4877.2               -3.769085  3.40739295  47.979150 2.150088e-04
## Seg4133.2                8.539592  1.88253415  61.104920 2.173918e-04
## Seg861.9                 8.279256  1.63777407  61.028115 2.181577e-04
## Seg1108.1_Seg1108.2     -2.953098  5.76005507  47.613817 2.202161e-04
## Seg1161.2.1.57f48f75    -8.727814  2.24482817  60.804980 2.204034e-04
## Seg9718.1                4.154837  3.41663255  47.572949 2.208087e-04
## Seg1470.10              -3.606397  5.71517408  47.535100 2.213593e-04
## Seg529.9                 8.402279  1.75870769  60.614194 2.223480e-04
## Seg4466.2                4.801578  6.37998080  47.396798 2.233862e-04
## Seg2251.3.1.57f48f79    -8.741368  2.25785997  60.474030 2.237911e-04
## Seg16688.1              -4.164960  4.67183263  47.349786 2.240806e-04
## Seg2253.7               -9.773294  3.20244543  60.132057 2.273648e-04
## Seg4179.1                2.927001  4.70171155  47.056778 2.284717e-04
## Seg2867.2               -3.161786  4.58031412  46.956398 2.300013e-04
## Seg1812.3                8.245504  1.60093134  59.795974 2.309513e-04
## Seg13200.1               4.765815  4.13924654  46.886528 2.310738e-04
## Seg2175.6                4.230717  6.47903823  46.740468 2.333366e-04
## Seg8991.1               -3.337029  3.78467974  46.723592 2.335999e-04
## Seg675.3                -8.690278  2.21164445  59.547329 2.336532e-04
## Seg1063.5.1.57f48f75     2.827123  6.47738974  46.674491 2.343681e-04
## Seg2843.1                8.846992  2.18221764  59.238902 2.370634e-04
## Seg3561.4               -4.103310  3.25321881  46.483871 2.373813e-04
## Seg1963.3               -8.951446  2.44334483  59.053201 2.391486e-04
## Seg1677.3.2.57f48f77    -8.911798  2.40754322  58.916900 2.406947e-04
## Seg1880.1                3.771081  6.48356891  46.247843 2.411814e-04
## Seg5314.1                7.185093  4.67289677  46.242438 2.412693e-04
## Seg213.5                -3.358604  6.26941803  46.118893 2.432906e-04
## Seg720.8                 3.609236  3.12235020  45.998638 2.452789e-04
## Seg4689.1               -9.207135  2.68323553  58.407982 2.465862e-04
## Seg1611.1.1.57f48f77     8.217825  1.57386063  58.351767 2.472487e-04
## Seg1640.8               -8.637273  2.16379269  58.217377 2.488421e-04
## Seg319.14               -3.561373  3.62533382  45.711055 2.501191e-04
## Seg335.12.1.57f48f7a    -6.550046  4.98654305  45.624273 2.516037e-04
## Seg1730.7.1.57f48f77    -3.658860  9.09562402  45.618364 2.517052e-04
## Seg3459.1               -3.202363  6.43852463  45.272538 2.577381e-04
## Seg1698.1.1.57f48f77     6.556128  3.14529670  45.244703 2.582317e-04
## Seg94.10                 3.209773  7.17196259  45.191549 2.591777e-04
## Seg1983.9                8.466413  1.81065764  57.336794 2.596280e-04
## Seg1313.2               -2.871963  6.47102560  45.091489 2.609705e-04
## Seg2654.3                4.642299  4.48682449  45.074310 2.612799e-04
## Seg3440.1               -3.620843  4.16594169  44.959997 2.633508e-04
## Seg446.7                -3.241361  7.87716955  44.898910 2.644661e-04
## Seg397.33                3.223063  7.93255747  44.851629 2.653335e-04
## Seg4819.1                3.807561  5.77452527  44.630658 2.694361e-04
## Seg50.14                -5.002661  7.95966073  44.578611 2.704143e-04
## Seg1118.8                3.535359  5.28362758  44.436696 2.731046e-04
## Seg1999.9                3.928204  2.57709351  44.348060 2.748023e-04
## Seg1983.7                5.526500  2.17957034  44.277635 2.761609e-04
## Seg909.14                3.560837  4.34436478  44.224958 2.771827e-04
## Seg207.8                 4.053726 11.38903946  44.166038 2.783314e-04
## Seg11296.3               6.806413  6.98455927  43.938293 2.828294e-04
## Seg168.2                -8.549452  2.08503937  55.480796 2.844830e-04
## Seg1517.2                8.725220  2.07600947  55.331238 2.866213e-04
## Seg4845.1               -2.794160  6.42706780  43.732847 2.869673e-04
## Seg1001.2               -3.458007  5.76666997  43.726451 2.870973e-04
## Seg5146.1                3.839487  6.76817554  43.715063 2.873291e-04
## Seg1873.5               -3.118713  5.01046355  43.696200 2.877135e-04
## Seg1936.6                8.151877  1.51713776  55.195107 2.885863e-04
## Seg1556.16               8.160787  1.51813818  55.178341 2.888295e-04
## Seg643.8                -3.536528  4.07265326  43.597308 2.897398e-04
## Seg1266.3               -4.522992  3.49056937  43.543153 2.908571e-04
## Seg4630.1               -3.410770  3.62028823  43.520767 2.913206e-04
## Seg4009.1                9.252926  2.58276961  54.787935 2.945714e-04
## Seg4894.3               -2.866581  7.04992122  43.285134 2.962574e-04
## Seg1244.1                3.597866  3.13320677  43.270500 2.965675e-04
## Seg2364.1               -4.128995  2.40262143  43.180886 2.984757e-04
## Seg5677.1                4.643815  2.01790736  43.162932 2.988599e-04
## Seg11740.1               3.182160  5.11133998  43.056667 3.011469e-04
## Seg395.5                -9.447641  2.90585279  54.222287 3.031631e-04
## Seg675.14                6.412879  3.00227896  42.890019 3.047789e-04
## Seg1766.2                5.757004  2.36170743  42.888155 3.048199e-04
## Seg2877.4                3.461184  3.88926242  42.838694 3.059088e-04
## Seg1741.9.4.57f48f78    -8.543054  2.08180991  54.004822 3.065548e-04
## Seg3865.1                3.933021  3.75415361  42.666878 3.097307e-04
## Seg1715.9               -5.882280  4.50330237  42.625569 3.106587e-04
## Seg821.11                8.053352  1.41714457  53.710299 3.112293e-04
## Seg7.2                   8.896466  2.22993402  53.703492 3.113384e-04
## Seg1225.7               -8.681563  2.20026188  53.676454 3.117725e-04
## Seg2022.7.1.57f48f78    -9.323058  2.79065429  53.674586 3.118025e-04
## Seg952.3                -2.953307  7.18817387  42.479343 3.139724e-04
## Seg154.4                -2.899142  4.16294396  42.398417 3.158258e-04
## Seg2708.5                8.095706  1.45585026  53.144100 3.204852e-04
## Seg8551.1               -4.258464  2.51232567  42.140916 3.218175e-04
## Seg3693.2                3.889050  4.33940747  41.920691 3.270580e-04
## Seg5113.1.1.57f48f7c    -8.534227  2.07454162  52.673970 3.284508e-04
## Seg4799.1                4.710521  4.83898136  41.702179 3.323664e-04
## Seg34.1                 -2.992997  6.47110057  41.681538 3.328736e-04
## Seg500.3                -2.961071  7.41151830  41.655883 3.335053e-04
## Seg8230.2                6.926000  5.44768148  41.654973 3.335277e-04
## Seg2555.2               -2.868898  5.99100688  41.640281 3.338902e-04
## Seg6483.1                8.205531  1.55869719  51.919034 3.418018e-04
## Seg1797.3               -3.010249  5.09464969  41.307366 3.422415e-04
## Seg372.1                -8.605258  2.13844270  51.863460 3.428130e-04
## Seg2767.1                8.556717  1.89672887  51.856193 3.429455e-04
## Seg2881.9                3.562135  2.94735891  41.257554 3.435140e-04
## Seg4360.1                3.868454  5.23886008  41.194690 3.451286e-04
## Seg2487.1               -2.634071  6.59376863  41.136071 3.466430e-04
## Seg1163.7                3.898832  2.46819342  41.091250 3.478067e-04
## Seg3495.2               -2.762351  6.46293200  40.913224 3.524785e-04
## Seg6374.1               -2.987180  6.23520768  40.899777 3.528346e-04
## Seg3630.3               -3.158549  8.78775680  40.857600 3.539547e-04
## Seg16297.1              -2.983890  3.84021826  40.798488 3.555322e-04
## Seg3346.2               -2.931683  5.19004655  40.776650 3.561172e-04
## Seg3436.3                8.027539  1.39088544  51.140945 3.563282e-04
## Seg1374.9.1.57f48f76    -4.261350  4.04740555  40.690346 3.584415e-04
## Seg1012.9               -3.678465 10.34573926  40.664496 3.591415e-04
## Seg699.5                 2.979399  3.43314950  40.664387 3.591444e-04
## Seg378.24               -2.823394  6.88723208  40.657758 3.593242e-04
## Seg284.3_Seg284.4        3.441063  6.16244435  40.601361 3.608584e-04
## Seg419.7                -3.277165  6.59918140  40.587787 3.612289e-04
## Seg750.12                3.182338  7.19704914  40.406823 3.662155e-04
## Seg1673.8               -3.038028  7.61350498  40.269146 3.700685e-04
## Seg3183.3                3.174033  3.15963050  40.209369 3.717577e-04
## Seg3463.1                7.903031  1.27630829  50.350284 3.719423e-04
## Seg1549.11               3.250508  3.96373841  40.088451 3.752049e-04
## Seg1988.5                3.361622  2.66002443  40.013475 3.773629e-04
## Seg1996.8                2.992057  5.85123521  39.939990 3.794935e-04
## Seg1737.6               -3.591560  2.96648991  39.910753 3.803455e-04
## Seg2800.2               -3.266760  7.06962853  39.827174 3.827947e-04
## Seg4480.1               -2.616701  6.31089309  39.659442 3.877711e-04
## Seg2708.4                8.276163  1.62512786  49.572839 3.881950e-04
## Seg4295.2               -3.330245  4.36725149  39.623869 3.888372e-04
## Seg1885.8                3.430564  4.85186095  39.567907 3.905219e-04
## Seg3412.1               -2.924560  4.94161182  39.544592 3.912266e-04
## Seg4603.2.1.57f48f7b    -6.425010  5.34101524  39.429082 3.947419e-04
## Seg1658.13               3.099815  4.52357724  39.401601 3.955842e-04
## Seg2475.6               -8.303900  1.86963505  49.158143 3.972518e-04
## Seg4294.2                3.152082  8.25420297  39.336393 3.975920e-04
## Seg8305.1                6.175737  3.42667551  39.243917 4.004620e-04
## Seg3545.1                3.771954  5.66849312  39.226070 4.010189e-04
## Seg1516.9.1.57f48f76   -10.625385  4.01463621  48.909994 4.028059e-04
## Seg1850.5               -3.384864  3.08566797  39.166252 4.028929e-04
## Seg2427.16              -4.516835  2.36363969  39.161830 4.030318e-04
## Seg1882.1                3.148828  3.06969707  39.138242 4.037742e-04
## Seg1619.6                8.105680  1.47592673  48.826765 4.046919e-04
## Seg5087.2                3.598837  2.96046969  39.093265 4.051946e-04
## Seg154.8                 7.241178  9.73399938  39.066600 4.060397e-04
## Seg1370.1                3.539565  3.64107760  39.022510 4.074421e-04
## Seg1093.13.2.57f48f75   -8.307970  1.87199810  48.678603 4.080783e-04
## Seg3908.1               -3.275964  3.32114424  38.924705 4.105752e-04
## Seg1531.7               -3.193759  4.08844910  38.921400 4.106816e-04
## Seg2530.5                6.023228  2.23006553  38.883520 4.119038e-04
## Seg1225.3                3.457081  3.92176283  38.861306 4.126227e-04
## Seg508.5                 3.315576  2.72361977  38.853031 4.128909e-04
## Seg1333.3               -3.181713  3.47602953  38.784633 4.151164e-04
## Seg2532.2.1.57f48f79    -9.273106  2.74525713  48.337610 4.160167e-04
## Seg5426.1               -2.943363  3.68945765  38.745164 4.164077e-04
## Seg796.1                -3.759284  4.71281976  38.731682 4.168499e-04
## Seg429.9                 3.439428  5.82179009  38.639713 4.198829e-04
## Seg1244.2                3.235268  2.87597658  38.634911 4.200420e-04
## Seg385.4                -3.314660  4.65690117  38.592278 4.214583e-04
## Seg6750.2                2.980607  4.00490764  38.590849 4.215058e-04
## Seg94.9                 -3.227787  9.85959270  38.455634 4.260390e-04
## Seg4501.1               -2.769029  6.33928617  38.448873 4.262673e-04
## Seg2511.7               -2.842249  5.26253632  38.367332 4.290332e-04
## Seg1512.9_Seg1512.10    -2.723039  6.49660277  38.257819 4.327843e-04
## Seg319.13               -3.113827  3.35074019  38.227956 4.338145e-04
## Seg1080.6.1.57f48f75    -5.646079  2.86142364  38.167906 4.358955e-04
## Seg1053.11              -3.713534  3.07192289  38.127907 4.372888e-04
## Seg3373.2                4.045009  4.61824978  38.107929 4.379868e-04
## Seg1031.3               -2.493243  6.42695488  38.094712 4.384494e-04
## Seg87.2                  3.383974  7.06768514  38.026740 4.408384e-04
## Seg1668.12               3.590538  4.47097756  37.933459 4.441441e-04
## Seg2129.10              -8.295747  1.86491822  47.141591 4.455392e-04
## Seg3215.2               -2.567377  7.88836365  37.866405 4.465401e-04
## Seg265.1.1.57f48f79      7.787691  1.16776646  47.055842 4.477615e-04
## Seg3735.1                3.464110  7.70237745  37.822343 4.481235e-04
## Seg101.3                 5.657282  1.77259724  37.794461 4.491292e-04
## Seg954.16                2.957654  3.38841211  37.778038 4.497230e-04
## Seg1144.7               -2.637959  4.54196573  37.761998 4.503038e-04
## Seg972.2.1.57f48f7f     -2.731623  4.98575595  37.759645 4.503891e-04
## Seg2525.2               -3.135341  9.00411996  37.745314 4.509091e-04
## Seg7441.2               -2.677950  4.61479204  37.677260 4.533885e-04
## Seg2771.3                7.804966  1.18887192  46.824142 4.538404e-04
## Seg582.2                 7.838197  1.21278253  46.822940 4.538723e-04
## Seg3664.5                3.026938  4.63765998  37.617997 4.555620e-04
## Seg5297.2               -3.521480  4.04143738  37.595933 4.563746e-04
## Seg6106.1               -8.472665  2.01373553  46.631334 4.589829e-04
## Seg1965.1                3.435368  3.09211146  37.502118 4.598506e-04
## Seg1372.7               -2.739158  5.50390400  37.422992 4.628089e-04
## Seg1080.5                3.597939  3.49065914  37.416321 4.630594e-04
## Seg1166.3                7.794465  1.17261542  46.324546 4.673263e-04
## Seg1761.2                8.069534  1.44238461  46.323091 4.673664e-04
## Seg883.6.4.57f48f7e      7.940378  1.31892331  46.219897 4.702185e-04
## Seg1304.3.1.57f48f76     7.940378  1.31892331  46.219897 4.702185e-04
## Seg4651.4.1.57f48f7b     5.816458  1.93507770  37.217036 4.706241e-04
## Seg1658.7                4.510869  7.02279709  37.198557 4.713336e-04
## Seg1501.5                4.042989  2.49503383  37.099143 4.751740e-04
## Seg1917.1               -7.663165  7.07684908  36.910677 4.825656e-04
## Seg675.17                8.082127  1.43901714  45.736176 4.839006e-04
## Seg1350.1.1.57f48f76    -3.262737  4.41185220  36.875299 4.839695e-04
## Seg1121.8                7.749399  1.13142247  45.696034 4.850597e-04
## Seg7205.1               -8.343557  1.90078591  45.677109 4.856075e-04
## Seg1250.5               -2.650649  7.92502451  36.802294 4.868832e-04
## Seg1313.4               -2.497237  7.38750551  36.775424 4.879612e-04
## Seg161.7.2.57f48f77      4.501415  6.07186782  36.759772 4.885907e-04
## Seg1582.10              -8.427459  1.98215112  45.558892 4.890476e-04
## Seg1121.27               2.879998  4.11976741  36.747624 4.890798e-04
## Seg8951.1               -8.195795  1.77744620  45.522366 4.901171e-04
## Seg5650.1               -9.203102  2.68128786  45.396859 4.938157e-04
## Seg168.1.1.57f48f77     -2.884434  5.54727304  36.615381 4.944463e-04
## Seg2653.2               -2.584205  4.73776061  36.589993 4.954852e-04
## Seg4665.2               -3.648486  2.71459138  36.567454 4.964098e-04
## Seg4288.2                2.712257  4.75792252  36.563310 4.965801e-04
## Seg1455.4               -2.719922  4.28775315  36.552229 4.970357e-04
## Seg3993.2                5.923140  3.80428649  36.551990 4.970456e-04
## Seg1359.7                3.528314  3.53828409  36.534133 4.977809e-04
## Seg80.5                 -2.694764  6.52657754  36.533163 4.978209e-04
## Seg1945.5               -2.442583  5.86295834  36.528586 4.980096e-04
## Seg806.1                -6.526862  7.87347570  36.500538 4.991682e-04
## Seg199.10               -2.747602  7.92536216  36.497566 4.992911e-04
## Seg5011.1                2.807812  4.55171854  36.490394 4.995880e-04
## Seg846.9.2.57f48f7e     -5.869325  3.63548738  36.436147 5.018410e-04
## Seg3290.2                7.702916  1.08915401  44.923176 5.081140e-04
## Seg539.6                -2.899346  5.64822075  36.244502 5.099054e-04
## Seg3052.2                8.286273  1.63316158  44.830881 5.109638e-04
## Seg321.7                 2.616554  4.58247590  36.134624 5.146042e-04
## Seg2171.2               -8.245134  1.82165304  44.666131 5.161039e-04
## Seg1528.3                3.613826  3.85407373  36.098445 5.161634e-04
## Seg649.13               -2.997873  5.60179209  36.088901 5.165758e-04
## Seg3216.1               -2.613248  8.57721237  35.984371 5.211198e-04
## Seg7542.1                3.006363  4.80569191  35.936567 5.232150e-04
## Seg1822.6               -2.782047  8.67980110  35.840423 5.274617e-04
## Seg2182.2               -2.488403  7.07358487  35.792837 5.295800e-04
## Seg387.2                 2.690649  6.62433330  35.769000 5.306452e-04
## Seg1430.21.1.57f48f76    3.848128  2.80302532  35.688441 5.342655e-04
## Seg593.14                4.033168  4.05140964  35.562158 5.400047e-04
## Seg1005.10              -2.429250  6.03890426  35.561623 5.400292e-04
## Seg1838.3                2.650309  3.86173381  35.555579 5.403059e-04
## Seg1297.1                7.899854  1.28176091  43.853947 5.424742e-04
## Seg1731.8.1.57f48f77    -8.297916  1.86847959  43.852513 5.425223e-04
## Seg19800.1              -2.876334  5.23535958  35.503131 5.427145e-04
## Seg675.16                7.934477  1.29948047  43.841186 5.429027e-04
## Seg795.1                -3.086946  7.72011152  35.495970 5.430444e-04
## Seg6835.1               -2.899417  4.23838041  35.477585 5.438926e-04
## Seg1915.8               -2.910003  5.57527398  35.458362 5.447814e-04
## Seg2073.6               -2.576351  5.37578353  35.422172 5.464595e-04
## Seg1783.2                6.126785  1.52917031  35.385176 5.481820e-04
## Seg473.4                -3.421484  9.19374927  35.383695 5.482511e-04
## Seg4617.1               -2.642241  5.60690019  35.360368 5.493408e-04
## Seg2142.7               -2.452864  5.01564485  35.320269 5.512207e-04
## Seg552.5                -8.918301  2.42187243  43.576064 5.519073e-04
## Seg1422.5               -2.877186  3.50705572  35.300134 5.521677e-04
## Seg1474.5.2.57f48f76    -8.476414  2.01606677  43.549404 5.528237e-04
## Seg914.7                -3.410655  2.95726244  35.258698 5.541233e-04
## Seg49.4                  2.940804  5.18738007  35.241601 5.549327e-04
## Seg1069.6                4.118008  1.75940666  35.155083 5.590523e-04
## Seg18.4                 -2.960466  4.23434532  35.112093 5.611139e-04
## Seg4235.1               -8.585462  2.11225748  43.297068 5.615989e-04
## Seg230.24                7.640215  1.03559775  43.273206 5.624382e-04
## Seg154.6                -2.636542  4.98551030  35.084578 5.624385e-04
## Seg5259.1               -3.623395  2.46640650  35.060781 5.635873e-04
## Seg6288.2                3.441980  3.91818724  35.058606 5.636925e-04
## Seg649.16               -3.412787  2.49765058  35.019328 5.655958e-04
## Seg652.6                -3.556555  4.45649400  34.986952 5.671708e-04
## Seg1602.2               -2.699411  7.29722476  34.984501 5.672903e-04
## Seg955.4                 3.055089  3.39076422  34.974020 5.678015e-04
## Seg3123.2.2.57f48f7a     6.731231  5.25422959  34.964983 5.682428e-04
## Seg7851.1                3.304050  2.95304117  34.939504 5.694893e-04
## Seg6027.1                8.694747  2.02953277  43.063452 5.698889e-04
## Seg3785.1               -2.591740  7.94550218  34.926264 5.701384e-04
## Seg4445.2.1.57f48f7b    -8.115831  1.70896688  43.040983 5.706948e-04
## Seg675.15                8.193101  1.54328137  43.030221 5.710813e-04
## Seg434.6                 2.857455  4.39977781  34.879741 5.724268e-04
## Seg1980.4                4.065372  2.98839956  34.856462 5.735763e-04
## Seg4739.1                3.659624  2.77070903  34.815051 5.756285e-04
## Seg11011.2              -2.782531  7.81408961  34.797082 5.765219e-04
## Seg1721.15               2.724740  4.37323079  34.797043 5.765238e-04
## Seg1814.8               -3.028987  4.95324977  34.765634 5.780897e-04
## Seg227.1                -2.603819  5.60333023  34.754549 5.786437e-04
## Seg9504.1                3.918419  2.62064773  34.739945 5.793746e-04
## Seg2934.5               -2.690014  6.43718782  34.724333 5.801572e-04
## Seg3794.2               -2.772373  6.84873043  34.707159 5.810196e-04
## Seg1749.2.3.57f48f78     8.892815  2.22436392  42.700442 5.830965e-04
## Seg1845.3.1.57f48f78     4.129097  6.45777512  34.594961 5.866949e-04
## Seg1152.1                3.210394  6.28741215  34.532544 5.898829e-04
## Seg2030.6                3.058317  3.58461433  34.364406 5.985822e-04
## Seg396.7                 4.720448  2.04686776  34.271727 6.034476e-04
## Seg1445.7                2.598943  3.90105817  34.239874 6.051316e-04
## Seg2992.2               -2.601852  6.58876995  34.220541 6.061566e-04
## Seg343.1                -3.001963 10.07860235  34.212099 6.066049e-04
## Seg450.4                -5.761024  3.92112660  34.178132 6.084129e-04
## Seg607.5                 3.853611  5.95941265  34.137853 6.105658e-04
## Seg940.15               -2.487059  6.07556804  34.118197 6.116200e-04
## Seg1430.10              -2.881852  9.95495526  34.115509 6.117644e-04
## Seg1819.4                3.308082  2.42816412  34.084570 6.134289e-04
## Seg859.1                -2.969715  4.88853164  34.078849 6.137374e-04
## Seg353.11               -3.008878 10.06126301  34.054890 6.150312e-04
## Seg1181.11              -2.491351  6.08100680  34.035157 6.160995e-04
## Seg274.8                 3.322059  3.73019939  34.019192 6.169655e-04
## Seg1233.4                7.857886  1.22709039  41.780274 6.184498e-04
## Seg2726.2                7.940709  1.30410433  41.687573 6.221679e-04
## Seg2719.2               -2.438738  7.54588362  33.922729 6.222315e-04
## Seg1597.5               -2.543040  7.01403524  33.877766 6.247058e-04
## Seg3689.1.1.57f48f7b    -8.332716  1.89992098  41.596646 6.258438e-04
## Seg351.11                2.895711  4.31670426  33.849792 6.262515e-04
## Seg6214.1               -2.660060  7.53191197  33.815791 6.281370e-04
## Seg1966.4                3.842307  2.94173207  33.812124 6.283408e-04
## Seg549.8                 3.836705  1.70038770  33.796406 6.292152e-04
## Seg1740.7.1.57f48f78     3.679463  3.74841594  33.734945 6.326494e-04
## Seg9440.1                3.178042  2.84202385  33.725694 6.331684e-04
## Seg2730.4                2.366754  4.96885800  33.711294 6.339774e-04
## Seg2375.3                4.642646  4.44406647  33.694653 6.349139e-04
## Seg1986.5               -2.452692  7.90700662  33.645144 6.377106e-04
## Seg6.6.1.57f48f7c        5.760033  1.12682071  33.612381 6.395700e-04
## Seg11328.1               4.061715  2.47624474  33.610351 6.396854e-04
## Seg250.9                 7.961646  1.34182943  41.246567 6.402690e-04
## Seg652.7                -3.151383  3.44933678  33.589168 6.408917e-04
## Seg440.2                 7.676804  1.06097697  41.231238 6.409107e-04
## Seg7585.1                2.777282  7.31784834  33.564629 6.422926e-04
## Seg2232.4                7.746586  1.13861080  41.160659 6.438763e-04
## Seg4161.2                2.513483  5.26421982  33.532484 6.441338e-04
## Seg4625.2                2.524374  8.94825502  33.524243 6.446069e-04
## Seg2780.1                2.537520  5.29457656  33.515108 6.451319e-04
## Seg384.3.1.57f48f7b     -2.403367  5.80218326  33.500052 6.459982e-04
## Seg1635.7                2.544940  5.32061510  33.474767 6.474567e-04
## Seg271.4                -2.532267  4.32484452  33.445189 6.491680e-04
## Seg8327.1               -2.673665  3.52513614  33.409261 6.512547e-04
## Seg2414.2               -2.724553  7.16230431  33.397092 6.519634e-04
## Seg11652.1              -2.842377  6.13786153  33.338599 6.553837e-04
## Seg1195.1               -2.522042  3.99766962  33.322055 6.563553e-04
## Seg375.7                -2.664995  8.32937247  33.308599 6.571469e-04
## Seg2351.7                8.088835  1.46319197  40.840501 6.575604e-04
## Seg1079.13              -2.441557  4.87607047  33.259127 6.600678e-04
## Seg1329.6                3.017584  5.28524540  33.231148 6.617271e-04
## Seg562.6                 2.571486  4.43225512  33.189038 6.642346e-04
## Seg1475.1               -7.973569  1.58595262  40.675241 6.647754e-04
## Seg2170.6                2.889462  5.68929273  33.175416 6.650483e-04
## Seg2022.3                3.656145  3.85303839  33.163152 6.657820e-04
## Seg1946.5                7.508845  0.91352390  40.642401 6.662217e-04
## Seg4403.5               -2.373214  6.11485587  33.065464 6.716636e-04
## Seg1662.7               -2.314638  6.90939852  33.055343 6.722768e-04
## Seg101.4                 5.227357  1.85477465  33.046781 6.727961e-04
## Seg768.14.1.57f48f7e    -8.611819  2.13495552  40.487963 6.730796e-04
## Seg1513.1               -2.858755  4.15371448  33.032939 6.736367e-04
## Seg1806.7               -2.798526  6.63663601  32.996062 6.758828e-04
## Seg3975.1                5.707970  2.67205077  32.947005 6.788856e-04
## Seg1019.1.1.57f48f75    -8.625192  2.14680944  40.330190 6.801827e-04
## Seg1608.5                4.364808  2.02193207  32.882771 6.828434e-04
## Seg1738.8               -3.003658  6.35049159  32.824356 6.864684e-04
## Seg994.5                -2.495907  6.18301790  32.814743 6.870673e-04
## Seg1712.9               -7.944620  1.56092662  40.156145 6.881347e-04
## Seg4693.2               -3.321193  6.47937250  32.778936 6.893041e-04
## Seg1666.23              -2.642713  6.34758516  32.749150 6.911718e-04
## Seg1983.6                6.480875  1.84902902  32.747950 6.912472e-04
## Seg1077.4               -2.810899 10.01555095  32.731603 6.922752e-04
## Seg4149.2               -2.720499  3.51825577  32.700587 6.942310e-04
## Seg2229.2               -3.148433  9.35982911  32.683836 6.952902e-04
## Seg562.9                 3.065925  4.65219364  32.676496 6.957550e-04
## Seg187.11                2.969887  6.27283385  32.662242 6.966587e-04
## Seg4215.2                3.309545  3.10318750  32.655581 6.970816e-04
## Seg10002.1               4.410662  3.91527199  32.632333 6.985600e-04
## Seg1839.10               5.949856  4.25300957  32.567010 7.027356e-04
## Seg478.3                 5.381158  3.42281967  32.502338 7.069012e-04
## Seg100.5                -2.392369  4.97512896  32.491497 7.076026e-04
## Seg2297.6               -2.812628  5.61881902  32.482701 7.081724e-04
## Seg14339.1               4.830968  1.07521277  32.457689 7.097956e-04
## Seg1365.3                4.586332  5.43599845  32.443530 7.107167e-04
## Seg1477.2                3.869580  5.55622458  32.443344 7.107288e-04
## Seg1734.3                2.850437  3.71346121  32.436474 7.111762e-04
## Seg1496.8               -2.997650 10.57568480  32.415062 7.125732e-04
## Seg650.18                2.806357  4.58345892  32.402111 7.134198e-04
## Seg249.2                -3.426684  2.52517808  32.376865 7.150739e-04
## Seg2726.5                7.906244  1.27075338  39.516464 7.184460e-04
## Seg2949.3                7.684049  1.06604511  39.499732 7.192625e-04
## Seg3473.2                7.946922  1.30872457  39.394301 7.244356e-04
## Seg1370.12              -2.502858  6.36310667  32.195795 7.270831e-04
## Seg797.6                -7.931593  1.55093112  39.335607 7.273370e-04
## Seg1123.15              -2.597309  3.71976883  32.174887 7.284863e-04
## Seg1408.4               -2.345468  6.18039360  32.103517 7.333028e-04
## Seg9386.1                4.301016  1.65959347  32.093790 7.339625e-04
## Seg1756.9                3.465238  2.47091362  32.076133 7.351618e-04
## Seg1076.5.2.57f48f75     7.470346  0.87589239  39.172614 7.354755e-04
## Seg2162.8                3.413167  2.11738410  32.035451 7.379345e-04
## Seg62.7                 -2.521368  6.06427408  32.014520 7.393663e-04
## Seg26.4                 -2.639987  5.13950757  31.997409 7.405395e-04
## Seg3693.4                4.218831  4.42466672  31.987123 7.412459e-04
## Seg3062.3                3.500445  4.31660002  31.972183 7.422734e-04
## Seg229.13                2.808581  4.51290822  31.960944 7.430476e-04
## Seg639.4                -7.893354  1.51735622  39.009465 7.437436e-04
## Seg121.2                 8.417425  1.75791746  39.005800 7.439307e-04
## Seg287.9.2.57f48f7a      2.314177  5.11921866  31.923123 7.456605e-04
## Seg889.9                -3.324357  3.32626364  31.860882 7.499863e-04
## Seg226.3                 6.876907  9.58194130  31.757199 7.572639e-04
## Seg2558.2                2.525866  3.78056541  31.744325 7.581739e-04
## Seg397.5                 3.178336  2.33981751  31.728318 7.593072e-04
## Seg3243.6                7.700246  1.09689825  38.687706 7.604154e-04
## Seg1604.2                7.532632  0.92947731  38.674281 7.611218e-04
## Seg4300.1.1.57f48f7b     7.532632  0.92947731  38.674281 7.611218e-04
## Seg8531.1                5.809196  3.30201255  31.684163 7.624449e-04
## Seg1268.4               -3.045207  5.62520035  31.682372 7.625725e-04
## Seg2465.5.1.57f48f79     7.445750  0.85967731  38.580172 7.660980e-04
## Seg3953.1               -2.815015  3.83520520  31.566106 7.709162e-04
## Seg984.9                 3.566483  4.44148645  31.519560 7.742894e-04
## Seg1562.1.1.57f48f77     7.405468  0.82067756  38.416451 7.748587e-04
## Seg1994.3.1.57f48f78    -7.862700  1.49099015  38.395613 7.759833e-04
## Seg1335.15               7.478489  0.88129458  38.244747 7.841903e-04
## Seg1585.12              -2.831234  7.07887547  31.282149 7.917924e-04
## Seg1956.5               -2.597892  6.85135878  31.274248 7.923836e-04
## Seg3695.3               -2.880381  4.15884325  31.268646 7.928031e-04
## Seg4018.2.3.57f48f7b     5.096727  2.08517555  31.244245 7.946337e-04
## Seg3652.3               -2.597362  6.85090584  31.237793 7.951187e-04
## Seg3.26                  2.549861  3.55555136  31.164653 8.006427e-04
## Seg2064.1               -2.601365  8.64371833  31.118377 8.041632e-04
## Seg3433.2                7.397012  0.81518537  37.884763 8.042449e-04
## Seg1889.2               -2.440443  4.24339379  31.083784 8.068080e-04
## Seg1985.4                2.513057  4.86536262  31.041037 8.100915e-04
## Seg1562.1               -7.903261  1.52197332  37.763333 8.111634e-04
## Seg1983.8                5.407898  2.38117222  31.021435 8.116030e-04
## Seg5576.1               -2.611064  4.62890446  31.010589 8.124408e-04
## Seg1121.18              -2.547219  7.00551589  30.998488 8.133770e-04
## Seg2440.4               -2.579907  9.49317675  30.969331 8.156382e-04
## Seg2279.1                7.422294  0.83165886  37.685045 8.156659e-04
## Seg3186.6               -3.348735  8.73042246  30.948296 8.172745e-04
## Seg1764.4.1.57f48f78     2.880694  6.81969594  30.891434 8.217191e-04
## Seg4403.3               -2.209209  6.49396061  30.849844 8.249896e-04
## Seg1243.2               -2.712740  4.42617518  30.826799 8.268089e-04
## Seg7259.6               -2.579007  3.44667123  30.775877 8.308475e-04
## Seg6811.2                3.681417  1.72985220  30.763626 8.318228e-04
## Seg1363.34               7.828014  1.19681301  37.399971 8.323448e-04
## Seg133.2                 2.871023  7.90368447  30.750269 8.328880e-04
## Seg1058.10              -2.419906  4.95776379  30.744585 8.333417e-04
## Seg1809.3                4.184930  1.28745749  30.675663 8.388696e-04
## Seg4396.3                2.445848  4.61104523  30.662821 8.399047e-04
## Seg5552.1                2.964863 10.46987404  30.637422 8.419569e-04
## Seg10336.1               3.519834  3.77454394  30.636094 8.420644e-04
## Seg1770.5               -2.431998  6.45255988  30.576250 8.469259e-04
## Seg271.7                -2.533711  4.57854493  30.562670 8.480342e-04
## Seg1556.17               7.540507  0.93479143  37.089481 8.510307e-04
## Seg4642.2               -2.521051  3.98557049  30.518589 8.516443e-04
## Seg766.1                 2.575199  7.03355227  30.496456 8.534644e-04
## Seg2053.1                7.953116  1.31334114  37.015050 8.555928e-04
## Seg1648.4                2.830867  5.01668809  30.428612 8.590748e-04
## Seg118.6                -2.682017  9.42050304  30.410233 8.606027e-04
## Seg1131.9                8.392811  1.73339554  36.872997 8.643904e-04
## Seg6221.1               -3.097306  3.78814424  30.360075 8.647906e-04
## Seg3969.4                7.388526  0.80969227  36.759828 8.714855e-04
## Seg996.5                -2.412370  4.76321544  30.277550 8.717379e-04
## Seg1921.4               -2.397589  6.04353369  30.248620 8.741904e-04
## Seg1313.9               -2.602323  5.15094057  30.163364 8.814693e-04
## Seg8852.1               -2.430364  3.75565608  30.134324 8.839664e-04
## Seg453.1                 2.795053  7.24352790  30.109746 8.860868e-04
## Seg2221.5               -2.555302  3.42713252  30.102078 8.867498e-04
## Seg233.1                -2.842901  6.08947266  30.050974 8.911841e-04
## Seg2191.4.1.57f48f79    -8.378420  1.94171138  36.396180 8.948153e-04
## Seg3470.3               -2.411285  6.10846539  30.005011 8.951966e-04
## Seg1123.8               -3.110311  4.70176428  30.001045 8.955439e-04
## Seg962.1                -2.376757  4.41156113  30.000919 8.955550e-04
## Seg3951.2               -2.534239  5.45607630  29.990861 8.964366e-04
## Seg2240.5                2.943159  5.76301934  29.968760 8.983777e-04
## Seg3904.2                2.792153  3.06098903  29.943033 9.006441e-04
## Seg4855.1.1.57f48f7c     3.336845  2.89608158  29.869233 9.071864e-04
## Seg1914.9               -2.541286  3.66717423  29.845487 9.093044e-04
## Seg3963.3                7.294137  0.72201966  36.118345 9.132024e-04
## Seg550.3                 7.303097  0.72769060  36.096435 9.146737e-04
## Seg1607.2                2.751755  3.93592910  29.745773 9.182679e-04
## Seg1928.4               -2.731967  4.24320153  29.711270 9.213958e-04
## Seg3102.1               -2.308392  6.55195356  29.698259 9.225788e-04
## Seg2086.4                3.353168  3.17886421  29.683823 9.238938e-04
## Seg1254.12              -3.359941  3.31143887  29.650016 9.269826e-04
## Seg4996.2                3.476216  1.76465103  29.645405 9.274050e-04
## Seg4261.1               -2.358751  5.63218689  29.633615 9.284859e-04
## Seg1807.2               -2.300592  6.81524698  29.612279 9.304463e-04
## Seg2924.1               -2.320961  4.31941273  29.605876 9.310356e-04
## Seg2299.6                6.320428 10.42166424  29.598445 9.317201e-04
## Seg1365.9.2.57f48f76    -7.834593  1.46332525  35.823789 9.332491e-04
## Seg455.6                 2.659908  3.99054771  29.566118 9.347057e-04
## Seg5619.1                2.724023  6.80550777  29.545007 9.366620e-04
## Seg229.6                -2.305327  5.66735772  29.538421 9.372734e-04
## Seg5386.1               -3.239338  2.51550123  29.518023 9.391703e-04
## Seg1520.4                2.981094  5.46518824  29.510049 9.399131e-04
## Seg2291.2               -2.347835  5.36176514  29.495923 9.412309e-04
## Seg119.17               -2.226934  7.82641615  29.452966 9.452530e-04
## Seg3557.1               -2.467439  9.46515290  29.428818 9.475236e-04
## Seg2186.4               -2.455104  5.26261875  29.413414 9.489757e-04
## Seg1421.12              -2.389616  8.74249034  29.398908 9.503458e-04
## Seg7574.2               -2.489447  5.23248806  29.375503 9.525618e-04
## Seg1821.6                2.504545  4.36034862  29.367322 9.533379e-04
## Seg1537.3.2.57f48f76     3.681889  2.00792632  29.365573 9.535039e-04
## Seg4942.1               -2.478218  3.90237725  29.347553 9.552167e-04
## Seg6192.1                5.451872  0.84577476  29.337938 9.561321e-04
## Seg1305.10              -2.816122  9.01397585  29.297215 9.600223e-04
## Seg1374.4               -2.233452  5.72320245  29.288637 9.608442e-04
## Seg2326.3                3.057444  3.26593532  29.278371 9.618291e-04
## Seg1658.8                6.850952  6.76125130  29.274876 9.621648e-04
## Seg233.6                -2.697737  3.56114624  29.231928 9.663013e-04
## Seg698.9                -2.258735  4.42574011  29.194233 9.699506e-04
## Seg1167.6                2.770434  3.79449937  29.177814 9.715457e-04
## Seg281.11                7.698464  1.07617318  35.280830 9.717621e-04
## Seg1270.4                3.119111  2.37623558  29.165187 9.727748e-04
## Seg13540.1               4.447763  2.81551878  29.157337 9.735398e-04
## Seg2326.6               -3.193780  2.65855664  29.143315 9.749083e-04
## Seg597.6                -7.732919  1.37983569  35.234465 9.751482e-04
## Seg24446.1              -2.214500  4.72854064  29.132259 9.759891e-04
## Seg2132.5               -7.710450  1.36307024  35.203916 9.773877e-04
## Seg5567.4                3.551842  5.03131570  29.089402 9.801931e-04
## Seg1481.10               5.412267  1.53603775  29.088882 9.802442e-04
## Seg1095.18              -2.701637  3.92739058  29.083915 9.807330e-04
## Seg3552.2                2.869506  5.90743841  29.076872 9.814266e-04
## Seg4154.5                5.586667  0.95791872  29.020844 9.869667e-04
## Seg650.7                -2.570119  9.70523900  29.013642 9.876818e-04
## Seg5464.1.1.57f48f7c     6.345969  7.75969448  29.009607 9.880827e-04
## Seg5296.1                3.266744  3.11826486  29.003310 9.887087e-04
## Seg1986.9                7.834660  1.20164273  35.036502 9.897831e-04
## Seg3242.3                7.239719  0.67317116  35.026033 9.905652e-04
## Seg3863.1.1.57f48f7b     2.985715  4.07291150  28.977867 9.912435e-04
## Seg2919.4               -2.494833  3.83514280  28.952771 9.937519e-04
## Seg1321.2                2.417923  4.81252266  28.932028 9.958315e-04
## Seg4404.2.1.57f48f7b     3.061295  2.87620663  28.908067 9.982405e-04
## Seg1690.3                7.439003  0.84263548  34.902727 9.998386e-04
## Seg12502.1               5.222137  1.36143056  28.876257 1.001450e-03
## Seg2895.2                4.926943  6.97678189  28.857756 1.003323e-03
## Seg308.11               -2.510903  3.78843884  28.841202 1.005003e-03
## Seg1445.2               -2.487176  7.18155795  28.805713 1.008616e-03
## Seg2040.1               -2.578482  3.82467447  28.804319 1.008758e-03
## Seg1771.8               -2.559248  5.42550058  28.789960 1.010225e-03
## Seg1895.5                2.533454  3.52598029  28.780436 1.011199e-03
## Seg873.6                -4.041106  1.97829354  28.778678 1.011379e-03
## Seg1134.5                7.248955  0.67893514  34.711583 1.014443e-03
## Seg2189.6               -2.170747  6.12522219  28.743151 1.015026e-03
## Seg1659.13               2.537691  3.85688274  28.742166 1.015127e-03
## Seg56.2                 -2.347205  4.53595255  28.738915 1.015462e-03
## Seg888.11               -2.489309  7.97137617  28.722542 1.017149e-03
## Seg1574.12              -2.212330  5.76991621  28.721037 1.017304e-03
## Seg938.6                -2.452147  5.47442808  28.718833 1.017531e-03
## Seg3336.2                2.412217  4.48465429  28.701266 1.019347e-03
## Seg1975.2                7.381139  0.79164452  34.643148 1.019741e-03
## Seg499.1                -2.523434  4.41816026  28.680588 1.021488e-03
## Seg2534.1                4.597620  1.36384105  28.675809 1.021984e-03
## Seg1944.6               -3.299800  4.97296406  28.670187 1.022568e-03
## Seg4329.2               -2.439197  6.27073613  28.665654 1.023039e-03
## Seg1224.4               -2.497482  7.49009989  28.640688 1.025637e-03
## Seg6838.2               -2.188227  6.14613488  28.635110 1.026219e-03
## Seg3865.2               -2.547299  6.43990287  28.599157 1.029979e-03
## Seg5677.2                5.513264  3.00831018  28.598190 1.030080e-03
## Seg4642.4               -2.673024  3.45428903  28.587098 1.031244e-03
## Seg2870.1                6.155546  1.53970704  28.583084 1.031666e-03
## Seg6275.1                3.511000  1.64799487  28.573093 1.032716e-03
## Seg679.5                -2.862240  2.85217257  28.560804 1.034010e-03
## Seg2789.1                2.983115  4.26099946  28.538660 1.036346e-03
## Seg1259.5               -2.227220  8.05817971  28.509069 1.039478e-03
## Seg1994.1               -7.667800  1.32770153  34.369725 1.041280e-03
## Seg308.2                 2.614086  3.39841432  28.440342 1.046801e-03
## Seg2075.2.3.57f48f79    -2.627116  3.61205002  28.425822 1.048357e-03
## Seg726.1                 7.320922  0.73903160  34.280824 1.048413e-03
## Seg1915.10              -2.528822  6.81611064  28.418034 1.049192e-03
## Seg112.7                -2.673788  5.64373862  28.392915 1.051893e-03
## Seg2735.5               -2.235332  4.84884900  28.375296 1.053793e-03
## Seg2221.6                3.541203  1.91160915  28.375186 1.053805e-03
## Seg2351.6                2.807589  4.07127371  28.373112 1.054029e-03
## Seg18102.1               4.114103  1.53099822  28.338805 1.057741e-03
## Seg9519.1                5.267046  1.40142610  28.331700 1.058512e-03
## Seg1615.2               -7.665507  1.32409281  34.127460 1.060872e-03
## Seg3089.1.1.57f48f7a     4.944806  2.46215296  28.309177 1.060961e-03
## Seg1754.9.2.57f48f78    -9.222175  2.68634466  34.106191 1.062615e-03
## Seg2253.7.1.57f48f79    -3.492800  3.37706281  28.289316 1.063127e-03
## Seg2530.1               -2.259956  5.75329026  28.246556 1.067808e-03
## Seg1853.5               -2.376124  6.34712966  28.244619 1.068021e-03
## Seg1930.3                3.992042  6.11374146  28.243762 1.068115e-03
## Seg1533.2                2.999101  2.67246918  28.213572 1.071438e-03
## Seg299.8                -2.178192  7.67145953  28.206438 1.072225e-03
## Seg2175.7                4.798177  4.76724193  28.193855 1.073615e-03
## Seg3073.5               -2.977028  2.73870487  28.122819 1.081506e-03
## Seg1019.1               -3.255548  3.41208500  28.092384 1.084909e-03
## Seg920.1                -2.550180  5.52899128  28.086479 1.085571e-03
## Seg4103.2                7.183095  0.62268202  33.781458 1.089713e-03
## Seg1733.7                7.183095  0.62268202  33.781458 1.089713e-03
## Seg900.9.1.57f48f7e     -9.231753  2.70923477  33.769226 1.090751e-03
## Seg1666.9                2.819791  8.65238061  28.036371 1.091209e-03
## Seg52.2                 -2.528138  9.71888511  28.033409 1.091544e-03
## Seg310.3                -2.392786  4.06577053  28.030112 1.091916e-03
## Seg6564.1.1.57f48f7d    -8.618799  2.13951841  33.745191 1.092796e-03
## Seg4503.3                7.173529  0.61682324  33.744194 1.092881e-03
## Seg7544.2               -2.120998  6.13980942  28.003391 1.094941e-03
## Seg1199.1               -2.477163  3.81976493  27.979609 1.097641e-03
## Seg4283.1                8.355084  1.72115149  33.676930 1.098630e-03
## Seg1822.4               -2.673339  8.45151178  27.947114 1.101346e-03
## Seg3085.2               -2.613502  3.43797517  27.914277 1.105105e-03
## Seg1154.2                2.824715  6.90902599  27.899338 1.106821e-03
## Seg1627.3               -2.508991  5.38043628  27.842804 1.113345e-03
## Seg2783.2               -3.520804  2.73779644  27.838657 1.113826e-03
## Seg2189.9                2.393961  3.58017512  27.838441 1.113851e-03
## Seg2340.10               5.193202  2.89899178  27.830348 1.114790e-03
## Seg2700.4                4.063628  1.18060861  27.820217 1.115966e-03
## Seg2737.2               -2.900459  6.72272110  27.808817 1.117292e-03
## Seg2274.4                3.954283  1.13755155  27.795710 1.118818e-03
## Seg550.1.1.57f48f7c     -2.213500  5.57850263  27.730342 1.126472e-03
## Seg920.2                -2.725036  6.19923468  27.652064 1.135726e-03
## Seg1863.6               -2.128990  5.97358973  27.632417 1.138064e-03
## Seg1329.7                8.368115  9.36158582  27.620378 1.139499e-03
## Seg326.5                 7.192626  0.62854153  33.169997 1.143284e-03
## Seg6419.1               -2.677910  3.35775779  27.525960 1.150840e-03
## Seg90.4                  3.454234  3.42061632  27.507546 1.153068e-03
## Seg2787.7                5.034867  1.19638927  27.507479 1.153076e-03
## Seg3784.3                2.892925  2.27100188  27.486765 1.155590e-03
## Seg2498.5                7.163929  0.61096531  33.033961 1.155676e-03
## Seg3059.2                7.556179  0.94541370  33.027962 1.156226e-03
## Seg1640.8.1.57f48f77     7.502750  0.89749155  33.018648 1.157082e-03
## Seg4299.3               -2.940485  3.77066004  27.471941 1.157393e-03
## Seg3826.3               -2.421036  5.13134036  27.465245 1.158209e-03
## Seg4224.1                2.936959  2.61954623  27.460843 1.158745e-03
## Seg7441.1               -2.296107  4.34318670  27.450668 1.159987e-03
## Seg1232.17              -2.322101  8.48259906  27.449661 1.160110e-03
## Seg1498.3                2.172482  6.57935551  27.439895 1.161303e-03
## Seg6817.1                2.655824  3.62580174  27.389076 1.167539e-03
## Seg2700.1                5.584750  4.31146562  27.383019 1.168285e-03
## Seg1091.23               4.918545  1.56448530  27.370084 1.169881e-03
## Seg2368.1               -2.183461  6.96191863  27.348862 1.172504e-03
## Seg5445.1                6.487196  6.36099852  27.287349 1.180152e-03
## Seg1696.1                7.320235  0.75258321  32.761024 1.181083e-03
## Seg3990.1               -2.251406  4.74729047  27.254942 1.184207e-03
## Seg2837.2               -5.384808  4.96382412  27.243646 1.185624e-03
## Seg2465.5               -7.846656  1.47091672  32.704518 1.186436e-03
## Seg397.3                 2.485743  4.78354705  27.229281 1.187430e-03
## Seg229.10               -2.233972  7.40114569  27.213483 1.189420e-03
## Seg3283.2               -2.358769  5.49567428  27.192223 1.192105e-03
## Seg1221.5                7.841285  1.20646907  32.620348 1.194469e-03
## Seg1755.3               -2.569336  9.13720643  27.156443 1.196641e-03
## Seg3035.1               -2.170744  6.83014301  27.156392 1.196647e-03
## Seg8305.2                5.619541  2.58404921  27.147506 1.197777e-03
## Seg732.2.1.57f48f7d     -8.734564  2.24275128  32.565435 1.199749e-03
## Seg2494.2                2.388044  3.34290990  27.094035 1.204606e-03
## Seg550.10.1.57f48f7c     2.476597  3.06758082  27.055988 1.209495e-03
## Seg2616.2               -2.146465  4.43634451  27.027964 1.213113e-03
## Seg2051.8.1.57f48f78    -9.269781  2.74436762  32.422131 1.213675e-03
## Seg2495.1                7.124076  0.57044268  32.376884 1.218117e-03
## Seg2769.1                7.925218  1.28480360  32.330466 1.222696e-03
## Seg776.3                -2.106247  7.39134550  26.945285 1.223867e-03
## Seg1378.3                2.952748  2.84830623  26.944198 1.224009e-03
## Seg2154.1                4.244442  1.01437402  26.940859 1.224446e-03
## Seg918.4                 2.733905  2.88554045  26.898481 1.230009e-03
## Seg4287.2                2.900910  2.54873341  26.869965 1.233771e-03
## Seg2915.2               -3.082381 12.02120674  26.868882 1.233914e-03
## Seg11812.1              -2.357834  3.99149688  26.848315 1.236636e-03
## Seg1112.2                3.051966  6.15785035  26.844814 1.237101e-03
## Seg1719.3                4.865198  1.51314476  26.841279 1.237570e-03
## Seg7919.1               -2.607836  4.71657441  26.821150 1.240244e-03
## Seg2062.1.1.57f48f79    -7.682290  1.34403632  32.134517 1.242280e-03
## Seg1873.4                4.030974  1.92076210  26.769668 1.247119e-03
## Seg2956.2                3.353470  4.28249952  26.734832 1.251799e-03
## Seg647.4                -2.570676  3.96589149  26.716597 1.254257e-03
## Seg3403.1               -2.681290  4.36839160  26.714646 1.254521e-03
## Seg3647.2               -2.281976  5.60342180  26.707850 1.255439e-03
## Seg350.19               -2.078425  6.63174662  26.678459 1.259419e-03
## Seg5586.2               -2.240542  4.88819065  26.663375 1.261469e-03
## Seg6459.1               -2.055723  6.08508900  26.634427 1.265413e-03
## Seg2153.2               -2.102323  4.81428896  26.626733 1.266464e-03
## Seg2281.4                2.708569  3.28072865  26.608591 1.268947e-03
## Seg2091.2.4.57f48f79    -7.711480  1.35832745  31.872943 1.269080e-03
## Seg978.3                -2.450585  6.29514088  26.591724 1.271261e-03
## Seg72.8                  3.253660  2.28430752  26.562883 1.275231e-03
## Seg734.12                4.862944  1.08727732  26.558897 1.275780e-03
## Seg1867.5               -3.007085  2.76277497  26.548898 1.277161e-03
## Seg2731.8               -2.629763  9.18296606  26.540619 1.278305e-03
## Seg654.3                 2.847159  2.35858394  26.538524 1.278595e-03
## Seg1517.6               -2.059986  6.03108208  26.525407 1.280412e-03
## Seg1027.14               2.803970  7.89474648  26.523186 1.280720e-03
## Seg2388.2               -2.322127  4.01895576  26.509597 1.282606e-03
## Seg169.18                3.717284  3.79172470  26.485396 1.285974e-03
## Seg397.35               -2.357308  8.88806508  26.473129 1.287685e-03
## Seg1839.8                7.154295  0.60510832  31.681896 1.289141e-03
## Seg1029.8                2.885622  2.83392107  26.439117 1.292446e-03
## Seg8079.2               -2.459698  3.46005676  26.431036 1.293580e-03
## Seg909.11               -7.520606  1.20553742  31.639630 1.293636e-03
## Seg1794.2               -8.758305  2.27996556  31.638272 1.293781e-03
## Seg2454.8                5.521475  0.97558734  26.409885 1.296555e-03
## Seg212.2                -2.146890  5.53720434  26.409238 1.296646e-03
## Seg1702.4               -3.383762  2.06106699  26.393359 1.298886e-03
## Seg3382.1.1.57f48f7a     5.295627  0.70698661  26.374204 1.301594e-03
## Seg3035.2               -2.375522  6.11440582  26.373270 1.301726e-03
## Seg620.2                 4.254215  1.01061564  26.367513 1.302542e-03
## Seg7850.1                4.253943  1.38922752  26.337513 1.306802e-03
## Seg1365.9               -7.608533  1.27405640  31.483779 1.310393e-03
## Seg1578.2                7.133923  0.57640028  31.469813 1.311908e-03
## Seg5310.3                7.133923  0.57640028  31.469813 1.311908e-03
## Seg153.15                4.766482  1.77441731  26.294774 1.312902e-03
## Seg352.3                -2.402494  7.46371225  26.268508 1.316669e-03
## Seg3878.1                2.310453  3.92892081  26.251436 1.319125e-03
## Seg1528.7                3.827209  3.62595811  26.241031 1.320625e-03
## Seg2523.2               -3.110828  2.86413670  26.233594 1.321698e-03
## Seg4697.3                4.966380  1.60099290  26.227484 1.322580e-03
## Seg2269.3                5.322752  0.73788757  26.210400 1.325052e-03
## Seg7733.1               -2.542962  3.70334892  26.209397 1.325198e-03
## Seg1855.5               -2.199995  5.41763868  26.189015 1.328155e-03
## Seg6424.2               -2.443254  3.47931248  26.187596 1.328361e-03
## Seg1075.1                5.667802  2.67140518  26.166779 1.331391e-03
## Seg5293.6                7.041961  0.50422187  31.289686 1.331667e-03
## Seg2127.4                3.990456  1.47822903  26.164482 1.331725e-03
## Seg1073.1                2.687163  6.03702895  26.159777 1.332412e-03
## Seg1999.5               -2.210839  6.06128770  26.151680 1.333593e-03
## Seg913.6_Seg913.4       -2.570351  5.28305170  26.126307 1.337306e-03
## Seg510.1                -2.196914  4.60573346  26.122475 1.337868e-03
## Seg764.8                -3.386201  4.60227690  26.118018 1.338522e-03
## Seg1561.3               -2.497330  4.59305912  26.117783 1.338556e-03
## Seg401.6                -2.536169  3.60881234  26.111443 1.339487e-03
## Seg4161.1                8.185914  1.53182379  31.211797 1.340333e-03
## Seg3444.4               -2.237828  4.83105605  26.089878 1.342660e-03
## Seg2485.5               -4.968146  3.48917397  26.083151 1.343651e-03
## Seg265.1                -4.950315  3.71992977  26.073401 1.345090e-03
## Seg17621.1              -4.352083  3.89604000  26.065763 1.346219e-03
## Seg1851.5                7.094319  0.55257798  31.136869 1.348741e-03
## Seg2137.4.1.57f48f79    -8.228368  1.81224346  31.125645 1.350007e-03
## Seg593.13               -2.448587  3.87084166  26.028234 1.351781e-03
## Seg1833.1                4.130154  3.73636218  26.010643 1.354399e-03
## Seg102.13                3.475595  1.42159754  26.009364 1.354590e-03
## Seg503.21                2.928315  2.44621430  25.988301 1.357733e-03
## Seg671.4                -2.858460  4.93458058  25.945441 1.364159e-03
## Seg1367.2               -2.525541  3.65982511  25.941438 1.364761e-03
## Seg11598.1               3.808179  1.31336853  25.933636 1.365935e-03
## Seg17614.1              -2.471367  3.84009637  25.913583 1.368960e-03
## Seg745.3                -2.087956  6.01537273  25.912233 1.369164e-03
## Seg3483.1               -2.751611  3.73970571  25.903274 1.370518e-03
## Seg1624.3               -2.686080  3.67666848  25.890583 1.372440e-03
## Seg2511.3               -2.285417  3.81636835  25.874203 1.374925e-03
## Seg2042.1                2.578807  5.07993299  25.850038 1.378602e-03
## Seg5275.2               -7.480595  1.17208157  30.850059 1.381582e-03
## Seg4429.1               -7.583632  1.26198614  30.849520 1.381644e-03
## Seg140.4                 4.463312  0.74907473  25.804256 1.385603e-03
## Seg1668.5                7.062446  0.51633262  30.806964 1.386608e-03
## Seg3864.1                7.062446  0.51633262  30.806964 1.386608e-03
## Seg1542.3                7.455597  0.85360680  30.779616 1.389810e-03
## Seg852.3                 2.559804  4.45979037  25.762004 1.392104e-03
## Seg16047.1               7.398267  0.80279799  30.751802 1.393076e-03
## Seg675.13                7.563974  0.95072171  30.723533 1.396407e-03
## Seg878.9                 7.563974  0.95072171  30.723533 1.396407e-03
## Seg4931.2               -2.532208  4.35937461  25.730554 1.396969e-03
## Seg4496.2                2.028337  7.03818097  25.723782 1.398019e-03
## Seg8230.1               -7.545515  1.23012164  30.613769 1.409441e-03
## Seg708.6                 3.212244  1.77469409  25.641742 1.410825e-03
## Seg788.20                7.595488  1.00506595  30.594122 1.411791e-03
## Seg1128.5                2.695268  3.36366809  25.633081 1.412186e-03
## Seg2463.6                2.705627  2.35063667  25.632290 1.412310e-03
## Seg363.5                 4.794594  1.79657882  25.620123 1.414225e-03
## Seg3685.3               -2.916831  2.55536344  25.586780 1.419489e-03
## Seg3777.2               -2.410323  9.42008906  25.580206 1.420529e-03
## Seg187.10                2.799980  4.45295097  25.578280 1.420835e-03
## Seg1782.14              -2.186864  4.73750955  25.561615 1.423478e-03
## Seg690.2                 2.853505  3.92961117  25.555102 1.424513e-03
## Seg200.1                -7.474761  1.17020531  30.477379 1.425862e-03
## Seg2324.9               -3.198796  4.02194413  25.533806 1.427904e-03
## Seg1874.2               -2.346970  6.65021510  25.486745 1.435433e-03
## Seg1660.11              -2.467914  5.56601085  25.486684 1.435443e-03
## Seg834.2                -2.198144  8.37262313  25.478824 1.436705e-03
## Seg1516.2               -2.202839  3.74379498  25.450104 1.441331e-03
## Seg2797.9                7.211585  0.64026240  30.325563 1.444442e-03
## Seg2797.8                7.211585  0.64026240  30.325563 1.444442e-03
## Seg7216.1               -2.244877  4.61097896  25.424041 1.445545e-03
## Seg8734.2               -2.085637  4.45567594  25.405071 1.448622e-03
## Seg13094.1               2.342717  4.99647791  25.403760 1.448835e-03
## Seg3618.2                2.754492  2.73276452  25.395830 1.450124e-03
## Seg679.7                -2.403492  4.52446932  25.394240 1.450382e-03
## Seg952.4                 2.501269  7.49649756  25.390747 1.450951e-03
## Seg4164.1                2.444545  4.08896186  25.388449 1.451325e-03
## Seg9198.1                2.798704  7.44130036  25.364781 1.455185e-03
## Seg2672.4                2.460847  5.33611910  25.363964 1.455319e-03
## Seg1784.9               -2.342013  6.59909197  25.356689 1.456508e-03
## Seg1031.7               -2.102226  5.02231344  25.355293 1.456736e-03
## Seg3628.2                5.376317  0.77148719  25.340649 1.459135e-03
## Seg1347.5                2.936998  2.86152908  25.334977 1.460065e-03
## Seg1361.5               -3.064220  4.97294073  25.320098 1.462509e-03
## Seg796.10                4.982027  1.62824212  25.319540 1.462601e-03
## Seg6004.2               -2.651117  2.87026842  25.315089 1.463333e-03
## Seg1639.5                2.818000  2.99025137  25.314638 1.463407e-03
## Seg2326.5               -4.920625  2.25532793  25.311919 1.463855e-03
## Seg1263.2                3.532091  1.74055991  25.305708 1.464878e-03
## Seg1994.3                2.425311  3.59070017  25.302314 1.465437e-03
## Seg1782.12              -2.204115  5.53597191  25.300432 1.465747e-03
## Seg1077.3               -2.153473  5.78201393  25.298211 1.466114e-03
## Seg4099.1                3.043951  3.85073119  25.287060 1.467954e-03
## Seg42.5                 -2.213146  6.16720896  25.248656 1.474317e-03
## Seg1201.5                2.279888  3.30723877  25.230446 1.477347e-03
## Seg665.4                -2.967626  3.05652123  25.230183 1.477390e-03
## Seg166.6                 2.591859  6.81120135  25.223484 1.478507e-03
## Seg1455.5               -2.381106  6.38590144  25.212850 1.480281e-03
## Seg1736.1                7.143734  0.58235904  30.023732 1.482348e-03
## Seg91.6                 -2.091507  5.09378824  25.195962 1.483105e-03
## Seg2302.4               -2.553759  4.91393501  25.194052 1.483425e-03
## Seg1450.10              -2.727280 10.18878273  25.193873 1.483455e-03
## Seg932.6                -2.675615  3.24757519  25.183776 1.485147e-03
## Seg1665.10               2.525318  3.91504865  25.182734 1.485322e-03
## Seg1600.6               -7.575478  1.25605695  29.989071 1.486786e-03
## Seg938.4                 6.987364  0.45405989  29.984665 1.487351e-03
## Seg4957.2                6.987364  0.45405989  29.984665 1.487351e-03
## Seg2314.6                3.990690  1.16177455  25.170487 1.487378e-03
## Seg31.1                  2.699807  2.73394133  25.144264 1.491793e-03
## Seg3823.2               -2.151991  6.56212878  25.130223 1.494163e-03
## Seg4952.2               -3.172126  2.75229071  25.115918 1.496584e-03
## Seg7632.1                2.655810  4.80815934  25.108044 1.497918e-03
## Seg1279.8                4.838023  5.40325307  25.098027 1.499618e-03
## Seg1328.7                2.559106  7.61220016  25.072480 1.503964e-03
## Seg2363.4                2.530081  4.43574879  25.050339 1.507744e-03
## Seg8502.1               -2.329347  8.42632856  25.016170 1.513601e-03
## Seg1346.2                6.186046  5.98180804  24.981386 1.519594e-03
## Seg446.13                6.966073  0.44175006  29.709555 1.523224e-03
## Seg506.3                 2.498406  4.52326613  24.956795 1.523849e-03
## Seg7103.1                2.516542  4.13994929  24.942185 1.526384e-03
## Seg1997.4               -2.717910  4.30176694  24.922888 1.529741e-03
## Seg21.3                  2.764180  7.61739463  24.897085 1.534245e-03
## Seg1221.19               7.072632  0.52239085  29.612525 1.536150e-03
## Seg4817.1                7.072632  0.52239085  29.612525 1.536150e-03
## Seg16345.1               2.632545  7.07248423  24.852717 1.542028e-03
## Seg928.10               -2.911352  2.40549081  24.850031 1.542501e-03
## Seg2610.2                3.155544  3.82008572  24.821340 1.547563e-03
## Seg12481.1              -2.776034  3.48935544  24.813820 1.548894e-03
## Seg835.3                -2.649105  3.52466560  24.795290 1.552178e-03
## Seg1659.5               -2.466880  4.34903254  24.765868 1.557412e-03
## Seg1345.8                2.388691  3.95325629  24.750694 1.560120e-03
## Seg114.9                 5.124817  1.26839857  24.748064 1.560590e-03
## Seg6278.1               -2.104701  5.47785850  24.720783 1.565475e-03
## Seg8852.2               -2.214012  5.64523585  24.718498 1.565885e-03
## Seg247.9                -2.897506  3.28603529  24.699641 1.569275e-03
## Seg22845.1              -2.836994 10.94829919  24.685082 1.571899e-03
## Seg1208.9               -2.491898  5.06665525  24.663144 1.575862e-03
## Seg3078.4                3.733850  1.21264656  24.663135 1.575864e-03
## Seg1405.1_Seg1405.2      2.324045  7.37975805  24.648780 1.578465e-03
## Seg1689.10              -2.687151  4.57629021  24.639399 1.580167e-03
## Seg1472.20              -2.653902  3.75835100  24.598109 1.587689e-03
## Seg1333.5                3.388729  2.45259779  24.592769 1.588665e-03
## Seg1821.7                3.831167  1.02983234  24.581617 1.590706e-03
## Seg815.4                 2.122225  3.76263302  24.570832 1.592683e-03
## Seg1915.7               -2.152442  5.85105671  24.555526 1.595495e-03
## Seg8789.1               -2.534325  9.09553084  24.549487 1.596606e-03
## Seg1732.4               -7.676886  1.34190212  29.170313 1.596948e-03
## Seg1936.3               -2.510144  3.57993698  24.544332 1.597555e-03
## Seg5006.2                2.737970  2.56521016  24.543037 1.597793e-03
## Seg15829.1              -2.174223  6.28427502  24.537097 1.598888e-03
## Seg5814.2                3.573246  2.14223062  24.521755 1.601720e-03
## Seg7099.2                2.282531  4.55345903  24.516856 1.602626e-03
## Seg1733.1               -2.341335  5.88360164  24.493744 1.606907e-03
## Seg2937.3                6.997953  0.46021881  29.081274 1.609574e-03
## Seg8048.1                6.997953  0.46021881  29.081274 1.609574e-03
## Seg1852.2                2.278742  5.80429405  24.474262 1.610528e-03
## Seg785.1                 2.666829  5.77562563  24.465637 1.612134e-03
## Seg6559.1               -2.184502  5.22568276  24.464130 1.612415e-03
## Seg5332.2                4.811968  2.86592433  24.446538 1.615698e-03
## Seg172.13               -2.099377  7.39671049  24.419824 1.620700e-03
## Seg1034.6.1.57f48f75     7.021325  0.49211945  28.997417 1.621588e-03
## Seg381.12                2.532965  6.26659433  24.410588 1.622434e-03
## Seg2224.2               -2.134862  4.91184103  24.406838 1.623139e-03
## Seg7976.1.1.57f48f7e     6.908308  0.38942939  28.978222 1.624355e-03
## Seg1666.21              -7.741477  1.38086098  28.935320 1.630562e-03
## Seg894.10                5.096595  4.08143824  24.313471 1.640812e-03
## Seg1184.1               -2.170637  5.67226949  24.265270 1.650033e-03
## Seg2317.3               -2.175810  5.03272926  24.261216 1.650812e-03
## Seg2241.6               -2.667192  3.18304766  24.249721 1.653022e-03
## Seg11511.1               4.120471  1.94881741  24.244407 1.654045e-03
## Seg1585.10              -2.215122  4.58675344  24.229997 1.656823e-03
## Seg3874.1               -2.494411  3.14647128  24.194529 1.663687e-03
## Seg2670.1                2.645693  3.42577188  24.192615 1.664059e-03
## Seg4665.1                2.987182  3.29404000  24.146387 1.673062e-03
## Seg940.9                 2.673988  2.70315301  24.120181 1.678194e-03
## Seg2440.3               -2.183929  8.16896611  24.110233 1.680147e-03
## Seg1095.19              -2.467933  5.22563616  24.092365 1.683663e-03
## Seg1305.8                2.619552  8.80375413  24.057429 1.690565e-03
## Seg3561.1               -3.115351  3.68311753  24.046367 1.692757e-03
## Seg2175.3                8.289811  1.63081171  28.503851 1.694772e-03
## Seg1526.9                2.491464  5.55293931  24.027944 1.696417e-03
## Seg1341.8                7.406786  0.80837313  28.472840 1.699516e-03
## Seg1423.1                3.211897  3.54983140  24.007899 1.700412e-03
## Seg444.14                2.285549  4.05224898  24.002505 1.701488e-03
## Seg3735.2                7.463851  0.85909025  28.450045 1.703014e-03
## Seg1563.4               -7.375225  1.08439513  28.449231 1.703139e-03
## Seg7105.1                7.285569  0.70199175  28.415688 1.708305e-03
## Seg11841.1               7.285569  0.70199175  28.415688 1.708305e-03
## Seg6124.2                2.958757  3.46962666  23.968284 1.708340e-03
## Seg828.7                 6.919325  0.39569001  28.414746 1.708450e-03
## Seg1064.2                6.919325  0.39569001  28.414746 1.708450e-03
## Seg6076.1               -7.337589  1.05779037  28.408497 1.709415e-03
## Seg4551.1                7.518786  0.90828075  28.401930 1.710430e-03
## Seg643.3                 2.515253  6.27303957  23.943762 1.713272e-03
## Seg1379.12               3.579575  6.62229595  23.933377 1.715366e-03
## Seg596.6                -2.243406  6.10604579  23.930755 1.715896e-03
## Seg48.8                 -2.086038  8.09968500  23.924091 1.717242e-03
## Seg4268.2               -3.327699  6.47326360  23.919054 1.718260e-03
## Seg262.2                 7.571738  0.95602754  28.337107 1.720488e-03
## Seg6297.1                2.884199  2.56784922  23.907868 1.720524e-03
## Seg2390.2               -2.113185  6.42271090  23.905523 1.721000e-03
## Seg2114.3               -2.896120  6.29758042  23.900063 1.722106e-03
## Seg173.8                 7.221012  0.64612354  28.318452 1.723397e-03
## Seg5994.1                7.622807  1.00240722  28.278181 1.729700e-03
## Seg12854.1              -2.765463  2.68612926  23.859860 1.730285e-03
## Seg335.11               -2.113131  3.81537769  23.839952 1.734354e-03
## Seg1115.6                3.303589  3.26001262  23.804741 1.741580e-03
## Seg3235.1                3.132973  2.93743665  23.792968 1.744005e-03
## Seg2753.1.2.57f48f7a     7.153509  0.58831887  28.160632 1.748273e-03
## Seg1721.13               3.470379  4.18595766  23.765149 1.749752e-03
## Seg4975.2                7.719906  1.09134389  28.112667 1.755927e-03
## Seg1770.7                2.322073  7.88501546  23.706727 1.761901e-03
## Seg11826.1              -3.995938  1.45085739  23.702986 1.762682e-03
## Seg2314.7                5.005866  1.99229150  23.699626 1.763385e-03
## Seg302.1                -7.559060  1.24415378  28.009469 1.772549e-03
## Seg1491.4               -2.088311  4.54434576  23.634001 1.777175e-03
## Seg460.13                2.246769  5.93307926  23.564049 1.792028e-03
## Seg1765.3                2.305622  3.59288471  23.528215 1.799698e-03
## Seg1028.3                7.499021  0.91863033  27.771500 1.811683e-03
## Seg733.6                 2.372820  5.33446471  23.458294 1.814787e-03
## Seg862.3                 6.824853  0.32227269  27.737868 1.817306e-03
## Seg1123.4                6.824853  0.32227269  27.737868 1.817306e-03
## Seg7157.1                6.824853  0.32227269  27.737868 1.817306e-03
## Seg2192.4               -2.339643  3.13326888  23.443732 1.817950e-03
## Seg1341.4               -2.292774  4.46675784  23.436760 1.819467e-03
## Seg1796.2               -2.632703  3.12770589  23.430286 1.820876e-03
## Seg5671.2               -2.382511  5.51237871  23.420417 1.823028e-03
## Seg552.3                 2.279561  3.64614063  23.416930 1.823790e-03
## Seg2482.1                3.164698  1.46475998  23.407896 1.825763e-03
## Seg2645.2                2.684065  7.67567248  23.400013 1.827488e-03
## Seg4381.1                7.248865  0.69366419  27.670097 1.828708e-03
## Seg1556.24.2.57f48f77   -7.866728  1.50309681  27.669045 1.828886e-03
## Seg4466.3                4.335131  5.92641145  23.378594 1.832184e-03
## Seg2096.6               -7.909720  1.52097231  27.633205 1.834955e-03
## Seg1379.1                3.963831  1.61600481  23.356076 1.837139e-03
## Seg1091.24               4.709382  1.37355874  23.346726 1.839201e-03
## Seg1333.7                2.901695  3.29412401  23.323751 1.844281e-03
## Seg267.7                 6.836333  0.32863574  27.562344 1.847033e-03
## Seg5063.5                6.836333  0.32863574  27.562344 1.847033e-03
## Seg3897.2                3.091212  7.93607633  23.305716 1.848281e-03
## Seg708.15               -2.192130  7.56319412  23.300262 1.849493e-03
## Seg738.3                 2.386274  4.56586671  23.298806 1.849817e-03
## Seg169.11               -2.174008  5.15499679  23.288888 1.852023e-03
## Seg1118.1               -2.588268  3.32447813  23.288118 1.852195e-03
## Seg453.2                -2.235397  6.14915931  23.277385 1.854587e-03
## Seg200.2                -3.013609  4.14417662  23.263590 1.857668e-03
## Seg1783.8               -2.078498  5.37813634  23.223559 1.866645e-03
## Seg1183.10               2.223700  6.95702610  23.204226 1.871001e-03
## Seg1095.5                2.726337  4.50144505  23.200603 1.871818e-03
## Seg3117.1.4.57f48f7a     3.458981  4.95654492  23.195893 1.872882e-03
## Seg1946.6                2.590307  2.30771129  23.187397 1.874803e-03
## Seg2052.9               -2.093954  4.86435281  23.143601 1.884744e-03
## Seg306.7                 2.616753  2.32726713  23.098824 1.894977e-03
## Seg4880.1               -7.288397  1.01500693  27.279021 1.896397e-03
## Seg192.1                 2.463345  3.75303666  23.078962 1.899540e-03
## Seg1029.7                2.676700  6.59162196  23.070793 1.901420e-03
## Seg1147.8                2.390603  6.37207183  23.069272 1.901771e-03
## Seg94.5                  2.902552  3.44983632  23.049652 1.906298e-03
## Seg385.22               -2.028068  7.91005298  23.036300 1.909387e-03
## Seg776.2                 6.930303  0.40195398  27.203833 1.909792e-03
## Seg4018.2.2.57f48f7b    -7.402954  1.10416060  27.201149 1.910272e-03
## Seg2754.7               -2.168220  5.10733052  23.031865 1.910414e-03
## Seg1095.23              -2.297648  4.40551202  23.031059 1.910601e-03
## Seg331.4                -2.335854  3.89026210  23.028058 1.911297e-03
## Seg607.8                -2.181342  3.43300625  23.027010 1.911540e-03
## Seg385.24               -2.097360  6.89861080  22.997474 1.918406e-03
## Seg2341.2               -2.096029  6.10662756  22.992647 1.919531e-03
## Seg3042.1                6.813332  0.31591404  27.131562 1.922785e-03
## Seg328.6                 6.813332  0.31591404  27.131562 1.922785e-03
## Seg2104.2                3.575780  5.53589007  22.978333 1.922872e-03
## Seg1882.13               2.240270  3.89237408  22.959320 1.927322e-03
## Seg1131.10               2.250540  5.44355888  22.938448 1.932222e-03
## Seg4425.3                3.645321  1.69016721  22.930555 1.934079e-03
## Seg7335.1               -2.177574  3.97251424  22.906769 1.939690e-03
## Seg998.2                -2.067480  9.12823844  22.895238 1.942417e-03
## Seg2838.2               -2.099351  4.30702464  22.889101 1.943871e-03
## Seg3367.1                2.260184  4.91894545  22.867989 1.948882e-03
## Seg8218.1                4.267463  0.58895498  22.863993 1.949832e-03
## Seg3616.3               -2.323054  4.80082738  22.862035 1.950298e-03
## Seg2375.3.1.57f48f79     7.010952  0.48607165  26.952464 1.955496e-03
## Seg1437.7                2.764225  9.86047505  22.833635 1.957072e-03
## Seg1074.9               -2.065290  8.74602729  22.826909 1.958681e-03
## Seg1693.10              -2.786232  4.21266542  22.823974 1.959383e-03
## Seg1623.1               -2.816850  2.18521620  22.814316 1.961697e-03
## Seg1800.1               -7.244886  0.98178288  26.915318 1.962373e-03
## Seg2150.7               -2.310537  4.36003714  22.808418 1.963112e-03
## Seg73.3                 -2.253712  3.96878491  22.805856 1.963727e-03
## Seg1950.2               -2.338993  3.73825410  22.774595 1.971251e-03
## Seg122.3                 2.050268  5.84492898  22.774324 1.971316e-03
## Seg161.7                 2.497455 10.69768600  22.761206 1.974485e-03
## Seg1816.3                4.128202  4.72484212  22.757562 1.975366e-03
## Seg5088.1                2.108841  7.11506468  22.734869 1.980866e-03
## Seg7968.2               -7.234782  0.97477889  26.782711 1.987187e-03
## Seg1947.5.1.57f48f78    -8.093485  1.69721118  26.780727 1.987562e-03
## Seg1839.11               4.924310  3.36033034  22.704851 1.988171e-03
## Seg2390.1               -2.012082  5.40378994  22.693201 1.991015e-03
## Seg1674.3                2.403504  2.81517213  22.669434 1.996834e-03
## Seg589.7                -2.683536  2.95571983  22.662434 1.998552e-03
## Seg6373.1               -2.820688  4.78510188  22.658867 1.999428e-03
## Seg2709.3               -2.496164  2.92379881  22.652847 2.000908e-03
## Seg902.2                 6.847772  0.33500306  26.661878 2.010163e-03
## Seg1103.4                6.847772  0.33500306  26.661878 2.010163e-03
## Seg2359.4                6.847772  0.33500306  26.661878 2.010163e-03
## Seg2797.7                6.847772  0.33500306  26.661878 2.010163e-03
## Seg2944.2                6.847772  0.33500306  26.661878 2.010163e-03
## Seg3589.9                6.847772  0.33500306  26.661878 2.010163e-03
## Seg8443.1               -2.704458  2.92446501  22.607008 2.012223e-03
## Seg2286.4                2.374402  3.83018002  22.605696 2.012548e-03
## Seg224.9                 6.944633  0.42945167  26.644739 2.013451e-03
## Seg1771.9.1.57f48f78     2.572945  6.43716417  22.598145 2.014420e-03
## Seg9569.1                5.020083  1.80905236  22.593305 2.015621e-03
## Seg656.3                 5.023894  0.48129613  22.531130 2.031134e-03
## Seg697.2                -2.518291  3.52163935  22.505078 2.037679e-03
## Seg265.3                 3.415320  1.15024904  22.481267 2.043685e-03
## Seg1019.8                4.645082  2.18012116  22.475718 2.045088e-03
## Seg2749.4               -2.623274  3.97222698  22.470745 2.046347e-03
## Seg7591.2               -2.258107  7.46537694  22.459235 2.049263e-03
## Seg1721.11              -2.211844  5.99027285  22.446418 2.052517e-03
## Seg2666.3                2.355753  7.03260513  22.438643 2.054494e-03
## Seg6854.3               -2.291235  5.47011934  22.435407 2.055317e-03
## Seg1243.2.1.57f48f76    -7.859930  1.49798046  26.418441 2.057536e-03
## Seg800.7                -2.436373  5.07412089  22.402903 2.063613e-03
## Seg765.4                -2.027582  5.15404569  22.399768 2.064416e-03
## Seg458.2                 3.467997  2.15125071  22.381966 2.068980e-03
## Seg485.2                -2.095011  4.33317431  22.377557 2.070112e-03
## Seg3985.2                3.284267  2.01515340  22.373663 2.071113e-03
## Seg933.6                 4.854114  1.02570895  22.356644 2.075494e-03
## Seg6703.1                2.742940  3.90826934  22.345378 2.078401e-03
## Seg15.3                 -2.713285  3.82495601  22.343387 2.078915e-03
## Seg1965.6               -7.321958  1.04950345  26.298967 2.081329e-03
## Seg9834.1                2.653639  2.39343034  22.319900 2.084994e-03
## Seg1946.8               -2.144596  3.98560194  22.316545 2.085864e-03
## Seg3525.1.1.57f48f7a     6.875023  0.37066887  26.256903 2.089794e-03
## Seg7394.1                6.875023  0.37066887  26.256903 2.089794e-03
## Seg1699.5                2.691915  6.06813692  22.293623 2.091822e-03
## Seg425.4.3.57f48f7b     -7.810988  1.43708736  26.233863 2.094449e-03
## Seg1552.2               -2.346105  4.49412130  22.271381 2.097624e-03
## Seg2127.2               -2.091010  6.89128726  22.267430 2.098656e-03
## Seg7572.1                2.966798  2.59410323  22.250565 2.103072e-03
## Seg2085.8                2.561776  2.14010764  22.245380 2.104432e-03
## Seg4121.1               -2.394276  5.14695934  22.226759 2.109326e-03
## Seg2314.5                7.294640  0.70775560  26.110286 2.119657e-03
## Seg3193.3               -2.702931  2.99280467  22.177801 2.122262e-03
## Seg4663.2                2.394697  3.01240850  22.163910 2.125951e-03
## Seg3.10.1.57f48f7a       4.458478  1.76647882  22.162962 2.126203e-03
## Seg2168.3               -7.284765  1.00960740  26.075779 2.126768e-03
## Seg1104.2                2.694993  2.39083749  22.119295 2.137855e-03
## Seg1975.2.2.57f48f78    -7.185687  0.93482916  26.011577 2.140083e-03
## Seg1705.3               -3.106498  2.03373316  22.110919 2.140099e-03
## Seg1689.3                2.534581  7.98473283  22.101766 2.142556e-03
## Seg1070.2                7.526763  0.91367250  25.986355 2.145344e-03
## Seg3342.3                2.343594  2.86062615  22.076548 2.149341e-03
## Seg664.7                 6.760415  0.26534043  25.955224 2.151862e-03
## Seg4194.2                6.760415  0.26534043  25.955224 2.151862e-03
## Seg14464.1               6.760415  0.26534043  25.955224 2.151862e-03
## Seg1228.1               -2.121989  6.53723352  22.055195 2.155108e-03
## Seg1077.10              -2.204342  8.17233108  22.043220 2.158351e-03
## Seg315.4                -2.352061  3.70411024  22.042897 2.158439e-03
## Seg1439.10               2.622283  2.26095678  22.035483 2.160450e-03
## Seg2199.1.1.57f48f79     2.803236  2.83241913  22.034851 2.160621e-03
## Seg1221.6.1.57f48f75     7.092891  0.53451247  25.887402 2.166152e-03
## Seg5571.1                7.092891  0.53451247  25.887402 2.166152e-03
## Seg1716.20              -2.094460  4.97296713  22.009779 2.167441e-03
## Seg357.4                 4.802386  0.98056557  22.005528 2.168600e-03
## Seg1447.3               -2.529863  7.06828377  21.996676 2.171016e-03
## Seg1849.1               -2.249113  3.64149886  21.994251 2.171678e-03
## Seg53.8                 -7.175211  0.92763904  25.854476 2.173136e-03
## Seg1474.8                3.473410  2.94123386  21.987671 2.173477e-03
## Seg6707.1.1.57f48f7d     3.663367  2.45581307  21.960138 2.181025e-03
## Seg59.4                  5.068411  0.52424754  21.944066 2.185446e-03
## Seg2575.2               -2.667681  4.74867576  21.916536 2.193046e-03
## Seg1987.1               -2.168123  3.90885259  21.892787 2.199630e-03
## Seg804.13                4.667814  0.87030842  21.885586 2.201631e-03
## Seg1304.8                7.019016  0.47254409  25.711238 2.203866e-03
## Seg1854.3                7.019016  0.47254409  25.711238 2.203866e-03
## Seg5045.1                7.019016  0.47254409  25.711238 2.203866e-03
## Seg1733.2               -2.546223  3.78995856  21.860798 2.208538e-03
## Seg5815.2                3.705154  3.17762466  21.853843 2.210481e-03
## Seg1739.15              -2.366374  2.88181695  21.840873 2.214110e-03
## Seg2944.2.1.57f48f7a    -7.400477  1.11492259  25.646792 2.217881e-03
## Seg4799.4                5.200342  0.61855705  21.805550 2.224033e-03
## Seg404.11               -2.001704  4.79103744  21.799682 2.225687e-03
## Seg3453.3               -2.011998  6.01497753  21.752383 2.239076e-03
## Seg2594.1                2.229434  8.12705555  21.730890 2.245195e-03
## Seg366.9                 6.941241  0.40822119  25.481071 2.254469e-03
## Seg571.3                 6.941241  0.40822119  25.481071 2.254469e-03
## Seg1882.2                2.726944  2.59491363  21.698257 2.254526e-03
## Seg430.3                -2.807833  2.16139641  21.693545 2.255877e-03
## Seg234.3                 2.574309  3.30105875  21.653566 2.267385e-03
## Seg1242.1               -2.525916  4.07279750  21.647045 2.269269e-03
## Seg2091.1                3.356981  5.01735144  21.636881 2.272210e-03
## Seg725.2                 3.034436  1.59685256  21.635422 2.272633e-03
## Seg3706.6               -2.367793  3.07903620  21.631200 2.273856e-03
## Seg1393.8               -2.233729  4.17954187  21.608292 2.280509e-03
## Seg1390.7               -7.181581  0.92886458  25.349485 2.284094e-03
## Seg18.9                  2.982360  1.46953472  21.591113 2.285514e-03
## Seg1727.6               -2.382712  3.42859720  21.582154 2.288130e-03
## Seg1816.7                2.870059  2.58062521  21.575149 2.290178e-03
## Seg258.4                -2.189766  3.92608545  21.560380 2.294503e-03
## Seg42.9                 -7.289448  1.02413148  25.303263 2.294624e-03
## Seg3911.2               -7.179339  0.93358682  25.302008 2.294911e-03
## Seg5068.2               -2.168150  3.75467882  21.556262 2.295711e-03
## Seg1044.4.1.57f48f75    -2.371425  3.74619646  21.553099 2.296639e-03
## Seg172.6                 2.453332  2.52392919  21.530674 2.303235e-03
## Seg1219.3                3.449148  3.18514126  21.528831 2.303779e-03
## Seg1975.5                4.955534  0.42437213  21.524491 2.305058e-03
## Seg786.1                 2.473769  2.43365428  21.506214 2.310458e-03
## Seg1054.6               -2.168473  3.91441851  21.495021 2.313772e-03
## Seg1586.9                3.260580  1.69722080  21.489989 2.315264e-03
## Seg1300.8                6.724469  0.24594286  25.173934 2.324430e-03
## Seg2548.2                6.724469  0.24594286  25.173934 2.324430e-03
## Seg362.7                -2.006675  4.23384943  21.388616 2.345590e-03
## Seg8997.1               -2.322160  5.61752850  21.365265 2.352647e-03
## Seg381.25                6.667646  0.19275819  25.049528 2.353590e-03
## Seg5671.1               -2.427325  7.72569170  21.356707 2.355241e-03
## Seg1737.8                3.912194  3.08332152  21.338542 2.360758e-03
## Seg1499.4                2.842443  1.60536504  21.336801 2.361287e-03
## Seg8997.2               -2.233863  6.36869041  21.313176 2.368489e-03
## Seg1426.8               -2.151839  3.55776483  21.273244 2.380727e-03
## Seg1817.4               -2.225511  3.20440394  21.265220 2.383196e-03
## Seg551.5                 3.329916  1.29670088  21.251497 2.387425e-03
## Seg9950.1               -2.121605  4.01966573  21.244955 2.389445e-03
## Seg4119.2                2.199140  6.05601314  21.224081 2.395905e-03
## Seg5893.1               -2.206130  5.05750210  21.215023 2.398715e-03
## Seg3680.2                2.648247  2.83196237  21.208117 2.400860e-03
## Seg1184.2.10.57f48f75   -7.128374  0.89247945  24.844152 2.402804e-03
## Seg1769.8                3.116434  5.87558696  21.176260 2.410788e-03
## Seg1670.4                2.423207  3.89822013  21.168497 2.413216e-03
## Seg2175.1                2.554018  6.57709795  21.159555 2.416015e-03
## Seg3419.4                3.888710  2.98010608  21.155668 2.417234e-03
## Seg2695.3                2.430975  6.13502775  21.151948 2.418400e-03
## Seg1159.3                2.041934  3.71386672  21.149758 2.419088e-03
## Seg489.2                -2.332262  3.43429964  21.135428 2.423591e-03
## Seg3186.2                2.972037  3.89357705  21.115340 2.429921e-03
## Seg1064.1                6.772314  0.27181678  24.726725 2.431559e-03
## Seg3202.2               -3.412365  1.77570458  21.104026 2.433496e-03
## Seg576.4                -7.108615  0.87243052  24.681692 2.442708e-03
## Seg639.8                -2.087718  6.43179619  21.072668 2.443439e-03
## Seg1399.8                3.423456  0.95168607  21.072647 2.443446e-03
## Seg438.12               -2.181276  3.84857317  21.063036 2.446504e-03
## Seg1960.6.1.57f48f78    -7.168858  0.92642311  24.645953 2.451605e-03
## Seg2865.1               -2.132476  6.18208895  21.041488 2.453378e-03
## Seg7733.2               -2.632012  4.01146634  21.028968 2.457383e-03
## Seg1458.6                4.690927  1.36031199  21.023205 2.459229e-03
## Seg841.23                2.667199  1.97414618  20.998808 2.467066e-03
## Seg4119.6               -7.086575  0.85749318  24.581803 2.467682e-03
## Seg865.2                 5.402676  0.78827953  20.994910 2.468321e-03
## Seg2199.5               -2.077913  6.57330259  20.984537 2.471665e-03
## Seg164.13                2.221450  5.93799787  20.976107 2.474387e-03
## Seg2410.3               -7.119543  0.87986796  24.506694 2.486685e-03
## Seg2818.2                4.413841  1.44581440  20.918342 2.493142e-03
## Seg2681.4                2.849921  3.40949336  20.910827 2.495595e-03
## Seg1677.2               -2.128909  7.48211907  20.906464 2.497021e-03
## Seg624.4                 2.714388  6.30070531  20.901929 2.498504e-03
## Seg4294.3                2.227818  8.00735199  20.897051 2.500100e-03
## Seg352.8                 6.642633  0.17961422  24.441696 2.503287e-03
## Seg551.2                 6.642633  0.17961422  24.441696 2.503287e-03
## Seg1556.24.1.57f48f77    6.642633  0.17961422  24.441696 2.503287e-03
## Seg1902.4                6.642633  0.17961422  24.441696 2.503287e-03
## Seg2407.6                6.642633  0.17961422  24.441696 2.503287e-03
## Seg2870.2                4.756788  0.93942469  20.887121 2.503354e-03
## Seg1258.1                2.730821  3.15787796  20.885969 2.503732e-03
## Seg1149.1                2.334014  5.80040294  20.872737 2.508078e-03
## Seg4799.3                5.250505  4.44047112  20.867981 2.509642e-03
## Seg1526.8                2.147826  3.18738644  20.866086 2.510265e-03
## Seg3689.1                2.134202  3.24857598  20.866058 2.510275e-03
## Seg153.11                2.716072  4.07821406  20.852853 2.514626e-03
## Seg6531.1                2.710656  2.88811479  20.810618 2.528607e-03
## Seg2237.2               -2.158378  5.29705728  20.809146 2.529097e-03
## Seg811.6                 2.444211  4.58712585  20.802671 2.531249e-03
## Seg1218.7.1.57f48f75    -7.279670  1.01734604  24.331605 2.531745e-03
## Seg6255.3                2.206527  7.34267917  20.797700 2.532904e-03
## Seg1878.1               -3.078920  2.71854337  20.793735 2.534224e-03
## Seg2002.4               -2.371912  5.35755672  20.785602 2.536936e-03
## Seg2326.7               -7.314122  1.03027458  24.308229 2.537843e-03
## Seg8862.1                2.980684  2.42675345  20.776437 2.539996e-03
## Seg11118.1               5.185927  1.80187077  20.776188 2.540079e-03
## Seg792.3                -7.075463  0.84999336  24.294729 2.541373e-03
## Seg756.6                -3.142730  1.58490434  20.770670 2.541924e-03
## Seg319.7                 4.242674  3.80621916  20.767986 2.542822e-03
## Seg1927.1               -2.196876  3.36535297  20.762702 2.544591e-03
## Seg4636.1                3.847913  0.67462146  20.756878 2.546543e-03
## Seg3787.2                2.345317  4.30346406  20.755464 2.547017e-03
## Seg378.21_Seg378.17     -2.073107  3.57006143  20.744967 2.550540e-03
## Seg1916.5                6.680088  0.19933963  24.151943 2.579119e-03
## Seg2213.7                6.680088  0.19933963  24.151943 2.579119e-03
## Seg2779.1                6.680088  0.19933963  24.151943 2.579119e-03
## Seg965.1                -2.201211  3.28466636  20.625377 2.591124e-03
## Seg2682.1               11.160523  4.49708702  24.096103 2.594083e-03
## Seg2052.6               -2.176061  9.93515369  20.610476 2.596239e-03
## Seg1266.1.1.57f48f76    -2.988056  2.29095944  20.606468 2.597617e-03
## Seg3239.3                6.863851  0.36442286  24.066906 2.601953e-03
## Seg1184.2.11.57f48f75   -7.212820  0.95045397  24.038786 2.609563e-03
## Seg2113.1               -2.008819  3.86264939  20.560225 2.613584e-03
## Seg2353.7               -3.628545  2.50272677  20.554874 2.615440e-03
## Seg780.3                 2.837658  2.59501538  20.551962 2.616450e-03
## Seg6433.1                2.938192  2.41534149  20.545237 2.618786e-03
## Seg19.3                  3.087473  1.84640275  20.537637 2.621429e-03
## Seg150.6.2.57f48f76     -4.773938  3.46089257  20.532129 2.623347e-03
## Seg4360.3               -2.893115  2.54929637  20.516352 2.628849e-03
## Seg287.12                3.171158  1.56552662  20.497408 2.635476e-03
## Seg6785.2                4.869245  1.03593172  20.489462 2.638262e-03
## Seg3351.3                2.961213  2.07243391  20.485211 2.639754e-03
## Seg1634.9               -2.001948  6.39675066  20.484647 2.639952e-03
## Seg2054.2.2.57f48f79     2.980550  1.34648096  20.478875 2.641980e-03
## Seg301.2                 3.727880  3.25555041  20.470684 2.644861e-03
## Seg1176.6                6.568767  0.11702438  23.906692 2.645710e-03
## Seg224.8                 6.568767  0.11702438  23.906692 2.645710e-03
## Seg6214.2               -2.230461  8.21389254  20.435155 2.657405e-03
## Seg4403.1               -2.103521  7.04019904  20.426411 2.660504e-03
## Seg770.5                 4.883631  0.36526320  20.399849 2.669945e-03
## Seg1744.2.3.57f48f78    -7.043369  0.82139204  23.803461 2.674424e-03
## Seg229.14                2.182504  3.21555646  20.368894 2.681003e-03
## Seg1721.1                6.790171  0.30321043  23.769597 2.683934e-03
## Seg2716.2.1.57f48f7a     6.790171  0.30321043  23.769597 2.683934e-03
## Seg372.1.2.57f48f7b      5.814036  2.42920057  20.358993 2.684552e-03
## Seg1738.4                2.603300  2.24893231  20.351786 2.687140e-03
## Seg3745.2               -2.712946  3.00063847  20.351645 2.687190e-03
## Seg665.3                -2.531163  3.64240876  20.345639 2.689349e-03
## Seg4030.1                5.020841  4.21909955  20.343983 2.689945e-03
## Seg3473.5               -2.201455  3.47029085  20.333838 2.693597e-03
## Seg2871.2                2.846004  2.94948272  20.310409 2.702057e-03
## Seg98.3                  2.144358  9.97261991  20.299735 2.705922e-03
## Seg4593.1                3.756060  0.60718863  20.275869 2.714590e-03
## Seg1166.5                2.951513  2.07315769  20.267359 2.717690e-03
## Seg93.7.1.57f48f7e      -5.341160  3.83024450  20.250511 2.723840e-03
## Seg2440.6               -2.141523  5.14959021  20.229870 2.731398e-03
## Seg1582.16               5.591295  5.62409896  20.220319 2.734905e-03
## Seg7467.1               -2.457316  4.70438849  20.219942 2.735043e-03
## Seg832.3                 6.555688  0.11034552  23.553846 2.745591e-03
## Seg9072.1                2.045721  4.45834049  20.175672 2.751374e-03
## Seg1026.3                2.258661  7.30523605  20.175520 2.751430e-03
## Seg3325.4               -2.346913  7.26824122  20.154645 2.759174e-03
## Seg4873.1               -2.068109  5.24772915  20.132197 2.767533e-03
## Seg5138.1                2.220199  4.95339805  20.124174 2.770529e-03
## Seg1926.1               -3.108570  3.76395194  20.120499 2.771902e-03
## Seg1010.27               2.189832  4.07672180  20.119204 2.772386e-03
## Seg5688.3               -2.983645  2.15552374  20.106787 2.777035e-03
## Seg1000.8               -2.069966  3.82794393  20.103739 2.778177e-03
## Seg1495.1               -7.080126  0.85653925  23.427307 2.782632e-03
## Seg1922.2               -7.080126  0.85653925  23.427307 2.782632e-03
## Seg10119.1              -2.120382  3.23553873  20.083032 2.785955e-03
## Seg1723.6                2.389643  7.73494969  20.078542 2.787645e-03
## Seg3610.1                6.581803  0.12371070  23.402527 2.789964e-03
## Seg4012.1                2.103942  5.20075950  20.071442 2.790321e-03
## Seg418.13                2.421432  4.17654657  20.054278 2.796802e-03
## Seg1268.10               3.364792  3.82460650  20.045502 2.800123e-03
## Seg4825.4                3.354023  1.58386902  20.042151 2.801393e-03
## Seg1361.3                3.931300  8.30220201  20.037943 2.802988e-03
## Seg1300.5               -2.577132  4.16838655  20.037177 2.803279e-03
## Seg897.4                 3.325247  2.54644560  20.029909 2.806037e-03
## Seg2269.5                3.218167  1.16949287  20.024185 2.808212e-03
## Seg11781.1               2.531944  4.50307427  20.019719 2.809911e-03
## Seg7799.1               -2.058922  8.42009508  20.018901 2.810222e-03
## Seg5758.2                4.385132  2.46089062  20.016715 2.811054e-03
## Seg120.7                 4.764825  0.94469813  20.001506 2.816851e-03
## Seg118.4.1.57f48f75     -7.293042  1.02936832  23.311438 2.817135e-03
## Seg253.3                -2.418438  3.16469235  19.995957 2.818970e-03
## Seg1319.9               -2.200158  7.22313279  19.995625 2.819097e-03
## Seg6917.1               -2.951823  1.92705909  19.982896 2.823965e-03
## Seg1726.6                3.484678  1.47699101  19.954177 2.834990e-03
## Seg1668.2                3.290253  1.39671309  19.946610 2.837903e-03
## Seg1838.4               -2.237929  9.69035351  19.938808 2.840912e-03
## Seg1422.13               2.247678  3.30334409  19.937008 2.841607e-03
## Seg778.3                -2.023360  5.49001291  19.933165 2.843090e-03
## Seg66.5                  2.631261  6.69398156  19.925148 2.846189e-03
## Seg7453.1               -2.051927  5.68184303  19.924718 2.846355e-03
## Seg6465.1               -2.023281  3.51842318  19.893801 2.858346e-03
## Seg535.3                 3.398889  0.92614460  19.892924 2.858688e-03
## Seg6771.1               -2.947363  1.69259485  19.871815 2.866914e-03
## Seg10219.1               2.090002  4.38603684  19.870891 2.867274e-03
## Seg2303.2               -2.392862  2.65083417  19.864441 2.869794e-03
## Seg2551.3                2.218535  3.92787119  19.863620 2.870115e-03
## Seg1289.10.1.57f48f76    4.561388  2.88943690  19.861999 2.870749e-03
## Seg7397.1                2.273634  2.76209499  19.859388 2.871770e-03
## Seg9192.1                2.596457  2.10718532  19.857534 2.872496e-03
## Seg5361.2               -7.695061  1.33845584  23.114510 2.877094e-03
## Seg572.2                 2.910303  1.60252261  19.812481 2.890198e-03
## Seg3794.3               -2.110932  4.07670674  19.802338 2.894203e-03
## Seg2343.4                2.437169  6.22690150  19.788406 2.899716e-03
## Seg1558.4                2.445090  9.16394461  19.777785 2.903927e-03
## Seg3224.2                5.066089  0.50558731  19.776948 2.904259e-03
## Seg9737.2                5.013298  0.54039456  19.768926 2.907446e-03
## Seg1726.3                2.613540  5.59013496  19.768843 2.907479e-03
## Seg2316.2                2.721319  5.75314622  19.752156 2.914122e-03
## Seg949.9.1.57f48f7e      3.220157  3.02011541  19.736762 2.920267e-03
## Seg503.12                2.194373  4.03939737  19.730307 2.922850e-03
## Seg3161.1                2.659226  3.75977254  19.712713 2.929902e-03
## Seg4961.2                2.313657  4.33601159  19.708652 2.931533e-03
## Seg2319.5                2.369589  4.22361936  19.705867 2.932652e-03
## Seg764.3.1.57f48f7d      6.630063  0.17305194  22.925365 2.936293e-03
## Seg2150.3                6.630063  0.17305194  22.925365 2.936293e-03
## Seg367.2                 2.052454  3.90216097  19.690788 2.938721e-03
## Seg9803.1                2.494742  5.37523200  19.681738 2.942371e-03
## Seg1144.6               -2.088765  4.96009253  19.666634 2.948476e-03
## Seg72.13                -2.014593  8.24181422  19.661647 2.950495e-03
## Seg1433.4                2.356134  7.19205676  19.632162 2.962470e-03
## Seg6218.1               -3.272755  1.94652527  19.606240 2.973050e-03
## Seg9725.1                4.511723  0.73433302  19.602195 2.974705e-03
## Seg2399.2               -2.521465  2.91476108  19.596560 2.977014e-03
## Seg1540.11               4.212950  0.99410159  19.570296 2.987801e-03
## Seg779.5.2.57f48f7e     -7.816177  1.43936358  22.758598 2.989840e-03
## Seg2173.3                2.613017  3.33387628  19.564633 2.990133e-03
## Seg3717.1               -7.267468  0.99163698  22.750861 2.992356e-03
## Seg1450.28              -3.188402  2.48588497  19.542137 2.999423e-03
## Seg1969.5               -2.478281  2.89734654  19.537103 3.001506e-03
## Seg42.14                -2.177477  4.18968441  19.498029 3.017743e-03
## Seg1311.7                4.061254  0.84276114  19.495326 3.018871e-03
## Seg153.13               -2.490456  8.47793671  19.475727 3.027062e-03
## Seg822.7                -2.087554  3.20249222  19.440526 3.041845e-03
## Seg3146.5               -2.425998  2.28050135  19.425504 3.048182e-03
## Seg1513.2               -2.667026  2.44351130  19.417291 3.051654e-03
## Seg920.3                -2.356868  6.58752339  19.415906 3.052239e-03
## Seg691.8.2.57f48f7d     -8.739853  2.24500535  22.554586 3.057128e-03
## Seg1574.16               2.201369  5.17908925  19.401995 3.058133e-03
## Seg1359.9                2.453120  2.42930495  19.341130 3.084091e-03
## Seg2346.9                2.210956  4.89932139  19.318871 3.093656e-03
## Seg5073.2                2.692031  2.57756011  19.311292 3.096921e-03
## Seg1675.1                2.742638  5.32599428  19.307377 3.098609e-03
## Seg39.8                 -7.625323  1.28029613  22.419834 3.102682e-03
## Seg114.11                3.412260  4.15659466  19.281429 3.109829e-03
## Seg1123.14               2.403982  3.92548848  19.268542 3.115421e-03
## Seg977.5                 2.528979  4.45120884  19.268180 3.115579e-03
## Seg6790.1                2.206230  4.78762679  19.262685 3.117967e-03
## Seg460.11                2.225985  3.41161307  19.261888 3.118314e-03
## Seg780.5                 2.345886  4.58442507  19.261749 3.118374e-03
## Seg910.4                -3.428155  1.47864472  19.257667 3.120150e-03
## Seg4085.1                3.270364  3.66523085  19.239723 3.127973e-03
## Seg6190.1                6.542565  0.10367423  22.343901 3.128750e-03
## Seg3257.4                2.539144  1.98320801  19.237674 3.128868e-03
## Seg1821.8                3.489178  0.75335290  19.234826 3.130113e-03
## Seg1445.3               -2.170601  5.48783027  19.226155 3.133905e-03
## Seg7695.2               -2.623171  2.03145774  19.218714 3.137164e-03
## Seg2345.2               -3.270479  6.92808625  19.217018 3.137908e-03
## Seg6395.1               -2.572557  3.15423400  19.215383 3.138625e-03
## Seg791.1                 4.392344  1.08041909  19.203948 3.143646e-03
## Seg435.11               -2.059864  6.05116787  19.186673 3.151249e-03
## Seg895.3                 2.666205  5.80115370  19.181891 3.153358e-03
## Seg4614.3               -2.642799  2.69647830  19.158601 3.163656e-03
## Seg1754.1                2.379928  3.54581698  19.137704 3.172933e-03
## Seg2137.3               -6.957750  0.75304029  22.215698 3.173428e-03
## Seg852.10                2.003880  4.30676143  19.135428 3.173945e-03
## Seg6607.2                3.407475  0.93138146  19.128240 3.177145e-03
## Seg994.2                -2.631671  2.47029076  19.069085 3.203641e-03
## Seg6474.1                2.328768  2.16366551  19.063786 3.206028e-03
## Seg1338.7                2.097762  3.90599179  19.004824 3.232746e-03
## Seg1452.13               4.776202  1.07477416  18.997476 3.236096e-03
## Seg1186.1               -2.603749  2.84164801  18.988903 3.240010e-03
## Seg440.1                 2.724092  2.72134804  18.983898 3.242297e-03
## Seg733.12               -2.162331  3.00206388  18.981685 3.243310e-03
## Seg3298.1               -2.596624  2.17110915  18.981419 3.243431e-03
## Seg406.3                 2.415713  3.08973271  18.972003 3.247743e-03
## Seg6022.3                2.005215  4.38040251  18.963507 3.251640e-03
## Seg1528.6                4.284439  1.61085430  18.958508 3.253935e-03
## Seg3716.4                2.153723  5.52553010  18.951483 3.257164e-03
## Seg255.4                -2.108146  3.51597886  18.948589 3.258496e-03
## Seg2461.1                2.311306  3.36413607  18.927673 3.268140e-03
## Seg1091.20               3.002842  3.34945492  18.920323 3.271538e-03
## Seg3163.8                3.002998  1.32642480  18.915787 3.273637e-03
## Seg6437.1                3.296191  3.08761980  18.902178 3.279946e-03
## Seg1234.1               -2.612733  2.45580766  18.894480 3.283521e-03
## Seg3706.1               -7.173283  0.91674189  21.886320 3.292176e-03
## Seg2701.7                4.335036  1.65858529  18.872276 3.293862e-03
## Seg156.3                -2.233814  3.06600008  18.866611 3.296507e-03
## Seg1010.5               -2.677079  4.01143944  18.857982 3.300541e-03
## Seg1876.7               -2.573510  2.70712016  18.848811 3.304836e-03
## Seg1538.2                3.113615  1.74207015  18.835690 3.310992e-03
## Seg3100.5               -2.256741  2.88225878  18.833260 3.312134e-03
## Seg1275.3                2.429787  3.16572126  18.832868 3.312318e-03
## Seg9903.1               -2.154573  3.63283401  18.832176 3.312644e-03
## Seg518.10                3.415815  1.61006192  18.827465 3.314859e-03
## Seg5211.1                4.185697  1.74729271  18.821838 3.317508e-03
## Seg5089.1               -2.135237  9.79522051  18.811119 3.322561e-03
## Seg1555.2                4.483699  2.03028594  18.807234 3.324395e-03
## Seg731.12                2.270337  2.87199290  18.801931 3.326901e-03
## Seg7267.1                3.238939  3.28645766  18.795648 3.329872e-03
## Seg1058.1                2.058780  3.03897846  18.770307 3.341892e-03
## Seg1708.5                2.601996  6.32833993  18.769039 3.342495e-03
## Seg5113.1                4.399747  1.08540527  18.760963 3.346338e-03
## Seg1512.4.1.57f48f76     2.006596  8.69485207  18.736120 3.358196e-03
## Seg2091.8                2.609393  1.86254492  18.735394 3.358544e-03
## Seg80.10                 2.866402  6.20184372  18.714630 3.368498e-03
## Seg3759.3                2.896637  2.73560836  18.705931 3.372679e-03
## Seg1333.1                3.898316  1.87980506  18.686856 3.381872e-03
## Seg353.10               -2.543114  6.79875489  18.679994 3.385186e-03
## Seg1095.25              -2.496034  3.23703718  18.639507 3.404829e-03
## Seg1371.1                2.566186  4.48404429  18.633369 3.407820e-03
## Seg2253.6               -2.136599  6.10427409  18.630841 3.409052e-03
## Seg4752.2               -2.920090  1.92307500  18.618559 3.415049e-03
## Seg1139.5               -8.172489  1.76734449  21.558624 3.416260e-03
## Seg495.1                -2.806338  2.01398083  18.597601 3.425315e-03
## Seg208.6                 2.144402  4.18347604  18.586181 3.430925e-03
## Seg6863.1               -6.859822  0.68060717  21.516556 3.432638e-03
## Seg164.9                -2.224654  6.28777031  18.565230 3.441247e-03
## Seg675.24               -2.060150  5.80804529  18.562748 3.442473e-03
## Seg4860.2               -3.605383  1.14303449  18.552016 3.447779e-03
## Seg3750.2                4.297352  2.05292321  18.548027 3.449754e-03
## Seg2480.5               -2.393243  2.67375493  18.542197 3.452643e-03
## Seg533.9                 2.944396  1.14596381  18.518713 3.464311e-03
## Seg8060.1                2.054693  4.32938001  18.509408 3.468948e-03
## Seg419.3                -2.635909  3.02464666  18.504143 3.471575e-03
## Seg577.2.1.57f48f7c      2.521598  2.48680744  18.490413 3.478439e-03
## Seg118.7                -2.042697  7.95012435  18.484912 3.481194e-03
## Seg5758.3                4.412613  2.97631647  18.481509 3.482899e-03
## Seg1524.3               -2.248292  8.12981413  18.464443 3.491469e-03
## Seg2590.3                2.871878  3.84415864  18.458501 3.494459e-03
## Seg3758.2               -2.361317  3.12227001  18.454026 3.496714e-03
## Seg1770.6                3.678439  1.36429793  18.437496 3.505056e-03
## Seg1882.11              -2.042868  7.97882814  18.434404 3.506620e-03
## Seg6667.1               -2.126983  4.38151587  18.428852 3.509429e-03
## Seg1674.6               -3.612029  2.50821449  18.408648 3.519677e-03
## Seg1756.16               3.401174  4.74656641  18.398761 3.524706e-03
## Seg692.1                 2.640813  2.01753984  18.385753 3.531337e-03
## Seg291.1                -2.000354  3.34672677  18.383274 3.532602e-03
## Seg10242.1               2.338662  3.83452043  18.373656 3.537517e-03
## Seg1477.5                2.560830  3.65218167  18.371304 3.538720e-03
## Seg803.4                -2.003338  7.00554944  18.339233 3.555181e-03
## Seg856.3                 2.305847  6.36546095  18.314399 3.567995e-03
## Seg3.4                   3.965273  0.35217062  18.301139 3.574861e-03
## Seg9503.1                4.911135  0.39972579  18.278937 3.586395e-03
## Seg6527.1                4.465012  0.69185196  18.252116 3.600393e-03
## Seg12583.1               4.465012  0.69185196  18.252116 3.600393e-03
## Seg239.3                 2.155124  6.13360907  18.245961 3.603615e-03
## Seg154.3                -2.197310  3.34424585  18.230489 3.611732e-03
## Seg2936.1                3.096709  3.42026805  18.222952 3.615694e-03
## Seg68.8.2.57f48f7d      -8.939390  2.42509605  21.055152 3.619326e-03
## Seg6660.1               -2.138324  5.98512124  18.163496 3.647146e-03
## Seg5689.1                3.430087  0.70610702  18.162243 3.647813e-03
## Seg1647.12               2.082411  5.67332507  18.155847 3.651218e-03
## Seg99.5                 -2.268523  3.48721289  18.146401 3.656255e-03
## Seg940.16                2.485196  7.57243620  18.145120 3.656939e-03
## Seg1190.9                2.305056  7.67648500  18.144763 3.657129e-03
## Seg1029.9                4.163570  1.49433755  18.142747 3.658206e-03
## Seg2660.1                2.369167  3.81608851  18.125357 3.667508e-03
## Seg147.4                 3.276561  4.56192006  18.122387 3.669100e-03
## Seg1120.2               -7.033527  0.80752179  20.924585 3.674600e-03
## Seg762.4                 3.328767  1.56083085  18.100127 3.681058e-03
## Seg190.15               -2.086240  5.53163781  18.097233 3.682616e-03
## Seg1602.1               -2.079250  3.77908251  18.090587 3.686198e-03
## Seg3470.4               -2.609860  3.32815524  18.090459 3.686267e-03
## Seg1232.25               2.310991  3.37088455  18.079289 3.692298e-03
## Seg2008.4               -2.154074  3.75577160  18.060389 3.702530e-03
## Seg1374.6                2.421938  6.77695776  18.034319 3.716705e-03
## Seg6630.1               -3.131886  1.55317709  18.029487 3.719339e-03
## Seg1232.13.3.57f48f75    2.425184  3.68233764  18.014112 3.727739e-03
## Seg1731.8                4.297710  0.99761491  18.006976 3.731646e-03
## Seg1019.11               2.168501  3.13580536  18.006765 3.731762e-03
## Seg1631.1                2.486864  3.61767502  18.005998 3.732182e-03
## Seg2889.4                3.227792  1.55730796  18.004049 3.733250e-03
## Seg1348.5               -2.207029  3.16217658  18.002508 3.734095e-03
## Seg1727.5               -2.325796  3.67713878  17.982034 3.745343e-03
## Seg1964.1               -2.584161  6.97396777  17.968430 3.752841e-03
## Seg2515.3                2.685458  2.03317664  17.964219 3.755166e-03
## Seg1459.2.3.57f48f76    -6.853689  0.67239552  20.736466 3.756231e-03
## Seg3364.1               -2.566024  2.11386015  17.956283 3.759552e-03
## Seg167.12                2.762417  1.50760076  17.931883 3.773080e-03
## Seg1394.7                2.416874  3.97817852  17.930388 3.773910e-03
## Seg2941.1.1.57f48f7a     4.756416  2.25628287  17.880544 3.801748e-03
## Seg235.9                -2.110569  4.62247360  17.880212 3.801934e-03
## Seg722.1.1.57f48f7d     -4.752236  4.10225351  17.874503 3.805139e-03
## Seg4697.2                4.192540  2.27598170  17.843831 3.822420e-03
## Seg768.2                 3.012432  2.44123854  17.809640 3.841803e-03
## Seg2012.10              -6.909976  0.71348080  20.538327 3.844841e-03
## Seg5509.2               -2.482739  5.71789938  17.800621 3.846937e-03
## Seg41.5                  4.200666  1.25210026  17.778647 3.859482e-03
## Seg4806.3               -3.170939  1.88386632  17.775831 3.861094e-03
## Seg1719.5                2.236307  3.25674609  17.769757 3.864572e-03
## Seg3247.3                2.290114  9.27166405  17.734480 3.884857e-03
## Seg1348.8.2.57f48f76    -3.949459  1.85716419  17.724722 3.890492e-03
## Seg758.6                -6.808516  0.63872803  20.424719 3.896907e-03
## Seg1507.6               -6.808516  0.63872803  20.424719 3.896907e-03
## Seg369.3                 2.343021  6.75783348  17.699200 3.905280e-03
## Seg97.8                  2.544355  6.01182258  17.695699 3.907315e-03
## Seg5681.1               -6.768799  0.61317232  20.356593 3.928579e-03
## Seg1146.2               -2.395225  4.89288433  17.619610 3.951864e-03
## Seg1076.5.3.57f48f75    -7.121560  0.87448827  20.290823 3.959482e-03
## Seg1063.6                3.142547  0.97679365  17.589670 3.969573e-03
## Seg4226.1                2.431082  1.93372937  17.580359 3.975101e-03
## Seg1664.1                4.099055  1.31984366  17.562677 3.985626e-03
## Seg979.1                -7.045018  0.81528555  20.217318 3.994404e-03
## Seg581.9                 3.130105  1.53121890  17.539836 3.999275e-03
## Seg1664.20               4.102296  1.87028153  17.538915 3.999827e-03
## Seg647.3                -2.039577  3.27783318  17.534899 4.002233e-03
## Seg1933.1               -2.154074  3.84370518  17.530975 4.004587e-03
## Seg3253.4                2.340279  6.95426771  17.512814 4.015500e-03
## Seg3511.1               -4.501438  2.76619189  17.510059 4.017160e-03
## Seg3840.1.1.57f48f7b     2.098458  3.47016308  17.503651 4.021021e-03
## Seg3.19                 -7.005226  0.78474317  20.154574 4.024538e-03
## Seg1807.2.3.57f48f78     2.793619  1.40318442  17.491796 4.028179e-03
## Seg9214.1               -2.557342 12.09486160  17.490852 4.028750e-03
## Seg3613.1               -2.508402  2.06953373  17.483797 4.033018e-03
## Seg900.13                3.944282  0.74555311  17.468886 4.042058e-03
## Seg7882.1               -2.231233  2.45144969  17.447066 4.055334e-03
## Seg893.9                 3.354235  0.93429659  17.434344 4.063100e-03
## Seg233.4                -2.124301  3.67111815  17.433975 4.063325e-03
## Seg3654.1                2.207339  2.92986944  17.427093 4.067535e-03
## Seg501.1                -2.377120  3.10203426  17.420647 4.071482e-03
## Seg675.9                 2.781824  4.63127004  17.414435 4.075292e-03
## Seg451.3                -4.132703  2.07924618  17.388431 4.091287e-03
## Seg1826.9                3.008478  1.20164432  17.386162 4.092686e-03
## Seg59.3                  4.102738  1.44414582  17.375639 4.099185e-03
## Seg687.1                 2.354102  6.86316324  17.370236 4.102527e-03
## Seg30.2                 -2.592353  1.99007206  17.363247 4.106855e-03
## Seg4996.1                2.185489  3.15065441  17.358575 4.109752e-03
## Seg873.15                2.291667  2.21233282  17.352655 4.113426e-03
## Seg4515.1               -6.922324  0.72164025  19.962848 4.118515e-03
## Seg599.4                 2.235151  5.24043930  17.341001 4.120670e-03
## Seg2889.3               -2.564946  2.73726421  17.340401 4.121044e-03
## Seg2862.3                2.099542  2.66059888  17.339208 4.121787e-03
## Seg3742.1                2.029606  4.17468316  17.334874 4.124486e-03
## Seg1717.12               2.313349  2.25975359  17.318081 4.134967e-03
## Seg2319.2               -2.214213  2.42666751  17.310806 4.139518e-03
## Seg1807.2.1.57f48f78    -2.821478  6.22675047  17.308590 4.140905e-03
## Seg1488.3                4.257003  1.29918814  17.290437 4.152295e-03
## Seg2513.2               -2.505049  2.33150506  17.278788 4.159625e-03
## Seg2634.1                2.938107  1.81255571  17.273772 4.162786e-03
## Seg1416.5                2.958258  3.75129906  17.262879 4.169662e-03
## Seg1600.2               -2.036458  3.38107559  17.246387 4.180099e-03
## Seg2901.2               -2.394580  3.15463965  17.245897 4.180410e-03
## Seg755.2                -2.393928  5.17260143  17.222753 4.195117e-03
## Seg1172.12               2.869767  1.56524175  17.222145 4.195503e-03
## Seg3153.1                2.238986  5.69889478  17.220643 4.196461e-03
## Seg5314.2                4.748209  1.04633902  17.215834 4.199526e-03
## Seg116.1                -2.144099  3.05093787  17.207238 4.205012e-03
## Seg1825.1                2.018427  5.51201004  17.207169 4.205056e-03
## Seg684.5                -2.236343  3.41008994  17.178400 4.223485e-03
## Seg223.7                -2.857648  2.51907134  17.175535 4.225327e-03
## Seg9688.1                4.406780  0.64217167  17.171063 4.228202e-03
## Seg1952.4                4.636639  3.28785279  17.135683 4.251042e-03
## Seg919.2                 2.121171  6.64835401  17.133518 4.252445e-03
## Seg706.7                 2.129172  5.05249091  17.111040 4.267044e-03
## Seg1860.4                2.299973  3.02875873  17.106619 4.269923e-03
## Seg1561.2                2.700602  3.45849831  17.102383 4.272684e-03
## Seg3754.4               -2.159084  3.55576168  17.087008 4.282725e-03
## Seg284.6                -2.212209  3.82585067  17.041452 4.312652e-03
## Seg5544.1                3.550507  0.44565553  17.023402 4.324584e-03
## Seg798.4                 4.534120  1.36125759  17.021186 4.326053e-03
## Seg3094.1                4.506656  2.01725489  17.016053 4.329455e-03
## Seg1519.2               -2.229166  3.14004782  16.997070 4.342068e-03
## Seg456.2                -2.632641  4.36125843  16.952655 4.371765e-03
## Seg709.9                 2.526661  1.90247599  16.951733 4.372383e-03
## Seg826.6.2.57f48f7e     -7.094945  0.85280995  19.468281 4.374814e-03
## Seg1793.8                2.169911  7.16238782  16.945255 4.376738e-03
## Seg103.6                -6.788718  0.62147675  19.454454 4.382280e-03
## Seg4806.2               -2.143209  3.39438371  16.924337 4.390835e-03
## Seg656.2                -2.429210  2.02244434  16.917503 4.395453e-03
## Seg3853.1               -2.780047  2.41281087  16.895907 4.410088e-03
## Seg1662.19               2.106952  2.89288029  16.872952 4.425713e-03
## Seg1705.2               -2.667873  1.87255191  16.866562 4.430075e-03
## Seg4277.1               -2.258740  3.61159445  16.863789 4.431970e-03
## Seg4269.2               -6.976325  0.76153767  19.362797 4.432209e-03
## Seg1798.3                2.317419  3.15364251  16.859747 4.434733e-03
## Seg13980.1               4.062522  1.85690556  16.840563 4.447881e-03
## Seg3889.2                4.112401  1.88167779  16.826490 4.457557e-03
## Seg10635.1              -2.799165  2.74059874  16.801721 4.474653e-03
## Seg984.15                3.056906  0.90533894  16.793015 4.480683e-03
## Seg2997.2                4.729552  0.30892972  16.785385 4.485975e-03
## Seg463.6                 4.141569  1.70042590  16.780068 4.489668e-03
## Seg3620.3                2.460768  5.17780015  16.772427 4.494982e-03
## Seg446.6                -4.145659  2.08888538  16.768832 4.497485e-03
## Seg4430.2                4.424740  1.64257651  16.750681 4.510150e-03
## Seg1730.2                2.455599  4.03867088  16.745274 4.513931e-03
## Seg5316.1               -2.477048  2.18686158  16.744402 4.514542e-03
## Seg1027.15              -6.741419  0.58648114  19.208047 4.518239e-03
## Seg967.1                 4.441127  3.44310614  16.732012 4.523224e-03
## Seg4949.3                2.490454  2.37468966  16.731291 4.523730e-03
## Seg2160.6                2.050385  6.77555214  16.730333 4.524402e-03
## Seg778.2                 2.227605  4.24413872  16.716471 4.534145e-03
## Seg3667.3               -2.016050  3.79193465  16.704428 4.542631e-03
## Seg290.1                 2.066545  3.36384402  16.703079 4.543583e-03
## Seg6266.3                2.650613  1.52113514  16.688866 4.553627e-03
## Seg4639.1               -6.664327  0.53276485  19.143111 4.555001e-03
## Seg7613.1                2.657310  1.95031936  16.685023 4.556347e-03
## Seg1121.34               4.055271  1.12791410  16.675774 4.562904e-03
## Seg7299.1                4.055271  1.12791410  16.675774 4.562904e-03
## Seg1021.4                2.911976  3.04525303  16.673394 4.564593e-03
## Seg1121.26               4.271078  2.93708381  16.671942 4.565624e-03
## Seg2573.5                2.779399  1.93069072  16.654473 4.578050e-03
## Seg611.2                -2.036658  3.42099226  16.654024 4.578370e-03
## Seg5651.1               -6.847492  0.66406500  19.087509 4.586797e-03
## Seg1180.5                2.325997  9.25057047  16.617144 4.604749e-03
## Seg883.6                 4.322123  3.33242769  16.612633 4.607989e-03
## Seg4202.3               -2.297917  2.93508903  16.590410 4.623993e-03
## Seg1439.11              -2.033939  2.95003512  16.585592 4.627473e-03
## Seg1431.4                4.043704  2.13791883  16.581893 4.630147e-03
## Seg65.9.1.57f48f7d       7.714393  4.30909405  16.581105 4.630716e-03
## Seg3267.2.1.57f48f7a    -2.516199  5.83528658  16.568944 4.639521e-03
## Seg3727.1                4.741495  0.31529264  16.566845 4.641043e-03
## Seg3541.3                3.420901  1.70368406  16.566268 4.641461e-03
## Seg1700.3                2.789937  1.84884814  16.565763 4.641827e-03
## Seg1399.4                2.193717  2.15676779  16.553462 4.650761e-03
## Seg2895.3                2.154904  2.75832607  16.548439 4.654415e-03
## Seg5572.1                2.667127  3.48354408  16.539644 4.660823e-03
## Seg894.5                 2.786415  1.16037688  16.539446 4.660967e-03
## Seg1521.1                2.387923  5.04896092  16.527755 4.669502e-03
## Seg1451.6               -2.308768  3.26867650  16.514542 4.679174e-03
## Seg2079.2                2.603317  3.22939052  16.505654 4.685693e-03
## Seg1027.10              -6.692595  0.55061668  18.914165 4.687839e-03
## Seg1549.9               -6.692595  0.55061668  18.914165 4.687839e-03
## Seg5688.1               -6.692595  0.55061668  18.914165 4.687839e-03
## Seg1275.8                2.297210  3.26596803  16.488165 4.698556e-03
## Seg1092.7                2.154424  8.78045094  16.484323 4.701388e-03
## Seg572.1                 3.325670  3.53513086  16.473968 4.709031e-03
## Seg1338.5                2.091899  3.10744883  16.448806 4.727670e-03
## Seg6516.1                3.025887  0.84368643  16.442378 4.732447e-03
## Seg5820.1                3.186354  2.71316475  16.429225 4.742241e-03
## Seg1214.1               -2.187895  2.98492174  16.428328 4.742910e-03
## Seg1158.4                4.199805  2.87263047  16.422718 4.747096e-03
## Seg2124.4                2.605760  1.53344155  16.416865 4.751468e-03
## Seg2166.3                2.064811  5.27597070  16.414332 4.753363e-03
## Seg4366.2                4.416521  0.64797362  16.400721 4.763556e-03
## Seg3346.1                2.015743  2.79537538  16.397421 4.766031e-03
## Seg2127.3               -2.469083  2.34261286  16.397263 4.766149e-03
## Seg216.3                -2.146266  2.45990356  16.371860 4.785263e-03
## Seg1853.10               2.779196  1.27989843  16.364573 4.790763e-03
## Seg2105.1               -2.030596  3.04460276  16.354312 4.798522e-03
## Seg122.8                 2.091963  5.09239070  16.354203 4.798605e-03
## Seg1434.3                3.589255  0.48344235  16.352833 4.799642e-03
## Seg3.10                  3.072922  3.59473973  16.339771 4.809547e-03
## Seg3143.2               -2.200003 11.60396846  16.321214 4.823663e-03
## Seg3165.1                2.096651  8.76022594  16.307320 4.834266e-03
## Seg555.11               -6.627657  0.50475988  18.669466 4.835581e-03
## Seg3718.2                2.384049  2.40064130  16.299271 4.840423e-03
## Seg2041.5.1.57f48f78    -2.309867  2.30835954  16.290826 4.846893e-03
## Seg1624.7                2.035360  4.31314470  16.282777 4.853070e-03
## Seg4269.4               -2.280710  3.12326057  16.271082 4.862064e-03
## Seg2150.5                4.590179  0.14677586  16.262377 4.868772e-03
## Seg7809.1                3.970156  1.55237512  16.254869 4.874567e-03
## Seg2731.3                2.789058  1.19737481  16.247706 4.880105e-03
## Seg1073.6               -2.441782  2.04738008  16.246373 4.881136e-03
## Seg3580.1                2.448868  1.88720122  16.243253 4.883552e-03
## Seg350.7                -2.714722  3.49041143  16.234344 4.890456e-03
## Seg855.2                 2.532837  2.80954722  16.230155 4.893707e-03
## Seg6546.2               -3.991700  2.32690703  16.227813 4.895525e-03
## Seg279.5                -6.642150  0.51384011  18.566672 4.899496e-03
## Seg1762.10              -2.001963  4.25805585  16.216041 4.904680e-03
## Seg5814.1                4.399932  2.17620963  16.208621 4.910462e-03
## Seg1381.2               -2.015301  5.75407882  16.187566 4.926916e-03
## Seg3103.7               -2.672565  1.69431088  16.184161 4.929583e-03
## Seg1953.2                3.400597  0.88090640  16.179517 4.933225e-03
## Seg1305.12              -2.591406  1.84636371  16.178474 4.934043e-03
## Seg7278.1                3.575496  0.76656908  16.168280 4.942049e-03
## Seg6752.3                4.261414  0.52566913  16.164702 4.944864e-03
## Seg2261.2                2.094534  3.40033319  16.161452 4.947422e-03
## Seg1987.3               -2.479673  2.78855374  16.157310 4.950685e-03
## Seg2294.3                4.005993  1.08606411  16.153167 4.953951e-03
## Seg2961.1               -2.067889  5.54859927  16.141879 4.962864e-03
## Seg2117.2               -2.141075  2.72565158  16.131063 4.971424e-03
## Seg137.2                -2.277479  3.04670310  16.130250 4.972068e-03
## Seg2849.1                2.250719  3.34094657  16.124902 4.976308e-03
## Seg13.12                 4.524288  0.08999173  16.114298 4.984729e-03
## Seg5102.2               -2.151030 10.23181795  16.111068 4.987298e-03
## Seg273.1                 4.510624  0.08331282  16.108428 4.989398e-03
## Seg818.10                4.510624  0.08331282  16.108428 4.989398e-03
## Seg4002.5               -2.024693  3.93320838  16.105078 4.992066e-03
## Seg2530.7                3.656312  1.94817099  16.101538 4.994886e-03
## Seg5567.3                4.116733  5.43441712  16.083843 5.009017e-03
## Seg1403.6_Seg1403.7     -2.050761  2.70349847  16.080389 5.011781e-03
## Seg2963.2                2.326674  3.78800203  16.079213 5.012722e-03
## Seg7111.1               -3.023446  1.72843849  16.059458 5.028573e-03
## Seg2949.1                3.215158  3.05905955  16.023340 5.057721e-03
## Seg7150.1               -2.050087  2.83712644  16.023060 5.057947e-03
## Seg649.14                2.447885  4.39775978  16.009096 5.069275e-03
## Seg3135.3               -6.656547  0.52289442  18.288233 5.078371e-03
## Seg6703.2                3.682154  1.55281940  15.993610 5.081876e-03
## Seg503.3                -2.137513  3.26517597  15.988914 5.085705e-03
## Seg3887.1               -3.152039  2.12746297  15.981533 5.091730e-03
## Seg2082.1               -2.186519 11.04526383  15.978901 5.093881e-03
## Seg12214.1              -2.496387  2.56492643  15.976304 5.096005e-03
## Seg503.6                 4.439180  2.42998426  15.975835 5.096389e-03
## Seg1091.8                2.492059  5.54001369  15.970463 5.100786e-03
## Seg1479.8.2.57f48f76    -2.168822  8.52002830  15.970342 5.100884e-03
## Seg1460.2                2.370052  2.61828789  15.970255 5.100956e-03
## Seg2565.1                3.538147  1.85801490  15.957654 5.111289e-03
## Seg1077.21               2.081584  4.07598259  15.952469 5.115548e-03
## Seg1559.2                4.429113  1.10532419  15.947643 5.119516e-03
## Seg3307.2.1.57f48f7a    -8.742499  2.24613656  18.212498 5.128525e-03
## Seg5508.3                2.175966  2.25901250  15.933824 5.130902e-03
## Seg473.1                 4.451766  2.18435215  15.924366 5.138714e-03
## Seg933.5                 2.676716  2.78593755  15.917988 5.143990e-03
## Seg705.2                -2.016511  6.57687326  15.909120 5.151338e-03
## Seg918.6                 2.255008  2.32141818  15.904709 5.154998e-03
## Seg980.5                 3.459446  0.72300440  15.886850 5.169850e-03
## Seg622.5                 2.812625  1.04001313  15.885675 5.170829e-03
## Seg5225.1                2.035786  6.53981513  15.877186 5.177910e-03
## Seg3752.1                2.081458  5.54849279  15.862224 5.190421e-03
## Seg1471.10               2.595095  2.22747234  15.859577 5.192639e-03
## Seg700.8                 2.235899  5.53776517  15.859228 5.192931e-03
## Seg1342.11               2.196976  2.89229828  15.840283 5.208837e-03
## Seg1405.8.1.57f48f76     3.188649  2.99371332  15.834095 5.214046e-03
## Seg110.6                 3.023997  2.20542912  15.828550 5.218720e-03
## Seg1324.4                2.569408  1.36033436  15.825146 5.221591e-03
## Seg424.2                 2.536493  4.96993651  15.817930 5.227686e-03
## Seg8289.2                3.133890  1.64526838  15.817748 5.227839e-03
## Seg3944.3                2.268401  1.85056426  15.817455 5.228087e-03
## Seg2598.2                2.862770  0.92847792  15.788406 5.252716e-03
## Seg3110.1                4.016388  2.25039219  15.779930 5.259930e-03
## Seg2189.8               -2.006051  3.02474555  15.763289 5.274131e-03
## Seg2783.1               -3.981415  2.22848600  15.750972 5.284674e-03
## Seg4101.1               -6.604797  0.48533206  17.977867 5.288157e-03
## Seg703.7                -2.676635  1.87733867  15.745903 5.289021e-03
## Seg932.11                2.304587  3.73073604  15.741531 5.292774e-03
## Seg2241.7               -2.016268  3.28190210  15.727495 5.304845e-03
## Seg1267.5                2.688185  3.15061228  15.724655 5.307292e-03
## Seg3125.2               -2.413796  4.17666548  15.707932 5.321728e-03
## Seg897.3                 3.568513  0.51167993  15.703719 5.325373e-03
## Seg2490.2                3.590195  1.41800618  15.690742 5.336621e-03
## Seg2682.7                2.704044  1.67088135  15.688017 5.338987e-03
## Seg2806.1                3.112463  4.40753260  15.687358 5.339559e-03
## Seg5987.1                2.036602  5.26767880  15.678865 5.346942e-03
## Seg2954.3.1.57f48f7a    -6.670849  0.53192267  17.855414 5.374101e-03
## Seg4276.1                2.193202  2.13556126  15.644760 5.376722e-03
## Seg114.7                 4.156599  1.71195200  15.635969 5.384433e-03
## Seg1903.2                2.183869  8.32203446  15.598099 5.417812e-03
## Seg3979.5                2.714844  3.43075716  15.594299 5.421177e-03
## Seg2497.5                2.571461  1.78586033  15.592953 5.422369e-03
## Seg1604.3                4.271927  0.53165941  15.591187 5.423934e-03
## Seg1010.20.1.57f48f75   -3.124729  2.72103582  15.568378 5.444196e-03
## Seg1688.5               -9.368092  2.81834910  17.753072 5.447364e-03
## Seg2149.1               -3.266477  1.35957584  15.563882 5.448202e-03
## Seg1517.11               2.105354  5.17520594  15.563541 5.448505e-03
## Seg394.3                -2.295276  2.85468977  15.562728 5.449230e-03
## Seg301.5                -2.047292  3.62438945  15.559834 5.451812e-03
## Seg2595.1                4.261464  4.40263657  15.541981 5.467768e-03
## Seg2343.2                2.488418  1.87995171  15.532828 5.475972e-03
## Seg2171.4               -2.532176  2.46807820  15.523078 5.484728e-03
## Seg2416.2.1.57f48f79     3.238310  4.94023748  15.517591 5.489664e-03
## Seg419.4                 2.268792  5.45897141  15.516212 5.490905e-03
## Seg278.5                 3.212593  1.80034179  15.495726 5.509390e-03
## Seg5642.1                2.057493  5.45381066  15.490756 5.513886e-03
## Seg2294.8               -2.173055  3.59314340  15.486607 5.517643e-03
## Seg9250.2                2.392687  4.87705851  15.480545 5.523139e-03
## Seg1679.1               -2.155711  2.73559686  15.476648 5.526675e-03
## Seg1410.9               -6.619518  0.49453278  17.626720 5.539662e-03
## Seg3287.4               -6.551217  0.44676750  17.620272 5.544428e-03
## Seg355.5                -7.358688  1.05920592  17.618710 5.545583e-03
## Seg5965.1               -2.116263  2.98432363  15.454117 5.547180e-03
## Seg2129.3               -2.029934  3.24248545  15.454062 5.547229e-03
## Seg8913.3                2.110299  3.54009353  15.453712 5.547548e-03
## Seg61.5                 -2.134981  3.03450320  15.432774 5.566693e-03
## Seg997.1                -3.373162  0.96603178  15.430236 5.569019e-03
## Seg5613.2                3.888203  1.67473782  15.423248 5.575431e-03
## Seg2398.6               -2.048509  4.47752331  15.418531 5.579764e-03
## Seg806.13.1.57f48f7e   -10.951877  4.32958287  17.531607 5.610519e-03
## Seg2650.2                2.109101  3.13465891  15.378033 5.617147e-03
## Seg1947.7                2.099328  6.63767216  15.370151 5.624460e-03
## Seg1914.4                2.904818  1.07532734  15.365822 5.628481e-03
## Seg2257.3                2.295694  3.77815713  15.345647 5.647273e-03
## Seg6848.2                2.256795  4.49539023  15.341254 5.651376e-03
## Seg7267.2                3.137458  2.57230915  15.323043 5.668424e-03
## Seg2192.8.1.57f48f79    -3.933662  2.27839475  15.317586 5.673546e-03
## Seg2370.3                4.180280  2.84943701  15.314198 5.676728e-03
## Seg1449.1                3.916431  1.89395396  15.311958 5.678833e-03
## Seg5186.1                3.394990  2.01493333  15.305497 5.684912e-03
## Seg235.7                 2.280690  2.50506848  15.302871 5.687385e-03
## Seg349.4                -2.126399  2.55785965  15.285626 5.703660e-03
## Seg501.2                -2.079874  2.51061009  15.267553 5.720780e-03
## Seg1731.2                2.151451  1.94370998  15.266026 5.722230e-03
## Seg6255.2                2.301765  2.55358241  15.261827 5.726218e-03
## Seg3106.5               -3.313539  0.92401227  15.256880 5.730922e-03
## Seg22.2                  2.239370  2.16354670  15.253865 5.733790e-03
## Seg991.4                -2.651348  2.19338462  15.251572 5.735973e-03
## Seg7196.2               -3.157807  1.27387553  15.245054 5.742185e-03
## Seg4679.3                3.058144  0.66853194  15.235775 5.751043e-03
## Seg1876.6               -2.821367  2.04283530  15.230511 5.756076e-03
## Seg4329.4               -2.293966  3.11222062  15.220716 5.765456e-03
## Seg4278.3               -3.387349  1.44172581  15.214789 5.771142e-03
## Seg1143.7                2.173042  3.00539343  15.210738 5.775032e-03
## Seg3796.2                2.171799  4.82778585  15.210185 5.775564e-03
## Seg1662.5               -3.004250  1.98532598  15.208975 5.776726e-03
## Seg3270.2               -2.446880  4.59639129  15.202119 5.783320e-03
## Seg425.6                -2.496392  1.76043820  15.192646 5.792447e-03
## Seg880.9                 4.476072  1.30616085  15.192125 5.792950e-03
## Seg2837.2.1.57f48f7a    -2.308853  5.73764116  15.191630 5.793427e-03
## Seg2850.3                2.287824  3.29458799  15.191534 5.793519e-03
## Seg756.7                -2.434135  1.86781194  15.178202 5.806399e-03
## Seg3106.4               -2.100003  3.32423648  15.176686 5.807866e-03
## Seg1044.8               -2.022500  6.64805470  15.169497 5.814828e-03
## Seg3685.2                2.328409  1.63736958  15.158194 5.825797e-03
## Seg3985.3                4.356064  0.59670582  15.158095 5.825893e-03
## Seg3204.1.3.57f48f7a     3.405611  2.70283026  15.138190 5.845275e-03
## Seg2476.1               -2.189798  8.59604734  15.114382 5.868565e-03
## Seg1556.23               2.179916  2.74823008  15.107031 5.875781e-03
## Seg1818.6                2.447715  2.43893843  15.106440 5.876361e-03
## Seg1116.4                4.123352  4.22081735  15.098820 5.883853e-03
## Seg588.3                 2.180170  4.43038859  15.082688 5.899756e-03
## Seg862.2                 2.646595  1.62062764  15.072587 5.909741e-03
## Seg1353.7                2.951132  1.50217243  15.066213 5.916054e-03
## Seg1656.4                2.479560  1.63538257  15.059879 5.922335e-03
## Seg7111.2               -6.634142  0.50370695  17.129503 5.923788e-03
## Seg3037.2               -2.125870  4.95037887  15.043413 5.938704e-03
## Seg1714.8                3.148675  2.63734327  15.025605 5.956472e-03
## Seg886.2                -2.584408  2.29925040  15.023452 5.958626e-03
## Seg190.11                3.486471  0.39402604  15.018257 5.963825e-03
## Seg3475.1                2.616624  3.44049087  14.999873 5.982270e-03
## Seg801.1                 2.169007  4.00726718  14.990276 5.991927e-03
## Seg277.1                 2.314323  3.23981909  14.988987 5.993226e-03
## Seg1454.5               -6.511321  0.41671239  17.040359 5.996377e-03
## Seg1701.7                2.468899  5.37980563  14.954204 6.028408e-03
## Seg2363.3                2.220573  2.40502043  14.948651 6.034049e-03
## Seg843.16               -2.483585  2.76818400  14.940979 6.041854e-03
## Seg3073.4               -2.538348  3.57670983  14.930388 6.052651e-03
## Seg3157.3               -2.273748  2.29386426  14.925880 6.057254e-03
## Seg1902.3                3.831941  1.62355835  14.923754 6.059425e-03
## Seg8966.1                2.944975  2.46548312  14.920417 6.062837e-03
## Seg3388.2                2.334279  6.70890044  14.919677 6.063595e-03
## Seg3693.1                4.947223  5.49640056  14.919329 6.063950e-03
## Seg4613.1               -2.636842  1.45248521  14.890860 6.093164e-03
## Seg765.1                 4.073597  7.64058993  14.867678 6.117086e-03
## Seg3752.2                2.387416  2.43268301  14.863579 6.121329e-03
## Seg1868.2               -2.082544  4.91272823  14.854221 6.131029e-03
## Seg1883.7               -2.217021  2.31173860  14.835289 6.150712e-03
## Seg772.5                 4.033244  0.78489242  14.830883 6.155305e-03
## Seg230.23               -4.037637  5.89866217  14.813644 6.173318e-03
## Seg1982.2               -2.593098  2.87122907  14.805783 6.181553e-03
## Seg1363.26              -3.986232  2.85219686  14.798582 6.189110e-03
## Seg688.4                 2.904587  1.27731029  14.795987 6.191836e-03
## Seg3146.4               -2.929315  2.61286326  14.768635 6.220665e-03
## Seg1850.8.5.57f48f78     2.907087  1.35466467  14.766340 6.223092e-03
## Seg4191.1               -2.635486  2.60761549  14.747607 6.242946e-03
## Seg1741.6               -2.220860  2.00629512  14.746318 6.244315e-03
## Seg1952.2                2.571390  2.91393406  14.737479 6.253713e-03
## Seg1312.3                4.296929  2.39816419  14.724288 6.267774e-03
## Seg1048.11              -5.101359  2.93896801  14.703091 6.290453e-03
## Seg4716.1                2.164387  6.18889398  14.701842 6.291793e-03
## Seg7139.1               -2.505729  1.58449580  14.682957 6.312094e-03
## Seg2208.5                3.275411  2.83654544  14.680344 6.314909e-03
## Seg748.3                -2.245995  2.27528170  14.676234 6.319341e-03
## Seg147.7                 2.486223  1.64019885  14.667493 6.328780e-03
## Seg6803.2                2.942967  2.17730670  14.662400 6.334288e-03
## Seg418.2                 2.160586  7.92630404  14.654714 6.342611e-03
## Seg1997.3                2.339769  2.75901620  14.653127 6.344332e-03
## Seg7392.1                4.077190  0.38834487  14.629160 6.370387e-03
## Seg246.1                 2.334079  2.49059896  14.619600 6.380818e-03
## Seg1596.1                2.466923  3.45169137  14.603119 6.398853e-03
## Seg3795.1                2.842106  1.79771868  14.591043 6.412109e-03
## Seg1069.1               -2.269299  2.50503226  14.583296 6.420632e-03
## Seg4697.1                4.084493  2.75918466  14.578924 6.425449e-03
## Seg2577.1                2.246635  8.58458595  14.566300 6.439381e-03
## Seg4731.1                2.316315  5.90651176  14.541657 6.466691e-03
## Seg2412.5               -3.679782  2.48184613  14.539872 6.468676e-03
## Seg3716.1                4.242863  1.11527099  14.516520 6.494703e-03
## Seg2942.5                2.366354  2.36839999  14.507740 6.504523e-03
## Seg585.5                -2.286299  2.85860973  14.496608 6.517003e-03
## Seg2231.1               -2.190457  3.26626503  14.473316 6.543213e-03
## Seg1496.7                2.018870  7.34387100  14.471942 6.544763e-03
## Seg6888.1                3.914209  2.28135155  14.468125 6.549073e-03
## Seg3539.1                2.154536  4.24270209  14.467892 6.549336e-03
## Seg3581.1                4.337009  4.17632181  14.453809 6.565268e-03
## Seg1365.9.4.57f48f76    -6.596409  0.47482553  16.373488 6.578882e-03
## Seg1553.1               -6.596409  0.47482553  16.373488 6.578882e-03
## Seg1371.7                3.273681  0.79410485  14.440648 6.580203e-03
## Seg20987.1               3.085586  0.73113396  14.433961 6.587808e-03
## Seg5481.1               -2.659631  2.65752976  14.425280 6.597698e-03
## Seg3073.6               -2.825359  2.04517972  14.417623 6.606437e-03
## Seg1067.5               -2.409798  2.94448294  14.408000 6.617440e-03
## Seg557.1                 2.209671  1.76604572  14.393442 6.634132e-03
## Seg1758.3                2.195512  6.60576208  14.380414 6.649116e-03
## Seg1914.5                2.955746  0.82445277  14.373153 6.657485e-03
## Seg1581.4                4.275174  2.47007891  14.367409 6.664116e-03
## Seg1796.10              -2.328950  2.10196559  14.356974 6.676184e-03
## Seg974.14               -2.190427  3.11310420  14.352476 6.681393e-03
## Seg2656.3               -2.060805  2.74002094  14.346724 6.688064e-03
## Seg2328.3               -4.092752  3.89710458  14.341823 6.693755e-03
## Seg668.1                 2.118737  2.65950235  14.314907 6.725118e-03
## Seg8384.1                3.847495  0.95380738  14.312937 6.727421e-03
## Seg7397.2                2.043236  5.57363623  14.308318 6.732824e-03
## Seg1096.2                2.364626  1.73609464  14.279817 6.766291e-03
## Seg3058.1                2.003997  4.43241233  14.273296 6.773978e-03
## Seg3361.5                2.136595  2.60871685  14.256475 6.793859e-03
## Seg591.7                 3.385077  1.18020194  14.255161 6.795415e-03
## Seg1318.3                2.304700  3.82267774  14.255077 6.795514e-03
## Seg68.7                  3.006353  1.30707307  14.254460 6.796246e-03
## Seg746.7                -2.080843  5.19435400  14.248387 6.803445e-03
## Seg7867.2                2.356246  4.83144629  14.243176 6.809630e-03
## Seg4697.4                3.783463  1.38278792  14.221601 6.835316e-03
## Seg2573.4                2.328378  5.34998079  14.217976 6.839644e-03
## Seg1476.4                2.347812  5.76800174  14.191142 6.871792e-03
## Seg2914.2                2.084961  5.48910937  14.183019 6.881562e-03
## Seg3114.1                2.368196  2.59623326  14.165366 6.902856e-03
## Seg4503.4               -6.486116  0.39560465  16.006457 6.931915e-03
## Seg1137.3               -2.074825  3.68393924  14.137396 6.936769e-03
## Seg919.4                 2.091702  5.04158935  14.132469 6.942765e-03
## Seg1773.2                4.523366  0.15907139  14.123412 6.953804e-03
## Seg2142.8               -3.788561  1.26770816  14.115726 6.963191e-03
## Seg1730.10              -2.350396 11.70111957  14.113204 6.966274e-03
## Seg2239.3               -2.174705  2.21997431  14.105352 6.975886e-03
## Seg5616.1                4.134501  2.06215312  14.101606 6.980477e-03
## Seg5060.1                2.004101  3.41106685  14.095427 6.988058e-03
## Seg4132.2                3.601417  0.52962196  14.086731 6.998746e-03
## Seg1311.4                2.465026  1.96251542  14.059775 7.032012e-03
## Seg230.14                2.733684  2.20649481  14.059292 7.032610e-03
## Seg1526.5                2.203098  4.92297756  14.056508 7.036058e-03
## Seg897.1                 2.183116  4.12704705  14.050397 7.043633e-03
## Seg958.1                -2.031692  3.19651820  14.046666 7.048263e-03
## Seg2178.7                2.178729  4.55912782  14.045460 7.049760e-03
## Seg6589.2                4.065658  0.38217414  14.042147 7.053877e-03
## Seg2105.8                2.459366  5.72311826  14.028193 7.071245e-03
## Seg5787.2                3.808404  1.77659589  14.026260 7.073657e-03
## Seg856.4                 3.005409  1.96379440  14.024618 7.075705e-03
## Seg96.14                -2.234617  2.26346560  14.022747 7.078039e-03
## Seg1181.1                2.023029  4.57271674  14.012221 7.091195e-03
## Seg1091.10               2.024509  3.90752891  13.992722 7.115648e-03
## Seg7227.2               -2.676456  2.10819977  13.989026 7.120294e-03
## Seg533.6                -3.768767  1.25185773  13.986079 7.124002e-03
## Seg418.3                 4.031920  2.51367970  13.981064 7.130319e-03
## Seg1117.1                4.122922  0.41306506  13.978319 7.133779e-03
## Seg3541.2                4.122922  0.41306506  13.978319 7.133779e-03
## Seg2533.2                3.373756  0.60887158  13.959886 7.157071e-03
## Seg1542.9                2.261595  1.65429584  13.957690 7.159852e-03
## Seg1777.1               -2.280264  2.02246485  13.957225 7.160442e-03
## Seg608.2                 2.693975  1.44013592  13.944608 7.176450e-03
## Seg15526.1              -2.048353  2.31061266  13.942494 7.179138e-03
## Seg246.9                 4.065040  9.49566781  13.942368 7.179297e-03
## Seg298.26               -6.427819  0.35429429  15.760574 7.182656e-03
## Seg311.7                -6.427819  0.35429429  15.760574 7.182656e-03
## Seg1184.2.17.57f48f75   -6.427819  0.35429429  15.760574 7.182656e-03
## Seg2182.4                4.024336  0.34095458  13.938098 7.184729e-03
## Seg9197.1               -2.557432  2.15111194  13.934706 7.189048e-03
## Seg253.21                2.361727  4.52567245  13.910059 7.220525e-03
## Seg10350.1               2.828128  1.29125278  13.906674 7.224861e-03
## Seg3242.1               -4.128309  0.83571968  13.900543 7.232725e-03
## Seg1393.4                2.176834  5.30174569  13.896315 7.238154e-03
## Seg528.1                 2.457743  3.17925022  13.879081 7.260339e-03
## Seg1121.9                3.782481  1.15717639  13.869128 7.273192e-03
## Seg875.4                 2.384183  7.52584484  13.847395 7.301358e-03
## Seg4055.5               -3.256780  0.88728039  13.844475 7.305153e-03
## Seg2514.6               -2.626604  1.69220576  13.841623 7.308861e-03
## Seg154.15                2.212268  3.46504275  13.840578 7.310220e-03
## Seg675.1                -2.168396  1.95203856  13.800215 7.362987e-03
## Seg675.4                -2.475483  1.55871036  13.796206 7.368255e-03
## Seg957.3                -2.163158  2.88109236  13.780100 7.389466e-03
## Seg2698.3                2.425238  3.10631017  13.760439 7.415466e-03
## Seg5220.2                3.361208  0.70408241  13.749998 7.429321e-03
## Seg2281.5                2.490601  1.20002268  13.709344 7.483587e-03
## Seg4269.5                2.003118  9.02788837  13.699336 7.497025e-03
## Seg7499.1                3.314375  3.51254728  13.669392 7.537415e-03
## Seg13811.1              -4.041201  1.45697239  13.664147 7.544520e-03
## Seg570.1                -3.225663  1.94714004  13.658739 7.551852e-03
## Seg1345.15              -2.136515  2.17565409  13.649702 7.564128e-03
## Seg330.7                 3.789271  1.74993523  13.632567 7.587473e-03
## Seg7457.2                3.115576  2.06388496  13.628469 7.593070e-03
## Seg4894.2               -2.213369  3.13341722  13.620630 7.603790e-03
## Seg1726.5                3.149789  0.94845235  13.619656 7.605124e-03
## Seg1866.7                2.541759  3.17368655  13.611271 7.616616e-03
## Seg394.2                -2.376728  2.49698718  13.610215 7.618066e-03
## Seg1045.3                3.859157  2.45213580  13.609231 7.619416e-03
## Seg2567.3               -2.998429  1.15197398  13.603483 7.627311e-03
## Seg3452.2                3.757295  0.87545358  13.573667 7.668431e-03
## Seg1883.5                2.264272  1.52032674  13.556454 7.692300e-03
## Seg4238.1               -2.446599  1.86216372  13.553516 7.696383e-03
## Seg2345.6               -2.906164  1.05768843  13.551144 7.699682e-03
## Seg888.4                -2.046577  2.87461010  13.549045 7.702602e-03
## Seg13968.1              -2.628689  1.85457916  13.535284 7.721786e-03
## Seg5180.1                3.022209  3.11888078  13.531835 7.726605e-03
## Seg1316.3                2.057801  6.59139040  13.528618 7.731102e-03
## Seg2682.1.1.57f48f79     3.347266  5.25847364  13.521247 7.741419e-03
## Seg10268.1               3.692999  1.30647466  13.501734 7.768817e-03
## Seg2543.1                4.273914  4.27522015  13.483702 7.794247e-03
## Seg1535.1                3.794179  2.28661368  13.473910 7.808101e-03
## Seg652.8                 4.070200  2.64512681  13.464443 7.821525e-03
## Seg42.9.1.57f48f7b       4.256829  2.02061038  13.454575 7.835549e-03
## Seg5316.5               -2.927504  1.43742088  13.443046 7.851976e-03
## Seg8292.1               -2.304707  2.46991690  13.439638 7.856841e-03
## Seg3123.2.1.57f48f7a     4.972493  5.21703093  13.436190 7.861765e-03
## Seg551.6                 3.808880  0.59742931  13.436152 7.861820e-03
## Seg698.1                 2.372894  1.74614392  13.431242 7.868840e-03
## Seg1172.18              -4.454890  1.07746576  13.426249 7.875987e-03
## Seg3713.1                3.058877  0.62090589  13.411995 7.896438e-03
## Seg1567.1               -2.290906  2.17240830  13.411830 7.896675e-03
## Seg681.4                 2.287385  5.69164322  13.397434 7.917400e-03
## Seg2421.4               -2.298442  2.32619757  13.387782 7.931334e-03
## Seg694.7                -2.323548  3.16267438  13.381403 7.940562e-03
## Seg2311.3                3.740785  1.53618499  13.378764 7.944382e-03
## Seg1650.1               -2.013247  3.01082251  13.368382 7.959437e-03
## Seg471.1.1.57f48f7b     -3.264678  0.88306005  13.357513 7.975239e-03
## Seg2701.3                2.858289  1.57873027  13.342625 7.996948e-03
## Seg2326.4               -2.292585  1.76069370  13.336040 8.006574e-03
## Seg2139.9               -2.101138  2.89373788  13.325944 8.021362e-03
## Seg2066.4                2.066617  6.40388811  13.314287 8.038480e-03
## Seg974.11                2.816987  2.10797663  13.307088 8.049075e-03
## Seg176.4                 3.987272  0.73075489  13.292254 8.070964e-03
## Seg4850.2                3.393515  2.04236368  13.286777 8.079065e-03
## Seg991.1                 2.533772  2.71981585  13.281689 8.086600e-03
## Seg1549.10               2.406472  2.39673514  13.273986 8.098024e-03
## Seg3163.4                2.008279  4.58454095  13.269978 8.103978e-03
## Seg1349.9               -2.576063  2.46568618  13.265469 8.110682e-03
## Seg1108.11               2.445024  1.16551907  13.243152 8.143966e-03
## Seg3073.1               -2.028044  2.78063824  13.237919 8.151796e-03
## Seg1753.2                2.501496  1.69274603  13.222898 8.174326e-03
## Seg2346.8                2.151618  4.61449933  13.202589 8.204916e-03
## Seg1680.7                2.193086  5.19204719  13.190441 8.223284e-03
## Seg4360.2               -3.052157  1.15968172  13.180185 8.238833e-03
## Seg1289.7                3.798631  0.59161614  13.164287 8.263009e-03
## Seg5870.1               -2.106498  2.16813421  13.154782 8.277508e-03
## Seg2700.2                3.814595  1.40472335  13.143650 8.294529e-03
## Seg529.6                 5.050028  6.32214566  13.132953 8.310928e-03
## Seg12695.1              -2.249219  2.00087615  13.127788 8.318861e-03
## Seg541.7                 2.296442  3.91007487  13.124673 8.323650e-03
## Seg3163.7                2.343980  1.31200946  13.121265 8.328895e-03
## Seg2735.1                2.182999  5.61386308  13.112311 8.342691e-03
## Seg4846.2                3.498063  1.10629926  13.094159 8.370753e-03
## Seg1688.9                2.813129  2.44744381  13.080687 8.391658e-03
## Seg130.10                2.120211  2.69400119  13.047355 8.443669e-03
## Seg1335.1               -2.543523  1.82819434  13.037428 8.459241e-03
## Seg2229.1                2.685002  1.42702307  13.018052 8.489738e-03
## Seg9010.1               -2.094073  3.36307610  13.013672 8.496653e-03
## Seg8754.2                2.024493  2.02921842  13.009530 8.503197e-03
## Seg2002.7               -2.013244  2.38006834  13.009091 8.503891e-03
## Seg4623.2                2.428808  2.51958883  13.008541 8.504761e-03
## Seg4029.1                2.145700  2.86396818  13.007331 8.506675e-03
## Seg1509.6                3.849017  0.94399239  12.999063 8.519765e-03
## Seg645.1                 2.070928  1.98491784  12.996405 8.523979e-03
## Seg571.11                2.063589  5.56530776  12.990477 8.533387e-03
## Seg508.10                4.154841  4.12418547  12.978680 8.552149e-03
## Seg2077.4               -2.040908  2.52468591  12.978586 8.552299e-03
## Seg925.1                 3.964835  1.03974007  12.961574 8.579448e-03
## Seg844.2                 3.043985  1.53214798  12.961558 8.579473e-03
## Seg6016.1                2.222113  3.23864604  12.939279 8.615197e-03
## Seg3571.1.1.57f48f7b     3.944129  0.27883136  12.909987 8.662458e-03
## Seg2477.4                2.386192  3.19890378  12.908401 8.665026e-03
## Seg1746.4                3.703219  1.32048924  12.908342 8.665122e-03
## Seg1855.3                3.703219  1.32048924  12.908342 8.665122e-03
## Seg1986.8                2.019539  2.22906874  12.898310 8.681391e-03
## Seg2924.2                2.171345  3.68635933  12.890968 8.693323e-03
## Seg6987.2                2.851273  0.51503862  12.887701 8.698639e-03
## Seg858.5                -2.231567  1.73449802  12.885538 8.702161e-03
## Seg6072.1                2.136116  4.86468009  12.839695 8.777240e-03
## Seg6685.1                2.430782  1.78135233  12.837335 8.781127e-03
## Seg1644.15              -3.843043  3.55132977  12.818510 8.812217e-03
## Seg253.19                3.996618  1.81108841  12.798799 8.844921e-03
## Seg1051.4                2.099028  2.35336922  12.796177 8.849284e-03
## Seg3232.3               -2.044814  2.93644826  12.736927 8.948602e-03
## Seg2151.4                2.134890  1.62649272  12.723079 8.972024e-03
## Seg5875.1               -2.105264  2.27727086  12.717833 8.980916e-03
## Seg3404.3               -3.014967  1.16731410  12.710427 8.993489e-03
## Seg1666.18               2.017457  3.13910777  12.705830 9.001306e-03
## Seg1833.8                2.391893  1.15161480  12.704157 9.004151e-03
## Seg1670.7                2.152504  2.50661752  12.681854 9.042212e-03
## Seg554.7                 3.622920  1.02569693  12.670124 9.062311e-03
## Seg4949.1               -2.890533  1.87414088  12.657084 9.084725e-03
## Seg6273.1                3.238987  1.21454765  12.635176 9.122541e-03
## Seg5464.2                2.220578  1.46266849  12.631628 9.128683e-03
## Seg1488.2                3.657222  2.36900265  12.626224 9.138052e-03
## Seg5831.1               -2.247430  2.38254563  12.621973 9.145429e-03
## Seg8867.1               -2.113256  2.17148060  12.612410 9.162054e-03
## Seg1756.4               -2.404743  1.87671046  12.610030 9.166196e-03
## Seg413.12                2.397218  3.48431435  12.608501 9.168859e-03
## Seg6201.1                2.257269  1.33311742  12.604656 9.175561e-03
## Seg794.4                -4.405049  2.67789800  12.597260 9.188469e-03
## Seg451.5                -2.007841  2.27949847  12.594337 9.193577e-03
## Seg1379.8                3.764987  0.55697588  12.593836 9.194452e-03
## Seg6387.2               -2.466679  1.32468680  12.585734 9.208633e-03
## Seg1746.2                2.008607  5.68393421  12.546068 9.278459e-03
## Seg1415.12               2.713845  3.13382753  12.540936 9.287544e-03
## Seg1288.1               -2.051050 12.05229564  12.521463 9.322116e-03
## Seg3759.1                2.878114  0.72406289  12.520669 9.323529e-03
## Seg2179.4                2.011076  8.66834410  12.513398 9.336483e-03
## Seg2049.4               -3.523697  1.50557599  12.511759 9.339407e-03
## Seg1021.6                2.128730  1.62260925  12.510766 9.341179e-03
## Seg1890.1                4.169164  1.05817893  12.506166 9.349391e-03
## Seg1793.2                2.170557  4.22854491  12.505255 9.351019e-03
## Seg1698.7               -2.007466  2.95603234  12.503399 9.354336e-03
## Seg1245.6                4.235840  7.44775272  12.502194 9.356490e-03
## Seg4203.1               -4.076717  0.79152766  12.498448 9.363193e-03
## Seg843.8                 2.002026  2.58917063  12.497535 9.364827e-03
## Seg1948.1                2.599600  1.13237651  12.485775 9.385910e-03
## Seg3123.3               -2.032244  2.31289910  12.475506 9.404370e-03
## Seg4866.1               -2.555695  2.42067344  12.464362 9.424456e-03
## Seg6544.1                2.874107  0.52686173  12.460002 9.432330e-03
## Seg6643.2               -2.829776  1.84578036  12.456134 9.439321e-03
## Seg2449.3                2.314052  2.28436348  12.450314 9.449856e-03
## Seg7223.2                2.336978  2.28554686  12.431671 9.483700e-03
## Seg3620.1                2.111410  2.21073383  12.428011 9.490361e-03
## Seg11930.1              -2.707372  1.24585117  12.420682 9.503720e-03
## Seg2881.8                3.738741  1.33805446  12.412430 9.518792e-03
## Seg862.4                 3.833003  0.20118204  12.410009 9.523220e-03
## Seg2514.5               -2.924625  1.70915993  12.406799 9.529094e-03
## Seg1333.9                2.366149  1.29604404  12.379324 9.579565e-03
## Seg2205.5               -2.463713  1.32100750  12.374283 9.588863e-03
## Seg1501.10               2.146918  1.86567969  12.371642 9.593738e-03
## Seg359.8                 2.803698  1.16317732  12.367926 9.600605e-03
## Seg5563.1               -2.098030  3.53800044  12.355306 9.623969e-03
## Seg5970.1                2.919242  4.49880456  12.335541 9.660709e-03
## Seg1077.7               -2.984095  1.13348981  12.334478 9.662691e-03
## Seg3186.4                2.209305  3.41558693  12.321793 9.686370e-03
## Seg1553.4                2.209734  2.03958795  12.306423 9.715164e-03
## Seg667.1.1.57f48f7d     -4.374597  1.01362526  12.303018 9.721558e-03
## Seg4737.1               -3.580281  1.10444444  12.296541 9.733736e-03
## Seg6062.2                2.011806  5.99991323  12.278198 9.768328e-03
## Seg4067.3               -2.204940  3.05959055  12.273674 9.776884e-03
## Seg768.14.2.57f48f7e     2.011074  2.16786805  12.269600 9.784598e-03
## Seg59.2                  4.173101  4.25022501  12.263702 9.795778e-03
## Seg1890.6                2.210332  2.13997494  12.251344 9.819259e-03
## Seg1273.5                3.022874  0.35778740  12.236364 9.847818e-03
## Seg2803.4                2.121141  1.55261804  12.234414 9.851544e-03
## Seg380.6                 3.819959  0.19471146  12.231176 9.857734e-03
## Seg2954.9                3.819959  0.19471146  12.231176 9.857734e-03
## Seg1181.10               2.180244  3.05037813  12.213316 9.891968e-03
## Seg1058.4               -3.522383  1.93293461  12.185363 9.945856e-03
## Seg1701.8                2.033102  5.00177280  12.173238 9.969349e-03
## Seg1107.3                2.869993  0.73213870  12.171808 9.972124e-03
## Seg3224.1                3.568451  0.98125080  12.158956 9.997113e-03
## Seg570.2                -2.313863  1.94702934  12.150583 1.001344e-02
## Seg324.4                 2.362154  3.10528426  12.145952 1.002248e-02
## Seg555.5                -2.247997  2.13907650  12.145481 1.002340e-02
## Seg2163.1               -2.035681  3.20687938  12.143319 1.002762e-02
## Seg4019.1                3.974554  1.56609237  12.128016 1.005760e-02
## Seg12884.1              -2.593490  1.16402282  12.116379 1.008047e-02
## Seg1570.5               -2.008273  2.47882146  12.089662 1.013324e-02
## Seg1890.7               -2.058407  1.99788783  12.080597 1.015123e-02
## Seg6654.1                2.196095  1.31248261  12.077645 1.015709e-02
## Seg1682.9               -2.001221  5.10910124  12.068952 1.017439e-02
## Seg5193.2                2.130487  2.01393944  12.060158 1.019193e-02
## Seg1558.2                3.686644  0.49706635  12.057548 1.019714e-02
## Seg191.6                 2.241288  2.08204444  12.057028 1.019818e-02
## Seg1704.12               2.752245  1.02411232  12.048849 1.021454e-02
## Seg331.2                 2.067159  5.32084383  12.044392 1.022347e-02
## Seg3578.1                3.745196  1.34255288  12.041127 1.023001e-02
## Seg2678.6               -2.170556  2.11005233  12.036414 1.023947e-02
## Seg9838.1               -2.140889  4.28149516  12.020077 1.027235e-02
## Seg7899.2               -2.149560  1.82578055  12.013918 1.028479e-02
## Seg10534.1               2.743438  0.80848795  12.007936 1.029688e-02
## Seg678.1                -2.286185  2.02421301  12.001734 1.030943e-02
## Seg5231.1.1.57f48f7c     2.549323  1.74677788  11.998043 1.031692e-02
## Seg2018.2                3.758322  1.14964677  11.997288 1.031845e-02
## Seg2167.4                2.070157  1.82601442  11.982116 1.034928e-02
## Seg3345.2                2.958488  0.78161953  11.956632 1.040135e-02
## Seg1166.4                2.219803  1.66587943  11.948451 1.041813e-02
## Seg4215.1                3.504705  1.65398657  11.948344 1.041835e-02
## Seg3005.1                2.476347  1.37649026  11.938948 1.043767e-02
## Seg783.2                -2.247162  1.76058999  11.910802 1.049582e-02
## Seg2020.1                2.361121  2.60798913  11.906921 1.050388e-02
## Seg684.4                -2.172227  1.69085273  11.905553 1.050672e-02
## Seg4355.2                3.023855  1.32028806  11.897693 1.052305e-02
## Seg6905.2                2.583332  1.09616374  11.871756 1.057719e-02
## Seg1201.1                2.609075  1.27954380  11.867405 1.058631e-02
## Seg1835.10               2.985710  0.37496936  11.865198 1.059094e-02
## Seg5099.1                2.985710  0.37496936  11.865198 1.059094e-02
## Seg4939.2                2.275583  1.48112040  11.857030 1.060809e-02
## Seg2960.4                3.035271  0.36397573  11.850074 1.062273e-02
## Seg7865.1.1.57f48f7e    -3.407769  2.61348942  11.841803 1.064016e-02
## Seg3694.1               -2.149948  2.21365381  11.839786 1.064442e-02
## Seg1127.5               -3.287286  2.14911774  11.832422 1.065998e-02
## Seg187.5                 2.172246  3.40553075  11.831954 1.066097e-02
## Seg8145.1                2.895415  0.87536324  11.807956 1.071190e-02
## Seg675.6.1.57f48f7d     -2.419153  2.54485392  11.797092 1.073506e-02
## Seg1666.17              -3.809713  2.07945609  11.793268 1.074323e-02
## Seg360.3                 2.132203  4.38795212  11.792187 1.074554e-02
## Seg811.15                2.568903  0.96041028  11.789259 1.075180e-02
## Seg2884.3                2.655798  0.99652141  11.788249 1.075396e-02
## Seg1983.10               3.901665  0.82743885  11.788088 1.075431e-02
## Seg1147.4                2.762936  0.45433224  11.783236 1.076469e-02
## Seg306.2                 2.339970  1.74366721  11.780015 1.077160e-02
## Seg3661.1                2.382787  2.14463078  11.774845 1.078269e-02
## Seg68.8.4.57f48f7d       2.482082  2.53271263  11.772757 1.078717e-02
## Seg382.12                3.528638  0.94597485  11.768387 1.079656e-02
## Seg1775.11               2.580155  1.31209479  11.746056 1.084472e-02
## Seg991.5                -2.208745  1.85263952  11.731060 1.087722e-02
## Seg1522.9               -2.135540  1.79904699  11.730865 1.087764e-02
## Seg1370.3               -2.457559  1.93663378  11.711520 1.091975e-02
## Seg1229.2               -2.190776  2.12455533  11.702686 1.093905e-02
## Seg2984.1                3.582811  2.47928299  11.697147 1.095117e-02
## Seg254.4                 2.022974  5.41763631  11.678505 1.099210e-02
## Seg715.3                 2.030506  1.70639962  11.665409 1.102097e-02
## Seg1268.7                2.960840  3.33661726  11.662971 1.102636e-02
## Seg305.6                 3.785946  0.56879764  11.654561 1.104496e-02
## Seg1771.6                2.490723  2.57730915  11.651322 1.105214e-02
## Seg768.6                 2.397575  3.39049359  11.647331 1.106099e-02
## Seg1691.12              -2.349918  2.57727492  11.637375 1.108310e-02
## Seg420.7                 2.089656  3.24314612  11.629556 1.110051e-02
## Seg203.7                 4.008279  2.23706984  11.627314 1.110551e-02
## Seg802.4                 2.623793  1.12034658  11.623215 1.111466e-02
## Seg760.1                 2.888173  0.72964483  11.618540 1.112510e-02
## Seg3304.6               -3.815277  1.73794412  11.599513 1.116773e-02
## Seg2054.2               -3.554679  1.60938711  11.583665 1.120341e-02
## Seg2129.6               -3.629468  1.18816706  11.582474 1.120609e-02
## Seg2652.2                3.193350  3.06667061  11.562475 1.125133e-02
## Seg8748.1                2.323175  1.26356275  11.557477 1.126267e-02
## Seg5510.1                3.077879  0.11286714  11.552532 1.127391e-02
## Seg2103.7               -2.447836  1.33238996  11.532664 1.131920e-02
## Seg2783.6                3.459959  1.46508771  11.518497 1.135164e-02
## Seg445.1                 3.992516  0.42856519  11.510533 1.136993e-02
## Seg3953.4                3.791833  1.18003437  11.504775 1.138318e-02
## Seg3844.1.1.57f48f7b     2.034899  2.12841038  11.502086 1.138937e-02
## Seg906.4                 2.114243  2.82348577  11.495419 1.140474e-02
## Seg935.9                 3.497973  2.01951899  11.494681 1.140645e-02
## Seg752.10               -2.252665  7.03823898  11.486823 1.142461e-02
## Seg4966.1                3.727351  0.12693855  11.480395 1.143949e-02
## Seg1847.6                2.593126  0.88406206  11.472514 1.145776e-02
## Seg7103.2                2.885255  0.49896258  11.457846 1.149189e-02
## Seg1015.2                2.000002  4.46366455  11.451472 1.150675e-02
## Seg7107.2                2.846466  1.14148447  11.448489 1.151372e-02
## Seg4026.1                3.749469  0.85890191  11.433086 1.154978e-02
## Seg4697.5                3.792718  1.74837167  11.428437 1.156069e-02
## Seg1474.10               2.028312  6.01548245  11.426502 1.156524e-02
## Seg1249.1_Seg1249.3      2.128372  4.52524300  11.415254 1.159171e-02
## Seg1446.7                2.493855  4.67767926  11.412301 1.159867e-02
## Seg2301.9               -2.531401  2.28823968  11.402859 1.162097e-02
## Seg2587.2                2.120725  3.58122759  11.383363 1.166718e-02
## Seg3898.2               -2.368135  2.35081038  11.380425 1.167417e-02
## Seg8692.1                2.709806  1.37477509  11.373860 1.168979e-02
## Seg1903.4                2.018923  2.11405233  11.368433 1.170274e-02
## Seg2353.6               -4.086239  0.76397286  11.341998 1.176603e-02
## Seg5407.4                2.279384  2.83729602  11.326223 1.180401e-02
## Seg616.6                -2.650775  1.19008292  11.325748 1.180515e-02
## Seg1902.2                2.874396  0.30209466  11.323666 1.181018e-02
## Seg643.8.1.57f48f7d      2.664439  1.44609630  11.315711 1.182940e-02
## Seg690.12.1.57f48f7d    -3.939411  0.65747027  11.314467 1.183241e-02
## Seg687.3                -2.352890  1.99233321  11.305450 1.185426e-02
## Seg1734.5               -3.231310  2.29467403  11.278867 1.191897e-02
## Seg3755.3                3.580923  0.42283926  11.267293 1.194729e-02
## Seg3232.1                2.221385  2.64110074  11.251997 1.198485e-02
## Seg1628.1                2.732337  1.78501498  11.251730 1.198551e-02
## Seg5939.3                3.063530  0.10630822  11.249394 1.199126e-02
## Seg1517.3                2.063050  3.77476324  11.244614 1.200303e-02
## Seg4895.1               -3.466866  2.40522144  11.225966 1.204912e-02
## Seg3839.2               -2.773015  1.29221247  11.218410 1.206785e-02
## Seg4614.4               -2.015382  2.83687559  11.218026 1.206881e-02
## Seg4826.4                2.557441  0.70166940  11.213051 1.208117e-02
## Seg1966.5                3.440126  1.96906694  11.193250 1.213052e-02
## Seg1514.2.1.57f48f76     4.141610  4.64766496  11.192381 1.213269e-02
## Seg4632.1               -3.301474  1.33534802  11.178673 1.216702e-02
## Seg4457.3                2.132595  2.82629605  11.178163 1.216830e-02
## Seg3981.2                2.546169  1.33335397  11.177349 1.217034e-02
## Seg1986.7                2.215216  3.18508394  11.167787 1.219437e-02
## Seg118.5                 2.240244  4.16050836  11.165332 1.220054e-02
## Seg782.4                -3.317242  1.95337098  11.157380 1.222059e-02
## Seg816.7                 2.337179  1.14441538  11.148482 1.224306e-02
## Seg4868.1                2.201064  2.99226585  11.146589 1.224785e-02
## Seg4427.4                2.887389  0.30836617  11.126178 1.229964e-02
## Seg2223.2                2.639686  0.60164485  11.115307 1.232733e-02
## Seg1394.4               -2.394736  4.13836164  11.098136 1.237124e-02
## Seg13582.1              -2.198239  1.97116700  11.095629 1.237767e-02
## Seg1490.1               -2.097750  1.61773143  11.093433 1.238331e-02
## Seg3830.1                3.408445  1.25388130  11.087363 1.239890e-02
## Seg1884.2               -2.455366  2.34782619  11.084680 1.240579e-02
## Seg2605.4               -2.639450  2.76845860  11.073482 1.243464e-02
## Seg258.2                 2.113130  1.43299689  11.073398 1.243486e-02
## Seg4067.5               -2.193867  1.72003364  11.070177 1.244318e-02
## Seg420.7.1.57f48f7b      2.032991  3.19851531  11.069213 1.244566e-02
## Seg3162.2                3.989313  2.21492392  11.058188 1.247418e-02
## Seg9885.1                2.096034  1.63825401  11.056398 1.247882e-02
## Seg1115.2                3.846336  1.13518762  11.042154 1.251581e-02
## Seg2533.1                2.110796  2.03061051  11.032456 1.254108e-02
## Seg3734.4                2.683636  0.62459749  11.027975 1.255277e-02
## Seg1959.2                2.733794  0.80313095  11.015998 1.258411e-02
## Seg3241.5                3.904955  0.36333861  10.991389 1.264880e-02
## Seg6414.1                3.904955  0.36333861  10.991389 1.264880e-02
## Seg5212.4                2.709117  1.47781191  10.988634 1.265607e-02
## Seg2256.3               -2.207248  1.72926633  10.987020 1.266033e-02
## Seg3870.1                2.035201  5.46162756  10.969418 1.270692e-02
## Seg3863.1                2.754646  3.88543581  10.966582 1.271445e-02
## Seg2293.14               2.519774  1.49725303  10.964338 1.272041e-02
## Seg6818.1               -2.522242  1.11089129  10.959302 1.273380e-02
## Seg1634.2                3.502151  1.79288899  10.957528 1.273852e-02
## Seg1912.7                2.451994  1.45905057  10.954145 1.274753e-02
## Seg1672.15               2.562471  0.74654935  10.932614 1.280506e-02
## Seg3473.4               -2.184133  1.54100447  10.932519 1.280531e-02
## Seg5212.3                2.196930  3.35840525  10.925053 1.282534e-02
## Seg2884.2                2.643330  0.55776747  10.917101 1.284671e-02
## Seg2544.4.11.57f48f79    2.536834  4.50055381  10.898487 1.289693e-02
## Seg2803.2               -2.206941  1.55639426  10.889775 1.292052e-02
## Seg1172.9                3.507563  1.49874507  10.883879 1.293651e-02
## Seg1263.4                2.175413  3.91864921  10.880821 1.294482e-02
## Seg1910.6                3.110676  7.15936258  10.869065 1.297682e-02
## Seg2781.1               -8.651519  9.48122816  10.863768 1.299127e-02
## Seg3021.4                3.626616  0.44721380  10.863418 1.299222e-02
## Seg5700.1               -3.362937  1.80253814  10.857673 1.300792e-02
## Seg2894.5               -2.564156  1.12265814  10.844380 1.304434e-02
## Seg1509.16               2.089179  5.96804102  10.832849 1.307603e-02
## Seg5635.1                2.290537  1.94229710  10.822609 1.310426e-02
## Seg806.2                -2.330558  2.10924853  10.819976 1.311153e-02
## Seg1359.13               3.143980  1.61107215  10.817729 1.311774e-02
## Seg3875.1               -2.352882  2.06112359  10.816647 1.312074e-02
## Seg612.1                -3.397587  1.48014911  10.793356 1.318535e-02
## Seg1172.11               3.634203  2.43492397  10.741762 1.332993e-02
## Seg2321.4                2.142477  2.54605114  10.741072 1.333188e-02
## Seg1335.5                2.210805  1.83844421  10.734907 1.334930e-02
## Seg2818.1                2.435008  1.01023639  10.730186 1.336265e-02
## Seg1970.6               -2.172699  2.99762967  10.729964 1.336328e-02
## Seg2307.4                3.504228  0.36451160  10.705822 1.343186e-02
## Seg1643.6                2.196440  1.08225344  10.702817 1.344043e-02
## Seg788.21                3.916854  0.36960167  10.699145 1.345091e-02
## Seg3733.3               -3.479230  1.54037135  10.682238 1.349930e-02
## Seg191.8                 3.154174  1.37625659  10.679284 1.350777e-02
## Seg4523.4                3.869012  0.34457379  10.666283 1.354517e-02
## Seg2640.2.2.57f48f79    -4.364513  3.18220305  10.664562 1.355013e-02
## Seg682.1                -2.268642  4.36970752  10.651390 1.358816e-02
## Seg2682.8                3.409168  1.06177745  10.648196 1.359741e-02
## Seg11909.1               2.188119  3.78080441  10.647005 1.360085e-02
## Seg1413.2                3.628098  0.05615688  10.644510 1.360808e-02
## Seg1793.3               -3.265971  1.30325961  10.635124 1.363532e-02
## Seg5286.4               -3.171188  1.83270084  10.617500 1.368666e-02
## Seg1783.4                3.381607  1.80204689  10.614462 1.369554e-02
## Seg2325.3                2.134464  2.19034288  10.614251 1.369615e-02
## Seg759.2                 2.115411  1.47572945  10.611401 1.370449e-02
## Seg2696.1                2.223121  1.45908974  10.597757 1.374447e-02
## Seg3745.1               -2.716397  0.94383645  10.570723 1.382414e-02
## Seg694.5                -2.651832  0.86990081  10.563703 1.384492e-02
## Seg2560.4                2.090178  2.19592653  10.562056 1.384980e-02
## Seg1252.3               -2.229456  1.57166882  10.560308 1.385499e-02
## Seg7668.1                2.077578  1.62666119  10.545243 1.389977e-02
## Seg2559.3                2.687566  1.51705943  10.537661 1.392238e-02
## Seg5499.2               -2.639741  0.86233298  10.535466 1.392893e-02
## Seg6828.1               -2.527942  1.12343103  10.515359 1.398916e-02
## Seg76.2                 -3.377395  1.46724635  10.499003 1.403840e-02
## Seg5556.1                2.590717  1.71711780  10.492796 1.405714e-02
## Seg3245.5                2.799664  0.89211454  10.491224 1.406189e-02
## Seg4320.2               -2.321223  2.72832610  10.482427 1.408853e-02
## Seg357.6                 2.368426  1.17003850  10.481904 1.409011e-02
## Seg625.1                 3.730068  3.64656193  10.458522 1.416123e-02
## Seg1908.7               -2.323033  1.66200418  10.455341 1.417094e-02
## Seg1855.2               -3.519088  3.13581833  10.454744 1.417276e-02
## Seg2104.3.1.57f48f79     2.333097  1.42311494  10.419654 1.428047e-02
## Seg133.6                 2.518146  0.63814332  10.413793 1.429856e-02
## Seg3285.3                3.539930  0.38307692  10.407640 1.431759e-02
## Seg3789.4               -2.027160  1.73558506  10.406412 1.432139e-02
## Seg691.5                 2.168038  1.23909293  10.404917 1.432602e-02
## Seg1349.2                2.850647  1.18322015  10.402771 1.433267e-02
## Seg272.5                -3.348000  1.44190991  10.402024 1.433498e-02
## Seg2838.8.1.57f48f7a     3.355146  0.80708111  10.393026 1.436291e-02
## Seg1178.10.2.57f48f75    4.153873  1.69027579  10.390242 1.437157e-02
## Seg318.5                -2.187183  2.93880292  10.389882 1.437269e-02
## Seg1347.7                2.467486  0.88341560  10.374016 1.442214e-02
## Seg552.4                 2.580613  5.73337066  10.348944 1.450075e-02
## Seg1659.14              -3.290203  2.79502173  10.348784 1.450125e-02
## Seg2898.1               -3.452491  1.05861667  10.338905 1.453237e-02
## Seg846.9.1.57f48f7e      2.715722  5.19373117  10.336351 1.454044e-02
## Seg5173.2                2.714011  0.86343582  10.334956 1.454484e-02
## Seg12144.1              -2.055271  1.89975146  10.332323 1.455316e-02
## Seg1402.9                3.005855  3.18662850  10.332063 1.455398e-02
## Seg418.4                 2.016373  3.33495365  10.324053 1.457933e-02
## Seg1966.2                3.355437  1.01825760  10.317385 1.460047e-02
## Seg19815.1               2.340759  1.74475555  10.316641 1.460284e-02
## Seg1109.6                2.118825  2.07445439  10.314435 1.460984e-02
## Seg5362.2                2.955705  0.03509683  10.312836 1.461492e-02
## Seg233.3                 2.652270  0.76512985  10.311344 1.461966e-02
## Seg1374.5                4.213693  3.67607669  10.297147 1.466489e-02
## Seg2661.2               -2.435400  2.34272782  10.292999 1.467814e-02
## Seg247.7                -3.505725  3.37723030  10.291281 1.468363e-02
## Seg43.4                  2.078075  1.51683105  10.287324 1.469630e-02
## Seg1514.2                2.902561  4.76414044  10.287275 1.469645e-02
## Seg6505.4                2.782180  0.23917080  10.276164 1.473207e-02
## Seg6607.3                2.768545  0.23280755  10.251121 1.481277e-02
## Seg21394.1              -3.352524  1.44815119  10.247829 1.482342e-02
## Seg1791.1               -2.013249  1.94009758  10.236974 1.485861e-02
## Seg2104.1                2.317289  3.34605061  10.234882 1.486541e-02
## Seg5830.2.1.57f48f7c     2.027951  1.72709465  10.230966 1.487813e-02
## Seg1778.5                3.456393  1.28604979  10.221062 1.491039e-02
## Seg703.6                -2.357322  1.26207651  10.218992 1.491714e-02
## Seg2818.5                2.691367  0.75620799  10.208119 1.495268e-02
## Seg2913.3                2.001678  3.39961821  10.195876 1.499282e-02
## Seg2746.1                2.906508  1.73221902  10.192182 1.500496e-02
## Seg4914.1               -2.292957  1.19579535  10.181891 1.503884e-02
## Seg3725.5                2.300774  1.12585013  10.168026 1.508465e-02
## Seg7977.1               -2.637059  1.72297922  10.163020 1.510124e-02
## Seg1121.19               2.102780  1.51273083  10.161078 1.510768e-02
## Seg284.7                -2.303435  2.89450557  10.147522 1.515273e-02
## Seg703.10                2.026622  1.64740902  10.129966 1.521134e-02
## Seg1809.5               -3.085258  1.76239711  10.114484 1.526326e-02
## Seg5011.2                3.425107  1.57687273  10.105766 1.529260e-02
## Seg119.15                3.435487  0.31022161  10.102286 1.530434e-02
## Seg287.14                3.435487  0.31022161  10.102286 1.530434e-02
## Seg3252.4               -2.331114  1.44797176  10.079886 1.538013e-02
## Seg1635.3                2.511930  5.94229537  10.057622 1.545595e-02
## Seg12439.1               2.654012  1.16249265  10.050714 1.547957e-02
## Seg4566.2               -2.014144  1.55719521  10.044131 1.550213e-02
## Seg2739.1.4.57f48f7a     3.596900  1.40345713  10.017947 1.559226e-02
## Seg886.5                 2.210184  0.99035281  10.013464 1.560775e-02
## Seg114.8                 2.529052  0.64382357  10.012323 1.561170e-02
## Seg1479.5                2.251169  3.97286195  10.004544 1.563865e-02
## Seg515.6                -3.152919  1.21924797   9.990917 1.568601e-02
## Seg5397.1                2.527191  1.04609344   9.988395 1.569479e-02
## Seg1720.8               -3.194592  2.84021814   9.986284 1.570215e-02
## Seg928.9                -2.401799  2.31568924   9.980749 1.572147e-02
## Seg3748.3                2.111250  1.35957343   9.967724 1.576704e-02
## Seg4460.3               -2.337018  1.84228044   9.953195 1.581807e-02
## Seg4139.2                2.225675  1.07492076   9.950696 1.582687e-02
## Seg10795.1               2.231560  1.49994474   9.947200 1.583919e-02
## Seg748.5                 2.510565  1.04547986   9.943632 1.585178e-02
## Seg2984.3                2.670472  1.12994274   9.942851 1.585454e-02
## Seg1172.10               2.856245  0.66666969   9.934233 1.588500e-02
## Seg5477.2                3.487747  2.00576949   9.932188 1.589224e-02
## Seg2149.3                2.202006  3.28743805   9.900601 1.600460e-02
## Seg1210.3               -2.070459  2.01888188   9.898062 1.601368e-02
## Seg3245.4                3.289227  0.75621927   9.884651 1.606173e-02
## Seg1641.9               -2.233461 14.60464945   9.882888 1.606806e-02
## Seg1812.1                2.705139  0.45876456   9.880875 1.607529e-02
## Seg4574.2                3.521486  0.93077410   9.868175 1.612102e-02
## Seg739.1                 2.395848  0.59178031   9.853673 1.617345e-02
## Seg1292.3                2.015401  3.16446597   9.852874 1.617634e-02
## Seg1874.1.3.57f48f78     3.962791  3.36049389   9.848803 1.619110e-02
## Seg5685.1                2.124017  1.05736559   9.846543 1.619930e-02
## Seg6.5                   2.009280  1.38171438   9.842870 1.621264e-02
## Seg3467.1                2.202704  3.47771164   9.833092 1.624822e-02
## Seg1412.6                3.245043  1.56254460   9.830365 1.625816e-02
## Seg2544.4.13.57f48f79    2.324526  4.23621720   9.811716 1.632635e-02
## Seg2498.7               -2.087547  1.47151498   9.806381 1.634593e-02
## Seg1432.1                2.754866  0.22645045   9.805114 1.635059e-02
## Seg6477.1                2.754866  0.22645045   9.805114 1.635059e-02
## Seg7760.1                2.113745  1.43474428   9.802624 1.635973e-02
## Seg5504.2               -2.025033  1.94560445   9.798086 1.637643e-02
## Seg3258.2                2.309029  1.13064497   9.780315 1.644202e-02
## Seg2500.4                2.481058  3.24563076   9.779583 1.644473e-02
## Seg1645.2               -2.388267  1.01542936   9.776436 1.645638e-02
## Seg2807.7                2.214140  0.92064507   9.766152 1.649453e-02
## Seg708.14                2.268328  0.80859353   9.749753 1.655561e-02
## Seg2566.3                2.674124  0.54198735   9.746367 1.656825e-02
## Seg2428.1                3.008666  0.11871750   9.744156 1.657652e-02
## Seg1289.5                2.061550  2.00479814   9.727803 1.663781e-02
## Seg5392.2                2.291212  1.59167055   9.716066 1.668198e-02
## Seg1398.5                2.714776  0.38069885   9.713594 1.669131e-02
## Seg3412.4                2.064623  2.09081812   9.711233 1.670022e-02
## Seg6349.1                2.558023  1.11554552   9.695629 1.675927e-02
## Seg7968.1               -2.165498  3.28680134   9.692043 1.677288e-02
## Seg2239.7                3.323005  0.52887229   9.666950 1.686849e-02
## Seg2686.12               3.301050  0.51703422   9.663281 1.688254e-02
## Seg2085.5               -2.044571  1.85672140   9.641869 1.696478e-02
## Seg2323.1                3.379466  1.03340961   9.640236 1.697107e-02
## Seg9007.1                2.897159  1.22374174   9.627066 1.702193e-02
## Seg11784.2               2.393512  0.70298014   9.623553 1.703553e-02
## Seg668.4                 2.430194  1.11064569   9.623099 1.703729e-02
## Seg8327.2               -2.096730  2.17064978   9.622161 1.704093e-02
## Seg3076.3                3.259741  1.28980135   9.603989 1.711154e-02
## Seg667.6                 3.218959  1.66244371   9.602836 1.711603e-02
## Seg1033.4                2.760804  0.90026702   9.545619 1.734091e-02
## Seg2635.3                2.223947  1.43074506   9.536616 1.737664e-02
## Seg2180.2                2.302749  2.10201139   9.529603 1.740454e-02
## Seg96.15                -2.074192  1.92583970   9.524405 1.742526e-02
## Seg5328.3                2.651260  0.53030115   9.517520 1.745275e-02
## Seg159.6.1.57f48f77      2.337850  2.89742368   9.504733 1.750395e-02
## Seg5185.2                2.334554  1.11825314   9.504432 1.750516e-02
## Seg7164.2                2.142330  2.43786516   9.491784 1.755600e-02
## Seg260.10                3.314825  1.61725514   9.487161 1.757463e-02
## Seg359.1                 3.314825  1.61725514   9.487161 1.757463e-02
## Seg1045.7                2.685019  5.39203872   9.478393 1.761003e-02
## Seg1795.1                2.586018  0.52860746   9.476169 1.761903e-02
## Seg994.3                -3.313841  1.67008962   9.466470 1.765833e-02
## Seg1507.1               -2.054285  1.42782644   9.461512 1.767846e-02
## Seg6658.1               -3.021352  2.11919888   9.457909 1.769311e-02
## Seg2325.2                2.144725  0.94550464   9.457373 1.769529e-02
## Seg3968.3                3.235060  1.67403640   9.455309 1.770369e-02
## Seg1333.8                2.670599  1.54300498   9.450839 1.772190e-02
## Seg4976.1                2.256095  1.29232906   9.443163 1.775322e-02
## Seg1554.2                3.593292  0.58101740   9.433169 1.779412e-02
## Seg6.6                   2.477242  8.04984426   9.426938 1.781968e-02
## Seg1188.5                2.284196  2.22970906   9.401815 1.792321e-02
## Seg2340.7                2.560129  0.94565953   9.386758 1.798563e-02
## Seg1045.5                3.400732  0.83418369   9.381559 1.800725e-02
## Seg1485.7               -2.043177  1.76361289   9.365406 1.807463e-02
## Seg1734.2                2.879107  1.20819592   9.355805 1.811484e-02
## Seg1715.2                3.266952  1.58796266   9.340262 1.818017e-02
## Seg2908.1                3.249717  0.72057024   9.325480 1.824259e-02
## Seg1665.2                3.469039  2.86124816   9.320891 1.826202e-02
## Seg5841.1                2.452984  2.71748156   9.310550 1.830591e-02
## Seg2205.4               -2.318789  2.10553400   9.304363 1.833224e-02
## Seg311.2                 2.433109  1.47480613   9.298724 1.835627e-02
## Seg27.2.1.57f48f7a       4.204803  4.65093834   9.253817 1.854915e-02
## Seg418.1                 2.428429  0.80105521   9.247175 1.857789e-02
## Seg4827.2                3.042678  1.16439258   9.218540 1.870250e-02
## Seg1875.11               2.358315  0.98375584   9.214493 1.872020e-02
## Seg2045.1               -3.274590  2.78763703   9.213776 1.872333e-02
## Seg4279.1                2.585858  0.80073465   9.198689 1.878951e-02
## Seg1077.8               -2.084642  1.47224301   9.194292 1.880886e-02
## Seg1333.6                3.431255  2.76638874   9.181776 1.886406e-02
## Seg1541.5                2.346003  1.06738045   9.173673 1.889992e-02
## Seg3204.1.2.57f48f7a     2.156360  1.80922440   9.165761 1.893501e-02
## Seg1672.13.1.57f48f77    3.219572  3.46086622   9.151010 1.900066e-02
## Seg1439.9                2.429634  1.26948775   9.140062 1.904957e-02
## Seg1389.1                2.320681  0.68119388   9.128379 1.910195e-02
## Seg6310.2               -3.265428  0.85661229   9.124131 1.912105e-02
## Seg2083.6                2.173474  4.06154388   9.119679 1.914108e-02
## Seg386.2.1.57f48f7b     -2.004055  3.92050143   9.116569 1.915509e-02
## Seg3241.6                2.702264  0.37460858   9.105629 1.920449e-02
## Seg3076.1                3.447889  1.08664864   9.101097 1.922500e-02
## Seg308.6                 2.269143  3.03346593   9.090756 1.927190e-02
## Seg2803.5                2.075308  1.38478164   9.078487 1.932775e-02
## Seg3148.1.1.57f48f7a    -2.981662  1.41478717   9.072553 1.935483e-02
## Seg1721.1.3.57f48f77    -2.609542  4.23693906   9.070963 1.936210e-02
## Seg3733.4                2.334482  1.28331893   9.065325 1.938789e-02
## Seg1815.5                2.543699  0.53854976   9.064891 1.938987e-02
## Seg7663.2.1.57f48f7e     2.337506  0.79132944   9.061818 1.940395e-02
## Seg455.1                 2.410378  3.77058446   9.058866 1.941749e-02
## Seg9348.1                2.654731  0.16074263   9.049004 1.946280e-02
## Seg7634.1                2.464897  2.69139753   9.047417 1.947010e-02
## Seg2278.2                3.606820  0.15163265   9.024430 1.957630e-02
## Seg1806.9                2.323031  1.37940851   9.019369 1.959978e-02
## Seg900.14                2.664079  1.11795029   9.010940 1.963897e-02
## Seg104.5                 2.489375  0.27126292   9.010038 1.964317e-02
## Seg452.2                -2.116529  1.65301583   8.996651 1.970563e-02
## Seg1685.7.1.57f48f77     2.334080  3.02682537   8.995092 1.971292e-02
## Seg509.1                -2.075882  1.42713154   8.986613 1.975264e-02
## Seg1474.7                2.013746  2.32835718   8.981941 1.977457e-02
## Seg1213.1               -2.379079  0.98975330   8.981491 1.977668e-02
## Seg323.8                 3.285799  1.45609588   8.979224 1.978734e-02
## Seg2615.3                2.409268  0.73963656   8.975994 1.980252e-02
## Seg680.3                -2.320188  1.82792396   8.968656 1.983709e-02
## Seg400.2                 3.233155  1.42578388   8.963499 1.986144e-02
## Seg8843.1                2.422410  4.14502072   8.957135 1.989152e-02
## Seg94.12_Seg94.11        2.065555  3.21176898   8.954853 1.990233e-02
## Seg2468.1                2.043127  2.19889691   8.949540 1.992751e-02
## Seg4108.5               -2.433532  2.14876787   8.936956 1.998733e-02
## Seg6512.1                2.900675  0.04792191   8.923177 2.005308e-02
## Seg319.8                 2.169690  3.01726252   8.920013 2.006822e-02
## Seg15024.1              -2.208164  1.35819303   8.919088 2.007265e-02
## Seg1762.1               -2.073141  1.99255057   8.917309 2.008118e-02
## Seg633.16                3.164255  1.21984301   8.911116 2.011088e-02
## Seg1732.4.1.57f48f77    -3.205924  1.32719095   8.908318 2.012431e-02
## Seg2815.1                2.066421  0.89428253   8.899341 2.016750e-02
## Seg471.2                 2.369565  1.44048352   8.888688 2.021891e-02
## Seg10597.1               3.308754  0.77996974   8.887587 2.022423e-02
## Seg306.3                 3.502796  0.51595550   8.880457 2.025875e-02
## Seg2461.2                2.062662  0.99183842   8.875128 2.028459e-02
## Seg980.1                -3.133996  2.13439948   8.874765 2.028635e-02
## Seg222.12.1.57f48f79     2.407303  2.38141139   8.874086 2.028965e-02
## Seg432.9                 3.149889  1.92118153   8.856361 2.037596e-02
## Seg1307.8               -3.266404  0.92018069   8.847677 2.041841e-02
## Seg1937.3.1.57f48f78     2.123345  0.95851900   8.844339 2.043476e-02
## Seg1039.3                3.110398  1.16967397   8.836530 2.047308e-02
## Seg4125.1                2.310837  1.98830777   8.834974 2.048073e-02
## Seg2696.2                2.226843  0.62094216   8.823778 2.053585e-02
## Seg2771.2                3.302633  2.04550850   8.801563 2.064579e-02
## Seg2451.2                2.730427  0.74724952   8.798455 2.066123e-02
## Seg2204.6.2.57f48f79     2.549176  0.34972384   8.787921 2.071368e-02
## Seg2841.3               -2.093249  2.29237433   8.783704 2.073473e-02
## Seg1249.16              -2.467362  1.52794075   8.783656 2.073497e-02
## Seg363.11                3.285496  2.75655400   8.782936 2.073856e-02
## Seg765.7                 3.483481  3.04220945   8.778864 2.075892e-02
## Seg1279.3                2.111950  1.79482096   8.766915 2.081879e-02
## Seg4840.3                2.264549  3.92962552   8.758489 2.086115e-02
## Seg2136.1                3.329115  2.95573267   8.750005 2.090390e-02
## Seg1346.7.1.57f48f76     3.466435  1.45782532   8.729193 2.100928e-02
## Seg4975.5                3.535879  0.53385805   8.722546 2.104307e-02
## Seg1779.8                2.322125  1.79551423   8.699979 2.115835e-02
## Seg1348.3               -3.238741  0.89936617   8.697809 2.116948e-02
## Seg3095.2               -2.062870  3.36112910   8.690420 2.120743e-02
## Seg2951.3                2.363233  2.84178012   8.686068 2.122982e-02
## Seg3727.3                2.079191  1.02438781   8.682380 2.124882e-02
## Seg1103.3                2.288644  3.48949344   8.682306 2.124920e-02
## Seg455.2                -2.532953  0.80809696   8.672389 2.130040e-02
## Seg190.5                 2.029321  1.32420024   8.663952 2.134409e-02
## Seg2212.6                2.299735  2.43120047   8.655685 2.138700e-02
## Seg840.6                -2.441115  0.72409244   8.649231 2.142058e-02
## Seg8507.1               -2.038497  1.71051878   8.644012 2.144779e-02
## Seg6451.1                2.364538  0.37409482   8.630972 2.151596e-02
## Seg2938.2               -3.332408  1.77112906   8.630296 2.151950e-02
## Seg3209.1                2.065837  1.72887122   8.614017 2.160502e-02
## Seg3140.4                2.149992  1.86118196   8.613350 2.160853e-02
## Seg2335.4                3.152033  1.91641209   8.606520 2.164455e-02
## Seg557.12               -2.712854  0.49308107   8.602950 2.166341e-02
## Seg281.6                 3.146124  1.59652241   8.602363 2.166651e-02
## Seg2051.4                2.112411  2.66222412   8.599180 2.168334e-02
## Seg4124.4.1.57f48f7b     3.363067  1.67487327   8.577676 2.179752e-02
## Seg670.5                -3.036071  2.05283604   8.541257 2.199266e-02
## Seg1053.10              -2.123393  1.07943542   8.538539 2.200731e-02
## Seg2335.2                2.149184  1.88151686   8.536574 2.201792e-02
## Seg2016.7                2.553397  1.45043257   8.521507 2.209943e-02
## Seg1332.5               -2.154524  1.70735041   8.519065 2.211268e-02
## Seg2623.1                3.164537  0.41167650   8.516738 2.212531e-02
## Seg7933.1                3.164537  0.41167650   8.516738 2.212531e-02
## Seg1553.3                2.425954  0.41943301   8.505519 2.218636e-02
## Seg3027.3                2.425954  0.41943301   8.505519 2.218636e-02
## Seg4041.1.1.57f48f7b     3.169010  2.47325873   8.487180 2.228662e-02
## Seg351.12                3.496191  1.76927746   8.484062 2.230372e-02
## Seg2198.7               -2.317110  0.96287530   8.467624 2.239417e-02
## Seg2016.6                2.082618  1.84328039   8.465850 2.240396e-02
## Seg2274.3                3.288692  2.70512816   8.451895 2.248116e-02
## Seg1842.3               -2.181637  3.01432298   8.451299 2.248447e-02
## Seg2002.3               -2.014004  1.80875721   8.450102 2.249110e-02
## Seg2330.7               -2.433906  0.71620863   8.410138 2.271424e-02
## Seg19012.1              -2.264895  0.92767525   8.383958 2.286197e-02
## Seg12377.1               3.061555  0.78754122   8.373103 2.292359e-02
## Seg1686.12.1.57f48f77    3.389259  1.28991544   8.368065 2.295226e-02
## Seg2113.5.1.57f48f79    -3.085931  2.74394401   8.367336 2.295641e-02
## Seg924.12                2.388407  1.18497915   8.366994 2.295836e-02
## Seg5760.1                3.507172  0.08168810   8.364584 2.297210e-02
## Seg3029.1                2.159640  3.29900026   8.352731 2.303981e-02
## Seg153.1                 2.607929  7.22290396   8.349598 2.305776e-02
## Seg1772.2                2.019906  1.73677708   8.348688 2.306297e-02
## Seg2160.5               -2.479600  1.10997158   8.347176 2.307164e-02
## Seg2135.2                3.265464  1.57193974   8.335568 2.313832e-02
## Seg611.5                 3.045414  1.63062547   8.332277 2.315727e-02
## Seg1323.7                3.052054  0.78210171   8.331174 2.316363e-02
## Seg1735.6                3.071021  0.79298062   8.330418 2.316799e-02
## Seg1784.12              -2.826237  1.77534337   8.314619 2.325929e-02
## Seg1670.8                3.669531  2.51115647   8.311710 2.327616e-02
## Seg2830.1                2.150297  3.50502255   8.298724 2.335163e-02
## Seg2580.3                2.051355  3.84083724   8.295867 2.336828e-02
## Seg1717.1                3.052878  1.83308638   8.281117 2.345447e-02
## Seg2388.4               -2.133546  1.80969592   8.269765 2.352109e-02
## Seg5861.1                2.168479  3.98929671   8.244572 2.366980e-02
## Seg143.9                 3.072903  1.14588896   8.239511 2.369983e-02
## Seg3708.4                2.279884  1.43671822   8.233618 2.373484e-02
## Seg2593.5                2.301456  0.90056370   8.211641 2.386604e-02
## Seg1749.2.4.57f48f78    -3.122868  2.93034400   8.209062 2.388149e-02
## Seg4380.2                2.546814  0.09223706   8.207392 2.389151e-02
## Seg1865.4                2.086638  3.39364785   8.189409 2.399971e-02
## Seg1691.7                3.061801  2.17561367   8.173284 2.409726e-02
## Seg1925.1                2.214703  0.47459079   8.171912 2.410559e-02
## Seg6568.1               -2.210914  0.89166096   8.171004 2.411110e-02
## Seg1750.7               -2.448457  1.07865788   8.152213 2.422552e-02
## Seg112.6                 3.239644  2.08095873   8.150193 2.423787e-02
## Seg2333.3                3.077656  1.53838095   8.126875 2.438093e-02
## Seg60.2                  3.001065  1.59027159   8.102128 2.453395e-02
## Seg1362.2               -2.146917  1.49074065   8.098445 2.455684e-02
## Seg2676.3               -2.843081  1.30885729   8.097999 2.455961e-02
## Seg3195.1                3.185558  2.54796739   8.093345 2.458857e-02
## Seg3929.1                2.299893  2.76048275   8.090935 2.460358e-02
## Seg7030.1                2.061641  2.59763378   8.078814 2.467926e-02
## Seg6641.2               -2.105414  1.27557413   8.078628 2.468042e-02
## Seg4589.3                3.292658  0.95889172   8.073355 2.471345e-02
## Seg4751.4               -2.937435  1.37576110   8.043799 2.489960e-02
## Seg3687.1                3.738102  5.00768066   8.038590 2.493260e-02
## Seg1835.12               2.070430  1.02788274   8.037982 2.493645e-02
## Seg4751.6               -2.288227  0.92781731   8.029917 2.498766e-02
## Seg8.1                  -2.454576  0.75352205   8.029116 2.499275e-02
## Seg428.3                 2.071986  0.76438548   8.019892 2.505150e-02
## Seg1025.5                3.097617  1.15336281   8.006927 2.513438e-02
## Seg5216.1                2.486038  0.57809628   7.981950 2.529506e-02
## Seg2858.2               -2.964255  2.19329007   7.954153 2.547543e-02
## Seg3451.1                2.080947  2.11649259   7.947861 2.551650e-02
## Seg3000.5                2.150907  0.57031597   7.939179 2.557330e-02
## Seg2002.2                2.068035  1.56233959   7.925402 2.566376e-02
## Seg318.26.2.57f48f7a     2.666117  2.48414037   7.923289 2.567767e-02
## Seg1585.1                2.239501  0.48643588   7.919820 2.570054e-02
## Seg4055.4               -2.050599  1.40617682   7.918720 2.570779e-02
## Seg124.1                 3.006119  1.96905443   7.918323 2.571041e-02
## Seg4490.1                3.057332  1.39927604   7.917423 2.571635e-02
## Seg5759.1               -3.044630  2.73553032   7.909006 2.577197e-02
## Seg59.5                  2.987033  1.87098822   7.898843 2.583934e-02
## Seg10633.1              -2.101132  1.08389159   7.893116 2.587740e-02
## Seg2062.1               -2.138764  1.65784663   7.879207 2.597015e-02
## Seg2820.5                2.235958  0.89702154   7.873521 2.600819e-02
## Seg1540.4                2.202242  0.46867304   7.872577 2.601451e-02
## Seg616.13                3.169793  2.03314206   7.871144 2.602411e-02
## Seg2222.7               -2.157301  1.09633506   7.869323 2.603632e-02
## Seg1771.9               -2.597660  6.52528413   7.866156 2.605757e-02
## Seg4579.1                2.000115  2.89955403   7.845463 2.619696e-02
## Seg16247.1               3.084362  0.35293631   7.843413 2.621082e-02
## Seg6522.1                2.172846  2.46233228   7.838818 2.624193e-02
## Seg339.12                2.014316  3.04634703   7.826133 2.632804e-02
## Seg391.9                 3.273493  0.96764053   7.825733 2.633076e-02
## Seg3393.2                3.047070  0.33435889   7.779062 2.665082e-02
## Seg7586.1                2.145574  0.95506493   7.776724 2.666698e-02
## Seg11729.1               2.017712  1.64573336   7.750880 2.684652e-02
## Seg9.1                  -2.027680  2.27924608   7.734442 2.696154e-02
## Seg2554.6                2.272393  0.31461675   7.722734 2.704384e-02
## Seg625.10                2.380899  2.94659456   7.722322 2.704675e-02
## Seg123.9                 2.270596  0.82044951   7.712829 2.711373e-02
## Seg681.6                 2.274248  1.73872196   7.710674 2.712897e-02
## Seg2620.3                2.266276  1.42830476   7.683926 2.731900e-02
## Seg3907.1                2.306396  6.72067997   7.682021 2.733260e-02
## Seg1789.9                3.546045  4.57398849   7.671512 2.740779e-02
## Seg1725.10               2.497356  0.58387164   7.648863 2.757074e-02
## Seg3845.2                2.311568  1.02672292   7.639828 2.763610e-02
## Seg298.40.1.57f48f7a     2.156393  1.16133525   7.633674 2.768073e-02
## Seg9168.2               -2.691075  0.91336303   7.625603 2.773940e-02
## Seg5178.1                2.212607  0.64177482   7.624232 2.774938e-02
## Seg1303.7                2.008429  1.10506218   7.615451 2.781343e-02
## Seg2108.5                2.021615  1.09957320   7.608150 2.786683e-02
## Seg250.1                 2.292193  0.55575356   7.591056 2.799237e-02
## Seg5.5                   2.159060  1.18251996   7.589762 2.800191e-02
## Seg5259.3               -2.952744  1.47676318   7.589261 2.800560e-02
## Seg3312.4                2.162727  0.57608242   7.586405 2.802666e-02
## Seg468.6                 2.153484  1.43346483   7.582956 2.805212e-02
## Seg852.14                2.999621  2.19062488   7.579590 2.807699e-02
## Seg757.1.1.57f48f7d      2.085468  1.81992134   7.577672 2.809118e-02
## Seg2061.1               -3.040813  0.69292384   7.573869 2.811934e-02
## Seg2374.3               -2.213701  1.13444388   7.565095 2.818444e-02
## Seg1474.9.1.57f48f76     2.920612  1.41483812   7.564659 2.818768e-02
## Seg2720.5                2.024406  0.92081338   7.554194 2.826561e-02
## Seg2197.7                2.084181  1.83203051   7.542359 2.835406e-02
## Seg167.17               -2.314239  0.98623511   7.541481 2.836065e-02
## Seg12465.1               2.050882  1.68243852   7.537972 2.838695e-02
## Seg4331.1                2.015262  1.78151016   7.530368 2.844406e-02
## Seg2087.4               -2.080850  4.11846568   7.501462 2.866252e-02
## Seg4522.3                2.435916  0.19580254   7.492550 2.873031e-02
## Seg1852.7                2.941350  0.69455108   7.485125 2.878696e-02
## Seg14892.1               2.113884  0.58005741   7.445988 2.908791e-02
## Seg1904.4               -4.020749  3.41060808   7.428534 2.922345e-02
## Seg664.6                 2.225499  0.93983540   7.428015 2.922749e-02
## Seg99.4                  2.230405  1.45041551   7.421916 2.927505e-02
## Seg1548.4                2.053519  0.66427771   7.415018 2.932896e-02
## Seg1757.2               -2.952074  3.28058443   7.411463 2.935680e-02
## Seg2228.3               -2.028262  1.25192772   7.409078 2.937549e-02
## Seg1363.21              -2.755870  2.21776487   7.375671 2.963897e-02
## Seg4459.2               -2.715270  2.18952622   7.374755 2.964624e-02
## Seg910.12               -2.144613  3.28543508   7.371702 2.967047e-02
## Seg2494.1                3.142118  3.25979292   7.362061 2.974719e-02
## Seg212.5.2.57f48f79     -2.782156  1.26751418   7.341807 2.990918e-02
## Seg2904.2                2.245137  0.30225376   7.333355 2.997713e-02
## Seg415.1                -2.103266  2.08930272   7.328586 3.001555e-02
## Seg335.7                -2.311016  0.63196666   7.326786 3.003007e-02
## Seg3522.1               -2.855523  1.91074296   7.319112 3.009207e-02
## Seg4457.2                2.183185  1.19649294   7.314169 3.013209e-02
## Seg4720.1               -2.391162  0.68326945   7.305984 3.019852e-02
## Seg1486.2.1.57f48f76     3.203505  0.90364033   7.283143 3.038490e-02
## Seg3414.2                2.007369  1.59964011   7.281738 3.039641e-02
## Seg652.3                 3.191339  3.37379571   7.277395 3.043204e-02
## Seg3475.2                2.877598  1.38051498   7.276396 3.044025e-02
## Seg1751.7                2.187478  0.49073649   7.250768 3.065165e-02
## Seg571.10                2.058200  0.51216703   7.245898 3.069203e-02
## Seg4272.2                2.160396  1.43770295   7.236768 3.076794e-02
## Seg4249.1                2.045795  0.50632124   7.230161 3.082302e-02
## Seg2335.3                2.424965  1.73958530   7.229782 3.082618e-02
## Seg591.6                 2.144263  1.70318566   7.226096 3.085697e-02
## Seg134.2                 2.115260  0.41298278   7.221119 3.089861e-02
## Seg1221.15               2.180937  0.41443669   7.215944 3.094197e-02
## Seg6208.1                2.180937  0.41443669   7.215944 3.094197e-02
## Seg2422.1                2.858102  1.47198720   7.198244 3.109091e-02
## Seg8518.1                2.461550  3.29309715   7.184720 3.120533e-02
## Seg2262.5                2.314990  1.04576459   7.168546 3.134289e-02
## Seg3795.5                3.009969  0.02222307   7.167696 3.135014e-02
## Seg5052.1                2.152295  0.54322127   7.167397 3.135269e-02
## Seg2431.3                2.154982  0.40240651   7.164222 3.137980e-02
## Seg6124.4               -2.769459  0.93453925   7.159126 3.142337e-02
## Seg1792.10               2.035950  0.73505497   7.153642 3.147034e-02
## Seg886.4                 2.066158  2.73106764   7.140664 3.158188e-02
## Seg1494.2                2.190156  0.78338197   7.127265 3.169757e-02
## Seg2392.4                2.868889  0.81815193   7.124710 3.171969e-02
## Seg1459.7.3.57f48f76     2.900541  0.67214644   7.102455 3.191324e-02
## Seg1721.16               2.879334  0.99197779   7.088621 3.203433e-02
## Seg2990.4               -2.974721  0.70283782   7.074964 3.215445e-02
## Seg1365.5                2.856039  0.63450505   7.072608 3.217524e-02
## Seg2269.4                2.918963  0.48282832   7.066611 3.222822e-02
## Seg1142.3               -2.072904  1.43219357   7.057688 3.230725e-02
## Seg4094.4               -2.664050  1.43394513   7.041723 3.244929e-02
## Seg3228.3                2.878317  0.82352940   7.029733 3.255650e-02
## Seg561.1                -2.257615  0.94576923   7.027286 3.257843e-02
## Seg167.14                3.299963  0.69334051   7.026680 3.258387e-02
## Seg7794.1                2.604353  0.17278926   7.020753 3.263709e-02
## Seg3932.2                2.947236  0.26678996   7.005780 3.277205e-02
## Seg734.13                2.184118  1.10698752   7.004788 3.278102e-02
## Seg3242.5               -2.269366  0.95305192   7.000378 3.282092e-02
## Seg3668.6               -2.091970  1.81155600   6.986833 3.294387e-02
## Seg2095.2                2.081165  2.63127477   6.980883 3.299807e-02
## Seg1429.4                2.922925  1.97551427   6.980507 3.300150e-02
## Seg813.10                2.072364  0.98841301   6.972096 3.307833e-02
## Seg780.2.2.57f48f7e     -2.071745  2.34811037   6.970810 3.309009e-02
## Seg841.9                 2.865718  0.43938525   6.969632 3.310087e-02
## Seg58.3                  2.841345  1.82977433   6.961520 3.317525e-02
## Seg2150.4                2.012933  1.38833909   6.960361 3.318590e-02
## Seg1027.13               2.033347  0.50047841   6.956674 3.321979e-02
## Seg20540.1               2.088989  0.62877017   6.955272 3.323269e-02
## Seg9484.1                2.877602  0.44540551   6.927697 3.348772e-02
## Seg1279.9               -2.811128  2.40086280   6.891336 3.382793e-02
## Seg3285.6                2.887711  0.82890651   6.873219 3.399910e-02
## Seg95.2.1.57f48f7e       2.847540  1.56265504   6.858042 3.414337e-02
## Seg3414.1                3.105258  1.45006061   6.853468 3.418701e-02
## Seg3887.3               -2.043853  1.26014084   6.844556 3.427223e-02
## Seg1081.13               2.811666  0.93227632   6.825261 3.445771e-02
## Seg212.5.1.57f48f79     -2.813936  3.49335628   6.804026 3.466334e-02
## Seg3994.2                2.325616  4.88479336   6.799749 3.470495e-02
## Seg2014.2               -2.071893  1.05663577   6.793674 3.476416e-02
## Seg1443.3                2.881343  0.21571056   6.781511 3.488310e-02
## Seg12489.1               2.881343  0.21571056   6.781511 3.488310e-02
## Seg4096.4                2.889444  0.45142920   6.772147 3.497504e-02
## Seg568.6                 2.801930  1.62750801   6.763659 3.505864e-02
## Seg804.11                2.279282  0.39565154   6.759033 3.510432e-02
## Seg84.5                  2.073989  0.80141435   6.756571 3.512866e-02
## Seg1815.7                2.112311  0.73203822   6.743323 3.526002e-02
## Seg1147.11               3.110391  2.01641473   6.740074 3.529232e-02
## Seg4722.2               -3.124393  2.65410032   6.738164 3.531134e-02
## Seg1267.4                2.046793  0.74052807   6.729483 3.539792e-02
## Seg4814.2                3.157534  1.34305376   6.707874 3.561464e-02
## Seg303.2.1.57f48f7a      2.907418  0.47690704   6.699436 3.569973e-02
## Seg1177.9               -3.040994  0.74397192   6.688201 3.581345e-02
## Seg991.6                 2.134447  0.65126615   6.655423 3.614791e-02
## Seg1201.2                2.592569  1.94054580   6.650812 3.619528e-02
## Seg290.5                 2.787865  0.58408972   6.649313 3.621070e-02
## Seg2694.3               -2.097033  0.81078377   6.623721 3.647526e-02
## Seg752.12                2.774831  1.69443154   6.604763 3.667286e-02
## Seg3100.6               -2.071919  1.01976625   6.598106 3.674258e-02
## Seg4799.2                2.797147  1.30912431   6.590882 3.681843e-02
## Seg6367.2               -2.273996  2.23126525   6.582596 3.690568e-02
## Seg1741.7               -2.894284  2.85553808   6.582402 3.690773e-02
## Seg4806.1               -2.740217  1.31929236   6.580229 3.693066e-02
## Seg3394.4               -2.919206  0.66108978   6.549655 3.725522e-02
## Seg731.7                 2.854064  0.20296311   6.543390 3.732219e-02
## Seg2249.7                2.854064  0.20296311   6.543390 3.732219e-02
## Seg1597.3                2.771103  0.75150887   6.535882 3.740264e-02
## Seg438.11                2.116625  0.25804300   6.517438 3.760125e-02
## Seg299.9                 2.013791  1.98966116   6.511896 3.766120e-02
## Seg1276.9.1.57f48f76     2.075854  0.35050533   6.510785 3.767323e-02
## Seg3580.3                2.075854  0.35050533   6.510785 3.767323e-02
## Seg1815.4               -2.777452  0.93102446   6.508966 3.769294e-02
## Seg287.4                -2.036518  0.77158676   6.498081 3.781118e-02
## Seg1757.3               -2.715227  1.99449294   6.495284 3.784163e-02
## Seg1667.9                2.062259  0.34440495   6.474832 3.806532e-02
## Seg4648.5                2.062259  0.34440495   6.474832 3.806532e-02
## Seg1662.18               2.747684  1.27761147   6.473325 3.808187e-02
## Seg2033.1                2.785050  0.38208970   6.454940 3.828454e-02
## Seg2859.2.2.57f48f7a     2.738137  1.74586609   6.452938 3.830668e-02
## Seg14074.1              -2.044861  1.03747619   6.448754 3.835304e-02
## Seg1475.15              -2.724482  2.33074007   6.437654 3.847637e-02
## Seg3585.1               -2.761490  0.99702616   6.419205 3.868249e-02
## Seg3004.1               -2.081717  0.78202981   6.401815 3.887809e-02
## Seg2114.2                2.729077  0.71610566   6.392324 3.898539e-02
## Seg4474.2               -2.245382  0.61078629   6.383606 3.908429e-02
## Seg2661.1               -2.828724  3.10788568   6.373076 3.920418e-02
## Seg1958.4                2.496304  0.10467641   6.359414 3.936045e-02
## Seg165.8                 3.080813  0.21137957   6.355527 3.940506e-02
## Seg3942.2               -2.149164  0.87382900   6.331248 3.968518e-02
## Seg96.9                  2.030169  0.67913689   6.323880 3.977071e-02
## Seg1369.4                2.721265  0.86978351   6.323443 3.977579e-02
## Seg5029.1                2.420438  1.42853357   6.320665 3.980810e-02
## Seg11668.1               2.102312  0.25178049   6.319960 3.981630e-02
## Seg13115.1              -2.143084  0.86726352   6.256177 4.056791e-02
## Seg3651.4                2.557775  1.25338260   6.255467 4.057638e-02
## Seg3907.2                2.133775  5.62709369   6.233219 4.084295e-02
## Seg1949.3               -3.138122  4.75284496   6.226380 4.092535e-02
## Seg3959.1                2.044072  0.91659433   6.200720 4.123647e-02
## Seg58.2                  2.243810  0.81309890   6.198789 4.126001e-02
## Seg4339.2                2.243810  0.81309890   6.198789 4.126001e-02
## Seg1479.8.1.57f48f76    -3.424258  5.38432632   6.190832 4.135717e-02
## Seg708.17                2.221440  0.14697687   6.188988 4.137973e-02
## Seg713.3.1.57f48f7d     -2.697778  2.15836367   6.171139 4.159895e-02
## Seg1356.6                2.058058  0.48455388   6.170715 4.160418e-02
## Seg711.6                -2.539312  1.08204859   6.147786 4.188805e-02
## Seg2729.3                2.220617  0.40383511   6.141465 4.196675e-02
## Seg6967.1               -2.501354  1.31071383   6.117464 4.226734e-02
## Seg2749.1                2.962791  1.33268696   6.106992 4.239938e-02
## Seg4402.3                3.002654  1.49227785   6.104973 4.242490e-02
## Seg327.8                -2.190306  0.57489935   6.088191 4.263778e-02
## Seg2193.1               -2.190306  0.57489935   6.088191 4.263778e-02
## Seg5321.1                2.702154  0.84808530   6.082115 4.271520e-02
## Seg859.11               -2.168372  6.82775958   6.058145 4.302240e-02
## Seg7634.2                2.688425  1.10584506   6.026379 4.343397e-02
## Seg932.5                -2.470650  1.50051158   6.025555 4.344471e-02
## Seg4041.3                2.199477  0.70317522   6.018455 4.353744e-02
## Seg4772.2               -2.094878  1.41896727   6.015262 4.357922e-02
## Seg1064.11              -2.494735  1.52237908   6.014256 4.359240e-02
## Seg4496.4               -2.015522  0.75593973   6.014203 4.359309e-02
## Seg1677.1               -2.237499  2.20049008   6.013646 4.360039e-02
## Seg575.1.1.57f48f7c     -2.134761  3.35437939   6.002466 4.374719e-02
## Seg1594.7                3.054365  1.51149522   5.989317 4.392067e-02
## Seg1235.3               -2.776104  3.31555936   5.958486 4.433097e-02
## Seg2255.6                2.711543  0.85340256   5.956866 4.435267e-02
## Seg2154.4                2.310843  0.75024909   5.956030 4.436387e-02
## Seg1080.7.1.57f48f75    -3.134030  2.67258366   5.929922 4.471558e-02
## Seg1345.16               2.053758  0.92173943   5.915386 4.491297e-02
## Seg1578.4                2.714288  1.94816592   5.914846 4.492032e-02
## Seg94.13                 2.642966  1.39948089   5.909933 4.498731e-02
## Seg173.7                -2.493228  1.04995452   5.905569 4.504692e-02
## Seg4637.3                2.047193  1.40499568   5.904522 4.506124e-02
## Seg3004.5               -2.221186  0.59274057   5.899906 4.512442e-02
## Seg1210.4               -5.632605  4.47476602   5.867679 4.556884e-02
## Seg3079.5               -2.149584  0.86828856   5.856541 4.572377e-02
## Seg1151.3                2.674065  2.17201410   5.855160 4.574302e-02
## Seg1343.2                2.673396  0.31026073   5.850036 4.581457e-02
## Seg3255.2.1.57f48f7a     2.966547  1.84234904   5.833485 4.604665e-02
## Seg3046.3                2.656315  1.40809354   5.826540 4.614449e-02
## Seg12431.1               2.135343  0.62499781   5.815054 4.630690e-02
## Seg1034.6                3.012888  3.06594008   5.808206 4.640409e-02
## Seg5732.1               -2.482048  1.85437624   5.801561 4.649865e-02
## Seg649.15               -2.520606  1.06519404   5.789902 4.666515e-02
## Seg5276.1.1.57f48f7c     2.789073  2.79610032   5.778530 4.682833e-02
## Seg1633.1                2.731425  2.53051975   5.776992 4.685045e-02
## Seg2334.2               -2.148609  1.13009547   5.769623 4.695664e-02
## Seg2670.2.1.57f48f79    -2.622644  1.50539471   5.767383 4.698899e-02
## Seg1416.1                2.159698  0.32448396   5.764476 4.703100e-02
## Seg196.2                -2.694324  2.90233457   5.725310 4.760191e-02
## Seg6124.3               -2.417814  1.64419091   5.715703 4.774332e-02
## Seg870.6                 2.026108  1.10732017   5.708917 4.784354e-02
## Seg2186.5                2.190263  0.89586526   5.708900 4.784379e-02
## Seg4027.2                2.597671  1.54752033   5.700935 4.796178e-02
## Seg416.7                 2.877073  0.65903648   5.648143 4.875347e-02
## Seg369.2                -2.062842  1.29983594   5.614914 4.926055e-02
## Seg3800.2                2.585740  0.61344222   5.612295 4.930080e-02
## Seg3084.1                2.168599  1.96566916   5.610205 4.933295e-02
## Seg1870.6               -2.870672  4.11035275   5.608460 4.935982e-02
## Seg929.2                 2.629032  2.07405998   5.606996 4.938238e-02
## Seg3567.2                2.175420  0.83957078   5.604569 4.941980e-02
## Seg2524.1               -2.563326  2.34296446   5.602795 4.944719e-02
## Seg779.6                 2.940486  0.94495327   5.602080 4.945823e-02
##                               FDR
## Seg1891.11             0.01092066
## Seg2332.1              0.01092066
## Seg237.6               0.01092066
## Seg1262.3.1.57f48f76   0.01092066
## Seg400.1               0.01092066
## Seg3381.1              0.01092066
## Seg1845.3              0.01092066
## Seg1200.2              0.01092066
## Seg3026.1              0.01092066
## Seg2136.5.1.57f48f79   0.01092066
## Seg164.11              0.01092066
## Seg1509.5              0.01092066
## Seg555.6               0.01092066
## Seg2624.3.2.57f48f79   0.01092066
## Seg207.7               0.01092066
## Seg1088.2              0.01092066
## Seg2967.1.2.57f48f7a   0.01092066
## Seg2869.1              0.01092066
## Seg1698.1              0.01092066
## Seg2624.3              0.01092066
## Seg1389.16.13.57f48f76 0.01092066
## Seg1896.6.1.57f48f78   0.01092066
## Seg1695.10             0.01092066
## Seg8734.1              0.01092066
## Seg5525.1              0.01092066
## Seg1896.6              0.01092066
## Seg552.5.1.57f48f7c    0.01092066
## Seg1332.2.1.57f48f76   0.01092066
## Seg942.2               0.01092066
## Seg1379.10             0.01092066
## Seg1787.11             0.01092066
## Seg1179.1              0.01092066
## Seg1611.1              0.01092066
## Seg650.14              0.01092066
## Seg1379.9              0.01092066
## Seg1379.11             0.01092066
## Seg2811.2.1.57f48f7a   0.01092066
## Seg1067.4              0.01092066
## Seg237.6.1.57f48f79    0.01181880
## Seg2275.12             0.01202883
## Seg1118.12.1.57f48f75  0.01202883
## Seg2497.2.1.57f48f79   0.01202883
## Seg6812.1              0.01202883
## Seg1720.8.1.57f48f77   0.01202883
## Seg2175.8              0.01202883
## Seg2513.1              0.01202883
## Seg586.17              0.01202883
## Seg415.3.1.57f48f7b    0.01202883
## Seg852.16              0.01202883
## Seg369.1               0.01202883
## Seg3715.2              0.01202883
## Seg1784.13             0.01202883
## Seg1973.4              0.01202883
## Seg1379.16             0.01202883
## Seg1478.13             0.01202883
## Seg115.4               0.01202883
## Seg154.12              0.01202883
## Seg3307.3              0.01202883
## Seg1644.15.1.57f48f77  0.01202883
## Seg675.11              0.01202883
## Seg1782.9.1.57f48f78   0.01202883
## Seg2355.4.1.57f48f79   0.01202883
## Seg2350.3              0.01202883
## Seg2577.2              0.01202883
## Seg5340.1              0.01202883
## Seg8672.1              0.01202883
## Seg1671.13             0.01202883
## Seg9565.1              0.01202883
## Seg2887.2.1.57f48f7a   0.01202883
## Seg1405.8              0.01202883
## Seg2693.2              0.01202883
## Seg667.5               0.01202883
## Seg4035.2.1.57f48f7b   0.01202883
## Seg3089.1.2.57f48f7a   0.01202883
## Seg402.2               0.01202883
## Seg3190.1              0.01211866
## Seg236.11              0.01215698
## Seg183.2.1.57f48f78    0.01226096
## Seg1649.3              0.01226096
## Seg1715.1.1.57f48f77   0.01241608
## Seg65.2                0.01241608
## Seg1658.23             0.01241608
## Seg7544.2.1.57f48f7d   0.01241608
## Seg3335.3              0.01241608
## Seg2312.2.2.57f48f79   0.01241608
## Seg2175.2              0.01241608
## Seg6310.3              0.01241608
## Seg11598.2             0.01241608
## Seg620.3               0.01241608
## Seg461.3.1.57f48f7b    0.01241608
## Seg2298.7              0.01241608
## Seg2136.1.1.57f48f79   0.01248757
## Seg7472.1              0.01248757
## Seg8628.1              0.01254805
## Seg5580.1              0.01254805
## Seg2725.2.1.57f48f7a   0.01254805
## Seg3381.2              0.01290673
## Seg1505.6              0.01307755
## Seg1458.5              0.01307755
## Seg4041.1              0.01307755
## Seg2708.6              0.01307755
## Seg2967.1.1.57f48f7a   0.01307755
## Seg803.13              0.01307755
## Seg1682.3.1.57f48f77   0.01307755
## Seg1048.10.1.57f48f75  0.01307755
## Seg3188.2              0.01307755
## Seg2191.5.1.57f48f79   0.01309874
## Seg2025.6              0.01345062
## Seg417.1               0.01345062
## Seg1276.3.1.57f48f76   0.01345062
## Seg6367.1              0.01345062
## Seg319.15              0.01345062
## Seg65.8.1.57f48f7d     0.01345062
## Seg4229.2              0.01345062
## Seg2281.2              0.01345062
## Seg2322.3              0.01345062
## Seg3397.3              0.01345062
## Seg1078.5.2.57f48f75   0.01345062
## Seg3961.2              0.01345062
## Seg2317.3.1.57f48f79   0.01345062
## Seg2708.3              0.01345062
## Seg103.1               0.01414599
## Seg12003.1             0.01414599
## Seg3888.1              0.01414599
## Seg3348.2              0.01416816
## Seg1891.12_Seg1891.13  0.01459539
## Seg1431.3              0.01476861
## Seg1649.2              0.01493313
## Seg1141.2              0.01498783
## Seg2281.1              0.01498783
## Seg2483.4              0.01498783
## Seg3392.2              0.01509535
## Seg1149.2              0.01509535
## Seg1303.9              0.01509535
## Seg337.1               0.01510380
## Seg50.15               0.01530848
## Seg1999.10             0.01530848
## Seg580.2               0.01530848
## Seg298.5.1.57f48f7a    0.01530848
## Seg4822.1              0.01530848
## Seg2941.1              0.01530848
## Seg207.9               0.01530848
## Seg2153.2.1.57f48f79   0.01530848
## Seg976.3               0.01530848
## Seg3300.3.1.57f48f7a   0.01530848
## Seg3935.2              0.01530848
## Seg710.1               0.01530848
## Seg598.5               0.01530848
## Seg675.12              0.01547635
## Seg1431.2              0.01547635
## Seg1431.1              0.01553717
## Seg1891.14             0.01560574
## Seg1999.6              0.01560574
## Seg932.9               0.01561079
## Seg2152.6              0.01561079
## Seg1001.1              0.01561079
## Seg2216.4              0.01561079
## Seg5283.4              0.01564323
## Seg6460.2              0.01564323
## Seg2543.1.1.57f48f79   0.01569342
## Seg4642.1              0.01569342
## Seg4457.1              0.01569342
## Seg5859.2              0.01569342
## Seg207.9.1.57f48f79    0.01569342
## Seg2716.3              0.01569342
## Seg1475.1.1.57f48f76   0.01569342
## Seg9743.1              0.01569342
## Seg1470.9              0.01569342
## Seg3026.1.1.57f48f7a   0.01569342
## Seg2530.4              0.01569342
## Seg675.10              0.01569342
## Seg711.3               0.01569342
## Seg3956.3              0.01569342
## Seg2530.3              0.01569342
## Seg5090.1              0.01569342
## Seg888.26              0.01569342
## Seg1851.4.1.57f48f78   0.01569342
## Seg1479.8              0.01569342
## Seg1000.9              0.01569342
## Seg826.6.3.57f48f7e    0.01569342
## Seg1578.9              0.01569342
## Seg1000.14             0.01569342
## Seg2152.7              0.01587553
## Seg5090.2              0.01589974
## Seg1289.10             0.01593921
## Seg1730.1              0.01593921
## Seg2904.4              0.01593921
## Seg666.4               0.01593921
## Seg1347.4              0.01594617
## Seg6133.2              0.01610783
## Seg2316.3              0.01612956
## Seg581.12              0.01613629
## Seg1841.4              0.01616002
## Seg1221.3              0.01616002
## Seg1099.1.1.57f48f75   0.01616002
## Seg3264.4              0.01616002
## Seg593.11              0.01616002
## Seg2919.3              0.01616002
## Seg1509.11             0.01616002
## Seg13228.1             0.01616002
## Seg3491.2.1.57f48f7a   0.01616002
## Seg580.2.2.57f48f7c    0.01616002
## Seg1803.7              0.01616002
## Seg1740.10             0.01640591
## Seg4334.1              0.01679193
## Seg1925.6              0.01679193
## Seg813.12              0.01691099
## Seg385.15              0.01691099
## Seg16610.1             0.01691099
## Seg1031.1              0.01691099
## Seg5964.2              0.01691099
## Seg1904.1.1.57f48f78   0.01691099
## Seg519.2.1.57f48f7c    0.01691099
## Seg417.16              0.01691099
## Seg1645.1              0.01691099
## Seg1234.10             0.01691099
## Seg1474.5              0.01691099
## Seg880.5_Seg880.8      0.01691099
## Seg1780.1              0.01691099
## Seg6822.1              0.01691099
## Seg8.2                 0.01691099
## Seg1585.11             0.01691099
## Seg1966.3              0.01691099
## Seg139.2               0.01691099
## Seg1871.7              0.01691099
## Seg1915.9              0.01691099
## Seg4877.2              0.01691099
## Seg4133.2              0.01691099
## Seg861.9               0.01691099
## Seg1108.1_Seg1108.2    0.01691099
## Seg1161.2.1.57f48f75   0.01691099
## Seg9718.1              0.01691099
## Seg1470.10             0.01691099
## Seg529.9               0.01691099
## Seg4466.2              0.01691099
## Seg2251.3.1.57f48f79   0.01691099
## Seg16688.1             0.01691099
## Seg2253.7              0.01704028
## Seg4179.1              0.01704028
## Seg2867.2              0.01704028
## Seg1812.3              0.01704028
## Seg13200.1             0.01704028
## Seg2175.6              0.01704028
## Seg8991.1              0.01704028
## Seg675.3               0.01704028
## Seg1063.5.1.57f48f75   0.01704028
## Seg2843.1              0.01712017
## Seg3561.4              0.01712017
## Seg1963.3              0.01712438
## Seg1677.3.2.57f48f77   0.01712438
## Seg1880.1              0.01712438
## Seg5314.1              0.01712438
## Seg213.5               0.01719959
## Seg720.8               0.01727188
## Seg4689.1              0.01727457
## Seg1611.1.1.57f48f77   0.01727457
## Seg1640.8              0.01731538
## Seg319.14              0.01731538
## Seg335.12.1.57f48f7a   0.01731538
## Seg1730.7.1.57f48f77   0.01731538
## Seg3459.1              0.01756862
## Seg1698.1.1.57f48f77   0.01756862
## Seg94.10               0.01756862
## Seg1983.9              0.01756862
## Seg1313.2              0.01756862
## Seg2654.3              0.01756862
## Seg3440.1              0.01764155
## Seg446.7               0.01764221
## Seg397.33              0.01764221
## Seg4819.1              0.01784734
## Seg50.14               0.01784734
## Seg1118.8              0.01795863
## Seg1999.9              0.01800408
## Seg1983.7              0.01802706
## Seg909.14              0.01802797
## Seg207.8               0.01803709
## Seg11296.3             0.01809223
## Seg168.2               0.01809223
## Seg1517.2              0.01809223
## Seg4845.1              0.01809223
## Seg1001.2              0.01809223
## Seg5146.1              0.01809223
## Seg1873.5              0.01809223
## Seg1936.6              0.01809223
## Seg1556.16             0.01809223
## Seg643.8               0.01809223
## Seg1266.3              0.01809223
## Seg4630.1              0.01809223
## Seg4009.1              0.01822820
## Seg4894.3              0.01822820
## Seg1244.1              0.01822820
## Seg2364.1              0.01824371
## Seg5677.1              0.01824371
## Seg11740.1             0.01828492
## Seg395.5               0.01828492
## Seg675.14              0.01828492
## Seg1766.2              0.01828492
## Seg2877.4              0.01828492
## Seg1741.9.4.57f48f78   0.01828492
## Seg3865.1              0.01828492
## Seg1715.9              0.01828492
## Seg821.11              0.01828492
## Seg7.2                 0.01828492
## Seg1225.7              0.01828492
## Seg2022.7.1.57f48f78   0.01828492
## Seg952.3               0.01835199
## Seg154.4               0.01840020
## Seg2708.5              0.01861104
## Seg8551.1              0.01862792
## Seg3693.2              0.01887019
## Seg5113.1.1.57f48f7c   0.01888962
## Seg4799.1              0.01889861
## Seg34.1                0.01889861
## Seg500.3               0.01889861
## Seg8230.2              0.01889861
## Seg2555.2              0.01889861
## Seg6483.1              0.01914047
## Seg1797.3              0.01914047
## Seg372.1               0.01914047
## Seg2767.1              0.01914047
## Seg2881.9              0.01914047
## Seg4360.1              0.01917072
## Seg2487.1              0.01919522
## Seg1163.7              0.01920022
## Seg3495.2              0.01922899
## Seg6374.1              0.01922899
## Seg3630.3              0.01922899
## Seg16297.1             0.01922899
## Seg3346.2              0.01922899
## Seg3436.3              0.01922899
## Seg1374.9.1.57f48f76   0.01922899
## Seg1012.9              0.01922899
## Seg699.5               0.01922899
## Seg378.24              0.01922899
## Seg284.3_Seg284.4      0.01922899
## Seg419.7               0.01922899
## Seg750.12              0.01943659
## Seg1673.8              0.01956635
## Seg3183.3              0.01956635
## Seg3463.1              0.01956635
## Seg1549.11             0.01968010
## Seg1988.5              0.01973542
## Seg1996.8              0.01977575
## Seg1737.6              0.01977575
## Seg2800.2              0.01984541
## Seg4480.1              0.01993523
## Seg2708.4              0.01993523
## Seg4295.2              0.01993523
## Seg1885.8              0.01993523
## Seg3412.1              0.01993523
## Seg4603.2.1.57f48f7b   0.01993523
## Seg1658.13             0.01993523
## Seg2475.6              0.01993523
## Seg4294.2              0.01993523
## Seg8305.1              0.01993523
## Seg3545.1              0.01993523
## Seg1516.9.1.57f48f76   0.01993523
## Seg1850.5              0.01993523
## Seg2427.16             0.01993523
## Seg1882.1              0.01993523
## Seg1619.6              0.01993523
## Seg5087.2              0.01993523
## Seg154.8               0.01993523
## Seg1370.1              0.01993523
## Seg1093.13.2.57f48f75  0.01993523
## Seg3908.1              0.01993523
## Seg1531.7              0.01993523
## Seg2530.5              0.01993523
## Seg1225.3              0.01993523
## Seg508.5               0.01993523
## Seg1333.3              0.01993523
## Seg2532.2.1.57f48f79   0.01993523
## Seg5426.1              0.01993523
## Seg796.1               0.01993523
## Seg429.9               0.01994459
## Seg1244.2              0.01994459
## Seg385.4               0.01994459
## Seg6750.2              0.01994459
## Seg94.9                0.02006373
## Seg4501.1              0.02006373
## Seg2511.7              0.02014091
## Seg1512.9_Seg1512.10   0.02024429
## Seg319.13              0.02024429
## Seg1080.6.1.57f48f75   0.02024429
## Seg1053.11             0.02024429
## Seg3373.2              0.02024429
## Seg1031.3              0.02024429
## Seg87.2                0.02024429
## Seg1668.12             0.02024429
## Seg2129.10             0.02024429
## Seg3215.2              0.02024429
## Seg265.1.1.57f48f79    0.02024429
## Seg3735.1              0.02024429
## Seg101.3               0.02024429
## Seg954.16              0.02024429
## Seg1144.7              0.02024429
## Seg972.2.1.57f48f7f    0.02024429
## Seg2525.2              0.02024429
## Seg7441.2              0.02024429
## Seg2771.3              0.02024429
## Seg582.2               0.02024429
## Seg3664.5              0.02025488
## Seg5297.2              0.02025488
## Seg6106.1              0.02030837
## Seg1965.1              0.02030837
## Seg1372.7              0.02034958
## Seg1080.5              0.02034958
## Seg1166.3              0.02040098
## Seg1761.2              0.02040098
## Seg883.6.4.57f48f7e    0.02040098
## Seg1304.3.1.57f48f76   0.02040098
## Seg4651.4.1.57f48f7b   0.02040098
## Seg1658.7              0.02040098
## Seg1501.5              0.02040098
## Seg1917.1              0.02040098
## Seg675.17              0.02040098
## Seg1350.1.1.57f48f76   0.02040098
## Seg1121.8              0.02040098
## Seg7205.1              0.02040098
## Seg1250.5              0.02040098
## Seg1313.4              0.02040098
## Seg161.7.2.57f48f77    0.02040098
## Seg1582.10             0.02040098
## Seg1121.27             0.02040098
## Seg8951.1              0.02040098
## Seg5650.1              0.02040098
## Seg168.1.1.57f48f77    0.02040098
## Seg2653.2              0.02040098
## Seg4665.2              0.02040098
## Seg4288.2              0.02040098
## Seg1455.4              0.02040098
## Seg3993.2              0.02040098
## Seg1359.7              0.02040098
## Seg80.5                0.02040098
## Seg1945.5              0.02040098
## Seg806.1               0.02040098
## Seg199.10              0.02040098
## Seg5011.1              0.02040098
## Seg846.9.2.57f48f7e    0.02044630
## Seg3290.2              0.02065483
## Seg539.6               0.02067669
## Seg3052.2              0.02067669
## Seg321.7               0.02071631
## Seg2171.2              0.02071631
## Seg1528.3              0.02071631
## Seg649.13              0.02071631
## Seg3216.1              0.02082589
## Seg7542.1              0.02082589
## Seg1822.6              0.02082589
## Seg2182.2              0.02082589
## Seg387.2               0.02082589
## Seg1430.21.1.57f48f76  0.02082589
## Seg593.14              0.02082589
## Seg1005.10             0.02082589
## Seg1838.3              0.02082589
## Seg1297.1              0.02082589
## Seg1731.8.1.57f48f77   0.02082589
## Seg19800.1             0.02082589
## Seg675.16              0.02082589
## Seg795.1               0.02082589
## Seg6835.1              0.02082589
## Seg1915.8              0.02082589
## Seg2073.6              0.02082589
## Seg1783.2              0.02082589
## Seg473.4               0.02082589
## Seg4617.1              0.02082589
## Seg2142.7              0.02082589
## Seg552.5               0.02082589
## Seg1422.5              0.02082589
## Seg1474.5.2.57f48f76   0.02082589
## Seg914.7               0.02082589
## Seg49.4                0.02082589
## Seg1069.6              0.02082589
## Seg18.4                0.02082589
## Seg4235.1              0.02082589
## Seg230.24              0.02082589
## Seg154.6               0.02082589
## Seg5259.1              0.02082589
## Seg6288.2              0.02082589
## Seg649.16              0.02082589
## Seg652.6               0.02082589
## Seg1602.2              0.02082589
## Seg955.4               0.02082589
## Seg3123.2.2.57f48f7a   0.02082589
## Seg7851.1              0.02082589
## Seg6027.1              0.02082589
## Seg3785.1              0.02082589
## Seg4445.2.1.57f48f7b   0.02082589
## Seg675.15              0.02082589
## Seg434.6               0.02082589
## Seg1980.4              0.02082589
## Seg4739.1              0.02082589
## Seg11011.2             0.02082589
## Seg1721.15             0.02082589
## Seg1814.8              0.02082589
## Seg227.1               0.02082589
## Seg9504.1              0.02082589
## Seg2934.5              0.02082589
## Seg3794.2              0.02082589
## Seg1749.2.3.57f48f78   0.02085853
## Seg1845.3.1.57f48f78   0.02094536
## Seg1152.1              0.02101722
## Seg2030.6              0.02128477
## Seg396.7               0.02135735
## Seg1445.7              0.02135735
## Seg2992.2              0.02135735
## Seg343.1               0.02135735
## Seg450.4               0.02135735
## Seg607.5               0.02135735
## Seg940.15              0.02135735
## Seg1430.10             0.02135735
## Seg1819.4              0.02135735
## Seg859.1               0.02135735
## Seg353.11              0.02135735
## Seg1181.11             0.02135735
## Seg274.8               0.02135735
## Seg1233.4              0.02135735
## Seg2726.2              0.02135735
## Seg2719.2              0.02135735
## Seg1597.5              0.02135735
## Seg3689.1.1.57f48f7b   0.02135735
## Seg351.11              0.02135735
## Seg6214.1              0.02135735
## Seg1966.4              0.02135735
## Seg549.8               0.02135735
## Seg1740.7.1.57f48f78   0.02135735
## Seg9440.1              0.02135735
## Seg2730.4              0.02135735
## Seg2375.3              0.02135735
## Seg1986.5              0.02135735
## Seg6.6.1.57f48f7c      0.02135735
## Seg11328.1             0.02135735
## Seg250.9               0.02135735
## Seg652.7               0.02135735
## Seg440.2               0.02135735
## Seg7585.1              0.02135735
## Seg2232.4              0.02135735
## Seg4161.2              0.02135735
## Seg4625.2              0.02135735
## Seg2780.1              0.02135735
## Seg384.3.1.57f48f7b    0.02135735
## Seg1635.7              0.02136607
## Seg271.4               0.02138309
## Seg8327.1              0.02139636
## Seg2414.2              0.02139636
## Seg11652.1             0.02142281
## Seg1195.1              0.02142281
## Seg375.7               0.02142281
## Seg2351.7              0.02142281
## Seg1079.13             0.02143173
## Seg1329.6              0.02143173
## Seg562.6               0.02143173
## Seg1475.1              0.02143173
## Seg2170.6              0.02143173
## Seg2022.3              0.02143173
## Seg1946.5              0.02143173
## Seg4403.5              0.02147712
## Seg1662.7              0.02147712
## Seg101.4               0.02147712
## Seg768.14.1.57f48f7e   0.02147712
## Seg1513.1              0.02147712
## Seg1806.7              0.02151039
## Seg3975.1              0.02156758
## Seg1019.1.1.57f48f75   0.02157048
## Seg1608.5              0.02160832
## Seg1738.8              0.02160832
## Seg994.5               0.02160832
## Seg1712.9              0.02160832
## Seg4693.2              0.02160832
## Seg1666.23             0.02160832
## Seg1983.6              0.02160832
## Seg1077.4              0.02160832
## Seg4149.2              0.02160832
## Seg2229.2              0.02160832
## Seg562.9               0.02160832
## Seg187.11              0.02160832
## Seg4215.2              0.02160832
## Seg10002.1             0.02161669
## Seg1839.10             0.02170107
## Seg478.3               0.02170107
## Seg100.5               0.02170107
## Seg2297.6              0.02170107
## Seg14339.1             0.02170107
## Seg1365.3              0.02170107
## Seg1477.2              0.02170107
## Seg1734.3              0.02170107
## Seg1496.8              0.02170107
## Seg650.18              0.02170107
## Seg249.2               0.02171445
## Seg2726.5              0.02176773
## Seg2949.3              0.02176773
## Seg3473.2              0.02188726
## Seg1370.12             0.02189867
## Seg797.6               0.02189867
## Seg1123.15             0.02189867
## Seg1408.4              0.02192083
## Seg9386.1              0.02192083
## Seg1756.9              0.02192083
## Seg1076.5.2.57f48f75   0.02192083
## Seg2162.8              0.02192083
## Seg62.7                0.02192083
## Seg26.4                0.02192083
## Seg3693.4              0.02192083
## Seg3062.3              0.02192083
## Seg229.13              0.02192083
## Seg639.4               0.02192083
## Seg121.2               0.02192083
## Seg287.9.2.57f48f7a    0.02193566
## Seg889.9               0.02202669
## Seg226.3               0.02210595
## Seg2558.2              0.02210595
## Seg397.5               0.02210595
## Seg3243.6              0.02210595
## Seg1604.2              0.02210595
## Seg4300.1.1.57f48f7b   0.02210595
## Seg8531.1              0.02210595
## Seg1268.4              0.02210595
## Seg2465.5.1.57f48f79   0.02217222
## Seg3953.1              0.02227562
## Seg984.9               0.02231389
## Seg1562.1.1.57f48f77   0.02231389
## Seg1994.3.1.57f48f78   0.02231389
## Seg1335.15             0.02251369
## Seg1585.12             0.02264569
## Seg1956.5              0.02264569
## Seg3695.3              0.02264569
## Seg4018.2.3.57f48f7b   0.02264569
## Seg3652.3              0.02264569
## Seg3.26                0.02276676
## Seg2064.1              0.02279671
## Seg3433.2              0.02279671
## Seg1889.2              0.02283099
## Seg1985.4              0.02283099
## Seg1562.1              0.02283099
## Seg1983.8              0.02283099
## Seg5576.1              0.02283099
## Seg1121.18             0.02283099
## Seg2440.4              0.02283099
## Seg2279.1              0.02283099
## Seg3186.6              0.02284027
## Seg1764.4.1.57f48f78   0.02292865
## Seg4403.3              0.02298405
## Seg1243.2              0.02299892
## Seg7259.6              0.02300178
## Seg6811.2              0.02300178
## Seg1363.34             0.02300178
## Seg133.2               0.02300178
## Seg1058.10             0.02300178
## Seg1809.3              0.02309994
## Seg4396.3              0.02309994
## Seg5552.1              0.02309994
## Seg10336.1             0.02309994
## Seg1770.5              0.02319257
## Seg271.7               0.02319257
## Seg1556.17             0.02322029
## Seg4642.2              0.02322029
## Seg766.1               0.02323450
## Seg2053.1              0.02325704
## Seg1648.4              0.02331626
## Seg118.6               0.02332233
## Seg1131.9              0.02336502
## Seg6221.1              0.02336502
## Seg3969.4              0.02348178
## Seg996.5               0.02348178
## Seg1921.4              0.02351243
## Seg1313.9              0.02367261
## Seg8852.1              0.02370408
## Seg453.1               0.02370763
## Seg2221.5              0.02370763
## Seg233.1               0.02375358
## Seg2191.4.1.57f48f79   0.02375358
## Seg3470.3              0.02375358
## Seg1123.8              0.02375358
## Seg962.1               0.02375358
## Seg3951.2              0.02375358
## Seg2240.5              0.02376980
## Seg3904.2              0.02379457
## Seg4855.1.1.57f48f7c   0.02393206
## Seg1914.9              0.02395260
## Seg3963.3              0.02401991
## Seg550.3               0.02402328
## Seg1607.2              0.02408232
## Seg1928.4              0.02411685
## Seg3102.1              0.02411685
## Seg2086.4              0.02411685
## Seg1254.12             0.02411685
## Seg4996.2              0.02411685
## Seg4261.1              0.02411685
## Seg1807.2              0.02411685
## Seg2924.1              0.02411685
## Seg2299.6              0.02411685
## Seg1365.9.2.57f48f76   0.02411870
## Seg455.6               0.02411870
## Seg5619.1              0.02411870
## Seg229.6               0.02411870
## Seg5386.1              0.02411870
## Seg1520.4              0.02411870
## Seg2291.2              0.02411870
## Seg119.17              0.02417182
## Seg3557.1              0.02417182
## Seg2186.4              0.02417182
## Seg1421.12             0.02417182
## Seg7574.2              0.02417182
## Seg1821.6              0.02417182
## Seg1537.3.2.57f48f76   0.02417182
## Seg4942.1              0.02417182
## Seg6192.1              0.02417182
## Seg1305.10             0.02417182
## Seg1374.4              0.02417182
## Seg2326.3              0.02417182
## Seg1658.8              0.02417182
## Seg233.6               0.02417182
## Seg698.9               0.02417182
## Seg1167.6              0.02417182
## Seg281.11              0.02417182
## Seg1270.4              0.02417182
## Seg13540.1             0.02417182
## Seg2326.6              0.02417182
## Seg597.6               0.02417182
## Seg24446.1             0.02417182
## Seg2132.5              0.02417182
## Seg5567.4              0.02417182
## Seg1481.10             0.02417182
## Seg1095.18             0.02417182
## Seg3552.2              0.02417182
## Seg4154.5              0.02417182
## Seg650.7               0.02417182
## Seg5464.1.1.57f48f7c   0.02417182
## Seg5296.1              0.02417182
## Seg1986.9              0.02417182
## Seg3242.3              0.02417182
## Seg3863.1.1.57f48f7b   0.02417182
## Seg2919.4              0.02417182
## Seg1321.2              0.02417182
## Seg4404.2.1.57f48f7b   0.02417182
## Seg1690.3              0.02417182
## Seg12502.1             0.02417182
## Seg2895.2              0.02417182
## Seg308.11              0.02417182
## Seg1445.2              0.02417182
## Seg2040.1              0.02417182
## Seg1771.8              0.02417182
## Seg1895.5              0.02417182
## Seg873.6               0.02417182
## Seg1134.5              0.02417182
## Seg2189.6              0.02417182
## Seg1659.13             0.02417182
## Seg56.2                0.02417182
## Seg888.11              0.02417182
## Seg1574.12             0.02417182
## Seg938.6               0.02417182
## Seg3336.2              0.02417182
## Seg1975.2              0.02417182
## Seg499.1               0.02417182
## Seg2534.1              0.02417182
## Seg1944.6              0.02417182
## Seg4329.2              0.02417182
## Seg1224.4              0.02417555
## Seg6838.2              0.02417555
## Seg3865.2              0.02417555
## Seg5677.2              0.02417555
## Seg4642.4              0.02417555
## Seg2870.1              0.02417555
## Seg6275.1              0.02417555
## Seg679.5               0.02417555
## Seg2789.1              0.02419854
## Seg1259.5              0.02424004
## Seg1994.1              0.02425042
## Seg308.2               0.02429427
## Seg2075.2.3.57f48f79   0.02429427
## Seg726.1               0.02429427
## Seg1915.10             0.02429427
## Seg112.7               0.02429427
## Seg2735.5              0.02429427
## Seg2221.6              0.02429427
## Seg2351.6              0.02429427
## Seg18102.1             0.02431597
## Seg9519.1              0.02431597
## Seg1615.2              0.02431597
## Seg3089.1.1.57f48f7a   0.02431597
## Seg1754.9.2.57f48f78   0.02431597
## Seg2253.7.1.57f48f79   0.02431597
## Seg2530.1              0.02433670
## Seg1853.5              0.02433670
## Seg1930.3              0.02433670
## Seg1533.2              0.02436825
## Seg299.8               0.02436825
## Seg2175.7              0.02436888
## Seg3073.5              0.02446466
## Seg1019.1              0.02446466
## Seg920.1               0.02446466
## Seg4103.2              0.02446466
## Seg1733.7              0.02446466
## Seg900.9.1.57f48f7e    0.02446466
## Seg1666.9              0.02446466
## Seg52.2                0.02446466
## Seg310.3               0.02446466
## Seg6564.1.1.57f48f7d   0.02446466
## Seg4503.3              0.02446466
## Seg7544.2              0.02448013
## Seg1199.1              0.02450137
## Seg4283.1              0.02450137
## Seg1822.4              0.02453134
## Seg3085.2              0.02458447
## Seg1154.2              0.02459205
## Seg1627.3              0.02464103
## Seg2783.2              0.02464103
## Seg2189.9              0.02464103
## Seg2340.10             0.02464103
## Seg2700.4              0.02464103
## Seg2737.2              0.02464103
## Seg2274.4              0.02464431
## Seg550.1.1.57f48f7c    0.02478238
## Seg920.2               0.02495527
## Seg1863.6              0.02497596
## Seg1329.7              0.02497682
## Seg326.5               0.02502539
## Seg6419.1              0.02502539
## Seg90.4                0.02502539
## Seg2787.7              0.02502539
## Seg3784.3              0.02502539
## Seg2498.5              0.02502539
## Seg3059.2              0.02502539
## Seg1640.8.1.57f48f77   0.02502539
## Seg4299.3              0.02502539
## Seg3826.3              0.02502539
## Seg4224.1              0.02502539
## Seg7441.1              0.02502539
## Seg1232.17             0.02502539
## Seg1498.3              0.02502539
## Seg6817.1              0.02511533
## Seg2700.1              0.02511533
## Seg1091.23             0.02511943
## Seg2368.1              0.02514558
## Seg5445.1              0.02526897
## Seg1696.1              0.02526897
## Seg3990.1              0.02528377
## Seg2837.2              0.02528377
## Seg2465.5              0.02528377
## Seg397.3               0.02528377
## Seg229.10              0.02529603
## Seg3283.2              0.02532302
## Seg1221.5              0.02532322
## Seg1755.3              0.02532322
## Seg3035.1              0.02532322
## Seg8305.2              0.02532322
## Seg732.2.1.57f48f7d    0.02533497
## Seg2494.2              0.02540752
## Seg550.10.1.57f48f7c   0.02548060
## Seg2616.2              0.02550857
## Seg2051.8.1.57f48f78   0.02550857
## Seg2495.1              0.02557188
## Seg2769.1              0.02558463
## Seg776.3               0.02558463
## Seg1378.3              0.02558463
## Seg2154.1              0.02558463
## Seg918.4               0.02567088
## Seg4287.2              0.02567885
## Seg2915.2              0.02567885
## Seg11812.1             0.02567885
## Seg1112.2              0.02567885
## Seg1719.3              0.02567885
## Seg7919.1              0.02570453
## Seg2062.1.1.57f48f79   0.02571693
## Seg1873.4              0.02578725
## Seg2956.2              0.02583979
## Seg647.4               0.02583979
## Seg3403.1              0.02583979
## Seg3647.2              0.02583979
## Seg350.19              0.02589193
## Seg5586.2              0.02590428
## Seg6459.1              0.02594144
## Seg2153.2              0.02594144
## Seg2281.4              0.02594144
## Seg2091.2.4.57f48f79   0.02594144
## Seg978.3               0.02594219
## Seg72.8                0.02594219
## Seg734.12              0.02594219
## Seg1867.5              0.02594219
## Seg2731.8              0.02594219
## Seg654.3               0.02594219
## Seg1517.6              0.02594219
## Seg1027.14             0.02594219
## Seg2388.2              0.02595101
## Seg169.18              0.02597068
## Seg397.35              0.02597068
## Seg1839.8              0.02597068
## Seg1029.8              0.02597068
## Seg8079.2              0.02597068
## Seg909.11              0.02597068
## Seg1794.2              0.02597068
## Seg2454.8              0.02597068
## Seg212.2               0.02597068
## Seg1702.4              0.02597242
## Seg3382.1.1.57f48f7a   0.02597242
## Seg3035.2              0.02597242
## Seg620.2               0.02597242
## Seg7850.1              0.02600131
## Seg1365.9              0.02600131
## Seg1578.2              0.02600131
## Seg5310.3              0.02600131
## Seg153.15              0.02600131
## Seg352.3               0.02600131
## Seg3878.1              0.02600131
## Seg1528.7              0.02600131
## Seg2523.2              0.02600131
## Seg4697.3              0.02600131
## Seg2269.3              0.02600131
## Seg7733.1              0.02600131
## Seg1855.5              0.02600131
## Seg6424.2              0.02600131
## Seg1075.1              0.02600131
## Seg5293.6              0.02600131
## Seg2127.4              0.02600131
## Seg1073.1              0.02600131
## Seg1999.5              0.02600131
## Seg913.6_Seg913.4      0.02600131
## Seg510.1               0.02600131
## Seg764.8               0.02600131
## Seg1561.3              0.02600131
## Seg401.6               0.02600131
## Seg4161.1              0.02600131
## Seg3444.4              0.02600266
## Seg2485.5              0.02600266
## Seg265.1               0.02600266
## Seg17621.1             0.02600266
## Seg1851.5              0.02601964
## Seg2137.4.1.57f48f79   0.02601964
## Seg593.13              0.02602384
## Seg1833.1              0.02602384
## Seg102.13              0.02602384
## Seg503.21              0.02605624
## Seg671.4               0.02612954
## Seg1367.2              0.02612954
## Seg11598.1             0.02612954
## Seg17614.1             0.02613336
## Seg745.3               0.02613336
## Seg3483.1              0.02613336
## Seg1624.3              0.02614213
## Seg2511.3              0.02616160
## Seg2042.1              0.02620369
## Seg5275.2              0.02620582
## Seg4429.1              0.02620582
## Seg140.4               0.02621656
## Seg1668.5              0.02621656
## Seg3864.1              0.02621656
## Seg1542.3              0.02623817
## Seg852.3               0.02623817
## Seg16047.1             0.02623817
## Seg675.13              0.02623817
## Seg878.9               0.02623817
## Seg4931.2              0.02623817
## Seg4496.2              0.02623817
## Seg8230.1              0.02631379
## Seg708.6               0.02631379
## Seg788.20              0.02631379
## Seg1128.5              0.02631379
## Seg2463.6              0.02631379
## Seg363.5               0.02631379
## Seg3685.3              0.02631379
## Seg3777.2              0.02631379
## Seg187.10              0.02631379
## Seg1782.14             0.02631379
## Seg690.2               0.02631379
## Seg200.1               0.02631379
## Seg2324.9              0.02631379
## Seg1874.2              0.02631379
## Seg1660.11             0.02631379
## Seg834.2               0.02631379
## Seg1516.2              0.02631379
## Seg2797.9              0.02631379
## Seg2797.8              0.02631379
## Seg7216.1              0.02631379
## Seg8734.2              0.02631379
## Seg13094.1             0.02631379
## Seg3618.2              0.02631379
## Seg679.7               0.02631379
## Seg952.4               0.02631379
## Seg4164.1              0.02631379
## Seg9198.1              0.02631379
## Seg2672.4              0.02631379
## Seg1784.9              0.02631379
## Seg1031.7              0.02631379
## Seg3628.2              0.02631379
## Seg1347.5              0.02631379
## Seg1361.5              0.02631379
## Seg796.10              0.02631379
## Seg6004.2              0.02631379
## Seg1639.5              0.02631379
## Seg2326.5              0.02631379
## Seg1263.2              0.02631379
## Seg1994.3              0.02631379
## Seg1782.12             0.02631379
## Seg1077.3              0.02631379
## Seg4099.1              0.02631379
## Seg42.5                0.02631379
## Seg1201.5              0.02631379
## Seg665.4               0.02631379
## Seg166.6               0.02631379
## Seg1455.5              0.02631379
## Seg1736.1              0.02631379
## Seg91.6                0.02631379
## Seg2302.4              0.02631379
## Seg1450.10             0.02631379
## Seg932.6               0.02631379
## Seg1665.10             0.02631379
## Seg1600.6              0.02631379
## Seg938.4               0.02631379
## Seg4957.2              0.02631379
## Seg2314.6              0.02631379
## Seg31.1                0.02636582
## Seg3823.2              0.02638165
## Seg4952.2              0.02639583
## Seg7632.1              0.02639583
## Seg1279.8              0.02639977
## Seg1328.7              0.02645025
## Seg2363.4              0.02649068
## Seg8502.1              0.02656749
## Seg1346.2              0.02664653
## Seg446.13              0.02666885
## Seg506.3               0.02666885
## Seg7103.1              0.02668711
## Seg1997.4              0.02671071
## Seg21.3                0.02672722
## Seg1221.19             0.02672722
## Seg4817.1              0.02672722
## Seg16345.1             0.02678561
## Seg928.10              0.02678561
## Seg2610.2              0.02684449
## Seg12481.1             0.02684449
## Seg835.3               0.02687537
## Seg1659.5              0.02693991
## Seg1345.8              0.02694277
## Seg114.9               0.02694277
## Seg6278.1              0.02698211
## Seg8852.2              0.02698211
## Seg247.9               0.02701449
## Seg22845.1             0.02703363
## Seg1208.9              0.02704981
## Seg3078.4              0.02704981
## Seg1405.1_Seg1405.2    0.02706848
## Seg1689.10             0.02707172
## Seg1472.20             0.02713255
## Seg1333.5              0.02713255
## Seg1821.7              0.02713255
## Seg815.4               0.02713255
## Seg1915.7              0.02713255
## Seg8789.1              0.02713255
## Seg1732.4              0.02713255
## Seg1936.3              0.02713255
## Seg5006.2              0.02713255
## Seg15829.1             0.02713255
## Seg5814.2              0.02714447
## Seg7099.2              0.02714447
## Seg1733.1              0.02715598
## Seg2937.3              0.02715598
## Seg8048.1              0.02715598
## Seg1852.2              0.02715598
## Seg785.1               0.02715598
## Seg6559.1              0.02715598
## Seg5332.2              0.02718567
## Seg172.13              0.02720338
## Seg1034.6.1.57f48f75   0.02720338
## Seg381.12              0.02720338
## Seg2224.2              0.02720338
## Seg7976.1.1.57f48f7e   0.02720338
## Seg1666.21             0.02728178
## Seg894.10              0.02742764
## Seg1184.1              0.02752023
## Seg2317.3              0.02752023
## Seg2241.6              0.02752023
## Seg11511.1             0.02752023
## Seg1585.10             0.02754084
## Seg3874.1              0.02760979
## Seg2670.1              0.02760979
## Seg4665.1              0.02773344
## Seg940.9               0.02779275
## Seg2440.3              0.02779936
## Seg1095.19             0.02782011
## Seg1305.8              0.02782011
## Seg3561.1              0.02782011
## Seg2175.3              0.02782011
## Seg1526.9              0.02782011
## Seg1341.8              0.02782011
## Seg1423.1              0.02782011
## Seg444.14              0.02782011
## Seg3735.2              0.02782011
## Seg1563.4              0.02782011
## Seg7105.1              0.02782011
## Seg11841.1             0.02782011
## Seg6124.2              0.02782011
## Seg828.7               0.02782011
## Seg1064.2              0.02782011
## Seg6076.1              0.02782011
## Seg4551.1              0.02782011
## Seg643.3               0.02782011
## Seg1379.12             0.02782011
## Seg596.6               0.02782011
## Seg48.8                0.02782011
## Seg4268.2              0.02782011
## Seg262.2               0.02782011
## Seg6297.1              0.02782011
## Seg2390.2              0.02782011
## Seg2114.3              0.02782011
## Seg173.8               0.02782011
## Seg5994.1              0.02788098
## Seg12854.1             0.02788098
## Seg335.11              0.02792138
## Seg1115.6              0.02801251
## Seg3235.1              0.02802631
## Seg2753.1.2.57f48f7a   0.02806822
## Seg1721.13             0.02806822
## Seg4975.2              0.02814204
## Seg1770.7              0.02818579
## Seg11826.1             0.02818579
## Seg2314.7              0.02818579
## Seg302.1               0.02830697
## Seg1491.4              0.02833758
## Seg460.13              0.02854160
## Seg1765.3              0.02863826
## Seg1028.3              0.02874468
## Seg733.6               0.02874468
## Seg862.3               0.02874468
## Seg1123.4              0.02874468
## Seg7157.1              0.02874468
## Seg2192.4              0.02874468
## Seg1341.4              0.02874468
## Seg1796.2              0.02874468
## Seg5671.2              0.02874468
## Seg552.3               0.02874468
## Seg2482.1              0.02874468
## Seg2645.2              0.02874468
## Seg4381.1              0.02874468
## Seg1556.24.2.57f48f77  0.02874468
## Seg4466.3              0.02877125
## Seg2096.6              0.02878947
## Seg1379.1              0.02879848
## Seg1091.24             0.02880556
## Seg1333.7              0.02880727
## Seg267.7               0.02880727
## Seg5063.5              0.02880727
## Seg3897.2              0.02880727
## Seg708.15              0.02880727
## Seg738.3               0.02880727
## Seg169.11              0.02880727
## Seg1118.1              0.02880727
## Seg453.2               0.02881942
## Seg200.2               0.02884223
## Seg1783.8              0.02895278
## Seg1183.10             0.02895278
## Seg1095.5              0.02895278
## Seg3117.1.4.57f48f7a   0.02895278
## Seg1946.6              0.02895744
## Seg2052.9              0.02908587
## Seg306.7               0.02917219
## Seg4880.1              0.02917219
## Seg192.1               0.02917219
## Seg1029.7              0.02917219
## Seg1147.8              0.02917219
## Seg94.5                0.02917219
## Seg385.22              0.02917219
## Seg776.2               0.02917219
## Seg4018.2.2.57f48f7b   0.02917219
## Seg2754.7              0.02917219
## Seg1095.23             0.02917219
## Seg331.4               0.02917219
## Seg607.8               0.02917219
## Seg385.24              0.02922047
## Seg2341.2              0.02922047
## Seg3042.1              0.02922047
## Seg328.6               0.02922047
## Seg2104.2              0.02922047
## Seg1882.13             0.02926323
## Seg1131.10             0.02931274
## Seg4425.3              0.02931605
## Seg7335.1              0.02936179
## Seg998.2               0.02936493
## Seg2838.2              0.02936493
## Seg3367.1              0.02936724
## Seg8218.1              0.02936724
## Seg3616.3              0.02936724
## Seg2375.3.1.57f48f79   0.02936724
## Seg1437.7              0.02936724
## Seg1074.9              0.02936724
## Seg1693.10             0.02936724
## Seg1623.1              0.02936724
## Seg1800.1              0.02936724
## Seg2150.7              0.02936724
## Seg73.3                0.02936724
## Seg1950.2              0.02943152
## Seg122.3               0.02943152
## Seg161.7               0.02944283
## Seg1816.3              0.02944283
## Seg5088.1              0.02950022
## Seg7968.2              0.02952613
## Seg1947.5.1.57f48f78   0.02952613
## Seg1839.11             0.02952613
## Seg2390.1              0.02952613
## Seg1674.3              0.02952613
## Seg589.7               0.02952613
## Seg6373.1              0.02952613
## Seg2709.3              0.02952613
## Seg902.2               0.02952613
## Seg1103.4              0.02952613
## Seg2359.4              0.02952613
## Seg2797.7              0.02952613
## Seg2944.2              0.02952613
## Seg3589.9              0.02952613
## Seg8443.1              0.02952613
## Seg2286.4              0.02952613
## Seg224.9               0.02952613
## Seg1771.9.1.57f48f78   0.02952613
## Seg9569.1              0.02952613
## Seg656.3               0.02972902
## Seg697.2               0.02980043
## Seg265.3               0.02982963
## Seg1019.8              0.02982963
## Seg2749.4              0.02982963
## Seg7591.2              0.02984781
## Seg1721.11             0.02986304
## Seg2666.3              0.02986304
## Seg6854.3              0.02986304
## Seg1243.2.1.57f48f76   0.02987101
## Seg800.7               0.02992232
## Seg765.4               0.02992232
## Seg458.2               0.02994658
## Seg485.2               0.02994658
## Seg3985.2              0.02994658
## Seg933.6               0.02996251
## Seg6703.1              0.02996251
## Seg15.3                0.02996251
## Seg1965.6              0.02997316
## Seg9834.1              0.02999016
## Seg1946.8              0.02999016
## Seg3525.1.1.57f48f7a   0.02999844
## Seg7394.1              0.02999844
## Seg1699.5              0.03000347
## Seg425.4.3.57f48f7b    0.03001708
## Seg1552.2              0.03002926
## Seg2127.2              0.03002926
## Seg7572.1              0.03006380
## Seg2085.8              0.03006380
## Seg4121.1              0.03010966
## Seg2314.5              0.03021396
## Seg3193.3              0.03021396
## Seg4663.2              0.03021396
## Seg3.10.1.57f48f7a     0.03021396
## Seg2168.3              0.03021396
## Seg1104.2              0.03033108
## Seg1975.2.2.57f48f78   0.03033108
## Seg1705.3              0.03033108
## Seg1689.3              0.03034184
## Seg1070.2              0.03034724
## Seg3342.3              0.03034724
## Seg664.7               0.03034724
## Seg4194.2              0.03034724
## Seg14464.1             0.03034724
## Seg1228.1              0.03034724
## Seg1077.10             0.03034724
## Seg315.4               0.03034724
## Seg1439.10             0.03034724
## Seg2199.1.1.57f48f79   0.03034724
## Seg1221.6.1.57f48f75   0.03034724
## Seg5571.1              0.03034724
## Seg1716.20             0.03034724
## Seg357.4               0.03034724
## Seg1447.3              0.03034724
## Seg1849.1              0.03034724
## Seg53.8                0.03034724
## Seg1474.8              0.03034724
## Seg6707.1.1.57f48f7d   0.03042887
## Seg59.4                0.03046679
## Seg2575.2              0.03054893
## Seg1987.1              0.03058056
## Seg804.13              0.03058056
## Seg1304.8              0.03058056
## Seg1854.3              0.03058056
## Seg5045.1              0.03058056
## Seg1733.2              0.03062164
## Seg5815.2              0.03062484
## Seg1739.15             0.03065138
## Seg2944.2.1.57f48f7a   0.03067983
## Seg4799.4              0.03074026
## Seg404.11              0.03074026
## Seg3453.3              0.03087750
## Seg2594.1              0.03093802
## Seg366.9               0.03096593
## Seg571.3               0.03096593
## Seg1882.2              0.03096593
## Seg430.3               0.03096593
## Seg234.3               0.03106966
## Seg1242.1              0.03106966
## Seg2091.1              0.03106966
## Seg725.2               0.03106966
## Seg3706.6              0.03106966
## Seg1393.8              0.03111946
## Seg1390.7              0.03111946
## Seg18.9                0.03111946
## Seg1727.6              0.03111946
## Seg1816.7              0.03111946
## Seg258.4               0.03111946
## Seg42.9                0.03111946
## Seg3911.2              0.03111946
## Seg5068.2              0.03111946
## Seg1044.4.1.57f48f75   0.03111946
## Seg172.6               0.03116271
## Seg1219.3              0.03116271
## Seg1975.5              0.03116271
## Seg786.1               0.03121212
## Seg1054.6              0.03122988
## Seg1586.9              0.03122988
## Seg1300.8              0.03128274
## Seg2548.2              0.03128274
## Seg362.7               0.03154377
## Seg8997.1              0.03160228
## Seg381.25              0.03160228
## Seg5671.1              0.03160228
## Seg1737.8              0.03163594
## Seg1499.4              0.03163594
## Seg8997.2              0.03170868
## Seg1426.8              0.03184867
## Seg1817.4              0.03185787
## Seg551.5               0.03189058
## Seg9950.1              0.03189375
## Seg4119.2              0.03195612
## Seg5893.1              0.03196976
## Seg3680.2              0.03197452
## Seg1184.2.10.57f48f75  0.03197660
## Seg1769.8              0.03202650
## Seg1670.4              0.03202650
## Seg2175.1              0.03202650
## Seg3419.4              0.03202650
## Seg2695.3              0.03202650
## Seg1159.3              0.03202650
## Seg489.2               0.03203868
## Seg3186.2              0.03209658
## Seg1064.1              0.03209658
## Seg3202.2              0.03209846
## Seg576.4               0.03215855
## Seg639.8               0.03215855
## Seg1399.8              0.03215855
## Seg438.12              0.03217512
## Seg1960.6.1.57f48f78   0.03221814
## Seg2865.1              0.03221814
## Seg7733.2              0.03222401
## Seg1458.6              0.03222401
## Seg841.23              0.03227221
## Seg4119.6              0.03227221
## Seg865.2               0.03227221
## Seg2199.5              0.03229233
## Seg164.13              0.03230429
## Seg2410.3              0.03234782
## Seg2818.2              0.03234782
## Seg2681.4              0.03234782
## Seg1677.2              0.03234782
## Seg624.4               0.03234782
## Seg4294.3              0.03234782
## Seg352.8               0.03234782
## Seg551.2               0.03234782
## Seg1556.24.1.57f48f77  0.03234782
## Seg1902.4              0.03234782
## Seg2407.6              0.03234782
## Seg2870.2              0.03234782
## Seg1258.1              0.03234782
## Seg1149.1              0.03234782
## Seg4799.3              0.03234782
## Seg1526.8              0.03234782
## Seg3689.1              0.03234782
## Seg153.11              0.03238056
## Seg6531.1              0.03242416
## Seg2237.2              0.03242416
## Seg811.6               0.03242416
## Seg1218.7.1.57f48f75   0.03242416
## Seg6255.3              0.03242416
## Seg1878.1              0.03242416
## Seg2002.4              0.03242416
## Seg2326.7              0.03242416
## Seg8862.1              0.03242416
## Seg11118.1             0.03242416
## Seg792.3               0.03242416
## Seg756.6               0.03242416
## Seg319.7               0.03242416
## Seg1927.1              0.03242416
## Seg4636.1              0.03242416
## Seg3787.2              0.03242416
## Seg378.21_Seg378.17    0.03244592
## Seg1916.5              0.03273961
## Seg2213.7              0.03273961
## Seg2779.1              0.03273961
## Seg965.1               0.03286869
## Seg2682.1              0.03288109
## Seg2052.6              0.03288109
## Seg1266.1.1.57f48f76   0.03288109
## Seg3239.3              0.03291268
## Seg1184.2.11.57f48f75  0.03298561
## Seg2113.1              0.03300270
## Seg2353.7              0.03300270
## Seg780.3               0.03300270
## Seg6433.1              0.03300888
## Seg19.3                0.03301893
## Seg150.6.2.57f48f76    0.03301983
## Seg4360.3              0.03306582
## Seg287.12              0.03306861
## Seg6785.2              0.03306861
## Seg3351.3              0.03306861
## Seg1634.9              0.03306861
## Seg2054.2.2.57f48f79   0.03306861
## Seg301.2               0.03306861
## Seg1176.6              0.03306861
## Seg224.8               0.03306861
## Seg6214.2              0.03319158
## Seg4403.1              0.03320709
## Seg770.5               0.03330170
## Seg1744.2.3.57f48f78   0.03331111
## Seg229.14              0.03331880
## Seg1721.1              0.03331880
## Seg2716.2.1.57f48f7a   0.03331880
## Seg372.1.2.57f48f7b    0.03331880
## Seg1738.4              0.03331880
## Seg3745.2              0.03331880
## Seg665.3               0.03331880
## Seg4030.1              0.03331880
## Seg3473.5              0.03332243
## Seg2871.2              0.03339944
## Seg98.3                0.03340105
## Seg4593.1              0.03348494
## Seg1166.5              0.03350007
## Seg93.7.1.57f48f7e     0.03355275
## Seg2440.6              0.03359820
## Seg1582.16             0.03359820
## Seg7467.1              0.03359820
## Seg832.3               0.03370463
## Seg9072.1              0.03373001
## Seg1026.3              0.03373001
## Seg3325.4              0.03380177
## Seg4873.1              0.03381204
## Seg5138.1              0.03381204
## Seg1926.1              0.03381204
## Seg1010.27             0.03381204
## Seg5688.3              0.03381204
## Seg1000.8              0.03381204
## Seg1495.1              0.03381204
## Seg1922.2              0.03381204
## Seg10119.1             0.03381204
## Seg1723.6              0.03381204
## Seg3610.1              0.03381204
## Seg4012.1              0.03381204
## Seg418.13              0.03381204
## Seg1268.10             0.03381204
## Seg4825.4              0.03381204
## Seg1361.3              0.03381204
## Seg1300.5              0.03381204
## Seg897.4               0.03381204
## Seg2269.5              0.03381204
## Seg11781.1             0.03381204
## Seg7799.1              0.03381204
## Seg5758.2              0.03381204
## Seg120.7               0.03381782
## Seg118.4.1.57f48f75    0.03381782
## Seg253.3               0.03381782
## Seg1319.9              0.03381782
## Seg6917.1              0.03385351
## Seg1726.6              0.03396258
## Seg1668.2              0.03396258
## Seg1838.4              0.03396258
## Seg1422.13             0.03396258
## Seg778.3               0.03396258
## Seg66.5                0.03396258
## Seg7453.1              0.03396258
## Seg6465.1              0.03404736
## Seg535.3               0.03404736
## Seg6771.1              0.03404736
## Seg10219.1             0.03404736
## Seg2303.2              0.03404736
## Seg2551.3              0.03404736
## Seg1289.10.1.57f48f76  0.03404736
## Seg7397.1              0.03404736
## Seg9192.1              0.03404736
## Seg5361.2              0.03405672
## Seg572.2               0.03418921
## Seg3794.3              0.03419941
## Seg2343.4              0.03423387
## Seg1558.4              0.03423513
## Seg3224.2              0.03423513
## Seg9737.2              0.03423513
## Seg1726.3              0.03423513
## Seg2316.2              0.03429078
## Seg949.9.1.57f48f7e    0.03431794
## Seg503.12              0.03432573
## Seg3161.1              0.03434829
## Seg4961.2              0.03434829
## Seg2319.5              0.03434829
## Seg764.3.1.57f48f7d    0.03434829
## Seg2150.3              0.03434829
## Seg367.2               0.03435422
## Seg9803.1              0.03437443
## Seg1144.6              0.03442327
## Seg72.13               0.03442437
## Seg1433.4              0.03454156
## Seg6218.1              0.03463870
## Seg9725.1              0.03463870
## Seg2399.2              0.03463870
## Seg1540.11             0.03470573
## Seg779.5.2.57f48f7e    0.03470573
## Seg2173.3              0.03470573
## Seg3717.1              0.03470900
## Seg1450.28             0.03476842
## Seg1969.5              0.03477004
## Seg42.14               0.03490338
## Seg1311.7              0.03490338
## Seg153.13              0.03495289
## Seg822.7               0.03510093
## Seg3146.5              0.03512872
## Seg1513.2              0.03513022
## Seg920.3               0.03513022
## Seg691.8.2.57f48f7d    0.03515281
## Seg1574.16             0.03515281
## Seg1359.9              0.03542842
## Seg2346.9              0.03551548
## Seg5073.2              0.03552675
## Seg1675.1              0.03552675
## Seg39.8                0.03555065
## Seg114.11              0.03556852
## Seg1123.14             0.03556852
## Seg977.5               0.03556852
## Seg6790.1              0.03556852
## Seg460.11              0.03556852
## Seg780.5               0.03556852
## Seg910.4               0.03556852
## Seg4085.1              0.03556874
## Seg6190.1              0.03556874
## Seg3257.4              0.03556874
## Seg1821.8              0.03556874
## Seg1445.3              0.03557506
## Seg7695.2              0.03557506
## Seg2345.2              0.03557506
## Seg6395.1              0.03557506
## Seg791.1               0.03560940
## Seg435.11              0.03565168
## Seg895.3               0.03565168
## Seg4614.3              0.03572295
## Seg1754.1              0.03577138
## Seg2137.3              0.03577138
## Seg852.10              0.03577138
## Seg6607.2              0.03578490
## Seg994.2               0.03598367
## Seg6474.1              0.03598367
## Seg1338.7              0.03622863
## Seg1452.13             0.03623486
## Seg1186.1              0.03623486
## Seg440.1               0.03623486
## Seg733.12              0.03623486
## Seg3298.1              0.03623486
## Seg406.3               0.03623603
## Seg6022.3              0.03623603
## Seg1528.6              0.03623903
## Seg3716.4              0.03624469
## Seg255.4               0.03624469
## Seg2461.1              0.03632197
## Seg1091.20             0.03632199
## Seg3163.8              0.03632275
## Seg6437.1              0.03637019
## Seg1234.1              0.03638727
## Seg3706.1              0.03645669
## Seg2701.7              0.03645669
## Seg156.3               0.03646340
## Seg1010.5              0.03648546
## Seg1876.7              0.03650644
## Seg1538.2              0.03650644
## Seg3100.5              0.03650644
## Seg1275.3              0.03650644
## Seg9903.1              0.03650644
## Seg518.10              0.03650836
## Seg5211.1              0.03651505
## Seg5089.1              0.03651631
## Seg1555.2              0.03651631
## Seg731.12              0.03651631
## Seg7267.1              0.03651631
## Seg1058.1              0.03653559
## Seg1708.5              0.03653559
## Seg5113.1              0.03654005
## Seg1512.4.1.57f48f76   0.03656173
## Seg2091.8              0.03656173
## Seg80.10               0.03664778
## Seg3759.3              0.03667097
## Seg1333.1              0.03672626
## Seg353.10              0.03673995
## Seg1095.25             0.03690835
## Seg1371.1              0.03690939
## Seg2253.6              0.03690939
## Seg4752.2              0.03694270
## Seg1139.5              0.03694270
## Seg495.1               0.03701824
## Seg208.6               0.03705260
## Seg6863.1              0.03705260
## Seg164.9               0.03711397
## Seg675.24              0.03711397
## Seg4860.2              0.03712533
## Seg3750.2              0.03712533
## Seg2480.5              0.03713407
## Seg533.9               0.03723718
## Seg8060.1              0.03726462
## Seg419.3               0.03727046
## Seg577.2.1.57f48f7c    0.03732175
## Seg118.7               0.03732483
## Seg5758.3              0.03732483
## Seg1524.3              0.03735918
## Seg2590.3              0.03735918
## Seg3758.2              0.03736094
## Seg1770.6              0.03739976
## Seg1882.11             0.03739976
## Seg6667.1              0.03740742
## Seg1674.6              0.03749157
## Seg1756.16             0.03750321
## Seg692.1               0.03751841
## Seg291.1               0.03751841
## Seg10242.1             0.03751841
## Seg1477.5              0.03751841
## Seg803.4               0.03764829
## Seg856.3               0.03769904
## Seg3.4                 0.03774328
## Seg9503.1              0.03779980
## Seg6527.1              0.03790267
## Seg12583.1             0.03790267
## Seg239.3               0.03790640
## Seg154.3               0.03795501
## Seg2936.1              0.03797434
## Seg68.8.2.57f48f7d     0.03799018
## Seg6660.1              0.03819654
## Seg5689.1              0.03819654
## Seg1647.12             0.03819654
## Seg99.5                0.03819654
## Seg940.16              0.03819654
## Seg1190.9              0.03819654
## Seg1029.9              0.03819654
## Seg2660.1              0.03826552
## Seg147.4               0.03826552
## Seg1120.2              0.03827833
## Seg762.4               0.03828837
## Seg190.15              0.03828837
## Seg1602.1              0.03828837
## Seg3470.4              0.03828837
## Seg1232.25             0.03831878
## Seg2008.4              0.03834694
## Seg1374.6              0.03847047
## Seg6630.1              0.03847548
## Seg1232.13.3.57f48f75  0.03848227
## Seg1731.8              0.03848227
## Seg1019.11             0.03848227
## Seg1631.1              0.03848227
## Seg2889.4              0.03848227
## Seg1348.5              0.03848227
## Seg1727.5              0.03856604
## Seg1964.1              0.03861147
## Seg2515.3              0.03861147
## Seg1459.2.3.57f48f76   0.03861147
## Seg3364.1              0.03862340
## Seg167.12              0.03868204
## Seg1394.7              0.03868204
## Seg2941.1.1.57f48f7a   0.03891294
## Seg235.9               0.03891294
## Seg722.1.1.57f48f7d    0.03891294
## Seg4697.2              0.03902272
## Seg768.2               0.03917846
## Seg2012.10             0.03918355
## Seg5509.2              0.03918355
## Seg41.5                0.03926067
## Seg4806.3              0.03926067
## Seg1719.5              0.03927372
## Seg3247.3              0.03943505
## Seg1348.8.2.57f48f76   0.03946985
## Seg758.6               0.03949013
## Seg1507.6              0.03949013
## Seg369.3               0.03952841
## Seg97.8                0.03952841
## Seg5681.1              0.03969862
## Seg1146.2              0.03991138
## Seg1076.5.3.57f48f75   0.03996574
## Seg1063.6              0.04004500
## Seg4226.1              0.04007816
## Seg1664.1              0.04016164
## Seg979.1               0.04022742
## Seg581.9               0.04023673
## Seg1664.20             0.04023673
## Seg647.3               0.04023831
## Seg1933.1              0.04023935
## Seg3253.4              0.04029777
## Seg3511.1              0.04029777
## Seg3840.1.1.57f48f7b   0.04030102
## Seg3.19                0.04030102
## Seg1807.2.3.57f48f78   0.04030102
## Seg9214.1              0.04030102
## Seg3613.1              0.04032117
## Seg900.13              0.04036641
## Seg7882.1              0.04046583
## Seg893.9               0.04046583
## Seg233.4               0.04046583
## Seg3654.1              0.04048521
## Seg501.1               0.04049444
## Seg675.9               0.04049482
## Seg451.3               0.04059602
## Seg1826.9              0.04059602
## Seg59.3                0.04061940
## Seg687.1               0.04063001
## Seg30.2                0.04064073
## Seg4996.1              0.04064073
## Seg873.15              0.04064073
## Seg4515.1              0.04064073
## Seg599.4               0.04064073
## Seg2889.3              0.04064073
## Seg2862.3              0.04064073
## Seg3742.1              0.04064084
## Seg1717.12             0.04068097
## Seg2319.2              0.04069463
## Seg1807.2.1.57f48f78   0.04069463
## Seg1488.3              0.04078415
## Seg2513.2              0.04083373
## Seg2634.1              0.04084234
## Seg1416.5              0.04088738
## Seg1600.2              0.04092546
## Seg2901.2              0.04092546
## Seg755.2               0.04098710
## Seg1172.12             0.04098710
## Seg3153.1              0.04098710
## Seg5314.2              0.04098710
## Seg116.1               0.04098727
## Seg1825.1              0.04098727
## Seg684.5               0.04109527
## Seg223.7               0.04109527
## Seg9688.1              0.04110088
## Seg1952.4              0.04124687
## Seg919.2               0.04124687
## Seg706.7               0.04134364
## Seg1860.4              0.04134913
## Seg1561.2              0.04135022
## Seg3754.4              0.04138348
## Seg284.6               0.04158280
## Seg5544.1              0.04166709
## Seg798.4               0.04166709
## Seg3094.1              0.04167741
## Seg1519.2              0.04168665
## Seg456.2               0.04192948
## Seg709.9               0.04192948
## Seg826.6.2.57f48f7e    0.04192948
## Seg1793.8              0.04192948
## Seg103.6               0.04196010
## Seg4806.2              0.04201951
## Seg656.2               0.04204122
## Seg3853.1              0.04213613
## Seg1662.19             0.04221219
## Seg1705.2              0.04221219
## Seg4277.1              0.04221219
## Seg4269.2              0.04221219
## Seg1798.3              0.04221375
## Seg13980.1             0.04231638
## Seg3889.2              0.04238589
## Seg10635.1             0.04248071
## Seg984.15              0.04249796
## Seg2997.2              0.04249796
## Seg463.6               0.04251043
## Seg3620.3              0.04253823
## Seg446.6               0.04253941
## Seg4430.2              0.04259129
## Seg1730.2              0.04259129
## Seg5316.1              0.04259129
## Seg1027.15             0.04259129
## Seg967.1               0.04259129
## Seg4949.3              0.04259129
## Seg2160.6              0.04259129
## Seg778.2               0.04263813
## Seg3667.3              0.04268199
## Seg290.1               0.04268199
## Seg6266.3              0.04269851
## Seg4639.1              0.04269851
## Seg7613.1              0.04269851
## Seg1121.34             0.04269851
## Seg7299.1              0.04269851
## Seg1021.4              0.04269851
## Seg1121.26             0.04269851
## Seg2573.5              0.04271713
## Seg611.2               0.04271713
## Seg5651.1              0.04275115
## Seg1180.5              0.04285148
## Seg883.6               0.04285933
## Seg4202.3              0.04292850
## Seg1439.11             0.04292850
## Seg1431.4              0.04292850
## Seg65.9.1.57f48f7d     0.04292850
## Seg3267.2.1.57f48f7a   0.04292850
## Seg3727.1              0.04292850
## Seg3541.3              0.04292850
## Seg1700.3              0.04292850
## Seg1399.4              0.04295006
## Seg2895.3              0.04295006
## Seg5572.1              0.04295006
## Seg894.5               0.04295006
## Seg1521.1              0.04300655
## Seg1451.6              0.04306455
## Seg2079.2              0.04306455
## Seg1027.10             0.04306455
## Seg1549.9              0.04306455
## Seg5688.1              0.04306455
## Seg1275.8              0.04310648
## Seg1092.7              0.04310648
## Seg572.1               0.04312634
## Seg1338.5              0.04325274
## Seg6516.1              0.04327431
## Seg5820.1              0.04330357
## Seg1214.1              0.04330357
## Seg1158.4              0.04330977
## Seg2124.4              0.04330977
## Seg2166.3              0.04330977
## Seg4366.2              0.04333876
## Seg3346.1              0.04333876
## Seg2127.3              0.04333876
## Seg216.3               0.04340224
## Seg1853.10             0.04343010
## Seg2105.1              0.04344454
## Seg122.8               0.04344454
## Seg1434.3              0.04344454
## Seg3.10                0.04351217
## Seg3143.2              0.04359335
## Seg3165.1              0.04359335
## Seg555.11              0.04359335
## Seg3718.2              0.04361041
## Seg2041.5.1.57f48f78   0.04361041
## Seg1624.7              0.04361910
## Seg4269.4              0.04367150
## Seg2150.5              0.04367150
## Seg7809.1              0.04367150
## Seg2731.3              0.04367150
## Seg1073.6              0.04367150
## Seg3580.1              0.04367150
## Seg350.7               0.04367150
## Seg855.2               0.04367150
## Seg6546.2              0.04367150
## Seg279.5               0.04368514
## Seg1762.10             0.04370957
## Seg5814.1              0.04373930
## Seg1381.2              0.04386198
## Seg3103.7              0.04386198
## Seg1953.2              0.04386198
## Seg1305.12             0.04386198
## Seg7278.1              0.04386454
## Seg6752.3              0.04386454
## Seg2261.2              0.04386454
## Seg1987.3              0.04386454
## Seg2294.3              0.04386454
## Seg2961.1              0.04389999
## Seg2117.2              0.04393795
## Seg137.2               0.04393795
## Seg2849.1              0.04395370
## Seg13.12               0.04398244
## Seg5102.2              0.04398244
## Seg273.1               0.04398244
## Seg818.10              0.04398244
## Seg4002.5              0.04398428
## Seg2530.7              0.04398746
## Seg5567.3              0.04401450
## Seg1403.6_Seg1403.7    0.04401450
## Seg2963.2              0.04401450
## Seg7111.1              0.04411037
## Seg2949.1              0.04432457
## Seg7150.1              0.04432457
## Seg649.14              0.04435864
## Seg3135.3              0.04437534
## Seg6703.2              0.04437534
## Seg503.3               0.04437534
## Seg3887.1              0.04437534
## Seg2082.1              0.04437534
## Seg12214.1             0.04437534
## Seg503.6               0.04437534
## Seg1091.8              0.04437534
## Seg1479.8.2.57f48f76   0.04437534
## Seg1460.2              0.04437534
## Seg2565.1              0.04439294
## Seg1077.21             0.04439294
## Seg1559.2              0.04439294
## Seg3307.2.1.57f48f7a   0.04440415
## Seg5508.3              0.04440415
## Seg473.1               0.04440415
## Seg933.5               0.04440415
## Seg705.2               0.04444613
## Seg918.6               0.04445627
## Seg980.5               0.04452838
## Seg622.5               0.04452838
## Seg5225.1              0.04454646
## Seg3752.1              0.04458990
## Seg1471.10             0.04458990
## Seg700.8               0.04458990
## Seg1342.11             0.04470502
## Seg1405.8.1.57f48f76   0.04472002
## Seg110.6               0.04472002
## Seg1324.4              0.04472002
## Seg424.2               0.04472002
## Seg8289.2              0.04472002
## Seg3944.3              0.04472002
## Seg2598.2              0.04484490
## Seg3110.1              0.04486367
## Seg2189.8              0.04496335
## Seg2783.1              0.04500449
## Seg4101.1              0.04500449
## Seg703.7               0.04500449
## Seg932.11              0.04501501
## Seg2241.7              0.04509559
## Seg1267.5              0.04509559
## Seg3125.2              0.04519678
## Seg897.3               0.04520628
## Seg2490.2              0.04521939
## Seg2682.7              0.04521939
## Seg2806.1              0.04521939
## Seg5987.1              0.04524318
## Seg2954.3.1.57f48f7a   0.04542589
## Seg4276.1              0.04542657
## Seg114.7               0.04547024
## Seg1903.2              0.04565293
## Seg3979.5              0.04565293
## Seg2497.5              0.04565293
## Seg1604.3              0.04565293
## Seg1010.20.1.57f48f75  0.04567265
## Seg1688.5              0.04567265
## Seg2149.1              0.04567265
## Seg1517.11             0.04567265
## Seg394.3               0.04567265
## Seg301.5               0.04567265
## Seg2595.1              0.04576345
## Seg2343.2              0.04581015
## Seg2171.4              0.04583151
## Seg2416.2.1.57f48f79   0.04583151
## Seg419.4               0.04583151
## Seg278.5               0.04584884
## Seg5642.1              0.04584884
## Seg2294.8              0.04584884
## Seg9250.2              0.04584884
## Seg1679.1              0.04584884
## Seg1410.9              0.04589429
## Seg3287.4              0.04589429
## Seg355.5               0.04589429
## Seg5965.1              0.04589429
## Seg2129.3              0.04589429
## Seg8913.3              0.04589429
## Seg61.5                0.04601853
## Seg997.1               0.04601853
## Seg5613.2              0.04601853
## Seg2398.6              0.04603305
## Seg806.13.1.57f48f7e   0.04620154
## Seg2650.2              0.04621357
## Seg1947.7              0.04625245
## Seg1914.4              0.04626425
## Seg2257.3              0.04637609
## Seg6848.2              0.04638848
## Seg7267.2              0.04648575
## Seg2192.8.1.57f48f79   0.04650644
## Seg2370.3              0.04650715
## Seg1449.1              0.04650715
## Seg5186.1              0.04653457
## Seg235.7               0.04653457
## Seg349.4               0.04660377
## Seg501.2               0.04667084
## Seg1731.2              0.04667084
## Seg6255.2              0.04667084
## Seg3106.5              0.04667590
## Seg22.2                0.04667590
## Seg991.4               0.04667590
## Seg7196.2              0.04670519
## Seg4679.3              0.04675598
## Seg1876.6              0.04677343
## Seg4329.4              0.04677343
## Seg4278.3              0.04677343
## Seg1143.7              0.04677343
## Seg3796.2              0.04677343
## Seg1662.5              0.04677343
## Seg3270.2              0.04678265
## Seg425.6               0.04678265
## Seg880.9               0.04678265
## Seg2837.2.1.57f48f7a   0.04678265
## Seg2850.3              0.04678265
## Seg756.7               0.04680284
## Seg3106.4              0.04680284
## Seg1044.8              0.04682756
## Seg3685.2              0.04684518
## Seg3985.3              0.04684518
## Seg3204.1.3.57f48f7a   0.04692486
## Seg2476.1              0.04706958
## Seg1556.23             0.04708987
## Seg1818.6              0.04708987
## Seg1116.4              0.04712880
## Seg588.3               0.04721389
## Seg862.2               0.04725151
## Seg1353.7              0.04728085
## Seg1656.4              0.04730039
## Seg7111.2              0.04730039
## Seg3037.2              0.04737719
## Seg1714.8              0.04742818
## Seg886.2               0.04742818
## Seg190.11              0.04742951
## Seg3475.1              0.04753033
## Seg801.1               0.04753651
## Seg277.1               0.04753651
## Seg1454.5              0.04754042
## Seg1701.7              0.04766759
## Seg2363.3              0.04769112
## Seg843.16              0.04773172
## Seg3073.4              0.04776577
## Seg3157.3              0.04776577
## Seg1902.3              0.04776577
## Seg8966.1              0.04776577
## Seg3388.2              0.04776577
## Seg3693.1              0.04776577
## Seg4613.1              0.04792539
## Seg765.1               0.04807127
## Seg3752.2              0.04808247
## Seg1868.2              0.04811741
## Seg1883.7              0.04822957
## Seg772.5               0.04823938
## Seg230.23              0.04832208
## Seg1982.2              0.04834423
## Seg1363.26             0.04835359
## Seg688.4               0.04835359
## Seg3146.4              0.04852059
## Seg1850.8.5.57f48f78   0.04852059
## Seg4191.1              0.04862247
## Seg1741.6              0.04862247
## Seg1952.2              0.04866024
## Seg1312.3              0.04874148
## Seg1048.11             0.04882213
## Seg4716.1              0.04882213
## Seg7139.1              0.04895842
## Seg2208.5              0.04895902
## Seg748.3               0.04897216
## Seg147.7               0.04902406
## Seg6803.2              0.04902426
## Seg418.2               0.04905954
## Seg1997.3              0.04905954
## Seg7392.1              0.04917598
## Seg246.1               0.04923525
## Seg1596.1              0.04931059
## Seg3795.1              0.04937021
## Seg1069.1              0.04937206
## Seg4697.1              0.04938787
## Seg2577.1              0.04945246
## Seg4731.1              0.04963480
## Seg2412.5              0.04963480
## Seg3716.1              0.04972785
## Seg2942.5              0.04976044
## Seg585.5               0.04983459
## Seg2231.1              0.04991113
## Seg1496.7              0.04991113
## Seg6888.1              0.04991113
## Seg3539.1              0.04991113
## Seg3581.1              0.05001124
## Seg1365.9.4.57f48f76   0.05001849
## Seg1553.1              0.05001849
## Seg1371.7              0.05001849
## Seg20987.1             0.05003378
## Seg5481.1              0.05006637
## Seg3073.6              0.05009016
## Seg1067.5              0.05010988
## Seg557.1               0.05019378
## Seg1758.3              0.05026462
## Seg1914.5              0.05030662
## Seg1581.4              0.05033267
## Seg1796.10             0.05036408
## Seg974.14              0.05036790
## Seg2656.3              0.05036790
## Seg2328.3              0.05036790
## Seg668.1               0.05053618
## Seg8384.1              0.05053618
## Seg7397.2              0.05055554
## Seg1096.2              0.05076421
## Seg3058.1              0.05080058
## Seg3361.5              0.05086960
## Seg591.7               0.05086960
## Seg1318.3              0.05086960
## Seg68.7                0.05086960
## Seg746.7               0.05089352
## Seg7867.2              0.05091850
## Seg4697.4              0.05106786
## Seg2573.4              0.05107886
## Seg1476.4              0.05113092
## Seg2914.2              0.05115695
## Seg3114.1              0.05125832
## Seg4503.4              0.05142065
## Seg1137.3              0.05142065
## Seg919.4               0.05144088
## Seg1773.2              0.05148609
## Seg2142.8              0.05150688
## Seg1730.10             0.05150838
## Seg2239.3              0.05155814
## Seg5616.1              0.05157076
## Seg5060.1              0.05160546
## Seg4132.2              0.05163523
## Seg1311.4              0.05172501
## Seg230.14              0.05172501
## Seg1526.5              0.05172501
## Seg897.1               0.05174067
## Seg958.1               0.05174067
## Seg2178.7              0.05174067
## Seg6589.2              0.05174965
## Seg2105.8              0.05182063
## Seg5787.2              0.05182063
## Seg856.4               0.05182063
## Seg96.14               0.05182063
## Seg1181.1              0.05182319
## Seg1091.10             0.05194452
## Seg7227.2              0.05194452
## Seg533.6               0.05194452
## Seg418.3               0.05195227
## Seg1117.1              0.05195227
## Seg3541.2              0.05195227
## Seg2533.2              0.05201936
## Seg1542.9              0.05201936
## Seg1777.1              0.05201936
## Seg608.2               0.05202674
## Seg15526.1             0.05202674
## Seg246.9               0.05202674
## Seg298.26              0.05202674
## Seg311.7               0.05202674
## Seg1184.2.17.57f48f75  0.05202674
## Seg2182.4              0.05202674
## Seg9197.1              0.05203695
## Seg253.21              0.05224365
## Seg10350.1             0.05224738
## Seg3242.1              0.05224738
## Seg1393.4              0.05225324
## Seg528.1               0.05235251
## Seg1121.9              0.05237049
## Seg875.4               0.05253101
## Seg4055.5              0.05253138
## Seg2514.6              0.05253138
## Seg154.15              0.05253138
## Seg675.1               0.05282108
## Seg675.4               0.05282108
## Seg957.3               0.05295192
## Seg2698.3              0.05301080
## Seg5220.2              0.05308105
## Seg2281.5              0.05336979
## Seg4269.5              0.05344432
## Seg7499.1              0.05366808
## Seg13811.1             0.05368601
## Seg570.1               0.05369005
## Seg1345.15             0.05375129
## Seg330.7               0.05387134
## Seg7457.2              0.05387134
## Seg4894.2              0.05391409
## Seg1726.5              0.05391409
## Seg1866.7              0.05395126
## Seg394.2               0.05395126
## Seg1045.3              0.05395126
## Seg2567.3              0.05398579
## Seg3452.2              0.05421247
## Seg1883.5              0.05432522
## Seg4238.1              0.05432522
## Seg2345.6              0.05432522
## Seg888.4               0.05432522
## Seg13968.1             0.05442346
## Seg5180.1              0.05442346
## Seg1316.3              0.05442346
## Seg2682.1.1.57f48f79   0.05444869
## Seg10268.1             0.05455558
## Seg2543.1              0.05464834
## Seg1535.1              0.05469806
## Seg652.8               0.05473231
## Seg42.9.1.57f48f7b     0.05476617
## Seg5316.5              0.05483813
## Seg8292.1              0.05484264
## Seg3123.2.1.57f48f7a   0.05484264
## Seg551.6               0.05484264
## Seg698.1               0.05487021
## Seg1172.18             0.05487632
## Seg3713.1              0.05493580
## Seg1567.1              0.05493580
## Seg681.4               0.05503716
## Seg2421.4              0.05504845
## Seg694.7               0.05509111
## Seg2311.3              0.05509625
## Seg1650.1              0.05517926
## Seg471.1.1.57f48f7b    0.05518660
## Seg2701.3              0.05531068
## Seg2326.4              0.05532521
## Seg2139.9              0.05532978
## Seg2066.4              0.05542646
## Seg974.11              0.05547814
## Seg176.4               0.05550068
## Seg4850.2              0.05551771
## Seg991.1               0.05554413
## Seg1549.10             0.05560125
## Seg3163.4              0.05560278
## Seg1349.9              0.05560278
## Seg1108.11             0.05567147
## Seg3073.1              0.05567147
## Seg1753.2              0.05571407
## Seg2346.8              0.05586339
## Seg1680.7              0.05593530
## Seg4360.2              0.05600903
## Seg1289.7              0.05615205
## Seg5870.1              0.05620786
## Seg2700.2              0.05630206
## Seg529.6               0.05637060
## Seg12695.1             0.05639273
## Seg541.7               0.05639273
## Seg3163.7              0.05640689
## Seg2735.1              0.05645757
## Seg4846.2              0.05654052
## Seg1688.9              0.05663000
## Seg130.10              0.05683984
## Seg1335.1              0.05690184
## Seg2229.1              0.05696383
## Seg9010.1              0.05696383
## Seg8754.2              0.05696383
## Seg2002.7              0.05696383
## Seg4623.2              0.05696383
## Seg4029.1              0.05696383
## Seg1509.6              0.05703013
## Seg645.1               0.05703699
## Seg571.11              0.05707859
## Seg508.10              0.05714098
## Seg2077.4              0.05714098
## Seg925.1               0.05723702
## Seg844.2               0.05723702
## Seg6016.1              0.05734701
## Seg3571.1.1.57f48f7b   0.05757220
## Seg2477.4              0.05757220
## Seg1746.4              0.05757220
## Seg1855.3              0.05757220
## Seg1986.8              0.05764584
## Seg2924.2              0.05765045
## Seg6987.2              0.05765045
## Seg858.5               0.05765045
## Seg6072.1              0.05791520
## Seg6685.1              0.05791520
## Seg1644.15             0.05807491
## Seg253.19              0.05814049
## Seg1051.4              0.05814779
## Seg3232.3              0.05858518
## Seg2151.4              0.05867408
## Seg5875.1              0.05868932
## Seg3404.3              0.05875002
## Seg1666.18             0.05877673
## Seg1833.8              0.05877673
## Seg1670.7              0.05896063
## Seg554.7               0.05902713
## Seg4949.1              0.05913006
## Seg6273.1              0.05928686
## Seg5464.2              0.05928686
## Seg1488.2              0.05932603
## Seg5831.1              0.05932628
## Seg8867.1              0.05936894
## Seg1756.4              0.05936894
## Seg413.12              0.05936894
## Seg6201.1              0.05936894
## Seg794.4               0.05936894
## Seg451.5               0.05936894
## Seg1379.8              0.05936894
## Seg6387.2              0.05941255
## Seg1746.2              0.05961010
## Seg1415.12             0.05964509
## Seg1288.1              0.05977084
## Seg3759.1              0.05977084
## Seg2179.4              0.05981967
## Seg2049.4              0.05981967
## Seg1021.6              0.05981967
## Seg1890.1              0.05983203
## Seg1793.2              0.05983203
## Seg1698.7              0.05983203
## Seg1245.6              0.05983203
## Seg4203.1              0.05984255
## Seg843.8               0.05984255
## Seg1948.1              0.05995171
## Seg3123.3              0.05995171
## Seg4866.1              0.06000919
## Seg6544.1              0.06001660
## Seg6643.2              0.06003972
## Seg2449.3              0.06004692
## Seg7223.2              0.06012915
## Seg3620.1              0.06012915
## Seg11930.1             0.06017116
## Seg2881.8              0.06022396
## Seg862.4               0.06023066
## Seg2514.5              0.06024651
## Seg1333.9              0.06048009
## Seg2205.5              0.06049609
## Seg1501.10             0.06050550
## Seg359.8               0.06052747
## Seg5563.1              0.06062467
## Seg5970.1              0.06074584
## Seg1077.7              0.06074584
## Seg3186.4              0.06084203
## Seg1553.4              0.06097032
## Seg667.1.1.57f48f7d    0.06098905
## Seg4737.1              0.06102895
## Seg6062.2              0.06104167
## Seg4067.3              0.06104167
## Seg768.14.2.57f48f7e   0.06105704
## Seg59.2                0.06109041
## Seg1890.6              0.06119214
## Seg1273.5              0.06130578
## Seg2803.4              0.06130578
## Seg380.6               0.06130578
## Seg2954.9              0.06130578
## Seg1181.10             0.06143941
## Seg1058.4              0.06161815
## Seg1701.8              0.06171675
## Seg1107.3              0.06171675
## Seg3224.1              0.06180725
## Seg570.2               0.06182479
## Seg324.4               0.06184150
## Seg555.5               0.06184150
## Seg2163.1              0.06184624
## Seg4019.1              0.06200974
## Seg12884.1             0.06208125
## Seg1570.5              0.06236860
## Seg1890.7              0.06245780
## Seg6654.1              0.06247239
## Seg1682.9              0.06254491
## Seg5193.2              0.06255751
## Seg1558.2              0.06255751
## Seg191.6               0.06255751
## Seg1704.12             0.06263188
## Seg331.2               0.06263355
## Seg3578.1              0.06263355
## Seg2678.6              0.06265591
## Seg9838.1              0.06272834
## Seg7899.2              0.06278282
## Seg10534.1             0.06281377
## Seg678.1               0.06282803
## Seg5231.1.1.57f48f7c   0.06283819
## Seg2018.2              0.06283819
## Seg2167.4              0.06291886
## Seg3345.2              0.06315842
## Seg1166.4              0.06318841
## Seg4215.1              0.06318841
## Seg3005.1              0.06324125
## Seg783.2               0.06348607
## Seg2020.1              0.06350899
## Seg684.4               0.06350899
## Seg4355.2              0.06356478
## Seg6905.2              0.06378410
## Seg1201.1              0.06380247
## Seg1835.10             0.06380247
## Seg5099.1              0.06380247
## Seg4939.2              0.06388428
## Seg2960.4              0.06390787
## Seg7865.1.1.57f48f7e   0.06399125
## Seg3694.1              0.06399375
## Seg1127.5              0.06403028
## Seg187.5               0.06403028
## Seg8145.1              0.06421376
## Seg675.6.1.57f48f7d    0.06421376
## Seg1666.17             0.06421376
## Seg360.3               0.06421376
## Seg811.15              0.06421376
## Seg2884.3              0.06421376
## Seg1983.10             0.06421376
## Seg1147.4              0.06421557
## Seg306.2               0.06421557
## Seg3661.1              0.06422006
## Seg68.8.4.57f48f7d     0.06422006
## Seg382.12              0.06424063
## Seg1775.11             0.06439143
## Seg991.5               0.06447500
## Seg1522.9              0.06447500
## Seg1370.3              0.06467241
## Seg1229.2              0.06476240
## Seg2984.1              0.06479414
## Seg254.4               0.06497182
## Seg715.3               0.06501136
## Seg1268.7              0.06501136
## Seg305.6               0.06506684
## Seg1771.6              0.06506864
## Seg768.6               0.06507790
## Seg1691.12             0.06514373
## Seg420.7               0.06515506
## Seg203.7               0.06515506
## Seg802.4               0.06515506
## Seg760.1               0.06515506
## Seg3304.6              0.06531920
## Seg2054.2              0.06539386
## Seg2129.6              0.06539386
## Seg2652.2              0.06551484
## Seg8748.1              0.06552750
## Seg5510.1              0.06553733
## Seg2103.7              0.06564698
## Seg2783.6              0.06579245
## Seg445.1               0.06586305
## Seg3953.4              0.06587404
## Seg3844.1.1.57f48f7b   0.06587444
## Seg906.4               0.06587444
## Seg935.9               0.06587444
## Seg752.10              0.06591629
## Seg4966.1              0.06593834
## Seg1847.6              0.06602242
## Seg7103.2              0.06615509
## Seg1015.2              0.06619806
## Seg7107.2              0.06619847
## Seg4026.1              0.06636022
## Seg4697.5              0.06638636
## Seg1474.10             0.06638636
## Seg1249.1_Seg1249.3    0.06645169
## Seg1446.7              0.06645361
## Seg2301.9              0.06653412
## Seg2587.2              0.06673192
## Seg3898.2              0.06673192
## Seg8692.1              0.06676096
## Seg1903.4              0.06676096
## Seg2353.6              0.06700005
## Seg5407.4              0.06715871
## Seg616.6               0.06715871
## Seg1902.2              0.06716593
## Seg643.8.1.57f48f7d    0.06720691
## Seg690.12.1.57f48f7d   0.06720691
## Seg687.3               0.06728826
## Seg1734.5              0.06757641
## Seg3755.3              0.06764459
## Seg3232.1              0.06778657
## Seg1628.1              0.06778657
## Seg5939.3              0.06778657
## Seg1517.3              0.06780993
## Seg4895.1              0.06793967
## Seg3839.2              0.06794545
## Seg4614.4              0.06794545
## Seg4826.4              0.06797091
## Seg1966.5              0.06810562
## Seg1514.2.1.57f48f76   0.06810562
## Seg4632.1              0.06813387
## Seg4457.3              0.06813387
## Seg3981.2              0.06813387
## Seg1986.7              0.06815890
## Seg118.5               0.06817212
## Seg782.4               0.06824148
## Seg816.7               0.06828937
## Seg4868.1              0.06828937
## Seg4427.4              0.06848839
## Seg2223.2              0.06853797
## Seg1394.4              0.06869670
## Seg13582.1             0.06871105
## Seg1490.1              0.06872101
## Seg3830.1              0.06876485
## Seg1884.2              0.06878179
## Seg2605.4              0.06890022
## Seg258.2               0.06890022
## Seg4067.5              0.06891738
## Seg420.7.1.57f48f7b    0.06891738
## Seg3162.2              0.06901121
## Seg9885.1              0.06901554
## Seg1115.2              0.06914078
## Seg2533.1              0.06921599
## Seg3734.4              0.06922139
## Seg1959.2              0.06934052
## Seg3241.5              0.06960837
## Seg6414.1              0.06960837
## Seg5212.4              0.06960837
## Seg2256.3              0.06961042
## Seg3870.1              0.06971051
## Seg3863.1              0.06971051
## Seg2293.14             0.06971051
## Seg6818.1              0.06971051
## Seg1634.2              0.06971051
## Seg1912.7              0.06971051
## Seg1672.15             0.06995595
## Seg3473.4              0.06995595
## Seg5212.3              0.07002258
## Seg2884.2              0.07009649
## Seg2544.4.11.57f48f79  0.07030614
## Seg2803.2              0.07039182
## Seg1172.9              0.07045751
## Seg1263.4              0.07046275
## Seg1910.6              0.07052669
## Seg2781.1              0.07056754
## Seg3021.4              0.07056754
## Seg5700.1              0.07060991
## Seg2894.5              0.07070301
## Seg1509.16             0.07080772
## Seg5635.1              0.07088372
## Seg806.2               0.07088372
## Seg1359.13             0.07088372
## Seg3875.1              0.07088372
## Seg612.1               0.07111975
## Seg1172.11             0.07161650
## Seg2321.4              0.07161650
## Seg1335.5              0.07163683
## Seg2818.1              0.07164273
## Seg1970.6              0.07164273
## Seg2307.4              0.07192883
## Seg1643.6              0.07195317
## Seg788.21              0.07196620
## Seg3733.3              0.07211720
## Seg191.8               0.07214094
## Seg4523.4              0.07222465
## Seg2640.2.2.57f48f79   0.07222465
## Seg682.1               0.07225574
## Seg2682.8              0.07226669
## Seg11909.1             0.07226669
## Seg1413.2              0.07226669
## Seg1793.3              0.07234689
## Seg5286.4              0.07254053
## Seg1783.4              0.07254053
## Seg2325.3              0.07254053
## Seg759.2               0.07255040
## Seg2696.1              0.07268881
## Seg3745.1              0.07298067
## Seg694.5               0.07302573
## Seg2560.4              0.07302994
## Seg1252.3              0.07303575
## Seg7668.1              0.07316883
## Seg2559.3              0.07326032
## Seg5499.2              0.07326032
## Seg6828.1              0.07339235
## Seg76.2                0.07356893
## Seg5556.1              0.07358092
## Seg3245.5              0.07358427
## Seg4320.2              0.07368882
## Seg357.6               0.07368882
## Seg625.1               0.07401744
## Seg1908.7              0.07403447
## Seg1855.2              0.07403447
## Seg2104.3.1.57f48f79   0.07439480
## Seg133.6               0.07440159
## Seg3285.3              0.07440381
## Seg3789.4              0.07440381
## Seg691.5               0.07440381
## Seg1349.2              0.07440381
## Seg272.5               0.07440381
## Seg2838.8.1.57f48f7a   0.07450553
## Seg1178.10.2.57f48f75  0.07451300
## Seg318.5               0.07451300
## Seg1347.7              0.07472312
## Seg552.4               0.07486865
## Seg1659.14             0.07486865
## Seg2898.1              0.07486865
## Seg846.9.1.57f48f7e    0.07486865
## Seg5173.2              0.07486865
## Seg12144.1             0.07486865
## Seg1402.9              0.07486865
## Seg418.4               0.07497581
## Seg1966.2              0.07498637
## Seg19815.1             0.07498637
## Seg1109.6              0.07498637
## Seg5362.2              0.07498637
## Seg233.3               0.07498919
## Seg1374.5              0.07515652
## Seg2661.2              0.07518794
## Seg247.7               0.07518794
## Seg43.4                0.07521051
## Seg1514.2              0.07521051
## Seg6505.4              0.07532990
## Seg6607.3              0.07565426
## Seg21394.1             0.07568704
## Seg1791.1              0.07575004
## Seg2104.1              0.07575004
## Seg5830.2.1.57f48f7c   0.07577895
## Seg1778.5              0.07587117
## Seg703.6               0.07588396
## Seg2818.5              0.07592399
## Seg2913.3              0.07603106
## Seg2746.1              0.07605640
## Seg4914.1              0.07617445
## Seg3725.5              0.07623589
## Seg7977.1              0.07623589
## Seg1121.19             0.07624605
## Seg284.7               0.07640708
## Seg703.10              0.07655660
## Seg1809.5              0.07668504
## Seg5011.2              0.07678931
## Seg119.15              0.07680510
## Seg287.14              0.07680510
## Seg3252.4              0.07700097
## Seg1635.3              0.07720620
## Seg12439.1             0.07725102
## Seg4566.2              0.07729887
## Seg2739.1.4.57f48f7a   0.07757527
## Seg886.5               0.07759745
## Seg114.8               0.07759745
## Seg1479.5              0.07767647
## Seg515.6               0.07784220
## Seg5397.1              0.07784220
## Seg1720.8              0.07784220
## Seg928.9               0.07786111
## Seg3748.3              0.07805403
## Seg4460.3              0.07819872
## Seg4139.2              0.07819872
## Seg10795.1             0.07822025
## Seg748.5               0.07824896
## Seg2984.3              0.07824896
## Seg1172.10             0.07829128
## Seg5477.2              0.07830173
## Seg2149.3              0.07872891
## Seg1210.3              0.07875190
## Seg3245.4              0.07893776
## Seg1641.9              0.07893776
## Seg1812.1              0.07894638
## Seg4574.2              0.07914922
## Seg739.1               0.07923457
## Seg1292.3              0.07923457
## Seg1874.1.3.57f48f78   0.07927566
## Seg5685.1              0.07929411
## Seg6.5                 0.07929874
## Seg3467.1              0.07938102
## Seg1412.6              0.07938668
## Seg2544.4.13.57f48f79  0.07950262
## Seg2498.7              0.07955565
## Seg1432.1              0.07955565
## Seg6477.1              0.07955565
## Seg7760.1              0.07955688
## Seg5504.2              0.07959478
## Seg3258.2              0.07973273
## Seg2500.4              0.07973273
## Seg1645.2              0.07976296
## Seg2807.7              0.07984862
## Seg708.14              0.08005233
## Seg2566.3              0.08005656
## Seg2428.1              0.08006686
## Seg1289.5              0.08026340
## Seg5392.2              0.08044594
## Seg1398.5              0.08044711
## Seg3412.4              0.08044711
## Seg6349.1              0.08060130
## Seg7968.1              0.08062339
## Seg2239.7              0.08088737
## Seg2686.12             0.08092180
## Seg2085.5              0.08121841
## Seg2323.1              0.08122678
## Seg9007.1              0.08129475
## Seg11784.2             0.08130008
## Seg668.4               0.08130008
## Seg8327.2              0.08130008
## Seg3076.3              0.08150620
## Seg667.6               0.08150620
## Seg1033.4              0.08207450
## Seg2635.3              0.08214397
## Seg2180.2              0.08224508
## Seg96.15               0.08227777
## Seg5328.3              0.08236407
## Seg159.6.1.57f48f77    0.08253668
## Seg5185.2              0.08253668
## Seg7164.2              0.08268076
## Seg260.10              0.08268076
## Seg359.1               0.08268076
## Seg1045.7              0.08273524
## Seg1795.1              0.08275577
## Seg994.3               0.08282721
## Seg1507.1              0.08286082
## Seg6658.1              0.08289625
## Seg2325.2              0.08289625
## Seg3968.3              0.08290391
## Seg1333.8              0.08291233
## Seg4976.1              0.08299376
## Seg1554.2              0.08307638
## Seg6.6                 0.08315646
## Seg1188.5              0.08348293
## Seg2340.7              0.08364299
## Seg1045.5              0.08370001
## Seg1485.7              0.08392597
## Seg1734.2              0.08404720
## Seg1715.2              0.08424907
## Seg2908.1              0.08444888
## Seg1665.2              0.08446716
## Seg5841.1              0.08458267
## Seg2205.4              0.08465823
## Seg311.2               0.08472782
## Seg27.2.1.57f48f7a     0.08537572
## Seg418.1               0.08546404
## Seg4827.2              0.08583857
## Seg1875.11             0.08586809
## Seg2045.1              0.08586809
## Seg4279.1              0.08599519
## Seg1077.8              0.08599902
## Seg1333.6              0.08618203
## Seg1541.5              0.08632378
## Seg3204.1.2.57f48f7a   0.08646197
## Seg1672.13.1.57f48f77  0.08667324
## Seg1439.9              0.08685207
## Seg1389.1              0.08696572
## Seg6310.2              0.08696947
## Seg2083.6              0.08696947
## Seg386.2.1.57f48f7b    0.08696947
## Seg3241.6              0.08703702
## Seg3076.1              0.08705274
## Seg308.6               0.08720541
## Seg2803.5              0.08734801
## Seg3148.1.1.57f48f7a   0.08744139
## Seg1721.1.3.57f48f77   0.08745214
## Seg3733.4              0.08748202
## Seg1815.5              0.08748202
## Seg7663.2.1.57f48f7e   0.08749668
## Seg455.1               0.08749668
## Seg9348.1              0.08760811
## Seg7634.1              0.08760811
## Seg2278.2              0.08795319
## Seg1806.9              0.08797031
## Seg900.14              0.08799426
## Seg104.5               0.08799426
## Seg452.2               0.08811374
## Seg1685.7.1.57f48f77   0.08811461
## Seg509.1               0.08819163
## Seg1474.7              0.08821090
## Seg1213.1              0.08821090
## Seg323.8               0.08821443
## Seg2615.3              0.08823816
## Seg680.3               0.08830420
## Seg400.2               0.08832462
## Seg8843.1              0.08841447
## Seg94.12_Seg94.11      0.08842816
## Seg2468.1              0.08845379
## Seg4108.5              0.08862006
## Seg6512.1              0.08877956
## Seg319.8               0.08880026
## Seg15024.1             0.08880026
## Seg1762.1              0.08881600
## Seg633.16              0.08892537
## Seg1732.4.1.57f48f77   0.08896278
## Seg2815.1              0.08910967
## Seg471.2               0.08922830
## Seg10597.1             0.08922830
## Seg306.3               0.08931427
## Seg2461.2              0.08936241
## Seg980.1               0.08936241
## Seg222.12.1.57f48f79   0.08936241
## Seg432.9               0.08964065
## Seg1307.8              0.08970916
## Seg1937.3.1.57f48f78   0.08971434
## Seg1039.3              0.08983843
## Seg4125.1              0.08984725
## Seg2696.2              0.08995938
## Seg2771.2              0.09028621
## Seg2451.2              0.09030958
## Seg2204.6.2.57f48f79   0.09047252
## Seg2841.3              0.09049280
## Seg1249.16             0.09049280
## Seg363.11              0.09049280
## Seg765.7               0.09051537
## Seg1279.3              0.09068799
## Seg4840.3              0.09082825
## Seg2136.1              0.09090378
## Seg1346.7.1.57f48f76   0.09120677
## Seg4975.5              0.09126688
## Seg1779.8              0.09156328
## Seg1348.3              0.09156328
## Seg3095.2              0.09162223
## Seg2951.3              0.09164784
## Seg3727.3              0.09164784
## Seg1103.3              0.09164784
## Seg455.2               0.09175793
## Seg190.5               0.09185778
## Seg2212.6              0.09190962
## Seg840.6               0.09203184
## Seg8507.1              0.09208236
## Seg6451.1              0.09221318
## Seg2938.2              0.09221318
## Seg3209.1              0.09245538
## Seg3140.4              0.09245538
## Seg2335.4              0.09255851
## Seg557.12              0.09255851
## Seg281.6               0.09255851
## Seg2051.4              0.09256927
## Seg4124.4.1.57f48f7b   0.09281348
## Seg670.5               0.09325252
## Seg1053.10             0.09325252
## Seg2335.2              0.09325419
## Seg2016.7              0.09351147
## Seg1332.5              0.09354479
## Seg2623.1              0.09355399
## Seg7933.1              0.09355399
## Seg1553.3              0.09365713
## Seg3027.3              0.09365713
## Seg4041.1.1.57f48f7b   0.09394405
## Seg351.12              0.09397509
## Seg2198.7              0.09413810
## Seg2016.6              0.09413810
## Seg2274.3              0.09427604
## Seg1842.3              0.09427604
## Seg2002.3              0.09427604
## Seg2330.7              0.09487058
## Seg19012.1             0.09516001
## Seg12377.1             0.09530715
## Seg1686.12.1.57f48f77  0.09532830
## Seg2113.5.1.57f48f79   0.09532830
## Seg924.12              0.09532830
## Seg5760.1              0.09535367
## Seg3029.1              0.09552390
## Seg153.1               0.09553776
## Seg1772.2              0.09553776
## Seg2160.5              0.09554510
## Seg2135.2              0.09573260
## Seg611.5               0.09576670
## Seg1323.7              0.09576672
## Seg1735.6              0.09576672
## Seg1784.12             0.09603318
## Seg1670.8              0.09605846
## Seg2830.1              0.09629125
## Seg2580.3              0.09632751
## Seg1717.1              0.09650489
## Seg2388.4              0.09661746
## Seg5861.1              0.09692263
## Seg143.9               0.09702337
## Seg3708.4              0.09712225
## Seg2593.5              0.09756295
## Seg1749.2.4.57f48f78   0.09756295
## Seg4380.2              0.09756295
## Seg1865.4              0.09775379
## Seg1691.7              0.09797764
## Seg1925.1              0.09798921
## Seg6568.1              0.09798935
## Seg1750.7              0.09816441
## Seg112.6               0.09819218
## Seg2333.3              0.09841508
## Seg60.2                0.09878364
## Seg1362.2              0.09882412
## Seg2676.3              0.09882412
## Seg3195.1              0.09887390
## Seg3929.1              0.09891203
## Seg7030.1              0.09910958
## Seg6641.2              0.09910958
## Seg4589.3              0.09921991
## Seg4751.4              0.09974238
## Seg3687.1              0.09977927
## Seg1835.12             0.09977927
## Seg4751.6              0.09987049
## Seg8.1                 0.09987049
## Seg428.3               0.10003822
## Seg1025.5              0.10030200
## Seg5216.1              0.10080824
## Seg2858.2              0.10132390
## Seg3451.1              0.10141980
## Seg3000.5              0.10155793
## Seg2002.2              0.10158631
## Seg318.26.2.57f48f7a   0.10158631
## Seg1585.1              0.10160430
## Seg4055.4              0.10160430
## Seg124.1               0.10160430
## Seg4490.1              0.10160430
## Seg5759.1              0.10175661
## Seg59.5                0.10195509
## Seg10633.1             0.10206023
## Seg2062.1              0.10233579
## Seg2820.5              0.10239943
## Seg1540.4              0.10239943
## Seg616.13              0.10239943
## Seg2222.7              0.10239943
## Seg1771.9              0.10244750
## Seg4579.1              0.10284435
## Seg16247.1             0.10287619
## Seg6522.1              0.10297567
## Seg339.12              0.10323367
## Seg391.9               0.10323367
## Seg3393.2              0.10407072
## Seg7586.1              0.10409551
## Seg11729.1             0.10449770
## Seg9.1                 0.10473199
## Seg2554.6              0.10489118
## Seg625.10              0.10489118
## Seg123.9               0.10505288
## Seg681.6               0.10505288
## Seg2620.3              0.10547095
## Seg3907.1              0.10547095
## Seg1789.9              0.10559447
## Seg1725.10             0.10593561
## Seg3845.2              0.10609556
## Seg298.40.1.57f48f7a   0.10622130
## Seg9168.2              0.10635517
## Seg5178.1              0.10637063
## Seg1303.7              0.10650202
## Seg2108.5              0.10661519
## Seg250.1               0.10695216
## Seg5.5                 0.10695216
## Seg5259.3              0.10695216
## Seg3312.4              0.10695216
## Seg468.6               0.10697080
## Seg852.14              0.10697080
## Seg757.1.1.57f48f7d    0.10697080
## Seg2061.1              0.10700906
## Seg2374.3              0.10717792
## Seg1474.9.1.57f48f76   0.10717792
## Seg2720.5              0.10733730
## Seg2197.7              0.10750113
## Seg167.17              0.10750113
## Seg12465.1             0.10752806
## Seg4331.1              0.10767206
## Seg2087.4              0.10822416
## Seg4522.3              0.10838860
## Seg1852.7              0.10853363
## Seg14892.1             0.10934232
## Seg1904.4              0.10973192
## Seg664.6               0.10973192
## Seg99.4                0.10982228
## Seg1548.4              0.10995134
## Seg1757.2              0.11001677
## Seg2228.3              0.11003353
## Seg1363.21             0.11072895
## Seg4459.2              0.11072895
## Seg910.12              0.11079042
## Seg2494.1              0.11100735
## Seg212.5.2.57f48f79    0.11151880
## Seg2904.2              0.11167901
## Seg415.1               0.11175985
## Seg335.7               0.11175985
## Seg3522.1              0.11187421
## Seg4457.2              0.11199971
## Seg4720.1              0.11215340
## Seg1486.2.1.57f48f76   0.11261176
## Seg3414.2              0.11263109
## Seg652.3               0.11269306
## Seg3475.2              0.11270012
## Seg1751.7              0.11314789
## Seg571.10              0.11323385
## Seg4272.2              0.11332690
## Seg4249.1              0.11342461
## Seg2335.3              0.11342461
## Seg591.6               0.11349121
## Seg134.2               0.11352762
## Seg1221.15             0.11361694
## Seg6208.1              0.11361694
## Seg2422.1              0.11388326
## Seg8518.1              0.11415422
## Seg2262.5              0.11438334
## Seg3795.5              0.11438334
## Seg5052.1              0.11438334
## Seg2431.3              0.11442591
## Seg6124.4              0.11451475
## Seg1792.10             0.11461588
## Seg886.4               0.11495186
## Seg1494.2              0.11525568
## Seg2392.4              0.11531268
## Seg1459.7.3.57f48f76   0.11574999
## Seg1721.16             0.11591878
## Seg2990.4              0.11620823
## Seg1365.5              0.11625987
## Seg2269.4              0.11640427
## Seg1142.3              0.11659173
## Seg4094.4              0.11687235
## Seg3228.3              0.11702783
## Seg561.1               0.11702783
## Seg167.14              0.11702783
## Seg7794.1              0.11717704
## Seg3932.2              0.11739446
## Seg734.13              0.11739446
## Seg3242.5              0.11745399
## Seg3668.6              0.11782326
## Seg2095.2              0.11795861
## Seg1429.4              0.11795861
## Seg813.10              0.11810201
## Seg780.2.2.57f48f7e    0.11810201
## Seg841.9               0.11810201
## Seg58.3                0.11820170
## Seg2150.4              0.11821608
## Seg1027.13             0.11828970
## Seg20540.1             0.11831208
## Seg9484.1              0.11884154
## Seg1279.9              0.11972226
## Seg3285.6              0.12011765
## Seg95.2.1.57f48f7e     0.12038457
## Seg3414.1              0.12048152
## Seg3887.3              0.12064419
## Seg1081.13             0.12108264
## Seg212.5.1.57f48f79    0.12154253
## Seg3994.2              0.12161690
## Seg2014.2              0.12175283
## Seg1443.3              0.12204992
## Seg12489.1             0.12204992
## Seg4096.4              0.12229982
## Seg568.6               0.12249637
## Seg804.11              0.12254214
## Seg84.5                0.12257340
## Seg1815.7              0.12281610
## Seg1147.11             0.12289367
## Seg4722.2              0.12289367
## Seg1267.4              0.12299861
## Seg4814.2              0.12349073
## Seg303.2.1.57f48f7a    0.12368973
## Seg1177.9              0.12399524
## Seg991.6               0.12469460
## Seg1201.2              0.12479612
## Seg290.5               0.12479612
## Seg2694.3              0.12545436
## Seg752.12              0.12598831
## Seg3100.6              0.12605448
## Seg4799.2              0.12624059
## Seg6367.2              0.12641356
## Seg1741.7              0.12641356
## Seg4806.1              0.12646788
## Seg3394.4              0.12708607
## Seg731.7               0.12708607
## Seg2249.7              0.12708607
## Seg1597.3              0.12723158
## Seg438.11              0.12760750
## Seg299.9               0.12760750
## Seg1276.9.1.57f48f76   0.12760750
## Seg3580.3              0.12760750
## Seg1815.4              0.12761234
## Seg287.4               0.12786740
## Seg1757.3              0.12792427
## Seg1667.9              0.12833859
## Seg4648.5              0.12833859
## Seg1662.18             0.12837021
## Seg2033.1              0.12876218
## Seg2859.2.2.57f48f7a   0.12881126
## Seg14074.1             0.12882298
## Seg1475.15             0.12911600
## Seg3585.1              0.12951610
## Seg3004.1              0.12989259
## Seg2114.2              0.13009192
## Seg4474.2              0.13032470
## Seg2661.1              0.13045748
## Seg1958.4              0.13083676
## Seg165.8               0.13091048
## Seg3942.2              0.13140913
## Seg96.9                0.13145203
## Seg1369.4              0.13145203
## Seg5029.1              0.13145203
## Seg11668.1             0.13145203
## Seg13115.1             0.13291767
## Seg3651.4              0.13292108
## Seg3907.2              0.13355835
## Seg1949.3              0.13374580
## Seg3959.1              0.13449224
## Seg58.2                0.13451995
## Seg4339.2              0.13451995
## Seg1479.8.1.57f48f76   0.13468932
## Seg708.17              0.13468932
## Seg713.3.1.57f48f7d    0.13503955
## Seg1356.6              0.13503955
## Seg711.6               0.13550546
## Seg2729.3              0.13566190
## Seg6967.1              0.13626419
## Seg2749.1              0.13656973
## Seg4402.3              0.13659977
## Seg327.8               0.13704094
## Seg2193.1              0.13704094
## Seg5321.1              0.13716411
## Seg859.11              0.13786936
## Seg7634.2              0.13874978
## Seg932.5               0.13875931
## Seg4041.3              0.13885710
## Seg4772.2              0.13893401
## Seg1064.11             0.13893401
## Seg4496.4              0.13893401
## Seg1677.1              0.13893401
## Seg575.1.1.57f48f7c    0.13927771
## Seg1594.7              0.13968085
## Seg1235.3              0.14046124
## Seg2255.6              0.14048022
## Seg2154.4              0.14049082
## Seg1080.7.1.57f48f75   0.14108006
## Seg1345.16             0.14137689
## Seg1578.4              0.14137689
## Seg94.13               0.14151300
## Seg173.7               0.14162582
## Seg4637.3              0.14164593
## Seg3004.5              0.14175601
## Seg1210.4              0.14251518
## Seg3079.5              0.14279994
## Seg1151.3              0.14282510
## Seg1343.2              0.14300861
## Seg3255.2.1.57f48f7a   0.14340785
## Seg3046.3              0.14358740
## Seg12431.1             0.14389249
## Seg1034.6              0.14412410
## Seg5732.1              0.14436292
## Seg649.15              0.14472180
## Seg5276.1.1.57f48f7c   0.14503218
## Seg1633.1              0.14503218
## Seg2334.2              0.14521277
## Seg2670.2.1.57f48f79   0.14525494
## Seg1416.1              0.14535968
## Seg196.2               0.14640964
## Seg6124.3              0.14659182
## Seg870.6               0.14671465
## Seg2186.5              0.14671465
## Seg4027.2              0.14684421
## Seg416.7               0.14845158
## Seg369.2               0.14971523
## Seg3800.2              0.14976122
## Seg3084.1              0.14976423
## Seg1870.6              0.14981329
## Seg929.2               0.14984181
## Seg3567.2              0.14984279
## Seg2524.1              0.14985795
## Seg779.6               0.14985795

Differential Expression for Pre-Amputated VS non-Treat (27h+51h)

ctrl.both.vs.blank = edgeR_wrapper(group = c(2,2,1,1,2,2),x,c(5,6,3,4,9,10),0.15)
## [1] "ctrl_51_2" "ctrl_51_1" "blank_2"   "blank_1"   "ctrl_27_2" "ctrl_27_1"
ctrl.both.vs.blank
##                             logFC     logCPM          F       PValue
## Seg1695.10               8.916507  5.2482932 416.502353 1.676518e-07
## Seg8734.1               -4.280170  5.4489700 356.387928 2.869872e-07
## Seg2624.3.2.57f48f79     7.605025  5.7766998 285.819515 6.127184e-07
## Seg1379.9                7.368377  8.1632876 267.600780 7.678882e-07
## Seg1379.10              10.327929  5.8614883 259.067576 8.579900e-07
## Seg593.11                4.193118  5.8873306 246.525821 1.016696e-06
## Seg1379.11               7.089042  6.7141853 236.907433 1.164773e-06
## Seg2967.1.1.57f48f7a    10.768385  4.5426530 334.202735 1.701708e-06
## Seg8672.1                6.923920  4.4588451 205.782259 1.882503e-06
## Seg207.7                12.188291  5.9554549 314.844000 2.030030e-06
## Seg859.11.1.57f48f7e     9.409461  4.9447929 192.517176 2.360900e-06
## Seg3190.1               -3.751759  7.9102405 180.226107 2.952872e-06
## Seg225.9.1.57f48f79     10.755002  4.5295188 274.786960 3.033505e-06
## Seg3381.1               13.253393  7.0183782 265.590530 3.353620e-06
## Seg3884.1               -2.945510  6.3271079 172.538115 3.422436e-06
## Seg4229.2                4.741148  5.4057595 171.849811 3.469023e-06
## Seg1787.11               6.592566  7.2846380 169.950704 3.601860e-06
## Seg1891.11               7.242297  7.6724655 167.703978 3.767580e-06
## Seg1896.6               10.255088  4.0342502 250.665840 3.976237e-06
## Seg1845.3                5.364382  7.1361019 161.733679 4.258217e-06
## Seg2332.1                6.876807  8.0020348 158.708308 4.538316e-06
## Seg1379.16               7.321972  7.3119213 157.494757 4.657315e-06
## Seg1179.1                7.031485  8.3177330 154.870280 4.928710e-06
## Seg172.13               -2.681429  6.6356498 149.874954 5.504012e-06
## Seg555.6                 5.404423  5.3425639 141.864926 6.620049e-06
## Seg4415.1               -2.217667  8.1010256 141.142461 6.734499e-06
## Seg229.10               -2.527486  6.7078053 140.898044 6.773794e-06
## Seg675.11                7.207018  4.9033669 136.686340 7.499687e-06
## Seg3026.1.1.57f48f7a     4.100814  6.0958165 135.608197 7.701409e-06
## Seg852.16                5.009277  6.4232996 134.295862 7.956463e-06
## Seg1276.4               10.610363  4.3858850 196.409516 8.135211e-06
## Seg337.1                -3.112186  7.1532046 132.587085 8.305080e-06
## Seg207.8                 3.594886 11.0569635 132.342804 8.356510e-06
## Seg1208.4                2.924549 10.2872823 128.065918 9.327130e-06
## Seg343.1                -3.236480  9.3335230 127.906621 9.366013e-06
## Seg650.7                -2.927079  8.9656627 127.164406 9.549955e-06
## Seg6133.2                4.383824  7.9831838 122.667612 1.076969e-05
## Seg859.11               -4.239142  5.8372262 122.542583 1.080639e-05
## Seg598.5                -3.413942  4.6905700 121.141640 1.122879e-05
## Seg1095.19              -3.078272  4.4504016 120.742603 1.135297e-05
## Seg2737.2               -2.286795  6.1882429 120.494390 1.143111e-05
## Seg94.9                 -2.565045  9.2792584 117.858608 1.230511e-05
## Seg4294.2                3.733564  8.8830262 116.824476 1.267143e-05
## Seg1077.4               -2.191422  9.4957582 115.910667 1.300687e-05
## Seg1181.11              -2.454318  5.4468855 114.546517 1.352917e-05
## Seg1121.18              -2.928166  6.2647638 114.243741 1.364873e-05
## Seg6955.1               -2.277751  6.5939215 113.816011 1.381996e-05
## Seg3216.1               -2.595590  7.9208802 113.679518 1.387519e-05
## Seg750.12                3.111973  7.2137806 112.058855 1.455308e-05
## Seg319.15               -2.810962  4.6805757 110.231680 1.536931e-05
## Seg400.1                11.579840  5.3492752 157.697693 1.543478e-05
## Seg711.3                -3.404608  5.2135695 109.879134 1.553352e-05
## Seg2800.2               -3.363831  6.3302893 109.531855 1.569748e-05
## Seg119.17               -2.454975  7.1467397 108.696960 1.610088e-05
## Seg3491.1.1.57f48f7a     3.459722  4.0227739 108.528146 1.618406e-05
## Seg12380.1              -2.933400  7.4981133 108.480326 1.620772e-05
## Seg1262.3.1.57f48f76   -12.400858  5.1863239 596.589318 1.636453e-05
## Seg417.1                -3.313287  7.2398437 107.759015 1.657011e-05
## Seg2447.5.1.57f48f79     9.290150  3.0853732 153.170885 1.679825e-05
## Seg5146.1                3.796755  6.8298037 107.202755 1.685671e-05
## Seg3335.3               -3.046121  6.2769338 106.984800 1.697074e-05
## Seg429.9                 3.373860  5.8496667 106.831565 1.705151e-05
## Seg154.12                3.991946  4.7932677 105.644111 1.769444e-05
## Seg2869.1               10.316853  4.0952347 148.531289 1.836752e-05
## Seg1720.8.1.57f48f77     9.905436  3.6891172 148.376980 1.842301e-05
## Seg1853.5               -3.526816  5.4763987 102.945461 1.927577e-05
## Seg1012.9               -2.636016  9.7848802 100.818823 2.065192e-05
## Seg2533.5                3.219534  7.3392286 100.738806 2.070613e-05
## Seg1437.7                2.996936 10.1312922 100.571568 2.082002e-05
## Seg1986.5               -2.281791  7.3123181 100.252471 2.103956e-05
## Seg3495.4                3.010022  9.4443855  99.942942 2.125537e-05
## Seg1221.3               -3.018448  4.8599440  99.564528 2.152310e-05
## Seg1730.7.1.57f48f77    -2.517708  8.5630238  99.172875 2.180477e-05
## Seg1755.3               -2.486363  8.4988902  99.131674 2.183468e-05
## Seg1877.8               -2.511548  6.0742612  98.829929 2.205532e-05
## Seg7472.1               -3.100566  7.0338729  98.519396 2.228538e-05
## Seg3786.2                3.055124  5.7079657  97.821890 2.281351e-05
## Seg11740.1               3.206810  5.2189292  97.608530 2.297826e-05
## Seg6214.1               -2.317838  6.9537550  96.786610 2.362742e-05
## Seg577.2.1.57f48f7c      3.997882  3.9297644  96.576372 2.379725e-05
## Seg164.11              -11.918607  4.7127102 491.261647 2.409685e-05
## Seg1648.4                3.330356  5.5556410  95.894626 2.435885e-05
## Seg12003.1               4.491485  5.8657048  95.674168 2.454410e-05
## Seg1999.6                4.207427  6.0962222  94.443622 2.561205e-05
## Seg2577.2                5.505522  6.5842011  93.945478 2.606135e-05
## Seg1250.5               -2.434489  7.3149839  93.064291 2.688123e-05
## Seg3557.1               -2.247933  8.8816209  92.995304 2.694681e-05
## Seg1925.6                2.820796  7.0976194  92.490181 2.743330e-05
## Seg2275.12               9.269675  6.4152041  92.337265 2.758280e-05
## Seg981.1                -2.122572  8.1230655  92.202011 2.771590e-05
## Seg2064.1               -2.418507  8.0295355  92.071546 2.784508e-05
## Seg5296.1                4.709700  4.5985853  91.704704 2.821247e-05
## Seg1770.7                3.525222  9.0354790  90.971988 2.896512e-05
## Seg3935.2               -3.146414  5.1481713  90.736067 2.921295e-05
## Seg552.3                 3.285843  4.6054177  90.466776 2.949917e-05
## Seg2350.3               10.003855  8.2100842  90.282335 2.969729e-05
## Seg2548.2               10.504992  4.2814832 124.072119 3.090976e-05
## Seg1509.5                6.639115  6.1091893  88.338993 3.189250e-05
## Seg766.1                 3.316522  7.7756996  88.008439 3.228644e-05
## Seg161.7                 2.999978 11.2033813  87.918511 3.239469e-05
## Seg212.2                -2.272260  4.8973732  87.852996 3.247385e-05
## Seg1088.2               10.423255  4.2004786 120.664911 3.349176e-05
## Seg785.1                 3.123901  6.2618794  87.019131 3.350343e-05
## Seg2735.5               -2.361749  4.2031879  86.464264 3.421186e-05
## Seg1871.7               -2.896956  5.9502089  86.141924 3.463226e-05
## Seg1512.4.1.57f48f76     2.969937  9.5752409  86.111189 3.467270e-05
## Seg139.2                 3.623131  5.4922686  85.620185 3.532691e-05
## Seg22845.1              -2.590110 10.3178222  85.581164 3.537958e-05
## Seg852.3                 3.126673  5.0352832  85.517954 3.546512e-05
## Seg189.2               -11.529482  4.3328106 400.319186 3.621006e-05
## Seg353.11               -2.267919  9.5397250  84.878786 3.634514e-05
## Seg1496.8               -2.076720 10.1119014  84.801741 3.645311e-05
## Seg639.8                -2.085977  5.8370046  84.630223 3.669494e-05
## Seg4261.1               -2.121040  5.0738889  84.567780 3.678350e-05
## Seg500.3                -2.357428  6.8595402  83.878929 3.777890e-05
## Seg1112.2                2.429370  5.6545121  83.860926 3.780537e-05
## Seg1996.8                3.259736  6.1774583  82.679055 3.959695e-05
## Seg708.15               -2.022499  7.0045967  82.242826 4.028574e-05
## Seg2175.6                4.678009  7.0437276  82.158661 4.042040e-05
## Seg1749.2.3.57f48f78     9.926687  3.7100488 112.198536 4.128315e-05
## Seg130.7                -2.932584  7.8845443  81.496028 4.150107e-05
## Seg1509.11              -2.829428  5.5450656  81.465859 4.155115e-05
## Seg4127.6                2.495217  6.3595522  81.435589 4.160148e-05
## Seg2693.2                5.021606  6.5485666  80.856114 4.258020e-05
## Seg9743.1                5.609368  6.6271390  80.805877 4.266644e-05
## Seg5525.1                3.396085  4.2142634  80.579589 4.305768e-05
## Seg1666.9                2.764861  8.6554648  80.483646 4.322495e-05
## Seg3035.2               -2.498505  5.4475845  80.323596 4.350586e-05
## Seg1478.13               3.195166  5.4708126  79.899314 4.426197e-05
## Seg1116.4                4.180110  4.4090229  79.892449 4.427434e-05
## Seg1276.4.1.57f48f76   -11.546820  4.3500004 360.754031 4.452755e-05
## Seg1999.5               -2.083822  5.4877380  79.230674 4.548818e-05
## Seg1431.3                5.091497  3.1278018  79.126974 4.568225e-05
## Seg5088.1                2.820139  7.7762176  79.038691 4.584830e-05
## Seg3979.1               -2.503605  8.0923642  78.294863 4.727870e-05
## Seg2904.4                4.176441  4.6075380  78.284108 4.729980e-05
## Seg446.7                -2.233520  7.3891460  78.064671 4.773296e-05
## Seg3459.1               -2.436889  5.8919820  77.809598 4.824289e-05
## Seg1874.2               -2.005456  6.1281085  77.722008 4.841962e-05
## Seg2967.1.2.57f48f7a   -11.194241  4.0077157 345.070338 4.863601e-05
## Seg1822.6               -2.924424  7.9688508  77.100083 4.969866e-05
## Seg6255.3                2.743245  7.8485091  76.286697 5.143778e-05
## Seg2595.1                4.405501  4.6741328  76.285100 5.144127e-05
## Seg1734.3                3.168259  4.0851082  76.162274 5.171067e-05
## Seg667.5                 3.845392  4.9590155  76.126343 5.178983e-05
## Seg1700.3                4.470457  3.5168237  75.940043 5.220274e-05
## Seg795.1                -2.683115  7.0974604  75.907746 5.227475e-05
## Seg1347.4                4.025202  5.6723558  75.842328 5.242100e-05
## Seg1578.9              -11.140291  3.9555380 329.300158 5.336779e-05
## Seg397.33                3.168420  7.9649925  74.993786 5.436661e-05
## Seg2281.2               -3.352698  6.5232741  74.928951 5.451906e-05
## Seg1078.7               -2.458930  6.3643398  74.648494 5.518488e-05
## Seg2356.3               -2.135709  5.7513912  74.053368 5.663272e-05
## Seg241.2.1.57f48f79      2.022512  6.3401689  73.809380 5.724042e-05
## Seg6667.1               -2.722080  3.6313286  73.706932 5.749808e-05
## Seg335.12.1.57f48f7a   -11.326666  4.1356623 315.451136 5.811623e-05
## Seg2624.3              -11.122583  3.9383682 315.353620 5.815188e-05
## Seg1259.5               -2.386648  7.3964176  72.663976 6.020800e-05
## Seg1303.9                3.957075  7.1472442  72.643235 6.026354e-05
## Seg473.4                -3.209204  8.5074853  72.626899 6.030733e-05
## Seg1046.1                3.497819  6.1964296  72.463909 6.074649e-05
## Seg5138.1                3.004293  5.7020942  72.448019 6.078952e-05
## Seg4466.2                5.514339  7.2242169  72.401535 6.091563e-05
## Seg418.13                3.273320  5.0032344  72.271787 6.126943e-05
## Seg4403.3               -2.465417  5.8107760  72.011170 6.198810e-05
## Seg1896.6.1.57f48f78   -11.052990  3.8712601 304.666473 6.226673e-05
## Seg419.7                -2.472547  6.0473266  71.418444 6.366338e-05
## Seg1681.8               -2.251154  6.2205452  71.306842 6.398530e-05
## Seg1000.14              -2.819515  4.4848298  71.093922 6.460531e-05
## Seg5552.1                4.417668 11.9357522  70.628436 6.598790e-05
## Seg9565.1                6.666989  6.4561748  70.310991 6.695265e-05
## Seg6790.1                2.930709  5.4811311  70.221282 6.722856e-05
## Seg3904.2                4.170311  4.4370547  70.154573 6.743469e-05
## Seg690.4                -2.580821  5.2402033  69.998716 6.791945e-05
## Seg230.23.1.57f48f79    -8.578498  5.6222645  69.881732 6.828625e-05
## Seg1118.8                4.182490  6.0110032  69.635277 6.906737e-05
## Seg1431.2                4.262236  3.9264734  69.569020 6.927933e-05
## Seg3561.4               -3.568477  2.5797722  69.320920 7.008046e-05
## Seg1075.1                5.465449  2.6745493  68.785984 7.184875e-05
## Seg1886.2                2.477797  8.9590230  68.543346 7.266973e-05
## Seg2291.2               -2.448916  4.7076921  68.376825 7.324015e-05
## Seg7585.1                3.726200  8.2780986  68.348178 7.333886e-05
## Seg5087.2                3.655842  3.1391906  68.001910 7.454566e-05
## Seg4894.3               -2.554976  6.4423951  67.318710 7.700257e-05
## Seg580.2                 6.882406  3.6662555  67.171153 7.754683e-05
## Seg1585.12              -2.109825  6.5843521  67.146025 7.764000e-05
## Seg1512.9_Seg1512.10    -2.169478  5.9718781  66.621741 7.961732e-05
## Seg1021.4                3.514091  3.6903512  66.591331 7.973399e-05
## Seg2677.6                2.608990  7.0821620  66.384734 8.053244e-05
## Seg6854.3               -2.539485  4.7801461  66.156533 8.142637e-05
## Seg4496.2                3.390171  8.3033601  65.939867 8.228695e-05
## Seg3785.1               -2.146510  7.4120280  65.826460 8.274206e-05
## Seg1370.1                3.804316  4.0041762  65.749172 8.305408e-05
## Seg319.14               -3.622213  2.9033026  65.740120 8.309072e-05
## Seg213.5                -2.523906  5.7134630  65.614930 8.359963e-05
## Seg1058.1                2.929303  3.8454255  65.485335 8.413067e-05
## Seg940.16                3.278302  8.3458272  65.253342 8.509218e-05
## Seg5451.2                4.420592  3.8727387  65.025425 8.605061e-05
## Seg1611.1              -10.856858  3.6826052 258.422609 8.627248e-05
## Seg118.6                -2.729162  8.7408034  64.910032 8.654115e-05
## Seg1715.9              -10.826914  3.6539288 257.318956 8.700622e-05
## Seg1602.2               -3.363337  6.4959253  64.634948 8.772512e-05
## Seg720.8                 4.666905  4.2600527  64.523229 8.821190e-05
## Seg835.3                -3.344544  2.7594686  64.449884 8.853338e-05
## Seg942.2                -2.430070  5.3516924  64.081407 9.017140e-05
## Seg68.8.3.57f48f7d     -10.898153  3.7230559 252.693003 9.018578e-05
## Seg1445.2               -2.138287  6.6399643  64.051707 9.030512e-05
## Seg994.5                -2.192325  5.6206228  63.777932 9.154983e-05
## Seg3927.2               -2.330603  6.2315522  63.632863 9.221833e-05
## Seg62.7                 -2.503969  5.4203013  63.075337 9.484666e-05
## Seg896.6.1.57f48f7e      2.349345  7.5654404  62.768886 9.633242e-05
## Seg3888.1                3.108580  5.9045441  62.453362 9.789359e-05
## Seg4403.5               -3.022096  5.3322333  62.351948 9.840227e-05
## Seg397.35               -2.305987  8.2701892  62.200258 9.916950e-05
## Seg4294.3                3.691844  9.3948486  62.157641 9.938643e-05
## Seg4666.1               -2.038205  5.5449275  62.123995 9.955813e-05
## Seg1389.16.13.57f48f76  -7.303969  3.7757158  61.483320 1.029016e-04
## Seg18.4                 -2.732613  3.6000994  61.460342 1.030241e-04
## Seg1073.1                2.749244  6.1446798  61.441608 1.031242e-04
## Seg2042.3.1.57f48f78   -10.799876  3.6278871 235.689414 1.035045e-04
## Seg598.3                 2.185936  5.1216989  60.857692 1.063071e-04
## Seg2875.5                3.008801  8.7415030  60.642312 1.075129e-04
## Seg103.1                 4.632820  3.0504051  59.769519 1.125834e-04
## Seg1757.4               -2.814709  4.8231289  59.607356 1.135591e-04
## Seg1470.10              -2.504235  5.1837281  59.293231 1.154803e-04
## Seg2511.7               -2.727734  4.6087619  59.086405 1.167681e-04
## Seg1891.12_Seg1891.13    7.536387  6.0065852  58.894593 1.179790e-04
## Seg1689.3                3.282914  8.7226328  58.842903 1.183081e-04
## Seg24446.1              -2.797236  3.9763899  58.807502 1.185341e-04
## Seg586.17                6.581324  3.4184563  58.753526 1.188798e-04
## Seg813.12               -3.267832  6.4071302  58.651254 1.195385e-04
## Seg1067.4              -10.495999  3.3392675 218.917655 1.197536e-04
## Seg811.6                 2.577227  4.7476913  58.314889 1.217381e-04
## Seg962.1               -10.508062  3.3498800 216.804808 1.220685e-04
## Seg4845.1               -2.798228  5.7500801  58.194245 1.225397e-04
## Seg6838.2               -2.355618  5.4914730  58.099833 1.231717e-04
## Seg4630.1               -2.838514  3.0163352  57.824679 1.250378e-04
## Seg1477.2                2.258001  4.1623788  57.632224 1.263647e-04
## Seg952.4                 3.150358  8.1366044  57.573122 1.267758e-04
## Seg1507.11               2.459172  5.9415676  57.539000 1.270139e-04
## Seg385.22               -2.087970  7.3023141  57.418710 1.278580e-04
## Seg1095.22.2.57f48f75  -11.401339  4.2089403 210.620847 1.292429e-04
## Seg1721.15               3.050038  4.7389043  57.147390 1.297885e-04
## Seg796.1                -3.676181  3.9760194  57.136851 1.298642e-04
## Seg5619.1                2.650006  6.7904801  57.002277 1.308364e-04
## Seg5671.1               -2.279952  7.1214062  56.975693 1.310296e-04
## Seg7453.1               -2.551952  4.9457877  56.972069 1.310559e-04
## Seg94.10                 2.804750  6.8687656  56.896384 1.316080e-04
## Seg330.12               -2.662975  3.1243039  56.876215 1.317556e-04
## Seg1658.23              -2.593495  5.0155827  56.701811 1.330410e-04
## Seg738.3                 2.507696  4.7203479  56.618712 1.336591e-04
## Seg784.7                -2.287495  6.2684601  56.526592 1.343487e-04
## Seg1357.5                2.158484  5.3314653  56.326655 1.358611e-04
## Seg6812.1              -10.602821  3.4396459 204.432093 1.370748e-04
## Seg169.11               -2.169361  4.5495314  56.065945 1.378663e-04
## Seg1118.12.1.57f48f75  -10.420300  3.2666913 203.562792 1.382316e-04
## Seg2025.6                3.607400  8.0636108  55.954897 1.387319e-04
## Seg1662.7               -2.212243  6.3150152  55.914116 1.390516e-04
## Seg385.4                -3.408043  3.9280764  55.796109 1.399819e-04
## Seg1141.2                3.343889  6.2275842  55.743254 1.404012e-04
## Seg1359.7                3.841109  3.9478811  55.635119 1.412641e-04
## Seg1374.4               -2.044478  5.1673022  55.600321 1.415432e-04
## Seg671.4                -2.176415  4.4256355  55.517832 1.422077e-04
## Seg9718.1                4.801563  4.1810767  55.407773 1.431005e-04
## Seg1254.13              -2.439607  3.9275237  55.315125 1.438577e-04
## Seg10219.1               2.737239  4.9870264  55.076721 1.458299e-04
## Seg675.14                6.857504  3.6416882  55.006513 1.464173e-04
## Seg3470.3               -2.898795  5.3582664  54.867548 1.475890e-04
## Seg5378.3               -2.215446  4.3442867  54.825394 1.479468e-04
## Seg846.9.2.57f48f7e     -7.172518  2.8131454  54.723808 1.488137e-04
## Seg98.3                  2.168099 10.0087318  54.703836 1.489849e-04
## Seg1915.10              -2.130635  6.2742655  54.679108 1.491972e-04
## Seg2281.1               -3.604541  5.0340016  54.452646 1.511598e-04
## Seg9198.1                2.588455  7.3057664  54.386072 1.517431e-04
## Seg5021.1.1.57f48f7c   -10.390638  3.2385157 193.614617 1.525819e-04
## Seg3026.1               -7.603940  5.1277891  54.128965 1.540230e-04
## Seg4360.1                3.168878  4.6889005  53.822912 1.567947e-04
## Seg895.3                 3.390205  6.5368180  53.617670 1.586894e-04
## Seg3035.1               -2.606446  6.1012442  53.608064 1.587788e-04
## Seg934.3                -7.546948  4.7898503  53.571405 1.591205e-04
## Seg1090.1               -2.202469  5.6947998  53.237568 1.622768e-04
## Seg123.1                -2.233862  4.6698054  53.093647 1.636623e-04
## Seg229.12                2.981516 11.4093601  53.027533 1.643038e-04
## Seg1152.1                2.728683  5.9194727  53.017544 1.644010e-04
## Seg50.14                -3.571998  7.2808089  52.880688 1.657404e-04
## Seg1682.3.1.57f48f77   -11.206403  4.0202619 184.800788 1.672469e-04
## Seg2073.2               -2.381447  4.6482877  52.651981 1.680102e-04
## Seg519.2.1.57f48f7c    -10.576503  3.4162339 184.235740 1.682583e-04
## Seg5893.1               -2.217740  4.4463453  52.384185 1.707190e-04
## Seg4822.1               -2.554820  4.6429595  52.235393 1.722483e-04
## Seg415.3.1.57f48f7b    -10.390543  3.2382113 181.127244 1.739897e-04
## Seg1154.2                2.639532  6.7979066  51.945894 1.752747e-04
## Seg13094.1               3.486345  6.1020143  51.937890 1.753593e-04
## Seg932.6                -3.325652  2.4949850  51.913611 1.756164e-04
## Seg1730.10              -2.064502 11.1539531  51.850488 1.762870e-04
## Seg1999.10               3.660912  4.2003681  51.800903 1.768161e-04
## Seg6822.1               -3.176897  4.7199592  51.794874 1.768806e-04
## Seg1431.1                4.306630  4.0557772  51.696358 1.779384e-04
## Seg13540.1               5.659762  4.1544541  51.609090 1.788822e-04
## Seg3021.2               -2.604283  9.7728017  51.499740 1.800740e-04
## Seg4009.1                8.111948  1.9516176  66.677999 1.802001e-04
## Seg3058.1                2.257039  4.6613237  51.444391 1.806811e-04
## Seg800.7                -2.315141  4.4721311  51.424226 1.809029e-04
## Seg5340.1              -10.645029  3.4795643 176.758759 1.825522e-04
## Seg1180.5                2.223079  9.1840357  51.153825 1.839118e-04
## Seg1671.13               4.469590  5.3303751  50.964766 1.860538e-04
## Seg7410.1                2.525224  6.5278812  50.959615 1.861126e-04
## Seg516.1                 2.186632  7.6437547  50.867205 1.871717e-04
## Seg920.3                -2.585196  5.8981779  50.817772 1.877415e-04
## Seg1973.4                4.329070  6.6682337  50.487915 1.916008e-04
## Seg1870.6.1.57f48f78     8.592064  2.4088667  65.035879 1.931546e-04
## Seg746.7                -2.839249  4.3991592  50.309342 1.937328e-04
## Seg3630.3               -3.471936  8.0251883  50.255109 1.943863e-04
## Seg3823.2               -2.303221  5.9096491  50.252038 1.944234e-04
## Seg8852.2               -2.092697  5.0694348  50.164425 1.954854e-04
## Seg1731.4.1.57f48f77   -10.232007  3.0888486 169.677177 1.978373e-04
## Seg1797.3               -2.325546  4.5612765  49.813107 1.998195e-04
## Seg4642.1               -3.056359  4.6193052  49.755863 2.005374e-04
## Seg1496.7                2.396904  7.6841661  49.725361 2.009213e-04
## Seg2359.2               -2.107156  5.0844590  49.611581 2.023616e-04
## Seg1192.2                2.145669  6.7599793  49.571627 2.028705e-04
## Seg2850.3                2.547022  3.5664080  49.523914 2.034804e-04
## Seg7542.1                2.898258  4.7826512  49.274695 2.067047e-04
## Seg934.1.2.57f48f7e      8.413192  2.2384302  63.443743 2.069276e-04
## Seg4618.2                2.101091  5.5417461  49.248378 2.070490e-04
## Seg3444.4               -2.601550  4.1247292  49.241079 2.071446e-04
## Seg1770.5               -2.184423  5.8862361  49.084478 2.092099e-04
## Seg3794.2               -2.352616  6.2753394  49.058780 2.095514e-04
## Seg21.3                  2.980163  7.8795735  49.041366 2.097831e-04
## Seg650.14               -6.495683  4.2911062  48.820650 2.127497e-04
## Seg16345.1               2.493121  6.9868343  48.380084 2.188342e-04
## Seg1430.21.1.57f48f76    3.890110  2.9896558  48.362919 2.190758e-04
## Seg3089.1.2.57f48f7a   -10.594344  3.4334300 161.003617 2.193214e-04
## Seg1761.2                8.483573  2.3016071  61.744137 2.231140e-04
## Seg1520.4                2.344267  4.9476769  47.813505 2.269922e-04
## Seg2142.6               -2.362467  4.2811822  47.765769 2.276973e-04
## Seg2487.1               -2.991559  5.8546385  47.749428 2.279393e-04
## Seg2530.3                3.622991  3.2427186  47.606521 2.300698e-04
## Seg914.5                 2.215232  5.2605091  47.559285 2.307797e-04
## Seg8226.1                2.458935  9.0719806  47.497445 2.317133e-04
## Seg1144.7               -3.404607  3.7454787  47.222128 2.359292e-04
## Seg3545.1                3.462676  5.4887372  47.197632 2.363090e-04
## Seg4479.1               -2.939943  3.3947409  47.181028 2.365669e-04
## Seg284.3_Seg284.4        2.729261  5.5927394  46.991354 2.395392e-04
## Seg3247.3                3.324869 10.2540237  46.751241 2.433711e-04
## Seg444.14                2.324118  4.1233678  46.614537 2.455880e-04
## Seg6310.3                8.006022  1.8514374  59.613008 2.458865e-04
## Seg3552.2                2.176098  5.3371541  46.461666 2.480979e-04
## Seg1574.16               2.727052  5.6773756  46.442935 2.484077e-04
## Seg2728.1                2.432930  8.9105304  46.369697 2.496238e-04
## Seg5314.1                6.584592  4.2492176  46.227946 2.519993e-04
## Seg4035.2.1.57f48f7b   -10.113823  2.9777737 149.306081 2.543077e-04
## Seg1826.7                2.004897 10.4929358  46.026996 2.554170e-04
## Seg1079.6                2.685435 11.4585264  45.934729 2.570062e-04
## Seg4761.1               -2.199178  4.6979090  45.893195 2.577257e-04
## Seg3929.3                2.235741  3.7552041  45.832970 2.587737e-04
## Seg1501.5                5.868752  4.4147896  45.804339 2.592738e-04
## Seg524.1                 2.724306  6.2809884  45.746493 2.602880e-04
## Seg593.14                4.185498  4.3275539  45.526577 2.641908e-04
## Seg1822.4               -2.180077  7.9135732  45.473588 2.651423e-04
## Seg435.11               -2.686600  5.2818411  45.397599 2.665147e-04
## Seg6955.2               -2.076957  3.6342838  45.365421 2.670986e-04
## Seg1985.4                2.669297  5.0555075  45.326490 2.678072e-04
## Seg852.10                2.057503  4.3640091  45.319070 2.679425e-04
## Seg4698.1                2.547345  8.6871654  45.292752 2.684233e-04
## Seg4818.1                2.274678  9.7314500  45.181846 2.704613e-04
## Seg1328.7                2.575801  7.6690809  45.171417 2.706539e-04
## Seg1641.11.2.57f48f77   -9.863609  2.7461461 144.176746 2.723423e-04
## Seg5714.3                2.039894  5.7511472  45.070331 2.725306e-04
## Seg239.3                 2.342102  6.3229040  45.055165 2.728136e-04
## Seg7.2                   8.341722  2.1665878  57.303879 2.741984e-04
## Seg5655.3               -2.346132  4.1897116  44.854509 2.765936e-04
## Seg265.1.1.57f48f79      8.253176  2.0854456  57.105059 2.768354e-04
## Seg11296.3               6.657837  7.0041240  44.672608 2.800788e-04
## Seg1009.2                2.144814  6.6920391  44.671547 2.800993e-04
## Seg545.2                 2.429127  4.4720104  44.545903 2.825398e-04
## Seg49.3                  2.626856  7.0692120  44.530827 2.828344e-04
## Seg916.1                -9.875518  2.7565728 140.923911 2.847909e-04
## Seg2142.7               -2.406516  4.3939314  44.389125 2.856235e-04
## Seg2548.2.1.57f48f79   -10.637066  3.4742814 140.221655 2.875903e-04
## Seg2789.1                3.426460  4.7650585  44.206748 2.892655e-04
## Seg3.15                  2.555149  7.0461081  43.759260 2.984580e-04
## Seg620.3                 3.965810  4.2035196  43.712342 2.994434e-04
## Seg3858.3              -10.995442  3.8149899 137.330238 2.995620e-04
## Seg1726.3                2.619238  5.6434024  43.686298 2.999923e-04
## Seg1533.3                2.253443  7.9395604  43.665526 3.004309e-04
## Seg3875.3               -2.202482  4.0686115  43.659910 3.005497e-04
## Seg1961.7               -2.545880  3.6426506  43.638547 3.010019e-04
## Seg976.3                 8.224269  2.0591511  55.351140 3.016315e-04
## Seg552.2                 3.167755  4.4971439  43.596222 3.019004e-04
## Seg16688.1              -3.738659  3.9499949  43.525968 3.033995e-04
## Seg539.6                -2.310721  5.1047741  43.450766 3.050148e-04
## Seg1903.2                2.654034  8.7639067  43.317857 3.078968e-04
## Seg1715.1.1.57f48f77   -10.055233  2.9257237 134.877839 3.103113e-04
## Seg4000.2               -2.076423  3.7914341  43.139435 3.118210e-04
## Seg19800.1              -2.317939  4.6869804  43.120222 3.122474e-04
## Seg5491.1               -2.075627  3.8518515  43.095342 3.128007e-04
## Seg2923.4                2.249380  8.0160007  43.053395 3.137363e-04
## Seg13200.1               4.184499  3.7227779  42.763262 3.203075e-04
## Seg387.2                 2.625329  6.6125697  42.743253 3.207672e-04
## Seg61.6                  2.455560  6.3209961  42.705980 3.216258e-04
## Seg3993.2                6.248803  4.2916944  42.686390 3.220782e-04
## Seg1123.8               -2.477942  4.1489764  42.660396 3.226798e-04
## Seg1526.9                2.445870  5.5497569  42.654414 3.228184e-04
## Seg154.8                 6.881399  9.5422801  42.455649 3.274692e-04
## Seg4161.1                7.754994  1.6173088  53.683743 3.280268e-04
## Seg2919.3               -3.379564  4.3538314  42.430497 3.280639e-04
## Seg1882.13               2.748264  4.3831746  42.392847 3.289566e-04
## Seg226.3                 7.779854 10.6486928  42.386696 3.291027e-04
## Seg1988.5                3.248387  2.6765757  42.298151 3.312158e-04
## Seg2312.2.2.57f48f79    -9.882461  2.7623544 130.020153 3.333836e-04
## Seg1895.5                3.212003  4.2085896  42.202162 3.335262e-04
## Seg5203.3                2.013342  5.0019076  41.922329 3.403811e-04
## Seg1026.2                2.081836  3.9339727  41.816932 3.430099e-04
## Seg2040.3               -9.757990  2.6497228 127.861067 3.444720e-04
## Seg9950.1               -2.325707  3.3716702  41.752599 3.446273e-04
## Seg7457.2                4.419145  3.3973465  41.664445 3.468595e-04
## Seg1131.9                7.803656  1.6634811  52.573770 3.473276e-04
## Seg1372.7               -2.621149  4.8623811  41.615148 3.481160e-04
## Seg1159.2               -3.365698  4.1449133  41.612915 3.481730e-04
## Seg5464.1.1.57f48f7c     6.870031  8.4468809  41.606157 3.483457e-04
## Seg5671.2               -2.658215  4.8083913  41.566058 3.493729e-04
## Seg6391.1                2.341479  7.0904339  41.541580 3.500019e-04
## Seg2682.1.1.57f48f79     2.860296  4.8975288  41.516007 3.506605e-04
## Seg2082.2               -2.370865  5.6619862  41.446889 3.524487e-04
## Seg1379.12               3.277388  6.4416753  41.377520 3.542551e-04
## Seg4877.2               -3.270552  2.7495949  41.361156 3.546830e-04
## Seg2887.2.1.57f48f7a    -9.686268  2.5830961 125.962763 3.546842e-04
## Seg1405.8               -9.685007  2.5821040 125.452438 3.575070e-04
## Seg364.3                 2.111973  5.9743464  41.248964 3.576345e-04
## Seg1873.5               -3.115568  4.3091703  41.000327 3.642889e-04
## Seg2286.4                2.844815  4.3076630  40.824519 3.690905e-04
## Seg26.4                 -2.586389  4.4939068  40.802974 3.696845e-04
## Seg1270.3               -2.373964  2.9499001  40.781439 3.702794e-04
## Seg3305.2                2.186392  6.0863946  40.761526 3.708307e-04
## Seg2212.3               -2.133168  4.3222830  40.708633 3.723001e-04
## Seg836.5                 2.285450  4.0010462  40.641424 3.741779e-04
## Seg5820.1                4.214718  3.7884445  40.552505 3.766812e-04
## Seg311.3                -2.057556  6.0160690  40.536662 3.771295e-04
## Seg1513.1               -3.249020  3.4145907  40.482297 3.786729e-04
## Seg7391.1                2.453917  4.8764699  40.298101 3.839631e-04
## Seg6817.1                3.741038  4.7041036  40.154089 3.881656e-04
## Seg1445.3               -2.493729  4.7976350  40.149109 3.883120e-04
## Seg1455.4               -2.161412  3.7758333  40.045695 3.913677e-04
## Seg2317.3.1.57f48f79   -10.014962  2.8848090 119.759975 3.914165e-04
## Seg16297.1              -2.008555  3.4025788  39.980649 3.933057e-04
## Seg2154.1                5.100106  1.9938011  39.637609 4.037325e-04
## Seg2506.7                2.273360  4.4878815  39.571642 4.057782e-04
## Seg1691.5                2.311981  8.0467323  39.510349 4.076909e-04
## Seg745.3                -2.186502  5.3889199  39.423717 4.104142e-04
## Seg861.9                 8.405520  2.2309780  49.233475 4.153834e-04
## Seg1943.2               -9.972135  2.8448773 116.045305 4.162118e-04
## Seg4184.1_Seg4184.3     -2.021727  3.6262722  39.234475 4.164449e-04
## Seg438.4                 3.293041  2.9718321  39.161446 4.188026e-04
## Seg3693.2                3.580211  4.1669488  39.135412 4.196472e-04
## Seg81.11                 2.451466  5.6584782  39.122793 4.200574e-04
## Seg5859.2               -2.400332  3.8033423  39.104833 4.206421e-04
## Seg65.2                 -9.576982  2.4836081 114.882772 4.244567e-04
## Seg450.4                -6.594346  3.0980518  38.971901 4.250026e-04
## Seg1338.7                2.647805  4.4223580  38.816196 4.301843e-04
## Seg675.10                4.720245  6.8736332  38.793839 4.309349e-04
## Seg2767.1                8.160709  1.9941067  48.484063 4.330509e-04
## Seg183.2.1.57f48f78      9.652486  3.4407415  48.361132 4.360442e-04
## Seg817.4                 2.007634  7.3026292  38.629988 4.364882e-04
## Seg2298.7               -9.607191  2.5117603 113.219123 4.366882e-04
## Seg287.9.2.57f48f7a      3.211421  5.9805673  38.537443 4.396654e-04
## Seg2299.6                6.960792 11.2202437  38.532708 4.398288e-04
## Seg8.2                  -5.925947  2.1669582  38.494039 4.411658e-04
## Seg4541.2                3.224099  4.3289854  38.450470 4.426786e-04
## Seg5572.1                2.677139  3.5581882  38.366167 4.456246e-04
## Seg1860.1                2.012066 10.1006555  38.326955 4.470035e-04
## Seg5776.1               -2.000079  3.5183843  38.296672 4.480721e-04
## Seg539.8                 2.122441  3.5568891  38.228256 4.504986e-04
## Seg3735.1                3.149449  7.4961857  37.855551 4.640179e-04
## Seg3239.4               -2.354821  5.2694766  37.781349 4.667715e-04
## Seg1769.8                3.774401  6.5909135  37.773084 4.670795e-04
## Seg1430.8                2.460096  4.9254403  37.722444 4.689724e-04
## Seg2186.4               -2.130235  4.7140020  37.629939 4.724558e-04
## Seg1524.11               2.346956 12.0016163  37.584180 4.741912e-04
## Seg1649.3                6.688710  3.4735801  37.578147 4.744206e-04
## Seg2063.6.1.57f48f79    -9.499080  2.4115740 108.304080 4.760789e-04
## Seg2200.5                2.690226  4.7459052  37.487379 4.778895e-04
## Seg552.5.1.57f48f7c      9.314212  3.1078704  46.716829 4.788717e-04
## Seg1845.3.1.57f48f78     2.894464  5.3902219  37.426398 4.802383e-04
## Seg1231.9               -9.521876  2.4318596 107.819369 4.802495e-04
## Seg2725.2.1.57f48f7a    -9.461034  2.3773481 106.563396 4.913147e-04
## Seg506.3                 2.808880  4.8539713  37.095007 4.932656e-04
## Seg3495.3                2.167946  5.9682977  37.066456 4.944091e-04
## Seg4819.1                3.103466  5.2199037  37.053714 4.949205e-04
## Seg652.7                -3.277230  2.7446064  36.918825 5.003766e-04
## Seg1739.11              -2.392859  4.6611674  36.870941 5.023321e-04
## Seg202.2                -6.410419  1.4299862  36.866656 5.025076e-04
## Seg599.4                 2.062415  5.1066097  36.734833 5.079444e-04
## Seg1350.1               -9.643295  2.5456182 104.566652 5.097092e-04
## Seg2170.6                2.209851  5.1409786  36.632685 5.122094e-04
## Seg133.2                 2.395432  7.5226181  36.545224 5.158978e-04
## Seg247.7                -9.563127  2.4721963 103.785813 5.171843e-04
## Seg308.11               -2.281611  3.2146893  36.397813 5.221922e-04
## Seg353.10               -2.388429  6.1807539  36.373438 5.232425e-04
## Seg453.1                 2.178582  6.7382126  36.361267 5.237680e-04
## Seg2440.7               -2.274710  4.0696349  36.308179 5.260678e-04
## Seg3062.3                2.809083  3.7754346  36.258704 5.282229e-04
## Seg2651.5                3.140515  5.2441050  36.238758 5.290950e-04
## Seg8230.2                6.204847  4.8970305  36.114606 5.345648e-04
## Seg2650.3               -2.015199  4.9584198  36.047961 5.375309e-04
## Seg212.7                 2.499005  9.1472431  36.005359 5.394381e-04
## Seg1489.3                2.256866  6.4201057  35.995772 5.398685e-04
## Seg4466.3                5.155080  6.8681505  35.980057 5.405750e-04
## Seg2182.2               -2.507696  6.4223492  35.978315 5.406534e-04
## Seg1816.7                4.245866  3.9612933  35.917912 5.433803e-04
## Seg1644.15.1.57f48f77    9.055761  2.8551711  44.557694 5.440678e-04
## Seg3283.2               -2.288403  4.8856176  35.884125 5.449134e-04
## Seg5283.4               -2.979281  5.3965754  35.726742 5.521283e-04
## Seg3078.4                4.249766  1.8487199  35.701417 5.533007e-04
## Seg1338.5                2.720795  3.6990525  35.639699 5.561714e-04
## Seg4334.1                6.071184  4.1135158  35.618752 5.571500e-04
## Seg1329.6                2.909453  5.2622169  35.570546 5.594107e-04
## Seg932.9                -2.144544  6.2212639  35.563058 5.597629e-04
## Seg6089.1               -2.182677  2.9071061  35.546927 5.605226e-04
## Seg1649.2                3.271981  3.2404885  35.515630 5.620004e-04
## Seg1273.8               -2.186031  4.1516009  35.447310 5.652438e-04
## Seg8949.1               -2.617826  4.1204551  35.430484 5.660463e-04
## Seg1345.8                2.131410  3.7691643  35.406906 5.671732e-04
## Seg434.6                 2.275570  3.9410450  35.390808 5.679444e-04
## Seg1372.16              -2.323865  2.7962546  35.354622 5.696826e-04
## Seg7919.1               -2.341128  4.1346573  35.198360 5.772680e-04
## Seg1674.6               -3.569608  1.8240801  35.194587 5.774527e-04
## Seg582.2                 7.591039  1.4613796  43.546852 5.786807e-04
## Seg2147.5               -9.341365  2.2688837  97.872252 5.795387e-04
## Seg2063.5.1.57f48f79     7.934510  1.7784751  43.492544 5.806224e-04
## Seg7397.1                2.645583  3.1395049  35.117629 5.812378e-04
## Seg1200.2               -6.444185  5.9457965  35.091269 5.825416e-04
## Seg710.1                 3.138454  3.9383630  35.062985 5.839448e-04
## Seg3161.1                2.289829  3.4906309  35.038545 5.851607e-04
## Seg508.4.1.57f48f7c      5.986489  2.7725968  34.922465 5.909807e-04
## Seg6027.1                7.463033  1.3482010  43.174916 5.921546e-04
## Seg1891.14               5.778796  2.9243201  34.889587 5.926427e-04
## Seg1123.15              -2.558457  3.0884309  34.660111 6.044115e-04
## Seg1026.3                2.544961  7.5863427  34.613066 6.068613e-04
## Seg1903.9               -2.025244  3.6188764  34.602057 6.074364e-04
## Seg6278.1               -2.250303  4.8395576  34.492963 6.131736e-04
## Seg920.1                -2.492085  4.8928885  34.471815 6.142938e-04
## Seg1276.3.1.57f48f76    -9.275574  2.2101786  94.920948 6.149603e-04
## Seg382.7                -3.261952  2.8748790  34.414898 6.173218e-04
## Seg2437.8               -9.265955  2.2014904  94.223931 6.237994e-04
## Seg7305.1               -2.088157  7.1061426  34.242029 6.266370e-04
## Seg3589.9                7.672343  1.5392422  42.190622 6.298903e-04
## Seg1033.3               -2.115048  3.9691112  34.054451 6.369504e-04
## Seg2513.1               -6.484521  3.3542184  34.047453 6.373393e-04
## Seg7116.1               -2.143933  3.3050913  34.029521 6.383374e-04
## Seg270.4                 2.314386  8.6586924  33.968304 6.417600e-04
## Seg2807.7                3.704847  2.2821440  33.958545 6.423078e-04
## Seg2234.2                2.176704  4.8250723  33.941052 6.432912e-04
## Seg1997.4               -2.380360  3.7208762  33.934140 6.436803e-04
## Seg1647.12               2.250683  5.8319135  33.911245 6.449714e-04
## Seg2802.4               -2.079122  4.8214828  33.836853 6.491895e-04
## Seg1585.10              -2.153838  4.0033102  33.700833 6.569940e-04
## Seg850.2                -9.343742  2.2737700  91.661836 6.579821e-04
## Seg2302.4               -2.638826  4.2432232  33.633242 6.609171e-04
## Seg23.13                -9.220938  2.1625907  91.130403 6.654234e-04
## Seg1783.2                6.967140  2.6162059  33.504445 6.684766e-04
## Seg4268.2               -2.828517  5.8362962  33.478933 6.699871e-04
## Seg3307.3                8.775219  4.3614214  33.454378 6.714452e-04
## Seg87.2                  2.055077  5.9289861  33.404349 6.744284e-04
## Seg164.15.1.57f48f77   -10.944899  3.7689865  90.462951 6.749493e-04
## Seg1634.12              -2.243040  3.1055850  33.364472 6.768186e-04
## Seg1712.8               -2.925632  2.8428526  33.265203 6.828161e-04
## Seg2654.3                3.888455  3.8989847  33.260050 6.831292e-04
## Seg2666.3                2.600794  7.2832322  33.230302 6.849409e-04
## Seg4663.2                3.367237  3.9606798  33.223206 6.853739e-04
## Seg10.1                  2.021468  4.2016164  32.894873 7.058024e-04
## Seg1064.14               4.098689  1.9749321  32.865878 7.076439e-04
## Seg3734.3                7.346133  1.2444492  40.333168 7.103166e-04
## Seg122.3                -6.254558  2.7830707  32.740350 7.156878e-04
## Seg5063.5                7.278807  1.1823055  40.195327 7.168188e-04
## Seg2129.3               -9.240507  2.1811262  87.623447 7.178501e-04
## Seg3787.2                2.546970  4.5227951  32.680222 7.195825e-04
## Seg3807.1                2.017278  4.7044461  32.637258 7.223822e-04
## Seg914.9                -2.921484  2.5365883  32.619466 7.235457e-04
## Seg2941.1               -9.236412  2.1736714  86.946197 7.286858e-04
## Seg1944.6               -2.846877  4.3427810  32.483702 7.325036e-04
## Seg2175.3                7.834524  1.6928111  39.859428 7.329995e-04
## Seg405.7                -2.231008  5.5625675  32.396688 7.383200e-04
## Seg13228.1               4.055958  3.8290132  32.376854 7.396541e-04
## Seg934.3.1.57f48f7e      2.977188  5.6324053  32.321915 7.433657e-04
## Seg1405.4                2.177344  4.0914607  32.298312 7.449677e-04
## Seg624.4                 2.410661  6.0738018  32.295330 7.451704e-04
## Seg3381.2                5.833259  2.1524820  32.249691 7.482816e-04
## Seg49.4                  2.082184  4.4815955  32.220627 7.502716e-04
## Seg2816.3               -9.484606  2.3960568  85.513832 7.524261e-04
## Seg580.2.2.57f48f7c     -9.575972  2.4790060  85.513227 7.524364e-04
## Seg6478.3                2.035104  5.0584446  32.152705 7.549489e-04
## Seg3794.3               -2.146541  3.4795752  32.115807 7.575055e-04
## Seg246.7                 2.016487  6.2501416  32.078129 7.601276e-04
## Seg550.3                 7.282038  1.1810920  39.317442 7.601506e-04
## Seg1880.1                2.516723  5.4054667  31.970661 7.676712e-04
## Seg2577.1                2.444693  8.7953065  31.935831 7.701367e-04
## Seg7216.1               -2.171728  4.0200014  31.930991 7.704801e-04
## Seg6810.1               -2.188664  2.8998457  31.923023 7.710458e-04
## Seg187.11                2.867063  6.2399188  31.802817 7.796465e-04
## Seg5068.2               -2.165759  3.1642741  31.772895 7.818066e-04
## Seg7335.1               -2.467313  3.2966601  31.667051 7.895094e-04
## Seg2506.1               -2.427820  2.5409021  31.657942 7.901769e-04
## Seg1472.20              -2.224891  3.2180978  31.633907 7.919416e-04
## Seg2390.1               -2.157716  4.7756858  31.478395 8.034828e-04
## Seg456.2                -2.577176  3.7164759  31.452723 8.054087e-04
## Seg1816.3                4.497376  5.2188624  31.429057 8.071895e-04
## Seg2162.8                3.653817  2.4788761  31.408294 8.087560e-04
## Seg1749.2.4.57f48f78    -9.054996  2.0153557  82.300229 8.100975e-04
## Seg2298.11               2.421070  4.0459911  31.370314 8.116316e-04
## Seg1027.14               3.362311  8.4791890  31.320356 8.154341e-04
## Seg920.2                -2.426559  5.6024084  31.310925 8.161546e-04
## Seg3885.1               -2.247945  4.4213977  31.111561 8.315768e-04
## Seg1305.8                2.505657  8.7420720  31.095915 8.328030e-04
## Seg4173.2                2.162583  8.4450200  31.076829 8.343019e-04
## Seg2105.1               -9.033063  1.9961224  80.996129 8.354062e-04
## Seg298.5.1.57f48f7a     -9.036187  1.9990332  80.795839 8.393981e-04
## Seg1491.4               -2.325989  3.8834717  30.936875 8.453996e-04
## Seg187.10                2.425246  4.1739921  30.873354 8.504992e-04
## Seg2175.7                5.449670  5.5595021  30.780157 8.580531e-04
## Seg387.9                -2.504609  2.7639667  30.712410 8.635984e-04
## Seg698.3                 2.525727  4.2096532  30.708942 8.638834e-04
## Seg1260.10               2.075399  3.7640190  30.645611 8.691113e-04
## Seg1528.6                5.931365  3.3602118  30.640200 8.695598e-04
## Seg4826.3               -8.977850  1.9469966  79.088266 8.746228e-04
## Seg2042.3.2.57f48f78     3.420214  3.6297796  30.554873 8.766726e-04
## Seg94.5                  2.952285  3.5795286  30.510629 8.803903e-04
## Seg3953.1               -2.721741  3.1936860  30.499989 8.812874e-04
## Seg2229.1                3.544317  2.2808207  30.416857 8.883368e-04
## Seg1904.1.1.57f48f78    -9.502423  2.4187504  78.442357 8.885266e-04
## Seg1013.7               -2.045648  5.5272225  30.412101 8.887423e-04
## Seg1433.3.2.57f48f76    -8.959445  1.9303997  78.362742 8.902633e-04
## Seg8734.2               -2.039747  3.8821566  30.366558 8.926374e-04
## Seg1082.3                2.310606 12.3800954  30.308233 8.976578e-04
## Seg914.7                -6.289164  2.0910908  30.307041 8.977607e-04
## Seg1329.7                8.295856  9.4662033  30.257196 9.020806e-04
## Seg1943.2.2.57f48f78    -9.284797  2.2222395  77.595745 9.072583e-04
## Seg1720.8               -8.973777  1.9442666  77.562517 9.080055e-04
## Seg1830.9                2.321842  8.2367630  30.169061 9.097847e-04
## Seg11511.1               4.315684  2.3060702  30.096196 9.162180e-04
## Seg1076.5.2.57f48f75     7.249119  1.1560874  36.588936 9.193231e-04
## Seg269.2                -2.002569  4.1779510  29.937522 9.304311e-04
## Seg1346.2                6.518303  6.4803247  29.936200 9.305507e-04
## Seg1297.1                8.097566  1.9395136  36.371446 9.338576e-04
## Seg820.4                -2.183977  5.3829745  29.844621 9.388845e-04
## Seg1885.8                3.362934  4.8925526  29.788099 9.440760e-04
## Seg581.12                8.046955  1.8921179  36.165599 9.478977e-04
## Seg2294.8               -2.010187  3.0470844  29.725599 9.498597e-04
## Seg8991.1               -2.263287  3.3056835  29.632744 9.585367e-04
## Seg562.9                 2.423622  4.1401362  29.553793 9.659950e-04
## Seg8628.1               -3.292720  6.3433710  29.537831 9.675119e-04
## Seg1080.6.1.57f48f75    -9.105858  2.0625245  75.003000 9.684570e-04
## Seg1232.20              -8.926760  1.9002352  74.919370 9.705330e-04
## Seg703.1                -9.242242  2.1772615  74.892944 9.711904e-04
## Seg460.11                2.553752  3.7421970  29.400734 9.806678e-04
## Seg4224.1                3.275587  3.0293524  29.384857 9.822062e-04
## Seg2655.4               -8.978857  1.9497775  74.407593 9.833839e-04
## Seg6367.1               -2.839805  4.6025558  29.338125 9.867523e-04
## Seg1516.9.1.57f48f76   -10.338276  3.1870317  73.869529 9.971719e-04
## Seg1915.9               -2.835374  4.2703230  29.225432 9.978271e-04
## Seg8680.2                2.956476  3.7293885  29.179073 1.002429e-03
## Seg216.3                -2.940392  1.7277995  29.173646 1.002970e-03
## Seg1574.2               -2.233900  3.5323343  29.141078 1.006222e-03
## Seg2695.3                2.575715  6.3008173  29.131909 1.007140e-03
## Seg3956.3               -8.890291  1.8683004  73.323391 1.011465e-03
## Seg1354.13               2.283076  5.0240010  29.033888 1.017021e-03
## Seg3921.3                2.269337  7.0096254  28.987140 1.021777e-03
## Seg4400.3               -8.839082  1.8246884  72.914217 1.022376e-03
## Seg2045.1               -8.915991  1.8944846  72.877705 1.023358e-03
## Seg7733.2               -2.147810  3.4860882  28.960254 1.024525e-03
## Seg1721.13               3.395717  4.2146302  28.952007 1.025370e-03
## Seg932.11                2.643596  4.0810139  28.860618 1.034794e-03
## Seg1873.4                4.067762  2.1197217  28.845807 1.036332e-03
## Seg1422.5               -2.567679  2.9106873  28.779321 1.043271e-03
## Seg2619.4                2.400408  8.0127299  28.753211 1.046012e-03
## Seg1425.2                2.264326  3.6472321  28.656352 1.056263e-03
## Seg3865.1                4.568355  4.4978696  28.611651 1.061038e-03
## Seg6854.2               -2.179854  2.7547788  28.531826 1.069633e-03
## Seg68.8                 -9.387241  2.3150864  70.814948 1.081230e-03
## Seg3409.2                2.783121  4.3270182  28.418731 1.081965e-03
## Seg508.4                -8.802589  1.7924607  70.777855 1.082315e-03
## Seg1349.1                2.343021  5.2034978  28.394346 1.084648e-03
## Seg1659.14              -8.933064  1.9044204  70.579924 1.088134e-03
## Seg1001.2               -2.158468  5.3203479  28.252677 1.100405e-03
## Seg826.6.3.57f48f7e     -8.777641  1.7733853  69.663458 1.115695e-03
## Seg73.3                 -2.028528  3.4268189  28.031747 1.125571e-03
## Seg169.8                 2.007057  4.5919399  28.001058 1.129125e-03
## Seg1807.2               -2.104999  6.2503735  27.929299 1.137492e-03
## Seg1784.13               7.307975  1.2083462  33.730519 1.137575e-03
## Seg1279.8                4.280777  5.0068438  27.917585 1.138866e-03
## Seg1738.4                3.016530  2.6984789  27.907997 1.139991e-03
## Seg1000.9               -8.731842  1.7328761  68.849060 1.141074e-03
## Seg2060.4                2.444191  3.4437447  27.869606 1.144513e-03
## Seg2504.2               -8.807154  1.7953815  68.707803 1.145564e-03
## Seg2988.5                2.032000  3.2802737  27.844046 1.147537e-03
## Seg1569.7                2.087676  5.6017039  27.842732 1.147692e-03
## Seg2232.4                7.197342  1.1097282  33.597431 1.149349e-03
## Seg7251.1                2.961170  2.2137145  27.797119 1.153114e-03
## Seg2867.2               -2.219882  4.0929886  27.778792 1.155302e-03
## Seg549.3                -3.694845  2.2976067  27.750406 1.158701e-03
## Seg675.17                7.667720  1.5416907  33.291403 1.177045e-03
## Seg9504.1                3.289000  2.1778721  27.431457 1.197793e-03
## Seg2326.6               -8.772988  1.7704466  67.107765 1.198327e-03
## Seg2279.1                6.901231  0.8456837  33.041493 1.200327e-03
## Seg4579.1                3.958320  4.7076110  27.381394 1.204082e-03
## Seg3117.5                2.222335  3.2678867  27.279271 1.217044e-03
## Seg186.3                -2.358521  5.0644085  27.221545 1.224450e-03
## Seg5464.1                2.190491  8.9165754  27.202910 1.226853e-03
## Seg13582.1              -3.921198  1.1563653  27.195789 1.227773e-03
## Seg1348.8.3.57f48f76     5.729047  2.8751240  27.119204 1.237723e-03
## Seg395.5                -9.176904  2.1269871  65.871118 1.241643e-03
## Seg980.4                 2.158189  4.6506034  27.080283 1.242820e-03
## Seg1095.25              -2.155223  2.7041149  27.027245 1.249809e-03
## Seg3231.6                2.041176  3.3993335  26.985282 1.255374e-03
## Seg4689.1               -8.934744  1.9126831  65.485465 1.255633e-03
## Seg826.6                 3.162527  2.9305082  26.914905 1.264779e-03
## Seg1301.8               -2.139281  3.7458511  26.870572 1.270750e-03
## Seg2595.1.1.57f48f79    -5.550307  4.4157890  26.858370 1.272400e-03
## Seg647.4                -2.705560  3.2918065  26.807034 1.279372e-03
## Seg1347.5                3.066424  3.0746115  26.799980 1.280334e-03
## Seg2753.1.2.57f48f7a     8.442505  2.2674511  32.153899 1.288157e-03
## Seg5052.2                3.623921  1.6684897  26.538217 1.316692e-03
## Seg2147.7                2.252192  4.9432650  26.452061 1.328949e-03
## Seg1668.12               3.238225  4.2443010  26.436879 1.331124e-03
## Seg397.5                 3.340981  2.6024349  26.401155 1.336260e-03
## Seg1243.2               -5.497010  3.4679188  26.374799 1.340066e-03
## Seg675.16                6.969033  0.9101698  31.657234 1.341068e-03
## Seg4496.1                2.845334  7.1777467  26.304374 1.350303e-03
## Seg5815.2                3.297139  2.9242818  26.241936 1.359464e-03
## Seg1963.3               -8.673453  1.6793393  62.417603 1.375846e-03
## Seg1756.11               2.017490 13.0278346  26.084324 1.382947e-03
## Seg6288.2                2.508020  3.1621316  26.061135 1.386446e-03
## Seg2063.5.2.57f48f79    -8.627305  1.6403025  62.151942 1.387060e-03
## Seg3667.2               -2.161791  3.0267177  25.994856 1.396510e-03
## Seg1000.4.2.57f48f75    -8.794020  1.7821785  61.869227 1.399144e-03
## Seg9440.1                2.631201  2.4603591  25.974019 1.399693e-03
## Seg2640.3.1.57f48f79    -7.187792  3.3803441  25.927885 1.406774e-03
## Seg4905.2                2.021992  4.9892280  25.896975 1.411544e-03
## Seg2877.4                2.836096  3.4160697  25.878146 1.414460e-03
## Seg2042.1                2.161771  4.7489198  25.804975 1.425866e-03
## Seg4287.2                3.471053  3.1748921  25.797857 1.426982e-03
## Seg1012.6               -8.651436  1.6601644  60.937418 1.440111e-03
## Seg4058.1               -2.315045  3.7190622  25.683533 1.445058e-03
## Seg1459.10               2.172335  4.7158872  25.610096 1.456826e-03
## Seg2113.5.1.57f48f79    -8.859702  1.8385733  60.203058 1.473678e-03
## Seg965.2                 2.175641  3.1704449  25.470117 1.479599e-03
## Seg2348.6               -8.493978  1.5303097  59.995410 1.483382e-03
## Seg80.10                 2.343826  5.7945400  25.437582 1.484958e-03
## Seg3351.3                3.698072  2.8610435  25.417048 1.488353e-03
## Seg3511.1               -8.966858  1.9318977  59.883464 1.488653e-03
## Seg1476.4                2.884625  6.2875780  25.402746 1.490723e-03
## Seg400.8                -2.065815  3.7968144  25.384096 1.493822e-03
## Seg4450.1               -8.671918  1.6771452  59.738579 1.495517e-03
## Seg12047.1               3.215890  4.9262576  25.314788 1.505409e-03
## Seg2501.4               -8.607171  1.6221468  59.207133 1.521106e-03
## Seg3388.2                2.023019  6.4531387  25.148991 1.533601e-03
## Seg11191.1               2.515201  3.4494191  25.134681 1.536067e-03
## Seg9873.1               -2.225600  3.5013719  25.133279 1.536308e-03
## Seg954.16                3.792965  4.2613914  25.111855 1.540009e-03
## Seg1161.2.1.57f48f75    -8.452145  1.4946020  58.745708 1.543860e-03
## Seg2251.3.1.57f48f79    -8.466174  1.5073761  58.700809 1.546101e-03
## Seg5567.3                4.679261  6.1204209  25.016654 1.556593e-03
## Seg1070.2                6.697875  0.6736488  29.847813 1.560287e-03
## Seg858.7                -2.191246  5.5886034  24.970088 1.564789e-03
## Seg384.4                -8.500610  1.5325921  58.187251 1.572088e-03
## Seg2532.2.1.57f48f79    -9.002398  1.9733943  58.145501 1.574229e-03
## Seg1947.7                2.050233  6.5994528  24.905194 1.576304e-03
## Seg3735.2                7.345517  1.2443369  29.670300 1.584302e-03
## Seg1195.1               -2.109183  3.4732135  24.789566 1.597091e-03
## Seg1914.1               -8.616645  1.6378408  57.429732 1.611630e-03
## Seg6707.1.1.57f48f7d     3.646181  2.5957812  24.708992 1.611786e-03
## Seg1549.11               2.303307  3.1954713  24.681524 1.616836e-03
## Seg3715.2                3.014255  3.4004835  24.672265 1.618542e-03
## Seg650.18                2.059444  3.9757837  24.661690 1.620494e-03
## Seg873.2                 2.200211  8.6824044  24.616340 1.628900e-03
## Seg1426.8               -2.563847  2.8637025  24.582181 1.635268e-03
## Seg1433.4                2.378079  7.2400713  24.563202 1.638820e-03
## Seg2091.1                3.110291  4.8881897  24.516673 1.647571e-03
## Seg6014.1                2.562215  3.6347630  24.416087 1.666694e-03
## Seg1080.5                3.170125  3.2075206  24.410235 1.667815e-03
## Seg1734.5               -8.384490  1.4382562  56.389326 1.668416e-03
## Seg2324.9               -2.247441  3.5306586  24.338890 1.681565e-03
## Seg17621.1              -2.987889  3.3063989  24.295960 1.689908e-03
## Seg16392.1               3.698483  2.0327899  24.294312 1.690230e-03
## Seg1756.16               3.637383  5.0815026  24.250573 1.698788e-03
## Seg1001.3               -2.886036  1.7994733  24.218354 1.705127e-03
## Seg2290.1               -8.364640  1.4202327  55.671283 1.709376e-03
## Seg2524.1               -8.356568  1.4140114  55.493610 1.719743e-03
## Seg643.8.1.57f48f7d      3.705627  2.4943077  24.110248 1.726623e-03
## Seg821.11                7.712617  1.5785267  28.664715 1.730087e-03
## Seg2427.16              -5.219564  1.6128197  24.043631 1.740043e-03
## Seg1184.2.4.57f48f75     2.059082  3.5188637  24.024768 1.743867e-03
## Seg955.10                2.032346  7.0042731  23.920794 1.765142e-03
## Seg267.2                -8.364506  1.4228611  54.674011 1.768811e-03
## Seg2321.4                2.772304  3.1434279  23.894416 1.770592e-03
## Seg2380.5                2.421058  9.6969258  23.891259 1.771246e-03
## Seg5650.1               -8.932444  1.9124924  54.617357 1.772280e-03
## Seg2949.3                7.378593  1.2791473  28.392248 1.772650e-03
## Seg1225.7               -8.404348  1.4510024  54.438559 1.783295e-03
## Seg5714.1               -8.341280  1.4029614  54.352465 1.788636e-03
## Seg2192.8.1.57f48f79    -8.405952  1.4587620  54.141805 1.801805e-03
## Seg2454.8                5.933636  1.6555520  23.672876 1.817235e-03
## Seg1439.10               3.468830  3.1163081  23.587741 1.835579e-03
## Seg1700.4.2.57f48f77     2.763736  4.1399952  23.540471 1.845867e-03
## Seg453.13.1.57f48f7b    -8.393223  1.4482958  53.441353 1.846656e-03
## Seg2416.2.1.57f48f79     3.796446  5.5768927  23.523419 1.849597e-03
## Seg1266.1.1.57f48f76    -8.356703  1.4113419  53.259161 1.858596e-03
## Seg859.12               -2.720060  2.0028298  23.460496 1.863444e-03
## Seg4739.1                3.133106  2.4130607  23.397216 1.877504e-03
## Seg2992.1                2.187024  4.8090410  23.331183 1.892322e-03
## Seg888.26               -2.458828  4.0667585  23.251440 1.910418e-03
## Seg168.2                -8.273548  1.3446411  52.442047 1.913596e-03
## Seg2731.1                2.049867  4.4187826  23.225657 1.916316e-03
## Seg2366.3                3.125100  2.8488616  23.192184 1.924009e-03
## Seg1597.11               4.099147  1.0851824  23.189342 1.924664e-03
## Seg4407.2                6.814371  0.7792787  27.479869 1.925771e-03
## Seg2171.7                2.560008  3.4109625  23.141915 1.935636e-03
## Seg50.15                -4.449657  3.0722327  23.082764 1.949435e-03
## Seg2294.6.1.57f48f79    -8.682256  1.6957774  51.742402 1.962652e-03
## Seg4799.1                3.551198  3.8598849  22.999135 1.969159e-03
## Seg140.4                 4.655581  1.1665240  22.992189 1.970809e-03
## Seg6811.1               -2.034597  4.7779527  22.924253 1.987040e-03
## Seg372.1                -8.330957  1.3964720  51.362931 1.990052e-03
## Seg2871.2                2.527574  2.7494598  22.906574 1.991292e-03
## Seg14234.1               2.858471  2.4717053  22.846290 2.005878e-03
## Seg171.3                -2.508936  3.6243577  22.771314 2.024213e-03
## Seg3403.1               -2.445646  3.7660480  22.692314 2.043765e-03
## Seg832.3                 6.724058  0.6910687  26.768030 2.057720e-03
## Seg5426.1               -2.396190  3.1381640  22.604996 2.065660e-03
## Seg2530.4                2.763592  3.5319212  22.585501 2.070590e-03
## Seg6854.1               -2.048466  4.1195951  22.559846 2.077100e-03
## Seg1422.13               2.199245  3.3020622  22.518552 2.087634e-03
## Seg192.1                 2.543737  3.8810900  22.502270 2.091807e-03
## Seg650.14.1.57f48f7d     2.539644  5.7136616  22.487476 2.095607e-03
## Seg4032.2                2.506233  2.4995072  22.390793 2.120665e-03
## Seg2578.1                2.135870  3.6848162  22.372133 2.125545e-03
## Seg2353.1               -2.121877  5.8098602  22.300883 2.144314e-03
## Seg1670.18.1.57f48f77   -5.589485  1.4239964  22.272826 2.151764e-03
## Seg2672.4                2.148167  5.0923439  22.197536 2.171919e-03
## Seg868.10               -8.300187  1.3627428  48.959896 2.177670e-03
## Seg1528.7                4.816735  4.7134738  22.151244 2.184433e-03
## Seg253.19                5.371762  3.2947646  22.145846 2.185898e-03
## Seg1597.8                2.442502  5.5717829  22.139149 2.187717e-03
## Seg2353.7               -8.638516  1.6457920  48.737638 2.196350e-03
## Seg1617.9               -8.211204  1.2967341  48.693105 2.200122e-03
## Seg2546.1               -8.179669  1.2697844  48.658844 2.203030e-03
## Seg6364.1               -2.292060  2.4639589  22.074945 2.205260e-03
## Seg2427.15               2.244291  5.8995348  22.068044 2.207157e-03
## Seg2129.9               -8.272633  1.3401022  48.577529 2.209956e-03
## Seg1113.3               -2.308042  3.9450563  22.056341 2.210378e-03
## Seg2163.1               -2.096522  2.6169666  22.026682 2.218567e-03
## Seg3123.3               -2.841408  1.5878069  21.989890 2.228781e-03
## Seg821.5                 2.166668  3.5842935  21.984444 2.230298e-03
## Seg764.8                -2.129835  4.1576057  21.980617 2.231365e-03
## Seg2104.2                3.173490  5.2654608  21.949042 2.240192e-03
## Seg1232.13.3.57f48f75    2.722614  4.0062260  21.948930 2.240223e-03
## Seg4299.3               -2.255821  3.2566879  21.933194 2.244639e-03
## Seg2030.6                2.918007  3.5454225  21.878849 2.259976e-03
## Seg1914.5                3.573978  1.5013088  21.869179 2.262719e-03
## Seg2306.3               -8.192324  1.2750506  47.925158 2.266720e-03
## Seg2460.1               -8.135745  1.2317681  47.888509 2.269974e-03
## Seg6658.1               -8.172959  1.2596126  47.803199 2.277575e-03
## Seg6221.1               -3.176343  3.0878328  21.728788 2.303032e-03
## Seg6.6.1.57f48f7c        5.405544  1.0493925  21.672109 2.319569e-03
## Seg274.8                 2.715604  3.2723096  21.659876 2.323158e-03
## Seg572.2                 4.176266  2.8724133  21.637492 2.329744e-03
## Seg1586.2                2.230926  3.1217653  21.609952 2.337880e-03
## Seg153.15                5.026930  2.1853577  21.596391 2.341900e-03
## Seg2612.5               -8.197728  1.2866385  47.068904 2.344604e-03
## Seg2544.4.11.57f48f79   -8.118044  1.2158642  46.923828 2.358197e-03
## Seg2421.2                2.169441  4.3040141  21.535449 2.360075e-03
## Seg1263.4                2.385498  4.1275736  21.532596 2.360930e-03
## Seg114.9                 5.222791  1.5750251  21.524975 2.363217e-03
## Seg4235.1               -8.307567  1.3676747  46.679359 2.381371e-03
## Seg6106.1               -8.195748  1.2767903  46.658014 2.383410e-03
## Seg5567.4                3.437328  5.0346043  21.418086 2.395591e-03
## Seg2316.3                7.702146  1.5617517  25.160941 2.403306e-03
## Seg3827.2               -8.089143  1.1944386  46.387773 2.409460e-03
## Seg824.18               -8.083072  1.1890048  46.232098 2.424661e-03
## Seg3188.2                5.584785  2.3781608  21.288168 2.435713e-03
## Seg27.4                  2.209833  4.5461756  21.283477 2.437178e-03
## Seg1533.2                2.689826  2.4928396  21.280400 2.438139e-03
## Seg1095.18              -2.788997  3.2548484  21.225366 2.455418e-03
## Seg2007.7                2.082030  4.4185071  21.215449 2.458549e-03
## Seg1452.3               -8.091528  1.1980850  45.794273 2.468191e-03
## Seg2482.1                3.371676  1.7827606  21.124034 2.487648e-03
## Seg1244.2                2.832205  2.6219761  21.106557 2.493261e-03
## Seg2517.5                2.060095  3.9890753  21.081243 2.501421e-03
## Seg3186.2                2.268943  3.3384402  21.074575 2.503577e-03
## Seg1754.9.2.57f48f78    -8.939139  1.9053094  45.435100 2.504782e-03
## Seg8133.1                2.385376  2.8641650  21.059606 2.508423e-03
## Seg1019.1.1.57f48f75    -8.346754  1.3994184  45.343993 2.514193e-03
## Seg873.10                8.353759  2.1735974  24.686504 2.520003e-03
## Seg768.14.1.57f48f7e    -8.333478  1.3884148  45.260147 2.522900e-03
## Seg511.2                -8.051012  1.1634567  45.226283 2.526430e-03
## Seg1367.2               -2.193199  3.1137341  20.987781 2.531848e-03
## Seg2996.2                6.863177  0.8068739  24.613538 2.538617e-03
## Seg3634.1                2.351899  6.6447396  20.918665 2.554656e-03
## Seg1730.3                2.178369  3.2119751  20.910364 2.557413e-03
## Seg219.3                -8.039752  1.1542018  44.899601 2.560865e-03
## Seg478.3                 4.836150  3.0401517  20.881492 2.567033e-03
## Seg6437.1                3.167637  3.0783096  20.861997 2.573554e-03
## Seg1779.8                3.276553  2.6974706  20.850955 2.577257e-03
## Seg1361.3                3.666336  8.1698794  20.844028 2.579584e-03
## Seg186.11               -8.033468  1.1485895  44.710066 2.581167e-03
## Seg5313.2.1.57f48f7c    -2.588588  2.6609205  20.827526 2.585138e-03
## Seg16610.1               3.762776  1.9540514  20.817745 2.588437e-03
## Seg2644.2.1.57f48f79    -8.324225  1.3805301  44.632208 2.589577e-03
## Seg1664.1                4.253314  1.6727748  20.796956 2.595467e-03
## Seg2475.6               -8.028404  1.1448822  44.566501 2.596706e-03
## Seg4756.2                6.930906  0.8781243  24.386649 2.597683e-03
## Seg8754.2                2.819036  2.7575501  20.760665 2.607798e-03
## Seg3921.4                2.612161  6.1297941  20.718770 2.622127e-03
## Seg2314.7                5.226111  2.3807794  20.686728 2.633155e-03
## Seg2839.1                2.016937  9.3375783  20.679384 2.635691e-03
## Seg2544.4.13.57f48f79   -8.030899  1.1487311  44.154552 2.642080e-03
## Seg7695.2               -8.025906  1.1410116  44.108538 2.647222e-03
## Seg7205.1               -8.067221  1.1724478  43.872308 2.673858e-03
## Seg893.9                 3.749580  1.4662279  20.562820 2.676366e-03
## Seg1053.11              -2.518767  2.5608528  20.546384 2.682166e-03
## Seg7164.2                2.440385  2.7335368  20.524052 2.690073e-03
## Seg900.9.1.57f48f7e     -8.962924  1.9408475  43.712317 2.692127e-03
## Seg859.8                -7.998999  1.1203020  43.625904 2.702072e-03
## Seg1058.4               -7.995093  1.1185130  43.541860 2.711797e-03
## Seg249.12               -8.038434  1.1562374  43.395430 2.728867e-03
## Seg2406.3.1.57f48f79    -8.027078  1.1469539  43.182732 2.753951e-03
## Seg1914.4                3.476775  1.6942456  20.340356 2.756265e-03
## Seg3300.3.1.57f48f7a    -5.446172  2.0522528  20.274662 2.780445e-03
## Seg2678.6               -4.799264  1.2195695  20.272164 2.781370e-03
## Seg7680.1                2.592426  3.0503004  20.265427 2.783866e-03
## Seg253.21                2.653951  4.8403388  20.262702 2.784876e-03
## Seg1757.3               -7.991251  1.1125304  42.848690 2.794049e-03
## Seg1526.8                2.463227  3.4995992  20.235836 2.794864e-03
## Seg1723.5               -7.970282  1.0972774  42.803915 2.799490e-03
## Seg3373.2                3.730460  4.4402631  20.215373 2.802503e-03
## Seg1903.4                2.345887  2.4256597  20.159790 2.823387e-03
## Seg5995.1                3.071765  7.4257026  20.146837 2.828282e-03
## Seg2544.4.7.57f48f79    -8.010506  1.1338813  42.496917 2.837228e-03
## Seg2498.3               -8.068259  1.1819436  42.460526 2.841752e-03
## Seg2162.5               -8.045929  1.1636869  42.146228 2.881278e-03
## Seg801.1                 2.188278  4.0566473  19.960548 2.899915e-03
## Seg1731.8.1.57f48f77    -8.023248  1.1451780  41.812860 2.924111e-03
## Seg2919.4               -2.397887  3.2294725  19.880315 2.931486e-03
## Seg1348.8.2.57f48f76    -7.945033  1.0756645  41.672270 2.942461e-03
## Seg2544.4.8.57f48f79    -7.928825  1.0639625  41.610230 2.950613e-03
## Seg2757.5               -2.422047  2.6727951  19.832067 2.950684e-03
## Seg1275.7               -2.200480  4.4716706  19.813527 2.958105e-03
## Seg1965.5               -2.198993  3.6672366  19.778991 2.971991e-03
## Seg994.8                 2.016684  2.9313792  19.735016 2.989795e-03
## Seg2781.1               -8.227833  8.6175779  19.710464 2.999795e-03
## Seg3073.3               -2.336876  1.8763644  19.702836 3.002911e-03
## Seg1566.4               -5.424964  1.3313888  19.687919 3.009016e-03
## Seg3689.1.1.57f48f7b    -8.058359  1.1747090  41.155373 3.011433e-03
## Seg4381.1                7.241557  1.1433177  22.913959 3.029427e-03
## Seg8951.1               -7.920626  1.0603586  41.011469 3.031067e-03
## Seg1221.19               6.800749  0.7503230  22.904705 3.032433e-03
## Seg1454.6               -8.037362  1.1463724  40.954157 3.038940e-03
## Seg5011.1                2.073844  3.9581797  19.607302 3.042287e-03
## Seg5552.2                2.327724  2.7027417  19.595158 3.047340e-03
## Seg3522.1               -7.909662  1.0525133  40.266124 3.135896e-03
## Seg1234.10               2.343446  4.2349432  19.377238 3.139877e-03
## Seg1738.7                3.314294  4.2820649  19.338949 3.156509e-03
## Seg4279.1                3.621050  1.8146241  19.320627 3.164507e-03
## Seg2290.2               -7.935529  1.0744321  39.983288 3.177103e-03
## Seg8602.2               -7.935529  1.0744321  39.983288 3.177103e-03
## Seg606.4                 5.268577  0.9289237  19.286711 3.179382e-03
## Seg1969.4               -7.867854  1.0155461  39.961189 3.180357e-03
## Seg2719.4               -8.151892  1.2525586  39.842200 3.197963e-03
## Seg3628.2                5.923885  1.5309846  19.222045 3.207994e-03
## Seg1751.2               -2.198505  3.4885040  19.176272 3.228448e-03
## Seg652.6                -4.034924  3.6727586  19.171430 3.230621e-03
## Seg897.4                 3.958808  3.2552035  19.167363 3.232448e-03
## Seg722.1.1.57f48f7d     -5.550647  3.2905755  19.130919 3.248879e-03
## Seg8589.1                2.241937  6.8284908  19.093380 3.265917e-03
## Seg508.5                 3.369938  2.8940890  19.055979 3.283006e-03
## Seg5059.1                2.677929  2.4748154  19.041936 3.289453e-03
## Seg794.4                -8.868034  1.8420400  39.140397 3.304838e-03
## Seg381.4                -7.991112  1.1208808  39.136656 3.305422e-03
## Seg287.5                -7.830575  0.9865771  39.017468 3.324108e-03
## Seg6685.1                2.660605  2.0624521  18.956842 3.328866e-03
## Seg1234.1               -2.458881  1.8758298  18.891999 3.359308e-03
## Seg1794.2               -8.487013  1.5324523  38.726936 3.370328e-03
## Seg2191.4.1.57f48f79    -8.104663  1.2142298  38.722914 3.370975e-03
## Seg233.6                -2.001729  3.0948377  18.856684 3.376038e-03
## Seg4445.2.1.57f48f7b    -7.840687  0.9975112  38.643869 3.383720e-03
## Seg1662.6               -2.235475  2.2405941  18.797341 3.404395e-03
## Seg1021.11.1.57f48f75   -8.490053  1.5171088  38.435083 3.417735e-03
## Seg3906.1                2.443249  6.4042073  18.698197 3.452457e-03
## Seg2152.6                8.116193  1.9623567  21.682357 3.467117e-03
## Seg1290.4               -7.808634  0.9671844  38.031917 3.484886e-03
## Seg529.6                 5.876308  7.2956323  18.608236 3.496827e-03
## Seg493.2                -7.820390  0.9755056  37.908285 3.505874e-03
## Seg2640.2.2.57f48f79    -9.401953  2.3171873  37.905839 3.506291e-03
## Seg743.3                -2.378965  2.3652657  18.561716 3.520060e-03
## Seg2508.6               -7.849302  1.0060756  37.768870 3.529770e-03
## Seg1828.3               -2.803925  1.9219838  18.540974 3.530483e-03
## Seg5853.1.2.57f48f7c     6.161715  2.4656526  18.531432 3.535291e-03
## Seg501.1                -2.412054  2.4853894  18.522864 3.539616e-03
## Seg3473.2                6.900509  0.8567991  21.451027 3.558594e-03
## Seg1784.12              -7.765213  0.9353262  37.501649 3.576260e-03
## Seg1095.22               5.351446  5.5185828  18.429732 3.587065e-03
## Seg658.6                 2.270905  2.6594182  18.419474 3.592341e-03
## Seg1809.5               -7.774300  0.9443935  37.380550 3.597632e-03
## Seg1730.1                5.546615  3.4142681  18.408330 3.598085e-03
## Seg1714.8                3.321167  2.9146894  18.393170 3.605917e-03
## Seg914.6                 2.063102  2.6343526  18.384388 3.610464e-03
## Seg2175.1                2.270340  6.3690198  18.383857 3.610739e-03
## Seg11328.1               3.549887  2.1417181  18.381985 3.611710e-03
## Seg102.13                3.219058  1.3666617  18.365991 3.620014e-03
## Seg144.5.1.57f48f76     -2.425359  3.7918285  18.350887 3.627878e-03
## Seg843.16               -2.310383  2.1966355  18.301165 3.653924e-03
## Seg2312.1.1.57f48f79    -8.193663  1.2700964  36.827984 3.697620e-03
## Seg6703.1                2.097599  3.4018380  18.215583 3.699321e-03
## Seg1881.1               -7.732949  0.9114634  36.765693 3.709152e-03
## Seg6947.2               -7.736041  0.9107863  36.759981 3.710213e-03
## Seg700.8                 2.080268  5.4321252  18.162013 3.728107e-03
## Seg710.5                 2.350896  5.3892101  18.148773 3.735267e-03
## Seg1725.5               -8.028255  1.1528263  36.615762 3.737132e-03
## Seg2036.12              -2.240866  3.2005550  18.088645 3.768003e-03
## Seg532.5                 2.029694  4.9910703  18.067624 3.779535e-03
## Seg3807.2               -2.196125  3.6587072  18.055168 3.786389e-03
## Seg4029.1                2.230114  2.9703141  18.028252 3.801256e-03
## Seg1748.6               -7.792331  0.9516758  36.205786 3.815278e-03
## Seg4950.1                2.942548  2.5604528  17.985581 3.824980e-03
## Seg1475.1               -7.698357  0.8846618  36.112905 3.833323e-03
## Seg1817.12              -7.688755  0.8750910  36.082749 3.839209e-03
## Seg1233.3                6.579762  0.5809776  20.712098 3.873292e-03
## Seg1159.3               -7.736064  0.9164314  35.863248 3.882464e-03
## Seg541.4                -7.771276  0.9449786  35.815619 3.891946e-03
## Seg3454.1               -7.852153  1.0105408  35.755431 3.903979e-03
## Seg1012.11              -7.699960  0.8872253  35.748334 3.905401e-03
## Seg2152.7                5.789224  4.6036424  17.840335 3.907175e-03
## Seg1712.9               -7.669419  0.8617840  35.673644 3.920419e-03
## Seg696.3                 2.949142  1.4532478  17.816401 3.920937e-03
## Seg4855.1.1.57f48f7c     3.300070  2.9736098  17.814615 3.921966e-03
## Seg3519.6               -7.732926  0.9057660  35.646021 3.925995e-03
## Seg10002.1               3.762243  3.4285295  17.797968 3.931579e-03
## Seg918.3.1.57f48f7e      2.222815  3.3320871  17.775978 3.944322e-03
## Seg1121.15               3.769461  1.1077725  17.762513 3.952152e-03
## Seg651.2                -7.659612  0.8520103  35.515363 3.952531e-03
## Seg1950.2               -2.525949  3.0763740  17.738688 3.966055e-03
## Seg1596.1                2.430484  3.4786503  17.736881 3.967112e-03
## Seg4894.2               -2.292270  2.5258959  17.713867 3.980606e-03
## Seg1159.8               -7.646489  0.8430138  35.351370 3.986220e-03
## Seg1103.4                6.724729  0.7054657  20.379150 4.027265e-03
## Seg2175.8               -5.446074  3.0597866  17.633326 4.028299e-03
## Seg415.2                -7.664484  0.8538301  35.107355 4.037150e-03
## Seg1766.2                5.036724  1.8500316  17.611255 4.041497e-03
## Seg1522.9               -7.698306  0.8787354  35.049670 4.049333e-03
## Seg253.13               -7.687202  0.8784560  35.010400 4.057657e-03
## Seg3.10                  2.562367  3.2199487  17.570953 4.065740e-03
## Seg1878.1               -2.771240  2.1115458  17.557634 4.073793e-03
## Seg1666.17              -8.192560  1.2683972  34.924026 4.076059e-03
## Seg142.5                -7.636517  0.8330650  34.900371 4.081120e-03
## Seg1605.7                2.541467  2.3111863  17.534213 4.088005e-03
## Seg2754.3                2.530701  2.7731607  17.523903 4.094281e-03
## Seg639.4                -7.618183  0.8221374  34.789479 4.104973e-03
## Seg8531.1                5.582381  3.2487711  17.474195 4.124715e-03
## Seg3693.4                3.359525  3.7320736  17.467610 4.128768e-03
## Seg2343.4                2.096566  5.9505746  17.424686 4.155317e-03
## Seg3058.2.3.57f48f7a    -7.853577  1.0127625  34.491127 4.170197e-03
## Seg1123.4                6.495462  0.5108258  20.067539 4.178862e-03
## Seg2544.4.15.57f48f79   -8.197088  1.2718464  34.288017 4.215493e-03
## Seg6431.1                7.140200  1.0447093  19.937455 4.244402e-03
## Seg1586.9                3.054068  1.6655895  17.262995 4.257321e-03
## Seg5677.2                4.791602  2.4677620  17.227551 4.280112e-03
## Seg1445.5_Seg1445.6     -7.621601  0.8276250  33.993550 4.282484e-03
## Seg98.2                 -8.636336  1.6404960  33.967285 4.288537e-03
## Seg3580.1                3.138941  2.5807090  17.176647 4.313118e-03
## Seg2544.4.2.57f48f79    -8.058717  1.1591723  33.841100 4.317795e-03
## Seg255.4                -2.349065  2.8666786  17.159273 4.324459e-03
## Seg9519.1                5.049851  1.4184744  17.152009 4.329211e-03
## Seg765.1                 4.106241  7.8029428  17.132602 4.341942e-03
## Seg2471.3.2.57f48f79    -8.258915  1.3225130  33.737177 4.342117e-03
## Seg2137.4.1.57f48f79    -7.954244  1.0944202  33.734293 4.342795e-03
## Seg10.4                 -7.558078  0.7765952  33.685035 4.354398e-03
## Seg281.7                 2.018578  3.3826291  17.111443 4.355877e-03
## Seg564.5                -7.554479  0.7707731  33.658450 4.360680e-03
## Seg1529.9                2.187952  3.9243190  17.096206 4.365948e-03
## Seg8838.3                3.787446  1.1923482  17.080526 4.376343e-03
## Seg304.1_Seg304.3        2.001701  4.1813524  17.067874 4.384754e-03
## Seg55.5                  2.650283  2.8079219  17.024865 4.413502e-03
## Seg2008.3               -2.463442  1.8596577  17.000570 4.429848e-03
## Seg934.2                 2.074071  3.1609379  17.000075 4.430182e-03
## Seg1358.6               -7.704755  0.8948577  33.341936 4.436521e-03
## Seg1844.5                2.606671  2.6628837  16.974412 4.447536e-03
## Seg1890.3               -7.524295  0.7487725  33.257621 4.457058e-03
## Seg2054.2               -7.623306  0.8303520  33.244940 4.460159e-03
## Seg1471.8               -2.508027  3.3941734  16.949082 4.464750e-03
## Seg1756.9                2.981648  2.1514511  16.921773 4.483405e-03
## Seg2504.4               -7.517116  0.7439740  33.145982 4.484471e-03
## Seg4535.1               -2.207079  2.5863424  16.906604 4.493811e-03
## Seg676.2                 2.514127  2.1835612  16.851795 4.531669e-03
## Seg373.1                 6.852623  0.8057854  19.368855 4.547566e-03
## Seg860.3                 2.275828  2.9285349  16.726460 4.619800e-03
## Seg1427.3               -7.545834  0.7700901  32.550580 4.635029e-03
## Seg551.5                 3.215441  1.3641405  16.702547 4.636865e-03
## Seg880.5_Seg880.8        3.987082  2.4339536  16.694303 4.642767e-03
## Seg242.8                 2.224350  4.3128120  16.692812 4.643835e-03
## Seg1190.7.1.57f48f75    -8.899831  1.8875585  32.480101 4.653351e-03
## Seg3326.3               -7.557891  0.7696506  32.415979 4.670115e-03
## Seg413.12                2.433707  3.5674265  16.654784 4.671194e-03
## Seg2706.1               -7.527762  0.7475712  32.393096 4.676120e-03
## Seg594.2                -7.482329  0.7153806  32.388626 4.677294e-03
## Seg5184.1               -7.474939  0.7104727  32.378396 4.679983e-03
## Seg1374.9.1.57f48f76    -3.207140  3.4184377  16.634360 4.685973e-03
## Seg353.23               -7.478780  0.7167011  32.321696 4.694930e-03
## Seg2544.4.3.57f48f79    -7.793843  0.9486973  32.254023 4.712863e-03
## Seg684.8.2.57f48f7d      3.233516  3.2358316  16.596249 4.713713e-03
## Seg928.10               -2.318291  1.8909520  16.594340 4.715108e-03
## Seg147.4                 3.158270  4.5533398  16.585491 4.721582e-03
## Seg9503.1                5.165303  0.8449015  16.560497 4.739928e-03
## Seg624.4.1.57f48f7d      2.161035  4.7499407  16.556762 4.742678e-03
## Seg396.7                 4.157823  1.7103458  16.546558 4.750200e-03
## Seg413.8                -7.692046  0.8861564  32.078555 4.759842e-03
## Seg1393.3               -7.452550  0.6956708  32.070637 4.761979e-03
## Seg597.6                -7.458102  0.6974495  32.067071 4.762941e-03
## Seg2760.1               -7.465577  0.7023995  32.058030 4.765383e-03
## Seg1045.7                3.164579  5.9120425  16.465780 4.810295e-03
## Seg4636.1                4.440588  1.3951350  16.455030 4.818366e-03
## Seg4978.1               -7.435452  0.6825200  31.816212 4.831402e-03
## Seg2049.4               -7.518741  0.7397263  31.796633 4.836808e-03
## Seg2109.6                2.020791  2.8296857  16.378719 4.876165e-03
## Seg4202.4               -7.427826  0.6775169  31.637188 4.881166e-03
## Seg301.5                -4.517664  2.6383786  16.354343 4.894815e-03
## Seg4396.3                2.714192  4.9045444  16.335239 4.909497e-03
## Seg5386.1               -3.969483  1.7698270  16.328132 4.914973e-03
## Seg5758.2                4.416893  2.6288410  16.323400 4.918624e-03
## Seg3402.3                2.058032  3.4811422  16.308620 4.930048e-03
## Seg949.1.1.57f48f7e      2.506556  7.1643472  16.306787 4.931468e-03
## Seg1499.4                3.127031  1.9739581  16.275641 4.955664e-03
## Seg5788.1               -7.431473  0.6760381  31.367349 4.957638e-03
## Seg8314.1               -7.400632  0.6558093  31.281381 4.982379e-03
## Seg246.1                 2.473767  2.6660782  16.240033 4.983515e-03
## Seg349.1                -7.439085  0.6810611  31.274550 4.984352e-03
## Seg928.9                -2.329590  1.7424595  16.202289 5.013258e-03
## Seg1615.2               -7.390763  0.6473663  31.073112 5.043090e-03
## Seg1349.2                3.615975  1.9937516  16.149247 5.055442e-03
## Seg2544.4.6.57f48f79    -7.685460  0.8637922  30.871810 5.102831e-03
## Seg649.14                4.919448  6.7959836  16.089402 5.103588e-03
## Seg11598.2               5.334866  1.0019912  16.085769 5.106530e-03
## Seg3685.2                2.576914  1.9211868  16.081809 5.109739e-03
## Seg4614.3               -2.070586  2.2111070  16.069747 5.119530e-03
## Seg662.1.1.57f48f7d     -7.380823  0.6388568  30.767085 5.134331e-03
## Seg1645.1               -5.130992  2.6149138  16.050015 5.135599e-03
## Seg6419.1               -2.713255  2.7090766  16.045504 5.139281e-03
## Seg5888.1               -7.364943  0.6285326  30.710210 5.151561e-03
## Seg6811.2                3.186911  1.4365023  16.016315 5.163193e-03
## Seg616.12               -7.387040  0.6489643  30.616327 5.180192e-03
## Seg1878.4               -7.387040  0.6489643  30.616327 5.180192e-03
## Seg2091.2.4.57f48f79    -7.437103  0.6778129  30.541695 5.203123e-03
## Seg1999.9                3.441238  2.2858431  15.946618 5.220872e-03
## Seg1186.1               -2.032989  2.3591470  15.946032 5.221360e-03
## Seg101.4                 4.690010  1.5313846  15.938247 5.227854e-03
## Seg5750.3                2.370665  2.4466289  15.933515 5.231807e-03
## Seg2293.1               -7.396929  0.6573699  30.432610 5.236915e-03
## Seg886.2                -2.657919  1.6778758  15.922122 5.241341e-03
## Seg6235.1               -2.181173  2.6521414  15.921846 5.241571e-03
## Seg2724.1               -7.501030  0.7386045  30.395515 5.248481e-03
## Seg1597.9                2.243922  5.9889287  15.886947 5.270914e-03
## Seg1552.3               -7.424177  0.6789852  30.308304 5.275824e-03
## Seg768.2                 2.862465  2.4175882  15.876024 5.280142e-03
## Seg4033.1.1.57f48f7b     2.618002  5.8044532  15.865921 5.288694e-03
## Seg242.6                -7.378743  0.6354527  30.254127 5.292918e-03
## Seg11494.1              -2.764387  1.6054721  15.853236 5.299459e-03
## Seg1771.9               -4.709225  5.5564988  15.849362 5.302752e-03
## Seg543.10               -7.330511  0.6041978  30.196491 5.311195e-03
## Seg3239.3                6.839685  0.7843590  18.126977 5.317837e-03
## Seg2222.5               -2.512001  1.6406614  15.831062 5.318344e-03
## Seg246.9                 3.991950  9.5537959  15.827307 5.321550e-03
## Seg2062.1.1.57f48f79    -7.406748  0.6657109  30.161730 5.322263e-03
## Seg987.6                -7.729887  0.9177457  30.115885 5.336915e-03
## Seg1961.3                2.177625  3.0572571  15.804745 5.340870e-03
## Seg562.18               -2.426223  4.0349964  15.798485 5.346246e-03
## Seg847.12.1.57f48f7e    -7.739117  0.9043707  30.041283 5.360885e-03
## Seg1433.10              -7.739117  0.9043707  30.041283 5.360885e-03
## Seg1934.8               -7.389105  0.6522993  30.009282 5.371217e-03
## Seg2246.9               -7.433808  0.6871710  29.935247 5.395235e-03
## Seg1546.15              -7.342952  0.6164170  29.888968 5.410330e-03
## Seg1930.3                2.194185  4.5504985  15.659811 5.467154e-03
## Seg1379.1                4.020998  1.8554452  15.647590 5.477977e-03
## Seg675.4                -3.835895  0.8197873  15.637951 5.486534e-03
## Seg1665.10               2.123942  3.6142304  15.627071 5.496212e-03
## Seg1266.3               -2.103158  3.1225192  15.618976 5.503428e-03
## Seg833.5                 2.562011  2.0844520  15.612590 5.509129e-03
## Seg4633.3               -7.334834  0.6112092  29.514459 5.534854e-03
## Seg282.4                -2.054637  2.0937544  15.544314 5.570557e-03
## Seg1666.21              -7.467222  0.6978364  29.375816 5.582044e-03
## Seg235.7                 2.049314  2.3584126  15.527240 5.586057e-03
## Seg1174.6               -7.273897  0.5614018  29.361105 5.587087e-03
## Seg1598.18               2.280215  2.3948661  15.510454 5.601349e-03
## Seg1561.7               -7.286862  0.5741199  29.279816 5.615075e-03
## Seg1052.2                2.014671  2.7131273  15.492931 5.617370e-03
## Seg782.12.1.57f48f7e    -5.252876  3.1849193  15.478765 5.630366e-03
## Seg4204.1               -7.442716  0.6795917  29.233671 5.631056e-03
## Seg61.5                 -2.417440  2.3816400  15.474403 5.634375e-03
## Seg9346.1                3.507837  4.3998491  15.436638 5.669241e-03
## Seg3304.6               -7.810173  0.9589931  29.118935 5.671090e-03
## Seg1887.2               -7.254517  0.5468123  29.062991 5.690764e-03
## Seg1227.4               -7.469745  0.7162358  29.055454 5.693423e-03
## Seg3258.2                3.101587  1.8809888  15.400472 5.702891e-03
## Seg762.4                 3.385755  1.7523047  15.378189 5.723752e-03
## Seg4429.1               -7.308011  0.5919466  28.927491 5.738845e-03
## Seg2488.3               -7.237213  0.5358740  28.806930 5.782138e-03
## Seg1845.8               -7.243565  0.5375524  28.781479 5.791340e-03
## Seg1034.1               -7.418514  0.6772237  28.772917 5.794441e-03
## Seg2818.2                4.964008  2.1217507  15.295443 5.802086e-03
## Seg247.9                -5.074021  2.3954952  15.253155 5.842654e-03
## Seg1966.3                5.335397  1.6852949  15.250922 5.844805e-03
## Seg1605.8                2.113471  2.6028355  15.244462 5.851038e-03
## Seg8230.1               -7.269945  0.5633979  28.583926 5.863520e-03
## Seg2364.1               -2.282570  1.9786573  15.229249 5.865748e-03
## Seg4806.1               -7.217333  0.5210092  28.541275 5.879281e-03
## Seg3419.4                3.475899  2.7285705  15.206163 5.888163e-03
## Seg1600.6               -7.299700  0.5866621  28.467659 5.906633e-03
## Seg786.8                -7.277848  0.5593887  28.390621 5.935462e-03
## Seg425.4.3.57f48f7b     -7.536519  0.7481705  28.339553 5.954689e-03
## Seg258.2                 2.851265  2.1133206  15.112743 5.980002e-03
## Seg1731.8                4.777439  1.6111416  15.077377 6.015251e-03
## Seg53.6                  4.079349  1.1565216  15.053325 6.039377e-03
## Seg200.1                -7.199589  0.5099006  28.109139 6.042612e-03
## Seg11685.1              -7.199589  0.5099006  28.109139 6.042612e-03
## Seg7026.1               -7.194752  0.5020139  28.105336 6.044080e-03
## Seg4751.4               -7.321817  0.5899455  28.103623 6.044741e-03
## Seg861.7                -7.310215  0.5954998  28.088879 6.050436e-03
## Seg1946.7               -7.203685  0.5076214  28.087571 6.050941e-03
## Seg4329.4               -2.742677  2.4091287  15.025752 6.067188e-03
## Seg827.3                -7.212567  0.5132126  28.018279 6.077819e-03
## Seg3460.2               -7.210880  0.5193485  28.014708 6.079209e-03
## Seg1807.2.3.57f48f78     4.079175  2.6714356  15.007638 6.085549e-03
## Seg2142.8               -7.241883  0.5434476  27.991495 6.088256e-03
## Seg4222.1               -7.291343  0.5813629  27.957280 6.101628e-03
## Seg2683.1               -7.221396  0.5187874  27.899185 6.124434e-03
## Seg2204.5               -7.272220  0.5670695  27.820096 6.155688e-03
## Seg3371.2               -7.190638  0.5043221  27.809471 6.159905e-03
## Seg3907.1                3.026405  7.4274520  14.932606 6.162370e-03
## Seg298.9                -2.200014  3.0752071  14.912240 6.183437e-03
## Seg1158.4                4.587974  3.3888705  14.909815 6.185951e-03
## Seg3420.2               -7.155980  0.4753451  27.684194 6.209953e-03
## Seg5332.2                4.393301  2.6054303  14.871740 6.225608e-03
## Seg50.12                -7.158480  0.4794185  27.632988 6.230586e-03
## Seg1627.2               -7.158480  0.4794185  27.632988 6.230586e-03
## Seg1340.10              -7.146756  0.4696307  27.561448 6.259585e-03
## Seg1550.14              -7.201278  0.5036649  27.489293 6.289038e-03
## Seg1197.6               -7.134930  0.4597516  27.396763 6.327115e-03
## Seg2375.2               -7.213269  0.5232111  27.372685 6.337079e-03
## Seg2198.8               -7.125572  0.4539786  27.307361 6.364233e-03
## Seg897.3                 4.685024  1.6884191  14.727969 6.378339e-03
## Seg1198.2                2.398807  2.0410843  14.706934 6.401088e-03
## Seg3685.3               -2.040966  2.1102143  14.690403 6.419041e-03
## Seg3499.4               -7.123001  0.4497791  27.117933 6.443967e-03
## Seg2069.1.1.57f48f79    -7.113565  0.4439638  27.108447 6.447999e-03
## Seg2326.3                2.256350  2.6402498  14.590622 6.528788e-03
## Seg836.14               -2.022310  4.5115355  14.566051 6.556184e-03
## Seg1582.16               4.928317  5.1292166  14.558212 6.564956e-03
## Seg5561.1                4.093717  1.5276984  14.553941 6.569741e-03
## Seg1055.11              -7.091876  0.4279764  26.808019 6.577685e-03
## Seg1563.4               -7.101451  0.4338528  26.793360 6.584113e-03
## Seg8219.1               -7.101451  0.4338528  26.793360 6.584113e-03
## Seg2544.4.1.57f48f79     4.521587  4.4546156  14.530756 6.595797e-03
## Seg4257.2                2.780247  2.3145295  14.528680 6.598136e-03
## Seg1983.7                4.450973  1.4055477  14.507603 6.621951e-03
## Seg6133.1               -3.620284  1.5978398  14.502559 6.627666e-03
## Seg5758.3                4.157115  2.8661990  14.498666 6.632082e-03
## Seg103.9                -7.072544  0.4161702  26.664548 6.641002e-03
## Seg327.6                -7.120423  0.4455521  26.600659 6.669492e-03
## Seg138.3                -5.068141  3.0677737  14.450817 6.686663e-03
## Seg6076.1               -7.062785  0.4102402  26.503318 6.713253e-03
## Seg2623.1                4.318446  1.5203834  14.414584 6.728382e-03
## Seg3791.1               -7.079570  0.4177229  26.455615 6.734856e-03
## Seg2313.3                2.098797  2.6287708  14.408461 6.735465e-03
## Seg4030.1                4.241038  3.5996730  14.405562 6.738822e-03
## Seg665.4                -3.125096  2.3675197  14.398671 6.746810e-03
## Seg2021.4               -7.169321  0.4785953  26.396434 6.761802e-03
## Seg1278.13              -7.087560  0.4307139  26.362771 6.777202e-03
## Seg2146.4               -7.089228  0.4236435  26.360979 6.778024e-03
## Seg1144.6               -3.431306  4.0676592  14.369015 6.781327e-03
## Seg3191.2               -7.040320  0.3938584  26.262117 6.823563e-03
## Seg1709.6               -2.037054  3.6680108  14.309950 6.850755e-03
## Seg6113.1               -7.065493  0.4146233  26.183774 6.859978e-03
## Seg230.9.3.57f48f79     -7.037552  0.3893598  26.175913 6.863647e-03
## Seg1397.4.1.57f48f76     2.575324  2.8087599  14.288820 6.875814e-03
## Seg4895.1               -3.631324  1.7077726  14.286844 6.878164e-03
## Seg5965.1               -2.530374  2.3066683  14.273163 6.894461e-03
## Seg3307.2.1.57f48f7a    -8.460491  1.4887062  26.054713 6.920605e-03
## Seg4502.1               -7.470804  0.6964310  26.017243 6.938358e-03
## Seg1830.10              -7.017495  0.3772614  26.009787 6.941898e-03
## Seg2447.5               -4.398503  2.6485078  14.200006 6.982450e-03
## Seg236.11               -5.066937  3.0682285  14.188217 6.996763e-03
## Seg2593.5                3.678951  2.1762346  14.175370 7.012406e-03
## Seg229.2                -7.004520  0.3665682  25.834662 7.025845e-03
## Seg5688.3               -2.318531  1.6526829  14.152992 7.039761e-03
## Seg5800.1               -2.089394  2.3266741  14.148998 7.044658e-03
## Seg5612.2                2.378836  3.8816141  14.134968 7.061893e-03
## Seg2154.4                3.515788  1.8244695  14.108100 7.095052e-03
## Seg581.9                 3.099299  1.6680632  14.101392 7.103363e-03
## Seg5580.1               -2.674393  5.9706998  14.070211 7.142156e-03
## Seg2941.1.1.57f48f7a     4.822386  2.5446128  14.039181 7.181033e-03
## Seg2129.10              -4.799015  1.2011822  14.026891 7.196507e-03
## Seg1226.3               -7.001664  0.3619188  25.474916 7.203139e-03
## Seg9450.1               -6.973654  0.3481355  25.376369 7.252878e-03
## Seg1108.4               -6.960268  0.3371840  25.342255 7.270216e-03
## Seg5983.2               -6.960268  0.3371840  25.342255 7.270216e-03
## Seg7968.2               -6.960268  0.3371840  25.342255 7.270216e-03
## Seg1585.14              -6.967781  0.3386231  25.191980 7.347337e-03
## Seg5747.2               -6.967781  0.3386231  25.191980 7.347337e-03
## Seg353.6                -7.021950  0.3741703  25.186024 7.350419e-03
## Seg1226.4               -6.949742  0.3309516  25.149268 7.369481e-03
## Seg1653.3.1.57f48f77    -6.949742  0.3309516  25.149268 7.369481e-03
## Seg454.2                -7.064446  0.4029215  25.145315 7.371535e-03
## Seg2941.3               -6.978190  0.3448469  25.106047 7.391990e-03
## Seg1951.5               -6.936122  0.3198329  25.079027 7.406115e-03
## Seg7103.1                2.068388  3.7955859  13.832304 7.447332e-03
## Seg965.11.1.57f48f7e    -5.351559  4.4816215  13.823134 7.459428e-03
## Seg2199.1.1.57f48f79     2.514205  2.6573290  13.814688 7.470592e-03
## Seg2340.10               4.568236  2.4496987  13.812343 7.473696e-03
## Seg1273.5                3.747021  1.0832111  13.805597 7.482633e-03
## Seg1289.10.1.57f48f76    4.377414  2.8561687  13.798577 7.491948e-03
## Seg1999.8                2.752155  1.5482086  13.792500 7.500022e-03
## Seg1302.3               -6.922363  0.3085939  24.878285 7.512331e-03
## Seg114.11                2.959713  3.8407002  13.783169 7.512444e-03
## Seg2055.5                4.913677  0.7694496  13.771470 7.528056e-03
## Seg607.9                -6.943744  0.3212440  24.835193 7.535430e-03
## Seg1975.2.2.57f48f78    -6.911561  0.3022385  24.803215 7.552639e-03
## Seg4491.1               -2.068463  3.2709318  13.744771 7.563841e-03
## Seg806.13.1.57f48f7e   -10.657838  3.4895799  24.772812 7.569057e-03
## Seg5012.1.1.57f48f7c    -7.145922  0.4587904  24.763707 7.573984e-03
## Seg1876.6               -2.422092  1.5041415  13.722410 7.593980e-03
## Seg6501.2               -2.861107  1.4441712  13.720478 7.596592e-03
## Seg2326.7               -7.041971  0.3863452  24.686748 7.615822e-03
## Seg53.8                 -6.900682  0.2958627  24.661032 7.629879e-03
## Seg2433.2               -6.900682  0.2958627  24.661032 7.629879e-03
## Seg386.1                -2.536033  1.1151906  13.693390 7.633326e-03
## Seg1855.11.1.57f48f78    2.531389  3.3356695  13.684263 7.645756e-03
## Seg4153.2                2.057091  2.4706576  13.665676 7.671149e-03
## Seg2345.2               -2.133984  6.4755273  13.654458 7.686527e-03
## Seg1166.5                2.385208  1.6869524  13.644451 7.700278e-03
## Seg173.7                -6.875504  0.2779430  24.398712 7.775525e-03
## Seg1019.1               -4.899553  2.5553539  13.568666 7.805460e-03
## Seg3840.1.1.57f48f7b     2.009988  3.4194923  13.562420 7.814211e-03
## Seg3887.1               -2.273806  1.6488848  13.524196 7.868044e-03
## Seg895.1                -6.872308  0.2727952  24.230848 7.870927e-03
## Seg2730.6               -7.019136  0.3695462  24.211603 7.881977e-03
## Seg495.1                -2.247987  1.5165460  13.505184 7.894997e-03
## Seg4018.2.3.57f48f7b     5.486952  2.6371418  13.501866 7.899713e-03
## Seg3412.4                2.320222  2.3466291  13.492771 7.912659e-03
## Seg2498.7               -3.653827  0.7136593  13.474937 7.938124e-03
## Seg4458.1.2.57f48f7b    -4.834749  2.0061231  13.474729 7.938422e-03
## Seg7544.2               -5.355148  5.0689090  13.466009 7.950912e-03
## Seg1378.3                2.530820  2.5651292  13.460071 7.959431e-03
## Seg1501.10               2.291732  2.0363610  13.447445 7.977588e-03
## Seg5837.1               -6.985632  0.3463031  24.046431 7.977775e-03
## Seg1045.3                4.219764  2.9280826  13.433824 7.997234e-03
## Seg3578.1                4.366124  2.0597018  13.416249 8.022675e-03
## Seg6150.2                2.294967  2.1209537  13.412188 8.028568e-03
## Seg1675.1                2.071868  4.7679081  13.394901 8.053718e-03
## Seg576.4                -6.835233  0.2479194  23.893881 8.067812e-03
## Seg1267.5                2.280574  2.8648021  13.353502 8.114364e-03
## Seg883.6.2.57f48f7e      4.461411  1.3160139  13.353174 8.114846e-03
## Seg1658.8                4.390351  4.4886970  13.327996 8.152021e-03
## Seg647.3                -2.878618  2.5040462  13.308495 8.180963e-03
## Seg1044.11.1.57f48f75   -6.916218  0.2986069  23.676797 8.198591e-03
## Seg990.6.1.57f48f7f     -6.869102  0.2676058  23.669506 8.203038e-03
## Seg1333.7                2.645383  3.1485496  13.269434 8.239338e-03
## Seg1475.6               -2.081320  3.0645868  13.217500 8.317786e-03
## Seg809.5                -6.880228  0.2741249  23.470021 8.326140e-03
## Seg301.4                -2.074051  1.9495723  13.198525 8.346688e-03
## Seg679.12               -6.831921  0.2425798  23.416061 8.359914e-03
## Seg739.4                 2.939943  1.3147745  13.124739 8.460319e-03
## Seg964.6                -6.770101  0.2035752  23.212688 8.489075e-03
## Seg1678.5               -6.781979  0.2103443  23.212416 8.489250e-03
## Seg8305.2                4.371248  1.5676441  13.084878 8.522535e-03
## Seg5090.1                4.884398  1.2644663  13.081956 8.527119e-03
## Seg4046.1                2.204064  1.8629348  13.074154 8.539374e-03
## Seg1563.1                2.062397  3.0275416  13.051092 8.575732e-03
## Seg1740.10              -4.163812  3.4660201  13.023291 8.619829e-03
## Seg171.1                -3.505919  2.4653801  13.004725 8.649440e-03
## Seg3706.1               -6.902241  0.2870992  22.902927 8.691631e-03
## Seg1108.11               3.141102  1.8437913  12.977416 8.693234e-03
## Seg7227.2               -4.784045  1.2826714  12.971415 8.702896e-03
## Seg271.6                -6.742486  0.1842667  22.878324 8.708029e-03
## Seg709.3                -6.742486  0.1842667  22.878324 8.708029e-03
## Seg2209.1               -6.742486  0.1842667  22.878324 8.708029e-03
## Seg625.10                2.704032  3.2921255  12.959704 8.721791e-03
## Seg8007.1.1.57f48f7e     3.503199  3.9247595  12.950294 8.737013e-03
## Seg2590.3                2.354277  3.4560785  12.935540 8.760946e-03
## Seg997.1                -4.107296  0.3364856  12.911718 8.799771e-03
## Seg7886.1                2.445504  1.7668929  12.888294 8.838163e-03
## Seg3754.6               -6.714325  0.1646521  22.527205 8.947203e-03
## Seg2876.2.1.57f48f7a     9.240542  3.0350799  14.422441 8.967464e-03
## Seg1867.5               -4.741300  1.9222517  12.802010 8.981460e-03
## Seg3015.1                2.768873  1.2985803  12.799159 8.986246e-03
## Seg4679.3                3.592029  1.2653521  12.758702 9.054517e-03
## Seg1551.3               -6.738890  0.1785129  22.329727 9.086076e-03
## Seg1635.3                2.932231  6.3905139  12.727756 9.107188e-03
## Seg8852.1               -2.049173  3.2381534  12.695653 9.162250e-03
## Seg1164.2                2.129917  2.8455921  12.682391 9.185121e-03
## Seg1333.5                3.212333  2.4106763  12.656264 9.230396e-03
## Seg2533.2                3.581302  0.9518149  12.650717 9.240045e-03
## Seg2281.5                2.625150  1.4029983  12.646222 9.247873e-03
## Seg3759.1                3.489173  1.3682757  12.634113 9.269007e-03
## Seg249.2                -4.071366  1.7798205  12.628284 9.279201e-03
## Seg931.3                -6.698167  0.1517536  22.061687 9.279804e-03
## Seg4108.2               -6.698167  0.1517536  22.061687 9.279804e-03
## Seg319.7                 3.610056  3.3354726  12.626309 9.282658e-03
## Seg4996.2                2.931099  1.4419683  12.508065 9.492730e-03
## Seg1884.4                2.221416  2.4151231  12.487537 9.529824e-03
## Seg1242.1               -4.797586  3.1249953  12.464006 9.572574e-03
## Seg840.7                -3.538467  1.0668661  12.452115 9.594272e-03
## Seg1719.3                4.964594  1.7806230  12.425723 9.642656e-03
## Seg649.16               -2.713704  1.9376092  12.386020 9.716038e-03
## Seg3733.3               -4.736974  0.8218931  12.374064 9.738278e-03
## Seg6.6                   2.466817  8.0938212  12.365087 9.755018e-03
## Seg3073.5               -3.318839  2.0313531  12.336496 9.808586e-03
## Seg4366.2                4.403967  0.8410483  12.327513 9.825495e-03
## Seg110.6                 3.011904  2.3104166  12.323656 9.832768e-03
## Seg1991.2                2.219650  2.2750859  12.303868 9.870184e-03
## Seg1095.13               9.649614  7.5219170  12.296034 9.885046e-03
## Seg22.2                  2.348976  2.3177067  12.280666 9.914290e-03
## Seg697.2                -3.596191  2.7013287  12.260441 9.952944e-03
## Seg3759.3                2.215011  2.2259986  12.219117 1.003253e-02
## Seg203.6                 4.648893  1.0515072  12.208507 1.005310e-02
## Seg1242.3.1.57f48f76    10.989539  4.7618698  13.681526 1.007564e-02
## Seg4603.2.1.57f48f7b    -5.111433  4.5622315  12.178247 1.011205e-02
## Seg3620.1                2.056079  2.2018624  12.165262 1.013749e-02
## Seg1219.3                2.694205  2.5973624  12.158548 1.015067e-02
## Seg614.2                 2.196948  2.2463883  12.146140 1.017510e-02
## Seg1983.8                4.729267  1.9078316  12.114135 1.023845e-02
## Seg1115.6                2.450522  2.5841782  12.113280 1.024015e-02
## Seg8862.1                2.780466  2.3548283  12.080751 1.030507e-02
## Seg2175.2               10.051007  3.8327043  13.504583 1.036711e-02
## Seg1471.10               2.672260  2.3728739  12.027822 1.041185e-02
## Seg575.1.1.57f48f7c     -4.708076  2.3896499  12.008722 1.045073e-02
## Seg4215.2                2.499507  2.4773309  11.990311 1.048839e-02
## Seg2022.3                2.296692  2.7167759  11.971167 1.052773e-02
## Seg12481.1              -4.176002  2.6394285  11.957682 1.055556e-02
## Seg6660.1               -2.298410  5.3434575  11.956288 1.055844e-02
## Seg12140.1              -2.603117  1.3553698  11.950480 1.057046e-02
## Seg4320.2               -2.023399  2.2119642  11.944235 1.058341e-02
## Seg319.13               -3.344750  2.6341478  11.929120 1.061482e-02
## Seg2895.2                2.909590  5.1767844  11.915461 1.064331e-02
## Seg4930.1                2.101424  3.3902941  11.909654 1.065545e-02
## Seg1965.1                2.365476  2.2393046  11.875044 1.072819e-02
## Seg3073.4               -2.245270  3.0148780  11.866103 1.074708e-02
## Seg3687.1                4.538420  5.9134617  11.860149 1.075969e-02
## Seg2349.7               -4.569398  1.0157099  11.840171 1.080213e-02
## Seg1719.5                2.405820  3.4479791  11.839134 1.080434e-02
## Seg3124.2                2.461923  2.0701977  11.836041 1.081093e-02
## Seg1953.2                3.485825  1.1136286  11.834275 1.081470e-02
## Seg2497.2.1.57f48f79     9.697585  3.4847506  13.226532 1.084835e-02
## Seg1996.1               -4.819651  2.6724958  11.814746 1.085646e-02
## Seg3908.1               -2.281413  2.8345860  11.814459 1.085707e-02
## Seg894.5                 3.151572  1.5820028  11.805463 1.087638e-02
## Seg1541.5                2.663675  1.3983755  11.798314 1.089175e-02
## Seg9017.2                2.872630  1.4331193  11.751434 1.099327e-02
## Seg320.9                -4.471521  0.5615267  11.743573 1.101041e-02
## Seg1045.6                4.735401  0.6319704  11.717821 1.106682e-02
## Seg3324.3               -2.060142  2.3668165  11.714246 1.107468e-02
## Seg2936.1                2.576473  3.0367681  11.694351 1.111854e-02
## Seg15196.1               2.242240  1.7984565  11.688174 1.113221e-02
## Seg2514.6               -2.606052  1.1148428  11.675155 1.116109e-02
## Seg3483.1               -3.140869  3.0112274  11.673825 1.116404e-02
## Seg914.8                -4.601647  0.7263286  11.666538 1.118025e-02
## Seg4697.3                4.537333  1.3911572  11.659227 1.119654e-02
## Seg1163.7                3.353031  2.1054808  11.641874 1.123534e-02
## Seg1917.1               -5.068636  6.2963135  11.635022 1.125071e-02
## Seg1405.8.1.57f48f76     2.588803  2.5667206  11.634325 1.125227e-02
## Seg1756.4               -2.140401  1.3661396  11.634179 1.125260e-02
## Seg5039.2               -2.578738  0.9909260  11.621863 1.128030e-02
## Seg1874.1.3.57f48f78     4.238959  3.7635724  11.620593 1.128316e-02
## Seg803.13               10.371745  4.1495206  12.945909 1.136484e-02
## Seg7499.1                3.078929  3.3975061  11.575607 1.138510e-02
## Seg6803.2                2.862230  2.2143447  11.565934 1.140718e-02
## Seg499.1                -2.162875  3.8794819  11.560293 1.142008e-02
## Seg2530.5                4.397052  1.0490051  11.533591 1.148140e-02
## Seg1091.24               4.324989  1.1971425  11.530737 1.148797e-02
## Seg2497.5                2.498553  1.8023944  11.520448 1.151173e-02
## Seg11.3                 -2.395296  1.4035079  11.516370 1.152117e-02
## Seg1807.2.1.57f48f78    -5.302853  5.2693983  11.509339 1.153746e-02
## Seg72.8                  2.670809  1.8789530  11.486977 1.158946e-02
## Seg230.13               -2.088230  2.6100210  11.485020 1.159403e-02
## Seg5214.1               -2.155979  2.3225150  11.470635 1.162766e-02
## Seg843.8                 2.218650  2.8032590  11.436549 1.170785e-02
## Seg1477.7                3.550887  1.1607382  11.421151 1.174432e-02
## Seg11826.1              -2.668364  0.9677453  11.413826 1.176171e-02
## Seg1289.5                2.353224  2.2861180  11.402751 1.178808e-02
## Seg2197.1                2.144036  2.0293363  11.389541 1.181963e-02
## Seg101.3                 4.690152  1.0946849  11.372354 1.186084e-02
## Seg3727.1                5.129274  0.9609014  11.369292 1.186820e-02
## Seg1839.10               4.077478  2.5672155  11.367621 1.187222e-02
## Seg7572.1                2.353097  2.1570212  11.360996 1.188817e-02
## Seg12214.1              -3.216624  1.8266884  11.360020 1.189053e-02
## Seg1248.1               -2.157075  3.7980379  11.353752 1.190565e-02
## Seg3693.1                4.120171  4.8391859  11.331467 1.195963e-02
## Seg1177.3               -3.072690  3.2769364  11.317354 1.199397e-02
## Seg164.11.1.57f48f77     4.548595  5.7503691  11.315083 1.199951e-02
## Seg1833.1                2.847191  2.6527970  11.297218 1.204320e-02
## Seg1292.3                2.016382  3.1901173  11.292399 1.205502e-02
## Seg2253.7               -4.673753  2.4874279  11.286093 1.207050e-02
## Seg4646.4               -2.260600  1.1805272  11.284684 1.207397e-02
## Seg2114.5                2.436938  2.2734427  11.269395 1.211164e-02
## Seg2634.1                2.540963  1.5775030  11.269223 1.211207e-02
## Seg9017.1                2.373898  1.5286682  11.251435 1.215609e-02
## Seg2040.1               -3.422710  3.0286175  11.218224 1.223884e-02
## Seg1966.4                2.986079  2.2774833  11.199486 1.228585e-02
## Seg1713.4               -4.534786  1.3730160  11.198639 1.228798e-02
## Seg7423.1               -2.401000  2.1173728  11.172699 1.235346e-02
## Seg1475.15              -3.402178  1.6049039  11.156750 1.239395e-02
## Seg11812.1              -4.672870  3.0372632  11.149259 1.241302e-02
## Seg1531.7               -3.218617  3.3838321  11.144065 1.242627e-02
## Seg1524.7.2.57f48f76     2.484369  4.3498926  11.084960 1.257831e-02
## Seg120.7                 4.201592  0.6666542  11.081279 1.258786e-02
## Seg429.2                 2.127509  1.9795782  11.064121 1.263249e-02
## Seg1611.1.1.57f48f77     8.477149  2.3002698  12.314432 1.265357e-02
## Seg2809.5                2.711568  1.2576013  11.048546 1.267318e-02
## Seg68.7                  2.995477  1.4044898  11.040881 1.269327e-02
## Seg2956.2                2.568988  3.6577865  11.007874 1.278024e-02
## Seg756.7                -4.520535  1.0502417  11.000323 1.280025e-02
## Seg1983.6                5.751506  1.5012450  10.982613 1.284733e-02
## Seg1439.9                2.827167  1.7143983  10.973919 1.287052e-02
## Seg2309.1                2.016924  2.1378105  10.955636 1.291947e-02
## Seg2949.1                2.721886  2.7135445  10.949257 1.293660e-02
## Seg1492.1               -2.460635  2.1744577  10.943295 1.295265e-02
## Seg203.7                 4.334524  2.6899551  10.937486 1.296830e-02
## Seg1077.8               -4.495307  0.6581372  10.929668 1.298941e-02
## Seg4288.2                2.019503  4.1980526  10.927649 1.299487e-02
## Seg1561.2                2.029328  2.9320595  10.927266 1.299590e-02
## Seg518.10                2.745561  1.2017290  10.922765 1.300808e-02
## Seg3979.5                2.056135  2.9208339  10.917218 1.302312e-02
## Seg1658.7                2.228240  4.9957849  10.902779 1.306235e-02
## Seg572.1                 2.841490  3.1897532  10.892987 1.308904e-02
## Seg2830.1                2.398333  3.7622669  10.892498 1.309037e-02
## Seg1705.2               -2.455603  1.3231919  10.869076 1.315452e-02
## Seg4287.3                2.464663  1.7110064  10.869036 1.315463e-02
## Seg625.1                 3.983402  4.0121123  10.866460 1.316171e-02
## Seg1296.2.1.57f48f76     6.906051  0.8596151  12.081103 1.317918e-02
## Seg551.6                 4.367418  1.2330048  10.859384 1.318118e-02
## Seg4860.2               -2.843996  0.6331121  10.848103 1.321230e-02
## Seg5445.1                4.155566  4.2198397  10.837656 1.324120e-02
## Seg1949.3.1.57f48f78     8.932803  2.7346038  12.051981 1.324682e-02
## Seg212.5.1.57f48f79     -4.651464  2.6195117  10.823477 1.328056e-02
## Seg1200.2.1.57f48f75     4.117444  4.9331451  10.799491 1.334749e-02
## Seg675.9                 2.283814  4.2512007  10.797043 1.335435e-02
## Seg1416.10               2.758087  2.0282441  10.789772 1.337474e-02
## Seg2858.2               -3.826610  1.4496733  10.756463 1.346866e-02
## Seg1673.3               -4.473219  1.3304279  10.742763 1.350753e-02
## Seg846.9.1.57f48f7e      2.663800  5.2201815  10.719579 1.357365e-02
## Seg369.1                 8.136179  1.9763763  11.888185 1.363605e-02
## Seg4814.1                4.301243  1.1757196  10.697061 1.363827e-02
## Seg1045.5                3.935979  1.4384536  10.692385 1.365174e-02
## Seg5529.3               -2.018301  1.2243605  10.691772 1.365351e-02
## Seg202.14                7.943536  1.7944428  11.874640 1.366892e-02
## Seg1582.1               -2.205581  1.9892241  10.681560 1.368299e-02
## Seg376.4                -4.493375  1.0598548  10.679321 1.368946e-02
## Seg372.1.2.57f48f7b      6.517953  3.3038119  10.675948 1.369922e-02
## Seg874.6                 3.130059  1.2446795  10.654419 1.376174e-02
## Seg1329.13              -2.209326  1.6140799  10.641256 1.380014e-02
## Seg1698.1.1.57f48f77     6.721767  3.5066699  10.594252 1.393841e-02
## Seg1349.9               -3.104609  1.7637586  10.578828 1.398418e-02
## Seg1276.9.1.57f48f76     3.552209  1.6052574  10.577161 1.398913e-02
## Seg1783.4                3.861753  2.3603596  10.562438 1.403302e-02
## Seg5386.2               -2.054240  1.6517985  10.545853 1.408267e-02
## Seg3907.2                2.613801  6.0923079  10.542099 1.409394e-02
## Seg13343.1              -4.359285  1.1607705  10.491145 1.424806e-02
## Seg815.10.1.57f48f7e     7.815836  1.6734117  11.639821 1.425600e-02
## Seg380.1                -3.296100  0.7177023  10.481524 1.427741e-02
## Seg2189.6               -3.218336  5.2733547  10.478821 1.428566e-02
## Seg1318.4               -2.106157  1.8825539  10.467794 1.431942e-02
## Seg1975.2                7.757488  1.6254878  11.574602 1.442503e-02
## Seg2701.7                3.845216  1.3587455  10.427698 1.444303e-02
## Seg803.7.1.57f48f7e     -4.969737  4.9396916  10.418927 1.447026e-02
## Seg5082.1               -2.243193  1.3729804  10.413703 1.448650e-02
## Seg4314.2                2.109381  2.2153272  10.413331 1.448766e-02
## Seg1876.7               -2.322746  2.1481223  10.409397 1.449991e-02
## Seg3961.2                7.981794  1.8321558  11.534628 1.452996e-02
## Seg2104.1                2.486162  3.5455562  10.362706 1.464634e-02
## Seg2158.1               -2.088723  1.2791977  10.352861 1.467746e-02
## Seg824.4                -4.468879  0.6256985  10.334982 1.473420e-02
## Seg962.1.1.57f48f7e      7.787167  1.6456154  11.427869 1.481525e-02
## Seg462.1                -3.011287  2.8292009  10.290355 1.487705e-02
## Seg1635.5               -3.109416  1.9353137  10.269005 1.494603e-02
## Seg1853.10               3.331349  1.8683310  10.260634 1.497319e-02
## Seg6527.1                4.695336  1.0944480  10.247698 1.501528e-02
## Seg1055.1                3.082277  0.8346772  10.233193 1.506266e-02
## Seg1225.3                2.229966  2.9046290  10.232898 1.506363e-02
## Seg1881.1.1.57f48f78     7.893511  1.7460479  11.326361 1.509352e-02
## Seg2815.1                2.472075  1.2725727  10.210601 1.513685e-02
## Seg5613.2                3.785625  1.7095253  10.186137 1.521771e-02
## Seg1603.17               2.902620  1.4985028  10.171603 1.526601e-02
## Seg2149.3                2.149716  3.2724863  10.149661 1.533932e-02
## Seg114.8                 2.974621  1.1092644  10.141050 1.536821e-02
## Seg5043.3               -2.195664  1.2361146  10.137462 1.538027e-02
## Seg2534.1                3.945226  1.0492823  10.129261 1.540788e-02
## Seg9737.2                4.749218  0.6402195  10.127895 1.541249e-02
## Seg775.8                -2.487276  2.8899168  10.126341 1.541772e-02
## Seg1031.1                8.003498  1.8495748  11.196911 1.545863e-02
## Seg3027.3                2.966448  0.9361486  10.105908 1.548685e-02
## Seg4425.3                3.187772  1.4396599  10.104821 1.549054e-02
## Seg1001.1               -3.248350  4.6281213  10.080561 1.557316e-02
## Seg675.12                8.919417  2.7260662  11.125556 1.566496e-02
## Seg1880.5               -3.805427  1.2994305  10.052406 1.566977e-02
## Seg418.1                 2.693075  1.1152953  10.038935 1.571626e-02
## Seg2806.1                2.581326  4.0106860  10.021840 1.577552e-02
## Seg1118.1               -3.927672  2.4848453   9.958199 1.599869e-02
## Seg679.16                2.999566  2.2752499   9.950180 1.602710e-02
## Seg2884.3                2.926424  1.3474011   9.942646 1.605385e-02
## Seg2375.3                2.511163  2.5721927   9.936245 1.607663e-02
## Seg7139.1               -3.107455  0.9245447   9.934311 1.608351e-02
## Seg353.3                 4.121352  3.8748937   9.928006 1.610600e-02
## Seg3080.4               -3.874917  0.6277063   9.913463 1.615802e-02
## Seg439.1                -4.453163  1.5715091   9.909089 1.617371e-02
## Seg2205.5               -4.351089  0.5754819   9.907028 1.618111e-02
## Seg1952.4                3.845723  2.6659512   9.901516 1.620092e-02
## Seg2208.5                2.942829  2.6393270   9.891610 1.623660e-02
## Seg3541.3                2.678580  1.2275417   9.847815 1.639556e-02
## Seg2322.4               -4.407327  2.6880226   9.843137 1.641266e-02
## Seg1670.17               2.040057  2.1171146   9.835925 1.643907e-02
## Seg2613.2                2.299777  1.4158094   9.834898 1.644283e-02
## Seg2002.2                2.232741  1.7416259   9.824345 1.648159e-02
## Seg164.11.2.57f48f77    -4.514271  3.0359234   9.817946 1.650514e-02
## Seg684.8                -4.621045  2.7926859   9.809018 1.653808e-02
## Seg9386.1                3.505867  1.1247473   9.807809 1.654254e-02
## Seg153.1                 2.563775  7.2459260   9.802442 1.656239e-02
## Seg1268.7                2.897151  3.3700997   9.784526 1.662887e-02
## Seg991.4                -2.082626  1.7161919   9.782702 1.663565e-02
## Seg3093.2               -4.337976  0.5720397   9.780113 1.664529e-02
## Seg7613.1                2.140989  1.5940125   9.776401 1.665913e-02
## Seg1662.5               -3.993112  1.2473647   9.759472 1.672241e-02
## Seg1010.19.1.57f48f75    3.896826  2.0150495   9.758398 1.672643e-02
## Seg2329.1                2.891961  1.9226649   9.757651 1.672924e-02
## Seg21394.1              -3.799046  0.7884607   9.755833 1.673606e-02
## Seg20360.1              -2.465387  2.7458242   9.731664 1.682703e-02
## Seg1091.23               4.454936  1.3117338   9.730678 1.683076e-02
## Seg1775.11               2.607424  1.4174765   9.701934 1.693983e-02
## Seg4799.3                3.936465  3.3031330   9.677830 1.703200e-02
## Seg6424.2               -4.384563  2.5729544   9.673556 1.704841e-02
## Seg3702.2                8.023451  1.8612791  10.636569 1.718315e-02
## Seg13980.1               3.259550  1.2940990   9.628918 1.722104e-02
## Seg508.10                3.579293  3.7007920   9.627518 1.722649e-02
## Seg2206.2               -2.214482  2.0084281   9.608239 1.730178e-02
## Seg889.9                -2.199524  2.8650610   9.605236 1.731354e-02
## Seg2325.3                2.451101  2.5176630   9.591526 1.736739e-02
## Seg2485.5               -4.380579  2.7548947   9.590044 1.737322e-02
## Seg1782.7               -2.062895  1.9282726   9.579942 1.741305e-02
## Seg5316.5               -3.359183  0.7965062   9.559795 1.749285e-02
## Seg1578.2                7.285864  1.1987674  10.538678 1.751052e-02
## Seg1446.7                2.082163  4.3650312   9.553070 1.751958e-02
## Seg15127.1               2.017608  1.9033216   9.548656 1.753716e-02
## Seg2051.8.1.57f48f78    -4.565870  2.0646296   9.538640 1.757714e-02
## Seg5968.2               -4.404450  1.8187427   9.484944 1.779347e-02
## Seg1721.1                9.228879  3.0235373  10.419699 1.791978e-02
## Seg1837.1                2.044382  1.8702751   9.443262 1.796378e-02
## Seg8843.1                2.314432  4.1029713   9.405129 1.812145e-02
## Seg1556.16               7.381960  1.2852266  10.317484 1.828167e-02
## Seg1883.5                2.517901  1.8026107   9.363107 1.829727e-02
## Seg118.5                 2.128914  4.1010622   9.345468 1.837173e-02
## Seg5241.3                7.422025  1.3034375  10.289602 1.838208e-02
## Seg2726.5                7.150731  1.0700409  10.282963 1.840610e-02
## Seg3100.6               -4.067352  0.2845257   9.304869 1.854462e-02
## Seg1854.3                6.923713  0.8734665  10.235529 1.857894e-02
## Seg1353.7                2.506718  1.2758114   9.296245 1.858161e-02
## Seg1383.5                6.225326  0.2973944  10.219992 1.863603e-02
## Seg2507.5               -3.241558  1.6439667   9.278024 1.866009e-02
## Seg2293.14               2.418002  1.5005257   9.260875 1.873435e-02
## Seg4752.2               -2.497537  1.3826734   9.258507 1.874463e-02
## Seg1733.7                6.862216  0.8247215  10.182623 1.877429e-02
## Seg171.4                -2.333222  2.5277122   9.228919 1.887374e-02
## Seg4133.2                7.045863  0.9761186  10.138235 1.894033e-02
## Seg2483.4                2.480764  2.8578375   9.203288 1.898651e-02
## Seg675.15                7.832633  1.6912981  10.108442 1.905287e-02
## Seg1915.8               -3.130968  4.8435526   9.188048 1.905398e-02
## Seg5970.1                2.348146  4.0609534   9.183574 1.907384e-02
## Seg1475.1.1.57f48f76     7.660326  1.5224315  10.076527 1.917443e-02
## Seg1608.5                3.451676  1.4029380   9.149443 1.922628e-02
## Seg1313.2               -3.146227  5.7314416   9.141260 1.926306e-02
## Seg29.4                 -2.788810  3.1473453   9.140375 1.926704e-02
## Seg1831.2                3.895631  2.4874462   9.129151 1.931766e-02
## Seg639.7                 2.718042  2.4354688   9.106085 1.942221e-02
## Seg1030.1.1.57f48f75    -5.401471  3.7722998   9.103272 1.943501e-02
## Seg3142.1               -4.380423  1.6361785   9.102598 1.943808e-02
## Seg1814.8               -3.847155  4.1325130   9.099452 1.945241e-02
## Seg967.1                 3.626516  2.7952799   9.087341 1.950771e-02
## Seg225.9                -3.936351  4.3716207   9.084886 1.951894e-02
## Seg1300.8                6.583514  0.5910871   9.982890 1.953713e-02
## Seg338.7                 3.482577  0.6695284   9.049904 1.967995e-02
## Seg2539.3                2.672996  0.9172949   9.038871 1.973108e-02
## Seg4697.4                3.672817  1.4237283   9.034582 1.975101e-02
## Seg1147.7               -2.034735  2.0824861   9.024424 1.979830e-02
## Seg2652.2                2.750686  2.7662838   9.002195 1.990231e-02
## Seg6934.1               -2.387372  2.6821878   8.960728 2.009823e-02
## Seg4108.5               -2.311634  1.5905877   8.954847 2.012622e-02
## Seg844.6                -2.004700  1.6570268   8.945178 2.017235e-02
## Seg1431.4                3.685662  1.9367624   8.944176 2.017713e-02
## Seg1410.6               -2.158239  1.7751859   8.938084 2.020627e-02
## Seg440.2                 6.894199  0.8523807   9.803706 2.025726e-02
## Seg1439.1               -2.183488  1.2673874   8.922726 2.027998e-02
## Seg1811.6                6.867567  0.8225170   9.772920 2.038456e-02
## Seg1201.1                2.262302  1.1103729   8.899885 2.039025e-02
## Seg6512.1                3.967057  1.0513017   8.895118 2.041336e-02
## Seg7105.1                6.516672  0.5327848   9.743071 2.050901e-02
## Seg994.2                -4.243352  1.6478900   8.873645 2.051788e-02
## Seg287.12                2.725640  1.3008030   8.844955 2.065862e-02
## Seg20987.1               3.369862  1.1451233   8.809671 2.083343e-02
## Seg7402.1                4.291696  0.9585215   8.800678 2.087829e-02
## Seg2859.6               -2.014149  1.3577606   8.799689 2.088323e-02
## Seg379.2                 2.871825  1.3050550   8.781675 2.097350e-02
## Seg2726.2                6.571888  0.5671384   9.585364 2.118373e-02
## Seg1514.2.1.57f48f76     3.536544  4.1977850   8.738452 2.119216e-02
## Seg949.9.1.57f48f7e      2.680043  2.6318009   8.737894 2.119500e-02
## Seg267.7                 6.486234  0.5050717   9.581383 2.120114e-02
## Seg2769.1                6.858207  0.8216804   9.572889 2.123837e-02
## Seg2700.1                3.536761  2.4629742   8.722480 2.127370e-02
## Seg3844.2               -2.015204  2.6862311   8.719742 2.128772e-02
## Seg4404.3                3.682602  2.4111427   8.706873 2.135378e-02
## Seg6638.1               -2.851961  1.4770421   8.644826 2.167602e-02
## Seg1819.4                2.148466  1.5372048   8.642212 2.168973e-02
## Seg2147.13              -2.006981  1.5979036   8.624233 2.178436e-02
## Seg5301.1                6.400873  0.4338404   9.449841 2.178754e-02
## Seg1449.1                3.111181  1.3230873   8.618650 2.181385e-02
## Seg7196.2               -2.299406  0.8207951   8.616337 2.182609e-02
## Seg59.2                  3.619629  3.8506289   8.586870 2.198273e-02
## Seg2467.2.1.57f48f79     6.847952  0.7955040   9.403169 2.200082e-02
## Seg954.15                2.390197  2.3041836   8.573522 2.205416e-02
## Seg1740.12              -2.215637  1.2681922   8.566843 2.209002e-02
## Seg1782.9.1.57f48f78    -3.533628  2.8753146   8.556028 2.214824e-02
## Seg3959.1                2.704822  1.4998935   8.555891 2.214898e-02
## Seg291.1                -2.615375  2.6181521   8.525777 2.231216e-02
## Seg1450.16              -4.154178  1.3681276   8.512757 2.238319e-02
## Seg1077.7               -3.060425  0.5578321   8.504454 2.242865e-02
## Seg84.7                  2.197252  2.1557431   8.494894 2.248113e-02
## Seg3648.1               -3.580515  1.8522134   8.483219 2.254544e-02
## Seg8145.1                3.017458  1.0813257   8.465306 2.264457e-02
## Seg323.8                 3.870658  2.1051886   8.465082 2.264581e-02
## Seg1987.3               -3.065807  2.0651205   8.455478 2.269920e-02
## Seg4697.5                3.526119  1.6407237   8.447252 2.274506e-02
## Seg6703.2                2.739955  0.9181183   8.442587 2.277112e-02
## Seg1363.36               6.454564  0.4754868   9.239492 2.277133e-02
## Seg2565.1                2.736331  1.2663956   8.438830 2.279213e-02
## Seg2564.5               -3.769186  4.3315208   8.434313 2.281743e-02
## Seg1010.20.1.57f48f75   -3.063785  2.0763029   8.433880 2.281986e-02
## Seg3125.2               -3.539642  3.3299301   8.425371 2.286762e-02
## Seg4067.1                7.234731  1.1523954   9.209265 2.291757e-02
## Seg6947.1               -2.041205  1.9873875   8.407750 2.296695e-02
## Seg385.23               -2.025007  2.0330056   8.405553 2.297938e-02
## Seg1770.2                2.454744  3.4351036   8.398895 2.301707e-02
## Seg1528.4               -2.839313  1.1589729   8.386069 2.308993e-02
## Seg708.6                 2.235964  1.0849340   8.370495 2.317880e-02
## Seg698.3.1.57f48f7d      8.282569  2.1148078   9.150100 2.320748e-02
## Seg1848.3               -2.109566  1.2108308   8.362249 2.322603e-02
## Seg1118.12.2.57f48f75    5.832177  3.4965606   8.357154 2.325528e-02
## Seg4026.1                3.833588  1.0933734   8.355011 2.326759e-02
## Seg5352.1                2.008620  2.6423855   8.348178 2.330692e-02
## Seg402.2                 7.051322  0.9700644   9.122610 2.334386e-02
## Seg1505.6                9.594986  3.3824202   9.120996 2.335190e-02
## Seg2841.3               -3.477492  1.4824713   8.333220 2.339330e-02
## Seg3864.1                6.388112  0.4152124   9.096554 2.347412e-02
## Seg10204.1              -2.187175  0.8895931   8.297556 2.360095e-02
## Seg1019.1.2.57f48f75    -3.572712  2.4791880   8.277650 2.371789e-02
## Seg3581.1                3.564802  3.5666228   8.276730 2.372331e-02
## Seg1983.9                7.776274  1.6408038   9.043577 2.374199e-02
## Seg1245.6                3.163221  6.5524830   8.257860 2.383490e-02
## Seg9160.2                2.558736  1.6227731   8.213009 2.410286e-02
## Seg1312.3                3.353579  1.6835773   8.211380 2.411267e-02
## Seg1812.3                6.954471  0.9053374   8.969160 2.412524e-02
## Seg1980.4                2.130036  1.4052979   8.202384 2.416691e-02
## Seg3951.2               -2.895515  4.7261169   8.195103 2.421093e-02
## Seg1578.1                6.589573  0.5716935   8.940238 2.427643e-02
## Seg313.2                 2.046405  2.0765126   8.183448 2.428161e-02
## Seg1770.6                3.113647  1.0463345   8.183144 2.428346e-02
## Seg684.5                -3.160956  2.6166605   8.173058 2.434485e-02
## Seg742.2                -2.673529  3.4750764   8.172557 2.434790e-02
## Seg5993.1                2.218382  1.5649360   8.172393 2.434890e-02
## Seg633.7                 2.617562  1.0600380   8.167367 2.437958e-02
## Seg1365.3                2.059599  3.1990661   8.166361 2.438572e-02
## Seg4530.2                2.494715  2.1914997   8.162760 2.440774e-02
## Seg1236.17              -2.684204  3.4117646   8.156299 2.444730e-02
## Seg3985.2                2.382649  1.3599553   8.141516 2.453814e-02
## Seg299.9                 2.083800  2.0830470   8.133254 2.458909e-02
## Seg8384.1                3.724947  0.9922551   8.132559 2.459338e-02
## Seg172.15               -4.170358  1.9386051   8.127965 2.462178e-02
## Seg18102.1               3.193989  0.9307426   8.124476 2.464338e-02
## Seg9569.1                4.189380  1.3400776   8.113756 2.470989e-02
## Seg2681.4                2.122320  2.8381510   8.108555 2.474224e-02
## Seg5060.3                2.112954  4.0427650   8.106795 2.475321e-02
## Seg1069.1               -2.462092  1.8795466   8.071535 2.497413e-02
## Seg3745.2               -2.983239  2.3099025   8.061029 2.504045e-02
## Seg21271.1               2.007254  1.5736286   8.059592 2.504953e-02
## Seg815.10               -4.252675  3.3871757   8.054550 2.508146e-02
## Seg2567.6                2.605574  0.8033426   8.047287 2.512754e-02
## Seg4033.1               -2.561598  6.3521921   8.046894 2.513004e-02
## Seg1806.9                2.551976  1.6512442   8.043924 2.514891e-02
## Seg4902.1                2.200510  1.2460454   8.039998 2.517390e-02
## Seg318.15               -4.238020  2.3229904   7.994775 2.546399e-02
## Seg3146.4               -2.034152  2.1699318   7.988085 2.550727e-02
## Seg1703.7                2.093510  1.5890325   7.981689 2.554875e-02
## Seg1850.5               -2.809653  2.4907077   7.977513 2.557587e-02
## Seg4952.2               -2.885414  2.1324612   7.976865 2.558008e-02
## Seg1791.1               -2.028818  1.4060423   7.971090 2.561766e-02
## Seg4825.2                6.418390  0.4432539   8.684981 2.566765e-02
## Seg3734.4                2.835964  0.8880000   7.953829 2.573041e-02
## Seg359.1                 3.404442  1.8123112   7.953217 2.573442e-02
## Seg1333.1                3.324344  1.5185432   7.946629 2.577763e-02
## Seg642.2                 2.211689  4.8290198   7.943374 2.579901e-02
## Seg1727.5               -4.194701  2.7638213   7.929016 2.589361e-02
## Seg272.7                 7.122347  1.0262852   8.644235 2.589956e-02
## Seg9197.1               -2.819233  1.5020670   7.920751 2.594827e-02
## Seg5576.1               -3.617679  3.7984926   7.915160 2.598533e-02
## Seg2783.6                3.491243  1.6128306   7.913240 2.599808e-02
## Seg1034.6.1.57f48f75     7.188839  1.0999747   8.601760 2.614433e-02
## Seg1172.12               2.381749  1.2634119   7.890618 2.614883e-02
## Seg287.3                -3.943445  0.8521321   7.858642 2.636387e-02
## Seg326.2                 2.749268  2.3458169   7.856828 2.637613e-02
## Seg2511.3               -2.693416  3.1120461   7.856575 2.637785e-02
## Seg2002.7               -2.053762  1.8194379   7.852410 2.640605e-02
## Seg3746.3.1.57f48f7b    -3.507276  1.7174207   7.846869 2.644362e-02
## Seg3946.4               -3.407049  1.4092132   7.845272 2.645446e-02
## Seg5616.1                3.580088  1.6932980   7.844241 2.646146e-02
## Seg2696.1                2.333234  1.6214853   7.821636 2.661561e-02
## Seg1850.8.5.57f48f78     2.499781  1.1605488   7.818869 2.663455e-02
## Seg1586.3                4.102459  0.7970505   7.816801 2.664872e-02
## Seg1750.1               -4.812466  2.7635758   7.816019 2.665408e-02
## Seg2085.6                2.472745  1.6291822   7.813159 2.667371e-02
## Seg4460.3               -2.222671  1.3046172   7.802182 2.674920e-02
## Seg1949.3               -4.205144  3.9079088   7.796190 2.679051e-02
## Seg2028.9                7.308459  1.2056195   8.491983 2.679148e-02
## Seg5052.1                2.719274  1.0368032   7.792119 2.681864e-02
## Seg4591.2                6.504420  0.5247692   8.487240 2.681992e-02
## Seg733.12               -2.142149  2.4288068   7.787237 2.685241e-02
## Seg665.3                -2.127564  3.1137784   7.782731 2.688363e-02
## Seg1561.6               -2.538697  0.8992406   7.777082 2.692284e-02
## Seg1946.8               -2.599897  3.2747043   7.768035 2.698579e-02
## Seg3975.1                3.998279  1.2412661   7.764838 2.700808e-02
## Seg616.13                3.379400  2.3157698   7.761349 2.703244e-02
## Seg4644.2                2.237608  5.2255531   7.755169 2.707564e-02
## Seg1470.9               -3.500816  3.5733501   7.745379 2.714427e-02
## Seg1966.5                3.584357  2.2141689   7.741421 2.717208e-02
## Seg1749.10               2.676559  0.8611946   7.739283 2.718712e-02
## Seg50.18                -2.656095  2.6529623   7.731042 2.724518e-02
## Seg1485.10               3.976409  0.7015791   7.703904 2.743754e-02
## Seg1839.8                5.989435  0.1161366   8.367523 2.755151e-02
## Seg549.4                -3.206198  1.1608994   7.669590 2.768328e-02
## Seg2031.2               -2.662571  3.0148052   7.665229 2.771472e-02
## Seg3473.5               -3.455973  2.6266971   7.657891 2.776772e-02
## Seg2708.3                6.311266  0.3581375   8.311301 2.790434e-02
## Seg6266.3                2.425547  1.4301649   7.636261 2.792472e-02
## Seg1230.1                2.099287  2.0874072   7.620119 2.804264e-02
## Seg4067.2               -2.058873  2.6953660   7.617345 2.806297e-02
## Seg622.5                 2.420257  0.8492764   7.613760 2.808927e-02
## Seg462.2                -3.546995  1.9926262   7.608467 2.812816e-02
## Seg6275.1                2.305585  0.8097662   7.607375 2.813619e-02
## Seg451.3                -3.973739  1.4011853   7.604179 2.815972e-02
## Seg2517.1               -4.021833  1.6598048   7.591571 2.825278e-02
## Seg6201.1                2.191343  1.3514912   7.585674 2.829643e-02
## Seg1567.1               -2.745978  1.5059658   7.577172 2.835954e-02
## Seg2350.1               -3.037800  1.6061177   7.551883 2.854831e-02
## Seg1507.2               -2.056443  0.9098105   7.548672 2.857240e-02
## Seg1628.1                2.940623  2.0644193   7.531647 2.870056e-02
## Seg679.5                -2.007986  2.4076667   7.471784 2.915713e-02
## Seg3827.1               -2.959128  0.3042353   7.461581 2.923589e-02
## Seg1116.4.1.57f48f75    -4.113838  3.7574317   7.449000 2.933338e-02
## Seg841.5                 2.391591  1.7069501   7.426262 2.951066e-02
## Seg1643.3                2.558725  0.9211645   7.420340 2.955706e-02
## Seg1273.4.1.57f48f76    -5.148414  3.5012401   7.409241 2.964428e-02
## Seg5556.1                2.238572  1.5310254   7.408297 2.965171e-02
## Seg1513.2               -2.715480  1.8181589   7.399817 2.971860e-02
## Seg290.3                 2.623581  1.2695944   7.399810 2.971865e-02
## Seg2634.2                6.474436  0.5062442   8.004285 2.994228e-02
## Seg2516.1                3.822778  0.7650310   7.353758 3.008532e-02
## Seg643.8                -4.133364  3.2840149   7.353323 3.008881e-02
## Seg335.11               -3.349996  2.9611457   7.346529 3.014342e-02
## Seg1919.7               -2.044140  3.2545153   7.311131 3.042999e-02
## Seg5497.2                2.901891  1.5336154   7.284398 3.064876e-02
## Seg893.8                 2.651946  1.1201655   7.279125 3.069215e-02
## Seg2129.6               -3.841976  0.5647755   7.219666 3.118705e-02
## Seg4914.1               -2.790201  0.5922058   7.216306 3.121532e-02
## Seg9160.3                2.312116  1.8185465   7.211639 3.125465e-02
## Seg13366.1               3.018446  0.9712763   7.204583 3.131423e-02
## Seg765.7                 3.369700  3.0521916   7.203913 3.131990e-02
## Seg1177.8               -3.429456  1.3343828   7.199721 3.135537e-02
## Seg9192.1                2.287370  1.9269487   7.166009 3.164258e-02
## Seg1870.6               -4.110424  3.2633421   7.165887 3.164363e-02
## Seg2582.1               -2.548541  3.7799682   7.149360 3.178569e-02
## Seg2314.6                3.507024  0.9637705   7.139796 3.186828e-02
## Seg1358.7               -2.972577  1.4014890   7.125695 3.199055e-02
## Seg1910.6                2.232652  6.4408633   7.081504 3.237773e-02
## Seg647.1                -2.201311  2.3080975   7.065143 3.252262e-02
## Seg6529.2                2.485134  1.1765278   7.058286 3.258359e-02
## Seg8551.1               -2.917125  1.9560665   7.056640 3.259825e-02
## Seg1683.3               -2.438971  1.6087591   7.026488 3.286830e-02
## Seg1634.2                3.271774  1.6938429   7.017071 3.295324e-02
## Seg2786.1               -2.557280  3.7568950   6.957786 3.349459e-02
## Seg3828.2               -3.872094  0.8872711   6.954547 3.352450e-02
## Seg1780.2               -2.619033  1.5257352   6.944709 3.361556e-02
## Seg1566.5               -2.785799  1.7065170   6.939800 3.366111e-02
## Seg2465.5.1.57f48f79     6.566765  0.5565925   7.510107 3.366507e-02
## Seg1702.4               -3.866877  1.3587151   6.937081 3.368638e-02
## Seg3817.3                2.601206  1.3759949   6.925950 3.379008e-02
## Seg2811.2.1.57f48f7a    -2.997230  3.9438721   6.915132 3.389126e-02
## Seg900.14                2.599147  1.1581315   6.906026 3.397673e-02
## Seg1433.3.1.57f48f76     4.243953  2.5844029   6.904702 3.398918e-02
## Seg1205.2               -3.333270  3.2499630   6.900045 3.403302e-02
## Seg1841.4               -3.883965  1.8152110   6.874505 3.427477e-02
## Seg27.1                  2.525808  3.5047596   6.871060 3.430755e-02
## Seg1045.1                4.251025  1.1413284   6.867957 3.433712e-02
## Seg4806.3               -2.640216  1.3382596   6.853228 3.447788e-02
## Seg3713.1                2.865068  0.6044082   6.852822 3.448177e-02
## Seg430.3                -2.557724  1.5914884   6.843994 3.456652e-02
## Seg236.13               -3.849679  1.6451901   6.816873 3.482856e-02
## Seg1796.2               -2.204987  2.5976920   6.809778 3.489754e-02
## Seg6464.1                2.532370  1.1968090   6.801838 3.497495e-02
## Seg2451.3                4.232296  1.5940312   6.801687 3.497643e-02
## Seg816.7                 2.639367  1.4826147   6.789378 3.509688e-02
## Seg5529.2               -2.684725  0.9277315   6.784076 3.514892e-02
## Seg442.4                -3.745797  1.3050662   6.760711 3.537949e-02
## Seg889.14               -2.677982  1.3069042   6.754891 3.543723e-02
## Seg3124.3                2.078771  1.2089750   6.724509 3.574064e-02
## Seg3906.2.1.57f48f7b    -2.689579  1.9737127   6.719864 3.578733e-02
## Seg404.9                -3.930187  2.8065005   6.712255 3.586398e-02
## Seg4656.3                2.633241  3.3541554   6.711484 3.587176e-02
## Seg5022.3               -3.833015  1.1247699   6.701188 3.597584e-02
## Seg2301.9               -3.268739  1.5601230   6.691178 3.607741e-02
## Seg2274.4                3.073496  0.6173604   6.686823 3.612172e-02
## Seg17966.1               4.884091  0.6093387   6.683366 3.615694e-02
## Seg1488.3                3.675612  0.9530959   6.668675 3.630712e-02
## Seg1569.8               -3.791849  1.0652940   6.668322 3.631074e-02
## Seg554.7                 3.771163  1.2956916   6.640472 3.659770e-02
## Seg2077.4               -2.746760  1.8061203   6.614570 3.686726e-02
## Seg872.3                -3.800319  1.6076690   6.612730 3.688650e-02
## Seg2904.3               -3.777983  0.5881249   6.609550 3.691980e-02
## Seg8140.1               -3.209076  1.9451890   6.607553 3.694073e-02
## Seg1444.2                2.057291  0.9820921   6.587486 3.715189e-02
## Seg7851.1                2.057693  1.9608378   6.586948 3.715757e-02
## Seg977.5                 2.080902  4.0984807   6.576868 3.726425e-02
## Seg4827.2                2.670399  0.9530509   6.569649 3.734090e-02
## Seg8545.1               -2.322964  0.7494557   6.548182 3.757004e-02
## Seg451.5                -3.771605  1.4268176   6.547211 3.758046e-02
## Seg1883.7               -2.616307  1.6562684   6.542518 3.763081e-02
## Seg2323.1                3.245504  1.0466860   6.538798 3.767079e-02
## Seg924.12                2.281777  1.1872132   6.532167 3.774219e-02
## Seg3073.6               -2.694233  1.4541101   6.522503 3.784657e-02
## Seg1479.9                2.316132  1.0783497   6.519326 3.788097e-02
## Seg1952.2                2.276574  2.7257494   6.508477 3.799872e-02
## Seg4697.1                3.208340  2.0709720   6.506411 3.802121e-02
## Seg2696.2                2.533044  0.9476133   6.498721 3.810503e-02
## Seg991.1                 2.263406  2.5530122   6.493373 3.816347e-02
## Seg3000.2.2.57f48f7a    -3.847745  2.1438892   6.485940 3.824489e-02
## Seg3202.2               -2.641614  1.2540575   6.442693 3.872310e-02
## Seg5180.1                2.302035  2.5614774   6.409514 3.909529e-02
## Seg889.1                -3.842506  2.2411615   6.404276 3.915447e-02
## Seg757.1.1.57f48f7d      2.055767  1.8290378   6.401505 3.918582e-02
## Seg1784.8                3.498018  1.5980464   6.400082 3.920193e-02
## Seg43.3                  2.066336  2.2529722   6.397737 3.922852e-02
## Seg3195.1                3.092883  2.5641789   6.386496 3.935623e-02
## Seg7267.1                2.009572  2.2844534   6.384964 3.937368e-02
## Seg4227.1               -2.448467  2.7962750   6.382492 3.940186e-02
## Seg2701.3                2.449466  1.3595101   6.380562 3.942387e-02
## Seg175.3                -3.800372  2.4212369   6.367265 3.957599e-02
## Seg5397.1                2.542639  1.1547848   6.355806 3.970770e-02
## Seg4651.2                2.212415  1.2762288   6.338240 3.991071e-02
## Seg708.2                 2.304293  1.0427903   6.329113 4.001672e-02
## Seg1474.8                2.227903  1.9432874   6.328813 4.002021e-02
## Seg474.4                 2.519952  1.1033306   6.316832 4.015995e-02
## Seg4577.1                3.355920  0.6789826   6.312732 4.020793e-02
## Seg3470.4               -3.803047  2.4942730   6.309399 4.024698e-02
## Seg3100.5               -3.144099  2.1104796   6.295207 4.041380e-02
## Seg550.1.1.57f48f7c     -2.928591  4.7877232   6.290045 4.047469e-02
## Seg2872.1               -3.273221  2.9297752   6.288735 4.049017e-02
## Seg1872.1                3.043907  1.6140556   6.288680 4.049083e-02
## Seg5800.3               -2.616857  1.1429093   6.287602 4.050357e-02
## Seg5018.3                2.752670  0.5800571   6.265061 4.077116e-02
## Seg1488.2                3.028039  1.9049103   6.260562 4.082485e-02
## Seg3668.5               -2.051484  1.6566009   6.258635 4.084787e-02
## Seg59.3                  3.273655  0.8563261   6.256677 4.087128e-02
## Seg1703.1               -2.596775  3.3534176   6.248119 4.097381e-02
## Seg2467.1.1.57f48f79     2.367357  6.8248937   6.237083 4.110652e-02
## Seg1950.3               -2.587426  0.8660826   6.237077 4.110660e-02
## Seg1646.5               -3.699511  0.9974303   6.231810 4.117013e-02
## Seg1870.3                2.515426  1.0172784   6.217673 4.134129e-02
## Seg1188.7               -2.168725  1.2454857   6.216140 4.135991e-02
## Seg5677.1                3.889442  1.5294563   6.194982 4.161799e-02
## Seg1903.5               -3.165599  0.5621033   6.173850 4.187783e-02
## Seg4466.4                2.157797  1.7149470   6.173557 4.188145e-02
## Seg2514.5               -2.644689  1.1502573   6.171266 4.190976e-02
## Seg2709.3               -2.688346  2.2652088   6.163702 4.200337e-02
## Seg1079.12               2.250582  3.7633037   6.128691 4.244027e-02
## Seg1514.2                2.336197  4.3067543   6.078865 4.307235e-02
##                                FDR
## Seg1695.10             0.002265764
## Seg8734.1              0.002265764
## Seg2624.3.2.57f48f79   0.002627395
## Seg1379.9              0.002627395
## Seg1379.10             0.002627395
## Seg593.11              0.002627395
## Seg1379.11             0.002627395
## Seg2967.1.1.57f48f7a   0.003205418
## Seg8672.1              0.003205418
## Seg207.7               0.003205418
## Seg859.11.1.57f48f7e   0.003304462
## Seg3190.1              0.003304462
## Seg225.9.1.57f48f79    0.003304462
## Seg3381.1              0.003304462
## Seg3884.1              0.003304462
## Seg4229.2              0.003304462
## Seg1787.11             0.003304462
## Seg1891.11             0.003304462
## Seg1896.6              0.003304462
## Seg1845.3              0.003342682
## Seg2332.1              0.003342682
## Seg1379.16             0.003342682
## Seg1179.1              0.003383666
## Seg172.13              0.003621181
## Seg555.6               0.003961415
## Seg4415.1              0.003961415
## Seg229.10              0.003961415
## Seg675.11              0.003998463
## Seg3026.1.1.57f48f7a   0.003998463
## Seg852.16              0.003998463
## Seg1276.4              0.003998463
## Seg337.1               0.003998463
## Seg207.8               0.003998463
## Seg1208.4              0.004188716
## Seg343.1               0.004188716
## Seg650.7               0.004188716
## Seg6133.2              0.004342634
## Seg859.11              0.004342634
## Seg598.5               0.004342634
## Seg1095.19             0.004342634
## Seg2737.2              0.004342634
## Seg94.9                0.004342634
## Seg4294.2              0.004342634
## Seg1077.4              0.004342634
## Seg1181.11             0.004342634
## Seg1121.18             0.004342634
## Seg6955.1              0.004342634
## Seg3216.1              0.004342634
## Seg750.12              0.004342634
## Seg319.15              0.004342634
## Seg400.1               0.004342634
## Seg711.3               0.004342634
## Seg2800.2              0.004342634
## Seg119.17              0.004342634
## Seg3491.1.1.57f48f7a   0.004342634
## Seg12380.1             0.004342634
## Seg1262.3.1.57f48f76   0.004342634
## Seg417.1               0.004342634
## Seg2447.5.1.57f48f79   0.004342634
## Seg5146.1              0.004342634
## Seg3335.3              0.004342634
## Seg429.9               0.004342634
## Seg154.12              0.004434845
## Seg2869.1              0.004475373
## Seg1720.8.1.57f48f77   0.004475373
## Seg1853.5              0.004611581
## Seg1012.9              0.004630082
## Seg2533.5              0.004630082
## Seg1437.7              0.004630082
## Seg1986.5              0.004630082
## Seg3495.4              0.004630082
## Seg1221.3              0.004630082
## Seg1730.7.1.57f48f77   0.004630082
## Seg1755.3              0.004630082
## Seg1877.8              0.004630082
## Seg7472.1              0.004630082
## Seg3786.2              0.004651625
## Seg11740.1             0.004651625
## Seg6214.1              0.004669292
## Seg577.2.1.57f48f7c    0.004669292
## Seg164.11              0.004669292
## Seg1648.4              0.004669292
## Seg12003.1             0.004669292
## Seg1999.6              0.004779063
## Seg2577.2              0.004779063
## Seg1250.5              0.004779063
## Seg3557.1              0.004779063
## Seg1925.6              0.004779063
## Seg2275.12             0.004779063
## Seg981.1               0.004779063
## Seg2064.1              0.004779063
## Seg5296.1              0.004790052
## Seg1770.7              0.004834229
## Seg3935.2              0.004834229
## Seg552.3               0.004834229
## Seg2350.3              0.004834229
## Seg2548.2              0.004980256
## Seg1509.5              0.005027079
## Seg766.1               0.005027079
## Seg161.7               0.005027079
## Seg212.2               0.005027079
## Seg1088.2              0.005050535
## Seg785.1               0.005050535
## Seg2735.5              0.005050535
## Seg1871.7              0.005050535
## Seg1512.4.1.57f48f76   0.005050535
## Seg139.2               0.005050535
## Seg22845.1             0.005050535
## Seg852.3               0.005050535
## Seg189.2               0.005050535
## Seg353.11              0.005050535
## Seg1496.8              0.005050535
## Seg639.8               0.005050535
## Seg4261.1              0.005050535
## Seg500.3               0.005102110
## Seg1112.2              0.005102110
## Seg1996.8              0.005255099
## Seg708.15              0.005255099
## Seg2175.6              0.005255099
## Seg1749.2.3.57f48f78   0.005255099
## Seg130.7               0.005255099
## Seg1509.11             0.005255099
## Seg4127.6              0.005255099
## Seg2693.2              0.005284289
## Seg9743.1              0.005284289
## Seg5525.1              0.005284289
## Seg1666.9              0.005284289
## Seg3035.2              0.005284289
## Seg1478.13             0.005286391
## Seg1116.4              0.005286391
## Seg1276.4.1.57f48f76   0.005286391
## Seg1999.5              0.005323123
## Seg1431.3              0.005323123
## Seg5088.1              0.005323123
## Seg3979.1              0.005408188
## Seg2904.4              0.005408188
## Seg446.7               0.005408188
## Seg3459.1              0.005408188
## Seg1874.2              0.005408188
## Seg2967.1.2.57f48f7a   0.005408188
## Seg1822.6              0.005487705
## Seg6255.3              0.005518184
## Seg2595.1              0.005518184
## Seg1734.3              0.005518184
## Seg667.5               0.005518184
## Seg1700.3              0.005518184
## Seg795.1               0.005518184
## Seg1347.4              0.005518184
## Seg1578.9              0.005580645
## Seg397.33              0.005589974
## Seg2281.2              0.005589974
## Seg1078.7              0.005621737
## Seg2356.3              0.005705326
## Seg241.2.1.57f48f79    0.005705326
## Seg6667.1              0.005705326
## Seg335.12.1.57f48f7a   0.005705326
## Seg2624.3              0.005705326
## Seg1259.5              0.005724522
## Seg1303.9              0.005724522
## Seg473.4               0.005724522
## Seg1046.1              0.005724522
## Seg5138.1              0.005724522
## Seg4466.2              0.005724522
## Seg418.13              0.005724522
## Seg4403.3              0.005749659
## Seg1896.6.1.57f48f78   0.005749659
## Seg419.7               0.005806483
## Seg1681.8              0.005806483
## Seg1000.14             0.005829245
## Seg5552.1              0.005920164
## Seg9565.1              0.005948568
## Seg6790.1              0.005948568
## Seg3904.2              0.005948568
## Seg690.4               0.005957126
## Seg230.23.1.57f48f79   0.005957126
## Seg1118.8              0.005977708
## Seg1431.2              0.005977708
## Seg3561.4              0.006013970
## Seg1075.1              0.006127093
## Seg1886.2              0.006127093
## Seg2291.2              0.006127093
## Seg7585.1              0.006127093
## Seg5087.2              0.006195136
## Seg4894.3              0.006315867
## Seg580.2               0.006315867
## Seg1585.12             0.006315867
## Seg1512.9_Seg1512.10   0.006390861
## Seg1021.4              0.006390861
## Seg2677.6              0.006422259
## Seg6854.3              0.006431385
## Seg4496.2              0.006431385
## Seg3785.1              0.006431385
## Seg1370.1              0.006431385
## Seg319.14              0.006431385
## Seg213.5               0.006439210
## Seg1058.1              0.006442129
## Seg940.16              0.006442129
## Seg5451.2              0.006442129
## Seg1611.1              0.006442129
## Seg118.6               0.006442129
## Seg1715.9              0.006442129
## Seg1602.2              0.006442129
## Seg720.8               0.006442129
## Seg835.3               0.006442129
## Seg942.2               0.006481445
## Seg68.8.3.57f48f7d     0.006481445
## Seg1445.2              0.006481445
## Seg994.5               0.006541049
## Seg3927.2              0.006557484
## Seg62.7                0.006685843
## Seg896.6.1.57f48f7e    0.006700832
## Seg3888.1              0.006746879
## Seg4403.5              0.006746879
## Seg397.35              0.006746879
## Seg4294.3              0.006746879
## Seg4666.1              0.006746879
## Seg1389.16.13.57f48f76 0.006866960
## Seg18.4                0.006866960
## Seg1073.1              0.006866960
## Seg2042.3.1.57f48f78   0.006866960
## Seg598.3               0.007023383
## Seg2875.5              0.007064222
## Seg103.1               0.007255883
## Seg1757.4              0.007277586
## Seg1470.10             0.007329106
## Seg2511.7              0.007329106
## Seg1891.12_Seg1891.13  0.007329106
## Seg1689.3              0.007329106
## Seg24446.1             0.007329106
## Seg586.17              0.007329106
## Seg813.12              0.007329106
## Seg1067.4              0.007329106
## Seg811.6               0.007356723
## Seg962.1               0.007356723
## Seg4845.1              0.007357040
## Seg6838.2              0.007366975
## Seg4630.1              0.007450366
## Seg1477.2              0.007469597
## Seg952.4               0.007469597
## Seg1507.11             0.007469597
## Seg385.22              0.007469597
## Seg1095.22.2.57f48f75  0.007469597
## Seg1721.15             0.007469597
## Seg796.1               0.007469597
## Seg5619.1              0.007469597
## Seg5671.1              0.007469597
## Seg7453.1              0.007469597
## Seg94.10               0.007469597
## Seg330.12              0.007469597
## Seg1658.23             0.007469597
## Seg738.3               0.007469597
## Seg784.7               0.007469597
## Seg1357.5              0.007527182
## Seg6812.1              0.007545102
## Seg169.11              0.007545102
## Seg1118.12.1.57f48f75  0.007545102
## Seg2025.6              0.007545102
## Seg1662.7              0.007545102
## Seg385.4               0.007546553
## Seg1141.2              0.007546553
## Seg1359.7              0.007546553
## Seg1374.4              0.007546553
## Seg671.4               0.007546553
## Seg9718.1              0.007546553
## Seg1254.13             0.007546553
## Seg10219.1             0.007624682
## Seg675.14              0.007630130
## Seg3470.3              0.007648778
## Seg5378.3              0.007648778
## Seg846.9.2.57f48f7e    0.007648778
## Seg98.3                0.007648778
## Seg1915.10             0.007648778
## Seg2281.1              0.007679561
## Seg9198.1              0.007679561
## Seg5021.1.1.57f48f7c   0.007697341
## Seg3026.1              0.007745296
## Seg4360.1              0.007859643
## Seg895.3               0.007876217
## Seg3035.1              0.007876217
## Seg934.3               0.007876217
## Seg1090.1              0.007962860
## Seg123.1               0.007962860
## Seg229.12              0.007962860
## Seg1152.1              0.007962860
## Seg50.14               0.007978784
## Seg1682.3.1.57f48f77   0.008026580
## Seg2073.2              0.008026580
## Seg519.2.1.57f48f7c    0.008026580
## Seg5893.1              0.008094969
## Seg4822.1              0.008118808
## Seg415.3.1.57f48f7b    0.008161305
## Seg1154.2              0.008161305
## Seg13094.1             0.008161305
## Seg932.6               0.008161305
## Seg1730.10             0.008161305
## Seg1999.10             0.008161305
## Seg6822.1              0.008161305
## Seg1431.1              0.008161305
## Seg13540.1             0.008161305
## Seg3021.2              0.008161305
## Seg4009.1              0.008161305
## Seg3058.1              0.008161305
## Seg800.7               0.008161305
## Seg5340.1              0.008191739
## Seg1180.5              0.008226535
## Seg1671.13             0.008232050
## Seg7410.1              0.008232050
## Seg516.1               0.008232050
## Seg920.3               0.008232050
## Seg1973.4              0.008357395
## Seg1870.6.1.57f48f78   0.008387828
## Seg746.7               0.008387828
## Seg3630.3              0.008387828
## Seg3823.2              0.008387828
## Seg8852.2              0.008410664
## Seg1731.4.1.57f48f77   0.008488723
## Seg1797.3              0.008534326
## Seg4642.1              0.008534326
## Seg1496.7              0.008534326
## Seg2359.2              0.008565040
## Seg1192.2              0.008565040
## Seg2850.3              0.008567880
## Seg7542.1              0.008584810
## Seg934.1.2.57f48f7e    0.008584810
## Seg4618.2              0.008584810
## Seg3444.4              0.008584810
## Seg1770.5              0.008595846
## Seg3794.2              0.008595846
## Seg21.3                0.008595846
## Seg650.14              0.008617599
## Seg16345.1             0.008781226
## Seg1430.21.1.57f48f76  0.008781226
## Seg3089.1.2.57f48f7a   0.008781226
## Seg1761.2              0.008873980
## Seg1520.4              0.008953137
## Seg2142.6              0.008953137
## Seg2487.1              0.008953137
## Seg2530.3              0.008989565
## Seg914.5               0.008989565
## Seg8226.1              0.008989565
## Seg1144.7              0.009088545
## Seg3545.1              0.009088545
## Seg4479.1              0.009088545
## Seg284.3_Seg284.4      0.009136048
## Seg3247.3              0.009193372
## Seg444.14              0.009222202
## Seg6310.3              0.009222202
## Seg3552.2              0.009272711
## Seg1574.16             0.009272711
## Seg2728.1              0.009296130
## Seg5314.1              0.009340537
## Seg4035.2.1.57f48f7b   0.009380988
## Seg1826.7              0.009380988
## Seg1079.6              0.009380988
## Seg4761.1              0.009380988
## Seg3929.3              0.009389755
## Seg1501.5              0.009389755
## Seg524.1               0.009404915
## Seg593.14              0.009460721
## Seg1822.4              0.009460721
## Seg435.11              0.009460721
## Seg6955.2              0.009460721
## Seg1985.4              0.009460721
## Seg852.10              0.009460721
## Seg4698.1              0.009460721
## Seg4818.1              0.009492514
## Seg1328.7              0.009492514
## Seg1641.11.2.57f48f77  0.009492514
## Seg5714.3              0.009492514
## Seg239.3               0.009492514
## Seg7.2                 0.009515589
## Seg5655.3              0.009565058
## Seg265.1.1.57f48f79    0.009565058
## Seg11296.3             0.009610142
## Seg1009.2              0.009610142
## Seg545.2               0.009645693
## Seg49.3                0.009645693
## Seg916.1               0.009682305
## Seg2142.7              0.009682305
## Seg2548.2.1.57f48f79   0.009683822
## Seg2789.1              0.009718090
## Seg3.15                0.009910619
## Seg620.3               0.009910619
## Seg3858.3              0.009910619
## Seg1726.3              0.009910619
## Seg1533.3              0.009910619
## Seg3875.3              0.009910619
## Seg1961.7              0.009910619
## Seg976.3               0.009910619
## Seg552.2               0.009910619
## Seg16688.1             0.009939167
## Seg539.6               0.009950794
## Seg1903.2              0.010018504
## Seg1715.1.1.57f48f77   0.010018504
## Seg4000.2              0.010018504
## Seg19800.1             0.010018504
## Seg5491.1              0.010018504
## Seg2923.4              0.010028130
## Seg13200.1             0.010133803
## Seg387.2               0.010133803
## Seg61.6                0.010133803
## Seg3993.2              0.010133803
## Seg1123.8              0.010133803
## Seg1526.9              0.010133803
## Seg154.8               0.010214135
## Seg4161.1              0.010214135
## Seg2919.3              0.010214135
## Seg1882.13             0.010214135
## Seg226.3               0.010214135
## Seg1988.5              0.010254700
## Seg2312.2.2.57f48f79   0.010285896
## Seg1895.5              0.010285896
## Seg5203.3              0.010422534
## Seg1026.2              0.010476065
## Seg2040.3              0.010477288
## Seg9950.1              0.010477288
## Seg7457.2              0.010477288
## Seg1131.9              0.010477288
## Seg1372.7              0.010477288
## Seg1159.2              0.010477288
## Seg5464.1.1.57f48f7c   0.010477288
## Seg5671.2              0.010477288
## Seg6391.1              0.010477288
## Seg2682.1.1.57f48f79   0.010477288
## Seg2082.2              0.010488443
## Seg1379.12             0.010488443
## Seg4877.2              0.010488443
## Seg2887.2.1.57f48f7a   0.010488443
## Seg1405.8              0.010535538
## Seg364.3               0.010535538
## Seg1873.5              0.010711586
## Seg2286.4              0.010823321
## Seg26.4                0.010823321
## Seg1270.3              0.010823321
## Seg3305.2              0.010823321
## Seg2212.3              0.010826184
## Seg836.5               0.010860790
## Seg5820.1              0.010906363
## Seg311.3               0.010906363
## Seg1513.1              0.010930979
## Seg7391.1              0.011063463
## Seg6817.1              0.011148083
## Seg1445.3              0.011148083
## Seg1455.4              0.011196498
## Seg2317.3.1.57f48f79   0.011196498
## Seg16297.1             0.011212216
## Seg2154.1              0.011363523
## Seg2506.7              0.011380529
## Seg1691.5              0.011393698
## Seg745.3               0.011449540
## Seg861.9               0.011516050
## Seg1943.2              0.011516050
## Seg4184.1_Seg4184.3    0.011516050
## Seg438.4               0.011529359
## Seg3693.2              0.011529359
## Seg81.11               0.011529359
## Seg5859.2              0.011529359
## Seg65.2                0.011531158
## Seg450.4               0.011531158
## Seg1338.7              0.011631180
## Seg675.10              0.011631559
## Seg2767.1              0.011632546
## Seg183.2.1.57f48f78    0.011632546
## Seg817.4               0.011632546
## Seg2298.7              0.011632546
## Seg287.9.2.57f48f7a    0.011632993
## Seg2299.6              0.011632993
## Seg8.2                 0.011648843
## Seg4541.2              0.011669273
## Seg5572.1              0.011694311
## Seg1860.1              0.011694311
## Seg5776.1              0.011694311
## Seg539.8               0.011718900
## Seg3735.1              0.012030940
## Seg3239.4              0.012070681
## Seg1769.8              0.012070681
## Seg1430.8              0.012082422
## Seg2186.4              0.012082422
## Seg1524.11             0.012082422
## Seg1649.3              0.012082422
## Seg2063.6.1.57f48f79   0.012085669
## Seg2200.5              0.012109376
## Seg552.5.1.57f48f7c    0.012109376
## Seg1845.3.1.57f48f78   0.012109376
## Seg1231.9              0.012109376
## Seg2725.2.1.57f48f7a   0.012294546
## Seg506.3               0.012306764
## Seg3495.3              0.012306764
## Seg4819.1              0.012306764
## Seg652.7               0.012397804
## Seg1739.11             0.012397804
## Seg202.2               0.012397804
## Seg599.4               0.012473471
## Seg1350.1              0.012497373
## Seg2170.6              0.012519793
## Seg133.2               0.012571029
## Seg247.7               0.012582958
## Seg308.11              0.012599087
## Seg353.10              0.012599087
## Seg453.1               0.012599087
## Seg2440.7              0.012624029
## Seg3062.3              0.012656510
## Seg2651.5              0.012658197
## Seg8230.2              0.012731188
## Seg2650.3              0.012760712
## Seg212.7               0.012760712
## Seg1489.3              0.012760712
## Seg4466.3              0.012760712
## Seg2182.2              0.012760712
## Seg1816.7              0.012783975
## Seg1644.15.1.57f48f77  0.012783975
## Seg3283.2              0.012784817
## Seg5283.4              0.012915712
## Seg3078.4              0.012923992
## Seg1338.5              0.012971856
## Seg4334.1              0.012973664
## Seg1329.6              0.012973664
## Seg932.9               0.012973664
## Seg6089.1              0.012973664
## Seg1649.2              0.012973664
## Seg1273.8              0.013004034
## Seg8949.1              0.013004034
## Seg1345.8              0.013004034
## Seg434.6               0.013004034
## Seg1372.16             0.013017783
## Seg7919.1              0.013111064
## Seg1674.6              0.013111064
## Seg582.2               0.013111064
## Seg2147.5              0.013111064
## Seg2063.5.1.57f48f79   0.013111064
## Seg7397.1              0.013111064
## Seg1200.2              0.013121729
## Seg710.1               0.013133051
## Seg3161.1              0.013133051
## Seg508.4.1.57f48f7c    0.013212400
## Seg6027.1              0.013212400
## Seg1891.14             0.013212400
## Seg1123.15             0.013385215
## Seg1026.3              0.013414574
## Seg1903.9              0.013414574
## Seg6278.1              0.013500552
## Seg920.1               0.013500552
## Seg1276.3.1.57f48f76   0.013500552
## Seg382.7               0.013519433
## Seg2437.8              0.013623503
## Seg7305.1              0.013647722
## Seg3589.9              0.013680837
## Seg1033.3              0.013753332
## Seg2513.1              0.013753332
## Seg7116.1              0.013753332
## Seg270.4               0.013753332
## Seg2807.7              0.013753332
## Seg2234.2              0.013753332
## Seg1997.4              0.013753332
## Seg1647.12             0.013762295
## Seg2802.4              0.013833605
## Seg1585.10             0.013945687
## Seg850.2               0.013945687
## Seg2302.4              0.013956846
## Seg23.13               0.014028084
## Seg1783.2              0.014054920
## Seg4268.2              0.014067948
## Seg3307.3              0.014079839
## Seg87.2                0.014115827
## Seg164.15.1.57f48f77   0.014115827
## Seg1634.12             0.014136198
## Seg1712.8              0.014172436
## Seg2654.3              0.014172436
## Seg2666.3              0.014172436
## Seg4663.2              0.014172436
## Seg10.1                0.014530144
## Seg1064.14             0.014549085
## Seg3734.3              0.014585045
## Seg122.3               0.014675410
## Seg5063.5              0.014675410
## Seg2129.3              0.014675410
## Seg3787.2              0.014675410
## Seg3807.1              0.014675410
## Seg914.9               0.014675410
## Seg2941.1              0.014732329
## Seg1944.6              0.014761884
## Seg2175.3              0.014761884
## Seg405.7               0.014783719
## Seg13228.1             0.014783719
## Seg934.3.1.57f48f7e    0.014818942
## Seg1405.4              0.014818942
## Seg624.4               0.014818942
## Seg3381.2              0.014843425
## Seg49.4                0.014851213
## Seg2816.3              0.014851213
## Seg580.2.2.57f48f7c    0.014851213
## Seg6478.3              0.014874460
## Seg3794.3              0.014895406
## Seg246.7               0.014910283
## Seg550.3               0.014910283
## Seg1880.1              0.015001891
## Seg2577.1              0.015012101
## Seg7216.1              0.015012101
## Seg6810.1              0.015012101
## Seg187.11              0.015086543
## Seg5068.2              0.015091352
## Seg7335.1              0.015178702
## Seg2506.1              0.015178702
## Seg1472.20             0.015179086
## Seg2390.1              0.015303972
## Seg456.2               0.015322174
## Seg1816.3              0.015337572
## Seg2162.8              0.015348100
## Seg1749.2.4.57f48f78   0.015348100
## Seg2298.11             0.015348100
## Seg1027.14             0.015378378
## Seg920.2               0.015378378
## Seg3885.1              0.015613078
## Seg1305.8              0.015617529
## Seg4173.2              0.015627078
## Seg2105.1              0.015629223
## Seg298.5.1.57f48f7a    0.015685320
## Seg1491.4              0.015778794
## Seg187.10              0.015810462
## Seg2175.7              0.015902180
## Seg387.9               0.015935420
## Seg698.3               0.015935420
## Seg1260.10             0.015965523
## Seg1528.6              0.015965523
## Seg4826.3              0.016039830
## Seg2042.3.2.57f48f78   0.016058771
## Seg94.5                0.016105935
## Seg3953.1              0.016105935
## Seg2229.1              0.016167329
## Seg1904.1.1.57f48f78   0.016167329
## Seg1013.7              0.016167329
## Seg1433.3.2.57f48f76   0.016176362
## Seg8734.2              0.016200856
## Seg1082.3              0.016256470
## Seg914.7               0.016256470
## Seg1329.7              0.016306195
## Seg1943.2.2.57f48f78   0.016366903
## Seg1720.8              0.016366903
## Seg1830.9              0.016380273
## Seg11511.1             0.016458176
## Seg1076.5.2.57f48f75   0.016458176
## Seg269.2               0.016602707
## Seg1346.2              0.016602707
## Seg1297.1              0.016624140
## Seg820.4               0.016694805
## Seg1885.8              0.016768234
## Seg581.12              0.016817196
## Seg2294.8              0.016830195
## Seg8991.1              0.016895268
## Seg562.9               0.016966697
## Seg8628.1              0.016972183
## Seg1080.6.1.57f48f75   0.016972183
## Seg1232.20             0.016982388
## Seg703.1               0.016982388
## Seg460.11              0.017110214
## Seg4224.1              0.017118141
## Seg2655.4              0.017119771
## Seg6367.1              0.017159493
## Seg1516.9.1.57f48f76   0.017275976
## Seg1915.9              0.017275976
## Seg8680.2              0.017308083
## Seg216.3               0.017308083
## Seg1574.2              0.017342133
## Seg2695.3              0.017342133
## Seg3956.3              0.017397643
## Seg1354.13             0.017427981
## Seg3921.3              0.017427981
## Seg4400.3              0.017427981
## Seg2045.1              0.017427981
## Seg7733.2              0.017427981
## Seg1721.13             0.017427981
## Seg932.11              0.017529082
## Seg1873.4              0.017529082
## Seg1422.5              0.017599620
## Seg2619.4              0.017627035
## Seg1425.2              0.017780807
## Seg3865.1              0.017823178
## Seg6854.2              0.017891429
## Seg68.8                0.018008178
## Seg3409.2              0.018008178
## Seg508.4               0.018008178
## Seg1349.1              0.018023639
## Seg1659.14             0.018047933
## Seg1001.2              0.018213209
## Seg826.6.3.57f48f7e    0.018348396
## Seg73.3                0.018398312
## Seg169.8               0.018431495
## Seg1807.2              0.018431495
## Seg1784.13             0.018431495
## Seg1279.8              0.018431495
## Seg1738.4              0.018431495
## Seg1000.9              0.018431495
## Seg2060.4              0.018435465
## Seg2504.2              0.018435465
## Seg2988.5              0.018435465
## Seg1569.7              0.018435465
## Seg2232.4              0.018443314
## Seg7251.1              0.018484947
## Seg2867.2              0.018501235
## Seg549.3               0.018536869
## Seg675.17              0.018773280
## Seg9504.1              0.018959503
## Seg2326.6              0.018959503
## Seg2279.1              0.018972135
## Seg4579.1              0.018993463
## Seg3117.5              0.019102507
## Seg186.3               0.019144113
## Seg5464.1              0.019144113
## Seg13582.1             0.019144113
## Seg1348.8.3.57f48f76   0.019235879
## Seg395.5               0.019260258
## Seg980.4               0.019260258
## Seg1095.25             0.019297223
## Seg3231.6              0.019342867
## Seg4689.1              0.019342867
## Seg826.6               0.019426910
## Seg1301.8              0.019455404
## Seg2595.1.1.57f48f79   0.019455404
## Seg647.4               0.019532822
## Seg1347.5              0.019532822
## Seg2753.1.2.57f48f7a   0.019633198
## Seg5052.2              0.019971729
## Seg2147.7              0.020124378
## Seg1668.12             0.020132615
## Seg397.5               0.020171653
## Seg1243.2              0.020205594
## Seg675.16              0.020205594
## Seg4496.1              0.020280318
## Seg5815.2              0.020346862
## Seg1963.3              0.020553087
## Seg1756.11             0.020620146
## Seg6288.2              0.020623045
## Seg2063.5.2.57f48f79   0.020623045
## Seg3667.2              0.020729061
## Seg1000.4.2.57f48f75   0.020729061
## Seg9440.1              0.020729061
## Seg2640.3.1.57f48f79   0.020740393
## Seg4905.2              0.020771930
## Seg2877.4              0.020795461
## Seg2042.1              0.020892221
## Seg4287.2              0.020892221
## Seg1012.6              0.021020335
## Seg4058.1              0.021028414
## Seg1459.10             0.021123304
## Seg2113.5.1.57f48f79   0.021249995
## Seg965.2               0.021297056
## Seg2348.6              0.021307539
## Seg80.10               0.021307539
## Seg3351.3              0.021307539
## Seg3511.1              0.021307539
## Seg1476.4              0.021307539
## Seg400.8               0.021307539
## Seg4450.1              0.021312471
## Seg12047.1             0.021395510
## Seg2501.4              0.021499110
## Seg3388.2              0.021639883
## Seg11191.1             0.021639883
## Seg9873.1              0.021639883
## Seg954.16              0.021672676
## Seg1161.2.1.57f48f75   0.021681118
## Seg2251.3.1.57f48f79   0.021681118
## Seg5567.3              0.021770249
## Seg1070.2              0.021783312
## Seg858.7               0.021826875
## Seg384.4               0.021890002
## Seg2532.2.1.57f48f79   0.021900505
## Seg1947.7              0.021910066
## Seg3735.2              0.021963232
## Seg1195.1              0.022101730
## Seg1914.1              0.022246595
## Seg6707.1.1.57f48f7d   0.022246595
## Seg1549.11             0.022261120
## Seg3715.2              0.022262005
## Seg650.18              0.022269455
## Seg873.2               0.022334019
## Seg1426.8              0.022334019
## Seg1433.4              0.022346259
## Seg2091.1              0.022407528
## Seg6014.1              0.022542408
## Seg1080.5              0.022542408
## Seg1734.5              0.022542408
## Seg2324.9              0.022674558
## Seg17621.1             0.022713813
## Seg16392.1             0.022713813
## Seg1756.16             0.022809405
## Seg1001.3              0.022855656
## Seg2290.1              0.022893164
## Seg2524.1              0.022993010
## Seg643.8.1.57f48f7d    0.023043141
## Seg821.11              0.023045413
## Seg2427.16             0.023066714
## Seg1184.2.4.57f48f75   0.023066714
## Seg955.10              0.023209072
## Seg267.2               0.023209072
## Seg2321.4              0.023209072
## Seg2380.5              0.023209072
## Seg5650.1              0.023209072
## Seg2949.3              0.023209072
## Seg1225.7              0.023329105
## Seg5714.1              0.023340958
## Seg2192.8.1.57f48f79   0.023401177
## Seg2454.8              0.023539079
## Seg1439.10             0.023718326
## Seg1700.4.2.57f48f77   0.023783598
## Seg453.13.1.57f48f7b   0.023783598
## Seg2416.2.1.57f48f79   0.023802069
## Seg1266.1.1.57f48f76   0.023898393
## Seg859.12              0.023902914
## Seg4739.1              0.024043626
## Seg2992.1              0.024174566
## Seg888.26              0.024284615
## Seg168.2               0.024284615
## Seg2731.1              0.024284615
## Seg2366.3              0.024306900
## Seg1597.11             0.024306900
## Seg4407.2              0.024306900
## Seg2171.7              0.024392415
## Seg50.15               0.024527148
## Seg2294.6.1.57f48f79   0.024567667
## Seg4799.1              0.024567667
## Seg140.4               0.024567667
## Seg6811.1              0.024666979
## Seg372.1               0.024666979
## Seg2871.2              0.024666979
## Seg14234.1             0.024725072
## Seg171.3               0.024897253
## Seg3403.1              0.024996943
## Seg832.3               0.025109267
## Seg5426.1              0.025186699
## Seg2530.4              0.025227324
## Seg6854.1              0.025250941
## Seg1422.13             0.025337446
## Seg192.1               0.025348909
## Seg650.14.1.57f48f7d   0.025375491
## Seg4032.2              0.025580824
## Seg2578.1              0.025620124
## Seg2353.1              0.025826638
## Seg1670.18.1.57f48f77  0.025876883
## Seg2672.4              0.026059729
## Seg868.10              0.026087846
## Seg1528.7              0.026087846
## Seg253.19              0.026087846
## Seg1597.8              0.026087846
## Seg2353.7              0.026087846
## Seg1617.9              0.026087846
## Seg2546.1              0.026095907
## Seg6364.1              0.026102745
## Seg2427.15             0.026104609
## Seg2129.9              0.026104609
## Seg1113.3              0.026104609
## Seg2163.1              0.026123176
## Seg3123.3              0.026156828
## Seg821.5               0.026156828
## Seg764.8               0.026156828
## Seg2104.2              0.026163551
## Seg1232.13.3.57f48f75  0.026163551
## Seg4299.3              0.026176403
## Seg2030.6              0.026309522
## Seg1914.5              0.026309522
## Seg2306.3              0.026317290
## Seg2460.1              0.026335700
## Seg6658.1              0.026404482
## Seg6221.1              0.026565679
## Seg6.6.1.57f48f7c      0.026695328
## Seg274.8               0.026717163
## Seg572.2               0.026752127
## Seg1586.2              0.026808371
## Seg153.15              0.026834980
## Seg2612.5              0.026846484
## Seg2544.4.11.57f48f79  0.026942378
## Seg2421.2              0.026942378
## Seg1263.4              0.026942378
## Seg114.9               0.026942378
## Seg4235.1              0.027129760
## Seg6106.1              0.027133418
## Seg5567.4              0.027213222
## Seg2316.3              0.027281233
## Seg3827.2              0.027292239
## Seg824.18              0.027405439
## Seg3188.2              0.027498730
## Seg27.4                0.027498730
## Seg1533.2              0.027498730
## Seg1095.18             0.027654104
## Seg2007.7              0.027669625
## Seg1452.3              0.027738601
## Seg2482.1              0.027877899
## Seg1244.2              0.027920991
## Seg2517.5              0.027970653
## Seg3186.2              0.027970653
## Seg1754.9.2.57f48f78   0.027970653
## Seg8133.1              0.027975728
## Seg1019.1.1.57f48f75   0.028016304
## Seg873.10              0.028039979
## Seg768.14.1.57f48f7e   0.028039979
## Seg511.2               0.028039979
## Seg1367.2              0.028054654
## Seg2996.2              0.028070564
## Seg3634.1              0.028164285
## Seg1730.3              0.028164285
## Seg219.3               0.028178436
## Seg478.3               0.028187375
## Seg6437.1              0.028239345
## Seg1779.8              0.028244368
## Seg1361.3              0.028244368
## Seg186.11              0.028244368
## Seg5313.2.1.57f48f7c   0.028257800
## Seg16610.1             0.028258060
## Seg2644.2.1.57f48f79   0.028258060
## Seg1664.1              0.028268379
## Seg2475.6              0.028268379
## Seg4756.2              0.028268379
## Seg8754.2              0.028291733
## Seg3921.4              0.028416875
## Seg2314.7              0.028497267
## Seg2839.1              0.028505177
## Seg2544.4.13.57f48f79  0.028532177
## Seg7695.2              0.028532177
## Seg7205.1              0.028728630
## Seg893.9               0.028728630
## Seg1053.11             0.028751798
## Seg7164.2              0.028815592
## Seg900.9.1.57f48f7e    0.028815592
## Seg859.8               0.028842424
## Seg1058.4              0.028876213
## Seg249.12              0.028922953
## Seg2406.3.1.57f48f79   0.029145366
## Seg1914.4              0.029150315
## Seg3300.3.1.57f48f7a   0.029335022
## Seg2678.6              0.029335022
## Seg7680.1              0.029335022
## Seg253.21              0.029335022
## Seg1757.3              0.029381431
## Seg1526.8              0.029381431
## Seg1723.5              0.029410475
## Seg3373.2              0.029422550
## Seg1903.4              0.029582798
## Seg5995.1              0.029612589
## Seg2544.4.7.57f48f79   0.029649129
## Seg2498.3              0.029674807
## Seg2162.5              0.029891845
## Seg801.1               0.030006324
## Seg1731.8.1.57f48f77   0.030177587
## Seg2919.4              0.030224199
## Seg1348.8.2.57f48f76   0.030307538
## Seg2544.4.8.57f48f79   0.030352641
## Seg2757.5              0.030352641
## Seg1275.7              0.030409163
## Seg1965.5              0.030492361
## Seg994.8               0.030542355
## Seg2781.1              0.030598686
## Seg3073.3              0.030604609
## Seg1566.4              0.030613632
## Seg3689.1.1.57f48f7b   0.030618501
## Seg4381.1              0.030674832
## Seg8951.1              0.030674832
## Seg1221.19             0.030674832
## Seg1454.6              0.030720140
## Seg5011.1              0.030734297
## Seg5552.2              0.030743271
## Seg3522.1              0.031319295
## Seg1234.10             0.031339230
## Seg1738.7              0.031425770
## Seg4279.1              0.031484537
## Seg2290.2              0.031484537
## Seg8602.2              0.031484537
## Seg606.4               0.031484537
## Seg1969.4              0.031484537
## Seg2719.4              0.031579631
## Seg3628.2              0.031639120
## Seg1751.2              0.031730785
## Seg652.6               0.031730785
## Seg897.4               0.031730785
## Seg722.1.1.57f48f7d    0.031863232
## Seg8589.1              0.031969134
## Seg508.5               0.032034244
## Seg5059.1              0.032047815
## Seg794.4               0.032158107
## Seg381.4               0.032158107
## Seg287.5               0.032239161
## Seg6685.1              0.032247109
## Seg1234.1              0.032402854
## Seg1794.2              0.032448768
## Seg2191.4.1.57f48f79   0.032448768
## Seg233.6               0.032448768
## Seg4445.2.1.57f48f7b   0.032499357
## Seg1662.6              0.032618564
## Seg1021.11.1.57f48f75  0.032726524
## Seg3906.1              0.032979010
## Seg2152.6              0.033072231
## Seg1290.4              0.033188385
## Seg529.6               0.033241963
## Seg493.2               0.033291845
## Seg2640.2.2.57f48f79   0.033291845
## Seg743.3               0.033358589
## Seg2508.6              0.033398574
## Seg1828.3              0.033398574
## Seg5853.1.2.57f48f7c   0.033406491
## Seg501.1               0.033409449
## Seg3473.2              0.033458186
## Seg1784.12             0.033572621
## Seg1095.22             0.033634062
## Seg658.6               0.033643577
## Seg1809.5              0.033657443
## Seg1730.1              0.033657443
## Seg1714.8              0.033665229
## Seg914.6               0.033665229
## Seg2175.1              0.033665229
## Seg11328.1             0.033665229
## Seg102.13              0.033722726
## Seg144.5.1.57f48f76    0.033756154
## Seg843.16              0.033896432
## Seg2312.1.1.57f48f79   0.034126652
## Seg6703.1              0.034126652
## Seg1881.1              0.034129667
## Seg6947.2              0.034129667
## Seg700.8               0.034205007
## Seg710.5               0.034228143
## Seg1725.5              0.034228143
## Seg2036.12             0.034412018
## Seg532.5               0.034476518
## Seg3807.2              0.034519104
## Seg4029.1              0.034634641
## Seg1748.6              0.034702329
## Seg4950.1              0.034750536
## Seg1475.1              0.034779752
## Seg1817.12             0.034779752
## Seg1233.3              0.034948161
## Seg1159.3              0.035010912
## Seg541.4               0.035056380
## Seg3454.1              0.035073506
## Seg1012.11             0.035073506
## Seg2152.7              0.035073506
## Seg1712.9              0.035124543
## Seg696.3               0.035124543
## Seg4855.1.1.57f48f7c   0.035124543
## Seg3519.6              0.035124543
## Seg10002.1             0.035132785
## Seg918.3.1.57f48f7e    0.035206812
## Seg1121.15             0.035240238
## Seg651.2               0.035240238
## Seg1950.2              0.035330341
## Seg1596.1              0.035330341
## Seg4894.2              0.035390635
## Seg1159.8              0.035420602
## Seg1103.4              0.035634085
## Seg2175.8              0.035634085
## Seg415.2               0.035652460
## Seg1766.2              0.035670898
## Seg1522.9              0.035720090
## Seg253.13              0.035733637
## Seg3.10                0.035784862
## Seg1878.1              0.035815787
## Seg1666.17             0.035815787
## Seg142.5               0.035818362
## Seg1605.7              0.035821086
## Seg2754.3              0.035836303
## Seg639.4               0.035909987
## Seg8531.1              0.035998372
## Seg3693.4              0.035998372
## Seg2343.4              0.036110323
## Seg3058.2.3.57f48f7a   0.036219698
## Seg1123.4              0.036275002
## Seg2544.4.15.57f48f79  0.036498787
## Seg6431.1              0.036682595
## Seg1586.9              0.036759070
## Seg5677.2              0.036851856
## Seg1445.5_Seg1445.6    0.036851856
## Seg98.2                0.036862274
## Seg3580.1              0.036985142
## Seg2544.4.2.57f48f79   0.036985142
## Seg255.4               0.036989816
## Seg9519.1              0.036990393
## Seg765.1               0.037006336
## Seg2471.3.2.57f48f79   0.037006336
## Seg2137.4.1.57f48f79   0.037006336
## Seg10.4                0.037077789
## Seg281.7               0.037077789
## Seg564.5               0.037098671
## Seg1529.9              0.037123490
## Seg8838.3              0.037134300
## Seg304.1_Seg304.3      0.037163316
## Seg55.5                0.037346833
## Seg2008.3              0.037407792
## Seg934.2               0.037407792
## Seg1358.6              0.037421299
## Seg1844.5              0.037474165
## Seg1890.3              0.037507446
## Seg2054.2              0.037507446
## Seg1471.8              0.037507446
## Seg1756.9              0.037604776
## Seg2504.4              0.037604776
## Seg4535.1              0.037623987
## Seg676.2               0.037879861
## Seg373.1               0.037972537
## Seg860.3               0.038363539
## Seg1427.3              0.038453831
## Seg551.5               0.038453831
## Seg880.5_Seg880.8      0.038471227
## Seg242.8               0.038471227
## Seg1190.7.1.57f48f75   0.038526308
## Seg3326.3              0.038568339
## Seg413.12              0.038568339
## Seg2706.1              0.038568339
## Seg594.2               0.038568339
## Seg5184.1              0.038568339
## Seg1374.9.1.57f48f76   0.038597556
## Seg353.23              0.038610907
## Seg2544.4.3.57f48f79   0.038705932
## Seg684.8.2.57f48f7d    0.038705932
## Seg928.10              0.038705932
## Seg147.4               0.038705932
## Seg9503.1              0.038780190
## Seg624.4.1.57f48f7d    0.038781400
## Seg396.7               0.038807442
## Seg413.8               0.038821490
## Seg1393.3              0.038821490
## Seg597.6               0.038821490
## Seg2760.1              0.038821490
## Seg1045.7              0.039111509
## Seg4636.1              0.039156970
## Seg4978.1              0.039222542
## Seg2049.4              0.039228050
## Seg2109.6              0.039484430
## Seg4202.4              0.039504668
## Seg301.5               0.039594844
## Seg4396.3              0.039669021
## Seg5386.1              0.039669021
## Seg5758.2              0.039669021
## Seg3402.3              0.039708251
## Seg949.1.1.57f48f7e    0.039708251
## Seg1499.4              0.039776982
## Seg5788.1              0.039776982
## Seg8314.1              0.039849582
## Seg246.1               0.039849582
## Seg349.1               0.039849582
## Seg928.9               0.040019889
## Seg1615.2              0.040154481
## Seg1349.2              0.040214326
## Seg2544.4.6.57f48f79   0.040474967
## Seg649.14              0.040474967
## Seg11598.2             0.040477969
## Seg3685.2              0.040483084
## Seg4614.3              0.040504488
## Seg662.1.1.57f48f7d    0.040525290
## Seg1645.1              0.040525290
## Seg6419.1              0.040534092
## Seg5888.1              0.040610094
## Seg6811.2              0.040636665
## Seg616.12              0.040694148
## Seg1878.4              0.040694148
## Seg2091.2.4.57f48f79   0.040793107
## Seg1999.9              0.040875195
## Seg1186.1              0.040875195
## Seg101.4               0.040883154
## Seg5750.3              0.040883154
## Seg2293.1              0.040883154
## Seg886.2               0.040883154
## Seg6235.1              0.040883154
## Seg2724.1              0.040904992
## Seg1597.9              0.040998885
## Seg1552.3              0.041010051
## Seg768.2               0.041010051
## Seg4033.1.1.57f48f7b   0.041036110
## Seg242.6               0.041048713
## Seg11494.1             0.041079260
## Seg1771.9              0.041084619
## Seg543.10              0.041087899
## Seg3239.3              0.041087899
## Seg2222.5              0.041087899
## Seg246.9               0.041087899
## Seg2062.1.1.57f48f79   0.041087899
## Seg987.6               0.041127322
## Seg1961.3              0.041137723
## Seg562.18              0.041159058
## Seg847.12.1.57f48f7e   0.041211478
## Seg1433.10             0.041211478
## Seg1934.8              0.041266778
## Seg2246.9              0.041374824
## Seg1546.15             0.041450324
## Seg1930.3              0.041804533
## Seg1379.1              0.041867020
## Seg675.4               0.041889048
## Seg1665.10             0.041904971
## Seg1266.3              0.041939733
## Seg833.5               0.041962924
## Seg4633.3              0.042077680
## Seg282.4               0.042308364
## Seg1666.21             0.042352425
## Seg235.7               0.042352425
## Seg1174.6              0.042352425
## Seg1598.18             0.042439450
## Seg1561.7              0.042459678
## Seg1052.2              0.042459678
## Seg782.12.1.57f48f7e   0.042522419
## Seg4204.1              0.042522419
## Seg61.5                0.042527139
## Seg9346.1              0.042722569
## Seg3304.6              0.042722569
## Seg1887.2              0.042849930
## Seg1227.4              0.042849930
## Seg3258.2              0.042900738
## Seg762.4               0.043016680
## Seg4429.1              0.043109589
## Seg2488.3              0.043352195
## Seg1845.8              0.043352195
## Seg1034.1              0.043352195
## Seg2818.2              0.043352195
## Seg247.9               0.043465327
## Seg1966.3              0.043465327
## Seg1605.8              0.043474035
## Seg8230.1              0.043524514
## Seg2364.1              0.043524514
## Seg4806.1              0.043563511
## Seg3419.4              0.043588416
## Seg1600.6              0.043675874
## Seg786.8               0.043815311
## Seg425.4.3.57f48f7b    0.043936702
## Seg258.2               0.044082275
## Seg1731.8              0.044300756
## Seg53.6                0.044336133
## Seg200.1               0.044336133
## Seg11685.1             0.044336133
## Seg7026.1              0.044336133
## Seg4751.4              0.044336133
## Seg861.7               0.044336133
## Seg1946.7              0.044336133
## Seg4329.4              0.044393374
## Seg827.3               0.044419578
## Seg3460.2              0.044419578
## Seg1807.2.3.57f48f78   0.044444552
## Seg2142.8              0.044444552
## Seg4222.1              0.044505404
## Seg2683.1              0.044646730
## Seg2204.5              0.044819817
## Seg3371.2              0.044819817
## Seg3907.1              0.044819817
## Seg298.9               0.044887948
## Seg1158.4              0.044887948
## Seg3420.2              0.045000075
## Seg5332.2              0.045045884
## Seg50.12               0.045045884
## Seg1627.2              0.045045884
## Seg1340.10             0.045111296
## Seg1550.14             0.045164813
## Seg1197.6              0.045287914
## Seg2375.2              0.045335306
## Seg2198.8              0.045471147
## Seg897.3               0.045510153
## Seg1198.2              0.045631230
## Seg3685.3              0.045725423
## Seg3499.4              0.045854096
## Seg2069.1.1.57f48f79   0.045862120
## Seg2326.3              0.046353224
## Seg836.14              0.046464161
## Seg1582.16             0.046484596
## Seg5561.1              0.046490707
## Seg1055.11             0.046495143
## Seg1563.4              0.046495143
## Seg8219.1              0.046495143
## Seg2544.4.1.57f48f79   0.046499006
## Seg4257.2              0.046499006
## Seg1983.7              0.046565075
## Seg6133.1              0.046573584
## Seg5758.3              0.046583883
## Seg103.9               0.046592432
## Seg327.6               0.046742689
## Seg138.3               0.046800716
## Seg6076.1              0.046893200
## Seg2623.1              0.046934245
## Seg3791.1              0.046934245
## Seg2313.3              0.046934245
## Seg4030.1              0.046936919
## Seg665.4               0.046971837
## Seg2021.4              0.046993337
## Seg1278.13             0.047023284
## Seg2146.4              0.047023284
## Seg1144.6              0.047025541
## Seg3191.2              0.047214751
## Seg1709.6              0.047340663
## Seg6113.1              0.047383660
## Seg230.9.3.57f48f79    0.047388279
## Seg1397.4.1.57f48f76   0.047426291
## Seg4895.1              0.047426291
## Seg5965.1              0.047517910
## Seg3307.2.1.57f48f7a   0.047573511
## Seg4502.1              0.047654052
## Seg1830.10             0.047657641
## Seg2447.5              0.047847071
## Seg236.11              0.047847071
## Seg2593.5              0.047933285
## Seg229.2               0.047959085
## Seg5688.3              0.047959085
## Seg5800.1              0.047959085
## Seg5612.2              0.047991453
## Seg2154.4              0.048164608
## Seg581.9               0.048181499
## Seg5580.1              0.048401138
## Seg2941.1.1.57f48f7a   0.048581196
## Seg2129.10             0.048644195
## Seg1226.3              0.048668115
## Seg9450.1              0.048892226
## Seg1108.4              0.048892226
## Seg5983.2              0.048892226
## Seg7968.2              0.048892226
## Seg1585.14             0.049220997
## Seg5747.2              0.049220997
## Seg353.6               0.049220997
## Seg1226.4              0.049299678
## Seg1653.3.1.57f48f77   0.049299678
## Seg454.2               0.049299678
## Seg2941.3              0.049394636
## Seg1951.5              0.049447169
## Seg7103.1              0.049533854
## Seg965.11.1.57f48f7e   0.049551687
## Seg2199.1.1.57f48f79   0.049563063
## Seg2340.10             0.049563063
## Seg1273.5              0.049590927
## Seg1289.10.1.57f48f76  0.049590927
## Seg1999.8              0.049590927
## Seg1302.3              0.049590927
## Seg114.11              0.049590927
## Seg2055.5              0.049652467
## Seg607.9               0.049680348
## Seg1975.2.2.57f48f78   0.049731517
## Seg4491.1              0.049784514
## Seg806.13.1.57f48f7e   0.049798087
## Seg5012.1.1.57f48f7c   0.049809749
## Seg1876.6              0.049833895
## Seg6501.2              0.049833895
## Seg2326.7              0.049918565
## Seg53.8                0.049936452
## Seg2433.2              0.049936452
## Seg386.1               0.049936452
## Seg1855.11.1.57f48f78  0.049990264
## Seg4153.2              0.050111955
## Seg2345.2              0.050132283
## Seg1166.5              0.050162627
## Seg173.7               0.050499025
## Seg1019.1              0.050615285
## Seg3840.1.1.57f48f7b   0.050647724
## Seg3887.1              0.050893506
## Seg895.1               0.050893506
## Seg2730.6              0.050928276
## Seg495.1               0.050965658
## Seg4018.2.3.57f48f7b   0.050975264
## Seg3412.4              0.051017106
## Seg2498.7              0.051120587
## Seg4458.1.2.57f48f7b   0.051120587
## Seg7544.2              0.051180149
## Seg1378.3              0.051193248
## Seg1501.10             0.051206935
## Seg5837.1              0.051206935
## Seg1045.3              0.051310983
## Seg3578.1              0.051432415
## Seg6150.2              0.051449308
## Seg1675.1              0.051547715
## Seg576.4               0.051596094
## Seg1267.5              0.051839490
## Seg883.6.2.57f48f7e    0.051839490
## Seg1658.8              0.052029267
## Seg647.3               0.052171812
## Seg1044.11.1.57f48f75  0.052263120
## Seg990.6.1.57f48f7f    0.052270370
## Seg1333.7              0.052450739
## Seg1475.6              0.052852249
## Seg809.5               0.052862784
## Seg301.4               0.052950667
## Seg679.12              0.052970724
## Seg739.4               0.053396311
## Seg964.6               0.053511078
## Seg1678.5              0.053511078
## Seg8305.2              0.053656629
## Seg5090.1              0.053664091
## Seg4046.1              0.053719805
## Seg1563.1              0.053884128
## Seg1740.10             0.054118134
## Seg171.1               0.054239339
## Seg3706.1              0.054367905
## Seg1108.11             0.054367905
## Seg7227.2              0.054369230
## Seg271.6               0.054369230
## Seg709.3               0.054369230
## Seg2209.1              0.054369230
## Seg625.10              0.054390635
## Seg8007.1.1.57f48f7e   0.054441330
## Seg2590.3              0.054488042
## Seg997.1               0.054661045
## Seg7886.1              0.054877936
## Seg3754.6              0.055380768
## Seg2876.2.1.57f48f7a   0.055440976
## Seg1867.5              0.055491917
## Seg3015.1              0.055491917
## Seg4679.3              0.055826169
## Seg1551.3              0.055955203
## Seg1635.3              0.056063353
## Seg8852.1              0.056336423
## Seg1164.2              0.056455065
## Seg1333.5              0.056638319
## Seg2533.2              0.056638319
## Seg2281.5              0.056664306
## Seg3759.1              0.056767301
## Seg249.2               0.056767301
## Seg931.3               0.056767301
## Seg4108.2              0.056767301
## Seg319.7               0.056767301
## Seg4996.2              0.057716676
## Seg1884.4              0.057853100
## Seg1242.1              0.058067974
## Seg840.7               0.058132600
## Seg1719.3              0.058323450
## Seg649.16              0.058690224
## Seg3733.3              0.058802069
## Seg6.6                 0.058846944
## Seg3073.5              0.059000979
## Seg4366.2              0.059057696
## Seg110.6               0.059078921
## Seg1991.2              0.059281172
## Seg1095.13             0.059302763
## Seg22.2                0.059387950
## Seg697.2               0.059506619
## Seg3759.3              0.059805309
## Seg203.6               0.059901282
## Seg1242.3.1.57f48f76   0.059960246
## Seg4603.2.1.57f48f7b   0.060093832
## Seg3620.1              0.060198918
## Seg1219.3              0.060232665
## Seg614.2               0.060354909
## Seg1983.8              0.060581454
## Seg1115.6              0.060581454
## Seg8862.1              0.060828798
## Seg2175.2              0.061012562
## Seg1471.10             0.061207405
## Seg575.1.1.57f48f7c    0.061363583
## Seg4215.2              0.061474263
## Seg2022.3              0.061636226
## Seg12481.1             0.061770224
## Seg6660.1              0.061770224
## Seg12140.1             0.061817631
## Seg4320.2              0.061870419
## Seg319.13              0.062002186
## Seg2895.2              0.062082682
## Seg4930.1              0.062130555
## Seg1965.1              0.062416392
## Seg3073.4              0.062457292
## Seg3687.1              0.062507552
## Seg2349.7              0.062596799
## Seg1719.5              0.062596799
## Seg3124.2              0.062596799
## Seg1953.2              0.062596799
## Seg2497.2.1.57f48f79   0.062653812
## Seg1996.1              0.062658315
## Seg3908.1              0.062658315
## Seg894.5               0.062715576
## Seg1541.5              0.062758361
## Seg9017.2              0.063221999
## Seg320.9               0.063288843
## Seg1045.6              0.063520553
## Seg3324.3              0.063542568
## Seg2936.1              0.063724800
## Seg15196.1             0.063739393
## Seg2514.6              0.063823391
## Seg3483.1              0.063823391
## Seg914.8               0.063892929
## Seg4697.3              0.063925069
## Seg1163.7              0.064068633
## Seg1917.1              0.064097602
## Seg1405.8.1.57f48f76   0.064097602
## Seg1756.4              0.064097602
## Seg5039.2              0.064225322
## Seg1874.1.3.57f48f78   0.064225322
## Seg803.13              0.064527427
## Seg7499.1              0.064596044
## Seg6803.2              0.064651599
## Seg499.1               0.064655089
## Seg2530.5              0.064839497
## Seg1091.24             0.064853458
## Seg2497.5              0.064941153
## Seg11.3                0.064947965
## Seg1807.2.1.57f48f78   0.064970200
## Seg72.8                0.065142513
## Seg230.13              0.065142513
## Seg5214.1              0.065268659
## Seg843.8               0.065623466
## Seg1477.7              0.065715428
## Seg11826.1             0.065787268
## Seg1289.5              0.065818174
## Seg2197.1              0.065901105
## Seg101.3               0.066031129
## Seg3727.1              0.066031129
## Seg1839.10             0.066031129
## Seg7572.1              0.066086390
## Seg12214.1             0.066086390
## Seg1248.1              0.066123910
## Seg3693.1              0.066307066
## Seg1177.3              0.066450816
## Seg164.11.1.57f48f77   0.066458186
## Seg1833.1              0.066583364
## Seg1292.3              0.066602062
## Seg2253.7              0.066636579
## Seg4646.4              0.066636579
## Seg2114.5              0.066753762
## Seg2634.1              0.066753762
## Seg9017.1              0.066901607
## Seg2040.1              0.067288062
## Seg1966.4              0.067487742
## Seg1713.4              0.067487742
## Seg7423.1              0.067699208
## Seg1475.15             0.067833770
## Seg11812.1             0.067891104
## Seg1531.7              0.067915707
## Seg1524.7.2.57f48f76   0.068611067
## Seg120.7               0.068633392
## Seg429.2               0.068773112
## Seg1611.1.1.57f48f77   0.068825325
## Seg2809.5              0.068908247
## Seg68.7                0.068991813
## Seg2956.2              0.069251892
## Seg756.7               0.069336500
## Seg1983.6              0.069543805
## Seg1439.9              0.069597766
## Seg2309.1              0.069719210
## Seg2949.1              0.069732663
## Seg1492.1              0.069776548
## Seg203.7               0.069776548
## Seg1077.8              0.069776548
## Seg4288.2              0.069776548
## Seg1561.2              0.069776548
## Seg518.10              0.069776548
## Seg3979.5              0.069825127
## Seg1658.7              0.070011694
## Seg572.1               0.070056473
## Seg2830.1              0.070056473
## Seg1705.2              0.070170466
## Seg4287.3              0.070170466
## Seg625.1               0.070170466
## Seg1296.2.1.57f48f76   0.070219569
## Seg551.6               0.070219569
## Seg4860.2              0.070266828
## Seg5445.1              0.070331977
## Seg1949.3.1.57f48f78   0.070331977
## Seg212.5.1.57f48f79    0.070369160
## Seg1200.2.1.57f48f75   0.070652680
## Seg675.9               0.070665269
## Seg1416.10             0.070725756
## Seg2858.2              0.071098592
## Seg1673.3              0.071213329
## Seg846.9.1.57f48f7e    0.071418772
## Seg369.1               0.071527552
## Seg4814.1              0.071527552
## Seg1045.5              0.071552899
## Seg5529.3              0.071552899
## Seg202.14              0.071609895
## Seg1582.1              0.071659824
## Seg376.4               0.071669959
## Seg372.1.2.57f48f7b    0.071697286
## Seg874.6               0.071905307
## Seg1329.13             0.072034450
## Seg1698.1.1.57f48f77   0.072516481
## Seg1349.9              0.072706666
## Seg1276.9.1.57f48f76   0.072708500
## Seg1783.4              0.072825273
## Seg5386.2              0.072906656
## Seg3907.2              0.072941091
## Seg13343.1             0.073514400
## Seg815.10.1.57f48f7e   0.073514769
## Seg380.1               0.073601123
## Seg2189.6              0.073619648
## Seg1318.4              0.073673391
## Seg1975.2              0.074047852
## Seg2701.7              0.074116176
## Seg803.7.1.57f48f7e    0.074231751
## Seg5082.1              0.074248664
## Seg4314.2              0.074248664
## Seg1876.7              0.074262096
## Seg3961.2              0.074368901
## Seg2104.1              0.074910259
## Seg2158.1              0.074978045
## Seg824.4               0.075194890
## Seg962.1.1.57f48f7e    0.075535313
## Seg462.1               0.075703715
## Seg1635.5              0.075907943
## Seg1853.10             0.075968227
## Seg6527.1              0.075975303
## Seg1055.1              0.076089138
## Seg1225.3              0.076089138
## Seg1881.1.1.57f48f78   0.076152450
## Seg2815.1              0.076288153
## Seg5613.2              0.076524707
## Seg1603.17             0.076743194
## Seg2149.3              0.077038108
## Seg114.8               0.077073327
## Seg5043.3              0.077089409
## Seg2534.1              0.077089409
## Seg9737.2              0.077089409
## Seg775.8               0.077089409
## Seg1031.1              0.077244238
## Seg3027.3              0.077354729
## Seg4425.3              0.077354729
## Seg1001.1              0.077693593
## Seg675.12              0.078052246
## Seg1880.5              0.078052246
## Seg418.1               0.078209821
## Seg2806.1              0.078455274
## Seg1118.1              0.079265565
## Seg679.16              0.079356520
## Seg2884.3              0.079439162
## Seg2375.3              0.079477131
## Seg7139.1              0.079486291
## Seg353.3               0.079522749
## Seg3080.4              0.079605345
## Seg439.1               0.079657778
## Seg2205.5              0.079669376
## Seg1952.4              0.079692367
## Seg2208.5              0.079793301
## Seg3541.3              0.080299607
## Seg2322.4              0.080333527
## Seg1670.17             0.080406421
## Seg2613.2              0.080406421
## Seg2002.2              0.080570971
## Seg164.11.2.57f48f77   0.080636179
## Seg684.8               0.080768933
## Seg9386.1              0.080768933
## Seg153.1               0.080815868
## Seg1268.7              0.080979345
## Seg991.4               0.080979345
## Seg3093.2              0.080995129
## Seg7613.1              0.081037478
## Seg1662.5              0.081253354
## Seg1010.19.1.57f48f75  0.081253354
## Seg2329.1              0.081253354
## Seg21394.1             0.081257234
## Seg20360.1             0.081494767
## Seg1091.23             0.081494767
## Seg1775.11             0.081873264
## Seg4799.3              0.082218078
## Seg6424.2              0.082255978
## Seg3702.2              0.082759355
## Seg13980.1             0.082877225
## Seg508.10              0.082878205
## Seg2206.2              0.083063254
## Seg889.9               0.083070715
## Seg2325.3              0.083203861
## Seg2485.5              0.083203861
## Seg1782.7              0.083344067
## Seg5316.5              0.083599281
## Seg1578.2              0.083658443
## Seg1446.7              0.083676417
## Seg15127.1             0.083721453
## Seg2051.8.1.57f48f78   0.083872271
## Seg5968.2              0.084664309
## Seg1721.1              0.085124326
## Seg1837.1              0.085282068
## Seg8843.1              0.085798397
## Seg1556.16             0.086453301
## Seg1883.5              0.086475297
## Seg118.5               0.086642718
## Seg5241.3              0.086642718
## Seg2726.5              0.086678299
## Seg3100.6              0.087096833
## Seg1854.3              0.087192762
## Seg1353.7              0.087192762
## Seg1383.5              0.087422129
## Seg2507.5              0.087483020
## Seg2293.14             0.087619213
## Seg4752.2              0.087619213
## Seg1733.7              0.087705951
## Seg171.4               0.088040263
## Seg4133.2              0.088298711
## Seg2483.4              0.088421658
## Seg675.15              0.088488916
## Seg1915.8              0.088488916
## Seg5970.1              0.088529090
## Seg1475.1.1.57f48f76   0.088917537
## Seg1608.5              0.089105651
## Seg1313.2              0.089216015
## Seg29.4                0.089216015
## Seg1831.2              0.089418368
## Seg639.7               0.089744806
## Seg1030.1.1.57f48f75   0.089744806
## Seg3142.1              0.089744806
## Seg1814.8              0.089784725
## Seg967.1               0.089978833
## Seg225.9               0.089986609
## Seg1300.8              0.090044150
## Seg338.7               0.090491090
## Seg2539.3              0.090673400
## Seg4697.4              0.090730178
## Seg1147.7              0.090797330
## Seg2652.2              0.091194856
## Seg6934.1              0.091909042
## Seg4108.5              0.092007243
## Seg844.6               0.092106655
## Seg1431.4              0.092106655
## Seg1410.6              0.092159747
## Seg440.2               0.092312309
## Seg1439.1              0.092389181
## Seg1811.6              0.092704290
## Seg1201.1              0.092704290
## Seg6512.1              0.092755948
## Seg7105.1              0.093083415
## Seg994.2               0.093096948
## Seg287.12              0.093583203
## Seg20987.1             0.094176878
## Seg7402.1              0.094228124
## Seg2859.6              0.094228124
## Seg379.2               0.094539412
## Seg2726.2              0.095056324
## Seg1514.2.1.57f48f76   0.095056324
## Seg949.9.1.57f48f7e    0.095056324
## Seg267.7               0.095056324
## Seg2769.1              0.095108845
## Seg2700.1              0.095159122
## Seg3844.2              0.095194878
## Seg4404.3              0.095463228
## Seg6638.1              0.096575700
## Seg1819.4              0.096595597
## Seg2147.13             0.096836062
## Seg5301.1              0.096836062
## Seg1449.1              0.096891495
## Seg7196.2              0.096891495
## Seg59.2                0.097401886
## Seg2467.2.1.57f48f79   0.097401886
## Seg954.15              0.097490261
## Seg1740.12             0.097621443
## Seg1782.9.1.57f48f78   0.097772547
## Seg3959.1              0.097772547
## Seg291.1               0.098327952
## Seg1450.16             0.098530981
## Seg1077.7              0.098673600
## Seg84.7                0.098741882
## Seg3648.1              0.098996794
## Seg8145.1              0.099079361
## Seg323.8               0.099079361
## Seg1987.3              0.099230446
## Seg4697.5              0.099375908
## Seg6703.2              0.099435643
## Seg1363.36             0.099435643
## Seg2565.1              0.099498969
## Seg2564.5              0.099564965
## Seg1010.20.1.57f48f75  0.099564965
## Seg3125.2              0.099718253
## Seg4067.1              0.099853317
## Seg6947.1              0.099985705
## Seg385.23              0.100012222
## Seg1770.2              0.100065968
## Seg1528.4              0.100299868
## Seg708.6               0.100492368
## Seg698.3.1.57f48f7d    0.100511586
## Seg1848.3              0.100559094
## Seg1118.12.2.57f48f75  0.100630530
## Seg4026.1              0.100656248
## Seg5352.1              0.100771144
## Seg402.2               0.100848033
## Seg1505.6              0.100855165
## Seg2841.3              0.100990997
## Seg3864.1              0.101281608
## Seg10204.1             0.101680513
## Seg1019.1.2.57f48f75   0.102068427
## Seg3581.1              0.102068427
## Seg1983.9              0.102120940
## Seg1245.6              0.102385309
## Seg9160.2              0.103209281
## Seg1312.3              0.103209281
## Seg1812.3              0.103235092
## Seg1980.4              0.103301457
## Seg3951.2              0.103405624
## Seg1578.1              0.103506545
## Seg313.2               0.103506545
## Seg1770.6              0.103506545
## Seg684.5               0.103658435
## Seg742.2               0.103658435
## Seg5993.1              0.103658435
## Seg633.7               0.103731292
## Seg1365.3              0.103731292
## Seg4530.2              0.103741095
## Seg1236.17             0.103853340
## Seg3985.2              0.104155149
## Seg299.9               0.104277522
## Seg8384.1              0.104277522
## Seg172.15              0.104369906
## Seg18102.1             0.104433433
## Seg9569.1              0.104603009
## Seg2681.4              0.104674107
## Seg5060.3              0.104674107
## Seg1069.1              0.105438891
## Seg3745.2              0.105627827
## Seg21271.1             0.105627827
## Seg815.10              0.105722449
## Seg2567.6              0.105814224
## Seg4033.1              0.105814224
## Seg1806.9              0.105865458
## Seg4902.1              0.105938971
## Seg318.15              0.106935227
## Seg3146.4              0.107088501
## Seg1703.7              0.107205608
## Seg1850.5              0.107237898
## Seg4952.2              0.107237898
## Seg1791.1              0.107323652
## Seg4825.2              0.107431901
## Seg3734.4              0.107526049
## Seg359.1               0.107526049
## Seg1333.1              0.107594173
## Seg642.2               0.107632956
## Seg1727.5              0.107846535
## Seg272.7               0.107846535
## Seg9197.1              0.107992420
## Seg5576.1              0.108118163
## Seg2783.6              0.108142706
## Seg1034.6.1.57f48f75   0.108569574
## Seg1172.12             0.108569574
## Seg287.3               0.109203945
## Seg326.2               0.109204558
## Seg2511.3              0.109204558
## Seg2002.7              0.109269997
## Seg3746.3.1.57f48f7b   0.109361667
## Seg3946.4              0.109361667
## Seg5616.1              0.109361667
## Seg2696.1              0.109814584
## Seg1850.8.5.57f48f78   0.109846033
## Seg1586.3              0.109846033
## Seg1750.1              0.109846033
## Seg2085.6              0.109848106
## Seg4460.3              0.109963497
## Seg1949.3              0.110022761
## Seg2028.9              0.110022761
## Seg5052.1              0.110053687
## Seg4591.2              0.110053687
## Seg733.12              0.110101148
## Seg665.3               0.110200565
## Seg1561.6              0.110330152
## Seg1946.8              0.110497165
## Seg3975.1              0.110538504
## Seg616.13              0.110609526
## Seg4644.2              0.110757592
## Seg1470.9              0.110952113
## Seg1966.5              0.111008309
## Seg1749.10             0.111041031
## Seg50.18               0.111249404
## Seg1485.10             0.111774695
## Seg1839.8              0.112007797
## Seg549.4               0.112369925
## Seg2031.2              0.112468623
## Seg3473.5              0.112625823
## Seg2708.3              0.112976805
## Seg6266.3              0.113001375
## Seg1230.1              0.113333329
## Seg4067.2              0.113386448
## Seg622.5               0.113463684
## Seg462.2               0.113504646
## Seg6275.1              0.113508043
## Seg451.3               0.113544930
## Seg2517.1              0.113745874
## Seg6201.1              0.113844399
## Seg1567.1              0.113972273
## Seg2350.1              0.114391728
## Seg1507.2              0.114420032
## Seg1628.1              0.114758615
## Seg679.5               0.115938320
## Seg3827.1              0.116099027
## Seg1116.4.1.57f48f75   0.116386680
## Seg841.5               0.116813402
## Seg1643.3              0.116910316
## Seg1273.4.1.57f48f76   0.117108687
## Seg5556.1              0.117108687
## Seg1513.2              0.117285051
## Seg290.3               0.117285051
## Seg2634.2              0.117873017
## Seg2516.1              0.118243501
## Seg643.8               0.118243501
## Seg335.11              0.118369714
## Seg1919.7              0.119169021
## Seg5497.2              0.119699221
## Seg893.8               0.119839052
## Seg2129.6              0.121261631
## Seg4914.1              0.121293289
## Seg9160.3              0.121375031
## Seg13366.1             0.121538757
## Seg765.7               0.121538757
## Seg1177.8              0.121586763
## Seg9192.1              0.122373964
## Seg1870.6              0.122373964
## Seg2582.1              0.122773008
## Seg2314.6              0.122962580
## Seg1358.7              0.123285852
## Seg1910.6              0.124178860
## Seg647.1               0.124613472
## Seg6529.2              0.124786536
## Seg8551.1              0.124812424
## Seg1683.3              0.125572352
## Seg1634.2              0.125744741
## Seg2786.1              0.127195667
## Seg3828.2              0.127222321
## Seg1780.2              0.127501726
## Seg1566.5              0.127597563
## Seg2465.5.1.57f48f79   0.127597563
## Seg1702.4              0.127647713
## Seg3817.3              0.128009908
## Seg2811.2.1.57f48f7a   0.128201351
## Seg900.14              0.128394527
## Seg1433.3.1.57f48f76   0.128394527
## Seg1205.2              0.128437238
## Seg1841.4              0.128948911
## Seg27.1                0.129041512
## Seg1045.1              0.129121948
## Seg4806.3              0.129335280
## Seg3713.1              0.129335280
## Seg430.3               0.129583415
## Seg236.13              0.130318239
## Seg1796.2              0.130452704
## Seg6464.1              0.130579699
## Seg2451.3              0.130579699
## Seg816.7               0.130795294
## Seg5529.2              0.130927460
## Seg442.4               0.131662053
## Seg889.14              0.131814819
## Seg3124.3              0.132652112
## Seg3906.2.1.57f48f7b   0.132670408
## Seg404.9               0.132866138
## Seg4656.3              0.132866138
## Seg5022.3              0.133190744
## Seg2301.9              0.133504188
## Seg2274.4              0.133574211
## Seg17966.1             0.133641891
## Seg1488.3              0.133990786
## Seg1569.8              0.133990786
## Seg554.7               0.134672029
## Seg2077.4              0.135380007
## Seg872.3               0.135387695
## Seg2904.3              0.135446933
## Seg8140.1              0.135492253
## Seg1444.2              0.136003236
## Seg7851.1              0.136003236
## Seg977.5               0.136235829
## Seg4827.2              0.136295158
## Seg8545.1              0.136884764
## Seg451.5               0.136884764
## Seg1883.7              0.137004952
## Seg2323.1              0.137118895
## Seg924.12              0.137283862
## Seg3073.6              0.137553309
## Seg1479.9              0.137630108
## Seg1952.2              0.137899301
## Seg4697.1              0.137949179
## Seg2696.2              0.138126367
## Seg991.1               0.138267549
## Seg3000.2.2.57f48f7a   0.138435852
## Seg3202.2              0.139789158
## Seg5180.1              0.140746601
## Seg889.1               0.140895403
## Seg757.1.1.57f48f7d    0.140943997
## Seg1784.8              0.140969836
## Seg43.3                0.141033307
## Seg3195.1              0.141369945
## Seg7267.1              0.141394223
## Seg4227.1              0.141463242
## Seg2701.3              0.141477949
## Seg175.3               0.141862615
## Seg5397.1              0.142158307
## Seg4651.2              0.142673776
## Seg708.2               0.142903473
## Seg1474.8              0.142903473
## Seg474.4               0.143305230
## Seg4577.1              0.143407818
## Seg3470.4              0.143486056
## Seg3100.5              0.143857892
## Seg550.1.1.57f48f7c    0.143969807
## Seg2872.1              0.143969807
## Seg1872.1              0.143969807
## Seg5800.3              0.143969807
## Seg5018.3              0.144673543
## Seg1488.2              0.144826865
## Seg3668.5              0.144849790
## Seg59.3                0.144861384
## Seg1703.1              0.145127058
## Seg2467.1.1.57f48f79   0.145364185
## Seg1950.3              0.145364185
## Seg1646.5              0.145430946
## Seg1870.3              0.145905011
## Seg1188.7              0.145938108
## Seg5677.1              0.146652086
## Seg1903.5              0.147350305
## Seg4466.4              0.147350305
## Seg2514.5              0.147351428
## Seg2709.3              0.147550367
## Seg1079.12             0.148618347
## Seg1514.2              0.149800735

Differential Expression for Pre-Amputated VS non-Treat (27h)

ctrl.27.vs.blank = edgeR_wrapper(group = c(2,2,1,1),x,c(9,10,3,4),0.15)
## [1] "ctrl_27_2" "ctrl_27_1" "blank_2"   "blank_1"
ctrl.27.vs.blank
##                             logFC      logCPM          F       PValue
## Seg1695.10               9.104251  4.93625160 429.665523 6.451910e-06
## Seg1509.5                6.996453  6.00118137 428.788921 6.483592e-06
## Seg649.14                5.780549  7.18721711 410.058212 7.216602e-06
## Seg2040.2.1.57f48f78    -6.234182  6.88204394 356.894665 1.006493e-05
## Seg1379.9                7.128825  7.47175670 303.146508 1.487116e-05
## Seg1379.11               6.854721  6.02435887 298.837942 1.538850e-05
## Seg555.6                 5.744171  5.22028263 298.500942 1.543003e-05
## Seg1379.10              10.168579  5.18773110 280.299704 1.793092e-05
## Seg4229.2                5.002859  5.20975452 274.400067 1.886456e-05
## Seg859.11               -4.659383  6.27766716 261.912991 2.108080e-05
## Seg2624.3.2.57f48f79     7.641360  5.33213419 250.912747 2.335060e-05
## Seg8734.1               -4.393563  5.90661367 247.937040 2.402377e-05
## Seg1027.14               3.886645  8.56223744 247.771455 2.406203e-05
## Seg15.5.1.57f48f76     -14.413165  7.53583217 576.699563 2.483462e-05
## Seg4048.1              -13.476927  6.60363766 576.655263 2.483827e-05
## Seg1999.6                4.587788  6.03091723 228.526417 2.916879e-05
## Seg3381.1               12.996344  6.11358964 522.177075 3.002367e-05
## Seg3007.2.1.57f48f7a   -13.974380  7.09864932 485.977079 3.443869e-05
## Seg859.11.1.57f48f7e     9.328491  4.34565589 210.789137 3.534448e-05
## Seg1770.7                3.804029  8.88414136 208.678379 3.619945e-05
## Seg8672.1                7.100535  4.14304472 207.881826 3.652969e-05
## Seg593.11                4.293375  5.55061549 206.505257 3.711052e-05
## Seg1262.3.1.57f48f76   -12.579141  5.71305443 451.179141 3.968564e-05
## Seg7585.1                4.029034  8.15094263 198.770395 4.062988e-05
## Seg2577.2                5.847665  6.47326411 196.006214 4.200222e-05
## Seg1479.8              -12.447139  5.58252860 437.252257 4.213221e-05
## Seg6133.2                4.651127  7.81244160 195.558555 4.223061e-05
## Seg4496.2                3.789179  8.27198863 192.997419 4.357164e-05
## Seg7544.2              -12.395390  5.53138870 420.056254 4.548325e-05
## Seg4294.2                3.983902  8.69779406 188.265235 4.621253e-05
## Seg852.16                5.329168  6.28856161 183.903269 4.885165e-05
## Seg12003.1               4.825144  5.74493844 181.982096 5.008186e-05
## Seg1501.5                6.167705  4.24550395 179.314000 5.186416e-05
## Seg586.17                7.163591  3.49529795 177.432887 5.317508e-05
## Seg12380.1              -3.258946  7.83783374 176.211230 5.405163e-05
## Seg3026.1              -12.504829  5.63955045 382.733153 5.431207e-05
## Seg164.11              -12.096981  5.23696089 382.524576 5.436853e-05
## Seg5283.4               -3.858193  5.70056727 175.726424 5.440515e-05
## Seg1200.2              -13.312169  6.43991445 378.630750 5.543902e-05
## Seg5146.1                4.020077  6.61636794 172.702008 5.668608e-05
## Seg895.3                 3.670657  6.39449211 170.462248 5.846326e-05
## Seg1816.7                4.835467  4.07654245 169.847633 5.896469e-05
## Seg3921.4                3.148668  6.23771423 166.311383 6.197124e-05
## Seg207.7                12.105638  5.22218751 355.142791 6.263288e-05
## Seg650.14               -5.436643  4.80761274 164.869547 6.325944e-05
## Seg139.2                 3.903216  5.33515053 164.469407 6.362364e-05
## Seg4403.5               -3.607990  5.65812292 163.230357 6.477039e-05
## Seg1154.2                2.988254  6.73884312 162.743196 6.522927e-05
## Seg3904.2                4.565278  4.36889041 161.857557 6.607533e-05
## Seg9743.1                6.043724  6.58682521 159.853488 6.804798e-05
## Seg4294.3                4.061852  9.32411013 155.822014 7.227625e-05
## Seg400.1                12.159036  5.27564127 326.548366 7.348667e-05
## Seg1433.4                2.881182  7.32533385 154.588524 7.364409e-05
## Seg3786.2                3.285276  5.52573229 152.759387 7.574070e-05
## Seg189.2               -11.707055  4.85355343 320.316585 7.623116e-05
## Seg1787.11               6.841314  7.06983906 152.341659 7.623132e-05
## Seg3884.1               -3.086495  6.68568163 150.821092 7.805566e-05
## Seg1332.2.1.57f48f76   -11.746453  4.89226804 315.499899 7.846068e-05
## Seg2533.5                3.400876  7.10411430 149.799008 7.931678e-05
## Seg598.5                -3.456518  5.09653470 148.614406 8.081474e-05
## Seg2182.2               -3.198770  6.66874342 147.630666 8.208926e-05
## Seg2564.5              -11.517436  4.66778720 306.923624 8.268361e-05
## Seg766.1                 3.490218  7.53848580 144.912222 8.576248e-05
## Seg429.9                 3.543678  5.59539478 144.910045 8.576551e-05
## Seg1152.1                3.078802  5.85804442 143.461535 8.781827e-05
## Seg1689.3                3.659727  8.66510148 143.388470 8.792365e-05
## Seg1925.6                3.075381  6.95132962 140.879356 9.165352e-05
## Seg2497.2              -11.793530  4.93850335 289.786306 9.222811e-05
## Seg1379.16               7.043854  6.58673023 139.955563 9.308315e-05
## Seg2967.1.2.57f48f7a   -11.373102  4.52669241 288.093523 9.326087e-05
## Seg225.9.1.57f48f79     11.035238  4.15028575 285.543469 9.485016e-05
## Seg1347.4                4.413055  5.60674894 138.734833 9.502109e-05
## Seg3216.1               -2.845856  8.22835998 138.502302 9.539670e-05
## Seg3190.1               -3.873554  8.33475381 138.011625 9.619619e-05
## Seg2275.12               9.549820  6.22639866 137.641955 9.680479e-05
## Seg12047.1               3.597493  4.86760464 137.058071 9.777719e-05
## Seg2693.2                5.340167  6.40886874 136.800690 9.821022e-05
## Seg1891.11               7.384543  7.35712509 135.447024 1.005329e-04
## Seg1578.9              -11.318232  4.47311405 276.375951 1.009176e-04
## Seg675.11                6.827195  4.05256576 134.148102 1.028353e-04
## Seg2332.1                7.093941  7.76505165 133.694139 1.036575e-04
## Seg1179.1                7.211303  8.05158409 133.647615 1.037423e-04
## Seg852.3                 3.385664  4.86888692 133.566346 1.038907e-04
## Seg1208.4                3.088854 10.05304143 131.935916 1.069313e-04
## Seg1886.2                2.720607  8.81520174 131.758903 1.072690e-04
## Seg1372.7               -3.270552  5.12963363 130.859472 1.090082e-04
## Seg1877.8               -2.749417  6.37405937 130.039418 1.106288e-04
## Seg2624.3              -11.299416  4.45473142 261.815190 1.118429e-04
## Seg2967.1.1.57f48f7a    10.949457  4.06433954 261.558708 1.120512e-04
## Seg1949.3              -11.131892  4.29163478 256.667854 1.161391e-04
## Seg1896.6.1.57f48f78   -11.229886  4.38695276 254.987147 1.175964e-04
## Seg2666.3                3.048952  7.30985802 126.048346 1.190229e-04
## Seg1389.16.13.57f48f76 -11.117259  4.27736662 251.907020 1.203402e-04
## Seg2427.15               2.700170  5.94641592 125.064656 1.212296e-04
## Seg397.33                3.470423  7.85263970 124.494848 1.225343e-04
## Seg2875.5                3.339000  8.64950954 123.545439 1.247528e-04
## Seg949.1.1.57f48f7e      3.062200  7.28939514 123.402242 1.250923e-04
## Seg1944.6               -3.570547  4.63893357 122.370762 1.275770e-04
## Seg335.12.1.57f48f7a   -11.501440  4.65205125 243.581324 1.282639e-04
## Seg1276.4.1.57f48f76   -11.731305  4.87744542 242.582791 1.292672e-04
## Seg1329.6                3.373743  5.29752236 121.428294 1.299086e-04
## Seg1721.15               3.394805  4.65442877 120.679234 1.318049e-04
## Seg577.2.1.57f48f7c      4.245977  3.72306258 120.501253 1.322613e-04
## Seg952.4                 3.528188  8.08217025 120.137580 1.332007e-04
## Seg1144.7               -4.084040  4.10173793 119.893860 1.338355e-04
## Seg453.1                 2.526393  6.69917017 119.075803 1.359978e-04
## Seg506.3                 3.208580  4.82437048 118.885615 1.365076e-04
## Seg1648.4                3.556936  5.36420965 117.012379 1.416762e-04
## Seg1895.5                3.653002  4.20121544 116.671509 1.426464e-04
## Seg1986.5               -2.494044  7.58381394 116.617772 1.428002e-04
## Seg1046.1                3.654874  5.92499181 116.508696 1.431131e-04
## Seg397.35               -2.677884  8.52181121 116.083624 1.443418e-04
## Seg5088.1                3.072907  7.62674596 115.421247 1.462863e-04
## Seg130.7                -3.341246  8.21651798 115.203637 1.469332e-04
## Seg920.3                -3.014186  6.18574170 114.937127 1.477310e-04
## Seg1332.2.3.57f48f76   -11.878232  5.02175060 224.578707 1.496174e-04
## Seg2380.5                2.926005  9.78273985 113.918529 1.508372e-04
## Seg955.10                2.471506  7.04992848 113.675450 1.515921e-04
## Seg1903.2                3.038822  8.73431840 113.542036 1.520087e-04
## Seg3634.1                2.870243  6.74024594 112.621524 1.549277e-04
## Seg1512.4.1.57f48f76     3.208426  9.40362172 112.449700 1.554813e-04
## Seg5619.1                2.881468  6.62528533 112.352443 1.557959e-04
## Seg343.1                -3.499743  9.70691092 112.129583 1.565202e-04
## Seg896.6.1.57f48f7e      2.613324  7.44304762 110.649738 1.614526e-04
## Seg8589.1                2.768990  6.93586780 110.546708 1.618042e-04
## Seg2353.1               -2.885269  5.98333880 110.349495 1.624801e-04
## Seg172.13               -2.773861  6.97030914 110.186614 1.630414e-04
## Seg624.4                 2.841579  6.08994345 110.046214 1.635274e-04
## Seg3239.4               -2.925899  5.50441660 110.024746 1.636018e-04
## Seg1845.3                5.428600  6.75285236 109.966876 1.638029e-04
## Seg1116.4.1.57f48f75   -10.969857  4.13439669 213.416793 1.647853e-04
## Seg4642.1               -3.715099  4.95058166 109.237921 1.663655e-04
## Seg1715.9              -11.002698  4.16599398 212.081576 1.667551e-04
## Seg207.8                 3.392054 10.46404569 108.958003 1.673646e-04
## Seg1611.1              -11.032352  4.19476850 211.369302 1.678206e-04
## Seg3785.1               -2.461212  7.64830499 108.613377 1.686064e-04
## Seg1328.7                2.953099  7.63624505 108.451800 1.691930e-04
## Seg1880.1                2.894278  5.37059733 108.112778 1.704334e-04
## Seg7472.1               -3.439376  7.38983107 107.583195 1.723968e-04
## Seg5820.1                4.546365  3.65677388 107.579493 1.724107e-04
## Seg1873.5               -3.290221  4.67613749 107.408245 1.730525e-04
## Seg385.22               -2.427970  7.52798765 107.148238 1.740334e-04
## Seg650.7                -3.158323  9.31229738 107.030843 1.744789e-04
## Seg780.2.1.57f48f7e    -11.682351  4.82944655 205.984949 1.762207e-04
## Seg3026.1.1.57f48f7a     4.128928  5.68358705 106.537659 1.763681e-04
## Seg61.6                  2.698270  6.17331840 106.453226 1.766944e-04
## Seg1305.8                2.927733  8.74979144 106.195860 1.776944e-04
## Seg7542.1                3.222454  4.68489447 105.572531 1.801497e-04
## Seg2350.3               10.212597  7.96868767 105.570183 1.801590e-04
## Seg2082.2               -2.797140  5.91861844 105.403240 1.808248e-04
## Seg4894.3               -2.940269  6.73514600 105.328307 1.811248e-04
## Seg1026.3                2.981531  7.60713369 105.259538 1.814007e-04
## Seg4403.3               -2.808213  6.09043634 104.615279 1.840146e-04
## Seg1192.2                2.402415  6.64400863 104.508160 1.844543e-04
## Seg3247.3                3.658928 10.15496469 104.190783 1.857660e-04
## Seg6255.3                2.967934  7.67170367 103.867700 1.871149e-04
## Seg1243.2              -10.750382  3.92185415 199.186769 1.877727e-04
## Seg1996.8                3.521134  6.01910841 103.704127 1.878031e-04
## Seg161.7                 3.167832 10.97081825 102.711498 1.920570e-04
## Seg3373.2                4.326121  4.58316338 102.624055 1.924382e-04
## Seg2695.3                3.048775  6.34877616 101.573600 1.971029e-04
## Seg1073.1                3.006121  5.99261382 100.712077 2.010487e-04
## Seg1112.2                2.615050  5.45878059 100.469654 2.021791e-04
## Seg1896.6               10.353615  3.46793200 190.245649 2.048073e-04
## Seg6838.2               -2.728985  5.75377300  99.580150 2.064047e-04
## Seg955.3               -10.638340  3.81392902 188.757713 2.078693e-04
## Seg94.10                 3.135002  6.78268785  98.845617 2.099888e-04
## Seg2042.3.1.57f48f78   -10.974104  4.13818775 186.211948 2.132719e-04
## Seg133.2                 2.787819  7.50678016  97.732863 2.155880e-04
## Seg2737.2               -2.333987  6.48669771  97.697203 2.157709e-04
## Seg1721.7                2.206523  7.27623101  97.536649 2.165972e-04
## Seg1118.8                4.537323  5.92437448  97.059961 2.190768e-04
## Seg1721.1               10.297109  3.41101993 181.974021 2.227515e-04
## Seg800.12              -10.946866  4.11220483 181.307976 2.242995e-04
## Seg962.1               -10.684232  3.85795655 180.759908 2.255855e-04
## Seg119.17               -2.632098  7.44674795  95.820530 2.257149e-04
## Seg4541.2                3.649079  4.30231900  95.170564 2.293099e-04
## Seg68.8.3.57f48f7d     -11.083333  4.24462725 179.101440 2.295463e-04
## Seg229.10               -2.557310  7.04190148  95.002054 2.302552e-04
## Seg3787.2                2.852539  4.41919136  94.841506 2.311609e-04
## Seg1430.8                2.835928  4.88723042  94.494721 2.331345e-04
## Seg2497.2.1.57f48f79    10.227077  3.34099709 176.871502 2.350407e-04
## Seg873.2                 2.251757  8.39260409  94.106743 2.353709e-04
## Seg1221.3               -3.163232  5.22194807  93.630280 2.381591e-04
## Seg1740.10             -10.662357  3.83684764 174.492979 2.411245e-04
## Seg1681.8               -2.501818  6.47896132  92.726820 2.435755e-04
## Seg1437.7                3.114793  9.85026079  92.681571 2.438514e-04
## Seg813.12               -3.833164  6.76155463  92.342478 2.459326e-04
## Seg1067.4              -10.678962  3.85329776 172.670613 2.459494e-04
## Seg2458.3               -2.679654  5.06769584  91.910404 2.486211e-04
## Seg1476.4                3.386961  6.34978409  91.655422 2.502271e-04
## Seg337.1                -3.286692  7.52437271  91.557793 2.508460e-04
## Seg1118.12.1.57f48f75  -10.596318  3.77328066 169.313201 2.552313e-04
## Seg977.5                 2.826900  4.38942954  90.699991 2.563774e-04
## Seg1478.13               3.348572  5.21375671  90.496513 2.577147e-04
## Seg3927.2               -2.654922  6.49270147  89.828530 2.621750e-04
## Seg1734.3                3.324893  3.81871746  89.743266 2.627521e-04
## Seg3491.1.1.57f48f7a     3.536145  3.67298615  89.600676 2.637214e-04
## Seg1509.11              -2.543571  5.94312013  89.394223 2.651336e-04
## Seg3921.3                2.679920  7.01532503  89.090400 2.672315e-04
## Seg3979.1               -2.721213  8.39816045  89.045618 2.675427e-04
## Seg2654.3                4.400250  3.93191297  88.967971 2.680835e-04
## Seg2923.4                2.580196  7.96322750  88.910049 2.684880e-04
## Seg1666.9                2.914720  8.40996311  88.909784 2.684898e-04
## Seg745.3                -2.464989  5.63656468  88.845985 2.689363e-04
## Seg4698.1                2.904348  8.63429425  88.557309 2.709696e-04
## Seg2619.4                2.849123  8.04560455  88.184373 2.736287e-04
## Seg815.10              -10.590232  3.76791602 163.102183 2.738668e-04
## Seg4127.6                2.543900  6.04872409  88.001927 2.749430e-04
## Seg2186.3                2.077889  7.24047601  87.618806 2.777322e-04
## Seg1359.7                4.221591  3.86656545  86.943492 2.827467e-04
## Seg1276.4               10.529359  3.64418783 160.327359 2.828680e-04
## Seg154.12                4.071689  4.42560464  86.764063 2.841006e-04
## Seg1602.5               -2.306371  6.77112298  86.453496 2.864656e-04
## Seg3823.2               -2.667118  6.15872588  86.420261 2.867204e-04
## Seg1021.4                3.810552  3.53289501  86.331097 2.874054e-04
## Seg6812.1              -10.776312  3.94666612 158.825835 2.879277e-04
## Seg939.7                 2.330043  6.04090696  86.114114 2.890821e-04
## Seg1720.8.1.57f48f77    10.369487  3.48412103 158.478952 2.891162e-04
## Seg5021.1.1.57f48f7c   -10.565754  3.74382063 158.135274 2.903010e-04
## Seg1095.19              -3.184302  4.81798216  85.855335 2.910999e-04
## Seg888.26               -3.098566  4.31475875  85.634863 2.928347e-04
## Seg405.7                -2.818288  5.77512095  85.437312 2.944016e-04
## Seg364.3                 2.399617  5.88773364  85.332333 2.952391e-04
## Seg1574.16               3.025136  5.56384179  84.567759 3.014414e-04
## Seg3495.3                2.458504  5.87769367  84.544652 3.016317e-04
## Seg2281.1               -4.289754  5.41154867  84.418691 3.026720e-04
## Seg577.2               -10.586247  3.76348568 154.313392 3.039902e-04
## Seg1585.11              -2.452044  5.41053504  84.173013 3.047158e-04
## Seg2513.1              -10.656870  3.83143219 152.619488 3.103734e-04
## Seg795.1                -2.978013  7.40616575  83.401119 3.112655e-04
## Seg2356.3               -2.349597  5.99948851  83.190087 3.130908e-04
## Seg186.3                -3.055492  5.28466723  83.050958 3.143025e-04
## Seg1822.6               -3.246400  8.30493210  82.963720 3.150656e-04
## Seg4761.1               -2.604181  4.92958933  82.731114 3.171132e-04
## Seg3409.2                3.243274  4.34458740  82.715988 3.172470e-04
## Seg4415.1               -2.195531  8.40144089  82.399583 3.200642e-04
## Seg516.1                 2.437524  7.51759916  81.960071 3.240366e-04
## Seg7391.1                2.807225  4.81808353  81.774473 3.257350e-04
## Seg1389.16.2.57f48f76  -11.045926  4.20836705 147.942711 3.290946e-04
## Seg940.16                3.502196  8.14398279  81.138764 3.316486e-04
## Seg1121.18              -3.094175  6.61710807  81.121743 3.318090e-04
## Seg287.9.2.57f48f7a      3.564463  5.90388350  80.649314 3.363056e-04
## Seg1009.2                2.369591  6.54518498  80.636276 3.364309e-04
## Seg4905.2                2.385041  4.96317726  80.273734 3.399420e-04
## Seg817.4                 2.320863  7.24005563  80.179035 3.408676e-04
## Seg8226.1                2.689807  8.91327545  80.068855 3.419491e-04
## Seg387.2                 2.731287  6.33401933  79.866594 3.439470e-04
## Seg11740.1               3.350275  4.94825256  79.624606 3.463591e-04
## Seg3253.4                2.075191  6.41875997  79.574188 3.468647e-04
## Seg528.2                 2.182972  5.76300958  79.475004 3.478623e-04
## Seg1181.11              -2.305040  5.79388873  79.457600 3.480378e-04
## Seg4845.1               -3.120258  6.07496528  79.172480 3.509303e-04
## Seg690.4                -2.851480  5.53920160  78.923145 3.534878e-04
## Seg2672.4                2.573221  5.10997757  78.919123 3.535292e-04
## Seg415.3.1.57f48f7b    -10.564065  3.74207849 141.962940 3.556442e-04
## Seg1516.10              -2.306196  8.44879972  78.659969 3.562158e-04
## Seg2869.1               10.088505  3.20290374 141.834668 3.562490e-04
## Seg10219.1               2.961630  4.80710664  78.516179 3.577189e-04
## Seg954.16                4.408980  4.40838240  78.416010 3.587713e-04
## Seg5225.1                2.225361  6.37362541  78.184408 3.612214e-04
## Seg1470.9              -10.691767  3.86499468 139.897656 3.655752e-04
## Seg3495.4                3.129984  9.16428573  77.718612 3.662212e-04
## Seg1090.4              -10.269432  3.46017173 138.762522 3.712142e-04
## Seg213.5                -2.759036  6.00919781  77.231457 3.715554e-04
## Seg3.15                  2.834941  6.92289238  77.104924 3.729589e-04
## Seg13094.1               3.872784  6.05981622  76.979028 3.743627e-04
## Seg1459.10               2.575892  4.71341603  76.837297 3.759521e-04
## Seg241.2.1.57f48f79      2.112877  6.09310672  76.653349 3.780291e-04
## Seg1374.6                2.123042  6.21157790  76.610993 3.785097e-04
## Seg750.12                3.181347  6.89184736  76.436835 3.804947e-04
## Seg1003.1              -10.241483  3.43354843 136.851976 3.810084e-04
## Seg2800.2               -3.450266  6.72374550  76.388862 3.810441e-04
## Seg2158.6                2.365177  5.50114651  76.248145 3.826621e-04
## Seg1496.7                2.693432  7.58804629  76.176819 3.834859e-04
## Seg1731.4.1.57f48f77   -10.406330  3.59077628 136.287490 3.839774e-04
## Seg62.3                 -2.305823  7.86161961  75.451231 3.920106e-04
## Seg6955.1               -2.196010  6.91003244  75.418670 3.923994e-04
## Seg1738.7                3.743492  4.27296043  75.283183 3.940231e-04
## Seg212.7                 2.889298  9.12500077  75.128322 3.958906e-04
## Seg164.11.2.57f48f77   -10.240912  3.43356926 134.024056 3.962430e-04
## Seg2904.4                4.442922  4.42238011  74.864143 3.991054e-04
## Seg4827.1                2.239783  6.57901734  74.446237 4.042667e-04
## Seg3035.1               -3.029931  6.38831549  74.408661 4.047354e-04
## Seg5525.1                3.580020  3.97384812  74.328353 4.057397e-04
## Seg1644.15.1.57f48f77    9.825513  2.93946763 131.946849 4.080315e-04
## Seg3897.2                2.091755  6.76189937  74.044725 4.093149e-04
## Seg708.15               -2.013479  7.27760187  73.806763 4.123488e-04
## Seg1771.9.3.57f48f78   -10.286312  3.47696362 130.963390 4.137997e-04
## Seg4058.1               -2.993622  3.93628026  73.651453 4.143462e-04
## Seg2142.6               -2.731289  4.54175459  73.348569 4.182809e-04
## Seg803.13               11.065482  4.18099420 129.676198 4.215386e-04
## Seg4396.3                3.301878  5.05830995  72.889642 4.243441e-04
## Seg920.1                -2.816012  5.17602013  72.745498 4.262741e-04
## Seg1700.4.2.57f48f77     3.277046  4.21818340  72.521111 4.293033e-04
## Seg385.4                -3.789676  4.29671565  72.459990 4.301337e-04
## Seg1749.9.1.57f48f78   -10.189696  3.38485762 128.248608 4.303819e-04
## Seg1172.3               -2.108043  5.69619405  72.435005 4.304738e-04
## Seg1177.6              -10.119663  3.31779278 128.137154 4.310841e-04
## Seg1550.5                2.046011  6.03417119  72.370726 4.313505e-04
## Seg9198.1                2.576332  6.93656057  72.308238 4.322052e-04
## Seg1597.9                2.738603  6.07552026  72.277047 4.326327e-04
## Seg4261.1               -2.225979  5.33800465  72.204591 4.336282e-04
## Seg1183.10               2.166011  6.58845388  72.201708 4.336679e-04
## Seg44.2                  2.454973 10.65700652  71.911474 4.376884e-04
## Seg1569.1                2.255685  8.08160583  71.741747 4.400641e-04
## Seg7410.1                2.778165  6.38175609  71.735926 4.401459e-04
## Seg5296.1                4.834185  4.25434196  71.718558 4.403901e-04
## Seg2328.3              -10.314701  3.50310970 126.641729 4.406776e-04
## Seg785.1                 3.241021  5.98341913  71.651803 4.413304e-04
## Seg6787.1               -2.665466  5.00830079  71.364692 4.454073e-04
## Seg1526.9                2.732242  5.43501671  71.261783 4.468816e-04
## Seg1259.5               -2.652647  7.67452718  71.092328 4.493242e-04
## Seg5340.1              -10.815769  3.98466090 125.088283 4.509912e-04
## Seg2064.1               -2.582238  8.32284885  70.643026 4.558927e-04
## Seg6221.1               -4.265761  3.39459208  70.197129 4.625464e-04
## Seg4466.2                5.821239  7.09100973  70.145541 4.633250e-04
## Seg1135.2                2.059452  5.59476895  70.076725 4.643666e-04
## Seg1641.11.2.57f48f77  -10.042905  3.24520329 122.320060 4.703026e-04
## Seg552.3                 3.219444  4.13210086  69.625279 4.712822e-04
## Seg1797.3               -2.508366  4.83921344  69.597116 4.717184e-04
## Seg4666.1               -2.286305  5.77760163  69.550101 4.724479e-04
## Seg2359.2               -2.429788  5.31351451  69.486434 4.734383e-04
## Seg2728.1                2.684222  8.76995869  69.368295 4.752840e-04
## Seg1871.7               -2.616499  6.35255458  69.067207 4.800339e-04
## Seg1749.2.3.57f48f78    10.250952  3.36422434 120.744398 4.818616e-04
## Seg519.2.1.57f48f7c    -10.764312  3.93586550 120.671883 4.824039e-04
## Seg1670.5              -10.044443  3.24641610 120.665236 4.824536e-04
## Seg3865.1                5.133525  4.61010254  68.644750 4.868124e-04
## Seg2899.1               -2.276636  6.59423580  68.615547 4.872860e-04
## Seg639.8                -2.185765  6.10054340  68.556143 4.882513e-04
## Seg1268.5               -2.053355  7.76493920  68.450280 4.899783e-04
## Seg667.5                 4.081045  4.76300933  68.199266 4.941079e-04
## Seg2421.2                2.511818  4.24725127  68.147433 4.949668e-04
## Seg1474.10               2.035843  5.70375565  68.072487 4.962123e-04
## Seg1985.4                2.703936  4.71508293  67.970089 4.979213e-04
## Seg1647.12               2.593457  5.77921611  67.915416 4.988372e-04
## Seg916.1               -10.051965  3.25340137 118.336816 5.003761e-04
## Seg5451.2                4.557355  3.55872129  67.798831 5.007982e-04
## Seg1095.22.2.57f48f75  -11.591698  4.74068571 116.606771 5.143567e-04
## Seg3935.2               -3.092530  5.54362914  66.979752 5.148874e-04
## Seg4360.1                3.476219  4.57552980  66.946012 5.154797e-04
## Seg3035.2               -2.634173  5.75211947  66.879992 5.166415e-04
## Seg310.4                 2.167562  8.01745654  66.864991 5.169060e-04
## Seg4035.2.1.57f48f7b   -10.286807  3.47636014 116.184732 5.178574e-04
## Seg9565.1                7.028338  6.37036210  66.491918 5.235461e-04
## Seg2291.2               -2.672988  4.99523514  66.418381 5.248692e-04
## Seg1949.3.1.57f48f78     9.618745  2.73269718 114.385204 5.331981e-04
## Seg319.15               -2.765770  5.03983068  65.958848 5.332450e-04
## Seg171.3                -3.164272  3.87254677  65.669805 5.386104e-04
## Seg1505.2              -10.001361  3.20626584 113.764358 5.386514e-04
## Seg1830.9                2.615803  8.13805436  65.660390 5.387864e-04
## Seg5475.1                2.224199  6.08488072  65.643567 5.391012e-04
## Seg187.11                3.276090  6.21614082  65.526246 5.413036e-04
## Seg3552.2                2.337268  5.13490870  65.425103 5.432125e-04
## Seg1116.4                3.908505  3.71888095  65.424662 5.432208e-04
## Seg1491.4               -2.875567  4.11220965  65.160007 5.482611e-04
## Seg5138.1                3.113504  5.41827068  65.056019 5.502596e-04
## Seg3470.3               -3.373394  5.68142724  64.689582 5.573847e-04
## Seg291.1                -4.623710  2.80498118  64.589559 5.593522e-04
## Seg1079.6                3.023674 11.38383657  64.327898 5.645459e-04
## Seg980.4                 2.459672  4.56155491  64.321766 5.646684e-04
## Seg2175.6                4.860202  6.79435450  64.292310 5.652575e-04
## Seg1853.6               -2.295945  4.79962844  64.267638 5.657516e-04
## Seg643.8               -10.460066  3.64200152 110.648214 5.673474e-04
## Seg1213.11               2.338214  8.09842630  63.950805 5.721514e-04
## Seg2802.4               -2.547382  5.02256626  63.841667 5.743796e-04
## Seg711.3                -3.252942  5.62871177  63.607067 5.792109e-04
## Seg1477.9               -2.196421  8.10941596  63.498573 5.814647e-04
## Seg1664.17               2.184390  5.42569364  63.443593 5.826115e-04
## Seg9080.2                2.159863  8.50659514  63.316498 5.852749e-04
## Seg1250.5               -2.325352  7.65351834  63.286647 5.859029e-04
## Seg49.3                  2.881300  6.91887678  63.178663 5.881828e-04
## Seg1469.5.1.57f48f76    -2.158820  5.52655920  63.047198 5.909754e-04
## Seg4173.2                2.525781  8.41317204  62.986131 5.922790e-04
## Seg4663.2                3.804547  3.95277411  62.864305 5.948917e-04
## Seg382.7                -4.055670  3.20450820  62.814741 5.959593e-04
## Seg1992.4                2.297651  5.63332937  62.783420 5.966354e-04
## Seg1242.1              -10.353350  3.53979816 107.634396 5.973725e-04
## Seg580.2                 7.193412  3.48609009  62.555829 6.015806e-04
## Seg2651.5                3.555994  5.21295170  62.552208 6.016598e-04
## Seg796.1                -4.263450  4.35464821  62.383709 6.053591e-04
## Seg1727.5               -9.918248  3.12693460 106.860540 6.054721e-04
## Seg2887.2.1.57f48f7a    -9.866663  3.07899841 106.810447 6.060022e-04
## Seg2645.2                2.000805  6.79269726  62.100409 6.116517e-04
## Seg1301.8               -2.724238  3.94449506  62.023071 6.133856e-04
## Seg242.8                 2.723430  4.38312925  61.980087 6.143523e-04
## Seg1405.8               -9.866088  3.07856685 105.593329 6.191008e-04
## Seg1254.13              -2.438280  4.24481256  61.752169 6.195142e-04
## Seg1077.4               -2.089616  9.80748382  61.713807 6.203890e-04
## Seg258.4               -10.150158  3.34612878 105.366729 6.215870e-04
## Seg5671.2               -3.044755  5.10121516  61.518330 6.248741e-04
## Seg1357.5                2.358722  5.16800983  61.452660 6.263911e-04
## Seg3735.1                2.550578  6.58243678  61.440497 6.266727e-04
## Seg2322.4               -9.866934  3.07943928 104.554951 6.306193e-04
## Seg1000.14              -3.075189  4.80997179  61.229153 6.315935e-04
## Seg257.4                -2.391516  4.42944177  61.037656 6.360994e-04
## Seg2735.5               -2.351949  4.51317898  60.934226 6.385521e-04
## Seg1645.1               -9.831094  3.04506429 103.621493 6.412545e-04
## Seg2312.2.2.57f48f79   -10.055761  3.25657703 103.256553 6.454866e-04
## Seg1349.1                2.723061  5.17107371  60.635008 6.457232e-04
## Seg500.3                -2.478286  7.14965810  60.531958 6.482193e-04
## Seg1999.10               3.994161  4.09237167  60.448388 6.502536e-04
## Seg7919.1               -2.622480  4.40555386  60.345240 6.527769e-04
## Seg229.12                3.215717 11.22842998  60.299170 6.539083e-04
## Seg1682.3.1.57f48f77   -11.397516  4.55080639 102.086538 6.593452e-04
## Seg2040.3               -9.941754  3.15025291 102.029068 6.600376e-04
## Seg1947.7                2.357111  6.52565115  59.916659 6.634107e-04
## Seg16345.1               2.708735  6.80898969  59.904799 6.637084e-04
## Seg298.35                2.360225  8.39192038  59.882855 6.642598e-04
## Seg5576.1               -2.571103  4.31753639  59.812365 6.660354e-04
## Seg2232.3                2.091265  6.63460598  59.800960 6.663233e-04
## Seg118.6                -3.058081  9.05562948  59.726157 6.682160e-04
## Seg1644.15              -9.940273  3.14743815 100.919846 6.736200e-04
## Seg2160.6                2.177591  6.55452001  59.438076 6.755767e-04
## Seg875.4                 2.227277  7.07222932  59.361810 6.775445e-04
## Seg2388.3                2.497282  4.20037751  59.270421 6.799133e-04
## Seg212.5.1.57f48f79     -9.800548  3.01623318  99.997973 6.852345e-04
## Seg461.3.1.57f48f7b     -9.918546  3.12694299  99.960847 6.857086e-04
## Seg94.9                 -2.562416  9.61227878  59.008064 6.867787e-04
## Seg397.26               -9.808843  3.02393710  99.290251 6.943588e-04
## Seg1968.2                2.248134 10.07637655  58.561258 6.986983e-04
## Seg1075.1                5.591894  2.29743484  58.546288 6.991027e-04
## Seg3630.3               -4.073832  8.40403286  58.383277 7.035278e-04
## Seg2447.5.1.57f48f79     9.408269  2.52236715  97.921673 7.125354e-04
## Seg81.11                 2.763783  5.56408579  57.998075 7.141431e-04
## Seg21.3                  3.198046  7.69720519  57.942034 7.157063e-04
## Seg3089.1.2.57f48f7a   -10.784307  3.95527696  97.643394 7.163198e-04
## Seg338.2                -2.021772  6.73257513  57.779261 7.202742e-04
## Seg1915.9               -3.613609  4.55152675  57.719819 7.219526e-04
## Seg1964.5               -9.752518  2.97201650  96.457348 7.327969e-04
## Seg1597.8                2.896037  5.61750197  57.315418 7.335192e-04
## Seg270.4                 2.666340  8.60897357  57.206792 7.366707e-04
## Seg981.1                -2.199528  8.39421260  57.189900 7.371625e-04
## Seg5586.2               -2.404070  4.55265096  57.147379 7.384025e-04
## Seg65.2                 -9.758946  2.97810743  95.991519 7.394264e-04
## Seg91.6                 -2.534906  4.70497448  57.110641 7.394762e-04
## Seg2837.2               -6.946266  4.62005945  57.091233 7.400443e-04
## Seg418.13                3.369665  4.67756024  57.032029 7.417812e-04
## Seg6478.3                2.346130  4.98418946  56.972357 7.435377e-04
## Seg649.13               -2.006154  5.43336040  56.715130 7.511769e-04
## Seg353.11               -2.379524  9.82048266  56.563095 7.557443e-04
## Seg3388.2                2.341830  6.38956984  56.486188 7.580697e-04
## Seg450.4               -10.388605  3.57337804  94.486529 7.614798e-04
## Seg940.14               -2.074604  5.38386649  56.365351 7.617439e-04
## Seg246.7                 2.337877  6.18838113  56.265029 7.648134e-04
## Seg1726.3                2.609537  5.26666868  56.206178 7.666222e-04
## Seg5552.1                4.611905 11.69317157  56.093889 7.700902e-04
## Seg1770.5               -2.485321  6.13233927  56.046015 7.715755e-04
## Seg122.3               -10.058741  3.26116222  93.653801 7.741148e-04
## Seg311.3                -2.427853  6.22921810  55.816481 7.787535e-04
## Seg2063.6.1.57f48f79    -9.676606  2.90023254  93.001866 7.842305e-04
## Seg3557.1               -2.063417  9.21614919  55.643170 7.842359e-04
## Seg1755.3               -2.510023  8.81895606  55.593437 7.858192e-04
## Seg9718.1                4.806776  3.73650831  55.591028 7.858960e-04
## Seg8388.1               -2.034857  6.24312709  55.549039 7.872365e-04
## Seg2186.4               -2.514777  4.93090811  55.418876 7.914125e-04
## Seg1874.2               -2.091849  6.38595198  55.296215 7.953764e-04
## Seg6214.1               -2.215230  7.27570814  55.259691 7.965622e-04
## Seg1762.12.1.57f48f78   -9.714894  2.93692848  92.203332 7.968972e-04
## Seg7453.1               -2.648103  5.26024242  55.247226 7.969674e-04
## Seg2485.5               -9.940110  3.14899364  92.100483 7.985512e-04
## Seg319.14               -3.805279  3.29677918  55.194893 7.986720e-04
## Seg2522.1               -9.663924  2.88898974  92.068242 7.990707e-04
## Seg1831.8               -2.401724  4.68615109  55.178296 7.992137e-04
## Seg1769.8                4.214964  6.60088049  55.081480 8.023838e-04
## Seg1715.1.1.57f48f77   -10.243378  3.43658122  91.804624 8.033384e-04
## Seg460.3                 2.241348  4.54951960  55.008749 8.047770e-04
## Seg6424.2               -9.741727  2.96218539  91.559301 8.073410e-04
## Seg2725.2.1.57f48f7a    -9.639573  2.86583657  91.455977 8.090360e-04
## Seg1231.9               -9.697809  2.91976586  91.373180 8.103981e-04
## Seg399.6                -2.075762  5.02477265  54.801167 8.116631e-04
## Seg1761.11.1.57f48f78  -10.900909  4.06800052  91.286967 8.118200e-04
## Seg1822.5                2.022349  5.06053758  54.741378 8.136619e-04
## Seg2506.7                2.551357  4.37008524  54.682558 8.156351e-04
## Seg5893.1               -2.023340  4.77528916  54.598139 8.184790e-04
## Seg212.2                -2.260159  5.19885858  54.594096 8.186155e-04
## Seg2082.4.1.57f48f79    -9.991680  3.19566794  90.494937 8.250633e-04
## Seg1526.5                2.068271  4.49798392  54.225308 8.312076e-04
## Seg2298.7               -9.791552  3.00908747  90.089431 8.319711e-04
## Seg3444.4               -2.641874  4.45469048  54.179344 8.327962e-04
## Seg598.3                 2.282268  4.86063674  54.150090 8.338095e-04
## Seg1431.3                4.904162  2.45868844  54.048516 8.373413e-04
## Seg914.5                 2.333543  5.01536699  54.024677 8.381733e-04
## Seg2346.9                2.279307  4.63777222  53.950722 8.407617e-04
## Seg942.2                -2.441626  5.66776864  53.886952 8.430028e-04
## Seg9346.1                4.211249  4.61940538  53.879127 8.432783e-04
## Seg3335.3               -2.987194  6.65807905  53.873362 8.434815e-04
## Seg2886.1                2.150235  6.04135189  53.863088 8.438436e-04
## Seg2677.6                2.751389  6.83832324  53.822625 8.452719e-04
## Seg1691.5                2.567177  7.91366837  53.806045 8.458582e-04
## Seg2876.2.1.57f48f7a     9.351084  2.46478256  89.220587 8.470713e-04
## Seg552.5.1.57f48f7c      9.288998  2.40433165  89.037679 8.503032e-04
## Seg1704.9                2.329800  9.19136530  53.657448 8.511384e-04
## Seg1825.1                2.043355  5.21047918  53.307255 8.637676e-04
## Seg2595.1                4.148562  3.99647115  53.194340 8.678962e-04
## Seg1370.1                3.628778  3.40073531  53.025329 8.741281e-04
## Seg1012.9               -2.710279 10.11412346  53.010075 8.746937e-04
## Seg1033.3               -2.455671  4.19120347  52.841050 8.809954e-04
## Seg650.18                2.423675  3.94181281  52.779481 8.833068e-04
## Seg1433.3.1.57f48f76     4.558510  2.40740329  52.704740 8.861242e-04
## Seg2624.5               -6.336446  4.00725460  52.592535 8.903778e-04
## Seg2839.1                2.430152  9.35536340  52.484289 8.945087e-04
## Seg24446.1              -3.058434  4.30310479  52.387577 8.982223e-04
## Seg3951.3               -9.777742  2.99626462  86.280657 9.013814e-04
## Seg6014.1                2.966233  3.60324522  52.238362 9.039949e-04
## Seg230.23.1.57f48f79    -7.520359  6.14239442  52.186072 9.060303e-04
## Seg1882.5.1.57f48f78    -2.573573  3.89931977  51.984852 9.139232e-04
## Seg978.3                -2.214857  6.01686753  51.959644 9.149188e-04
## Seg62.7                 -2.192340  5.79697871  51.819927 9.204651e-04
## Seg2343.4                2.555324  5.99827561  51.811067 9.208184e-04
## Seg302.2                -9.662937  2.88862912  85.240676 9.218676e-04
## Seg1445.2               -2.317794  6.90278708  51.768589 9.225150e-04
## Seg2317.3.1.57f48f79   -10.184550  3.37847939  85.052798 9.256440e-04
## Seg1961.7               -2.777813  3.93769065  51.641475 9.276184e-04
## Seg1431.2                3.968470  3.20558739  51.635931 9.278419e-04
## Seg803.2                 2.008103  8.50965495  51.577764 9.301913e-04
## Seg4818.1                2.476626  9.55639387  51.276961 9.424761e-04
## Seg1177.7               -9.882842  3.09283319  84.162798 9.438569e-04
## Seg6790.1                3.005967  5.17144174  51.178679 9.465397e-04
## Seg1999.5               -2.028995  5.77552872  51.041357 9.522590e-04
## Seg6667.1               -2.752072  3.96784755  51.025012 9.529430e-04
## Seg3524.1                2.128490  7.78169069  51.016063 9.533178e-04
## Seg27.4                  2.647114  4.56414651  50.951320 9.560354e-04
## Seg1730.7.1.57f48f77    -2.498593  8.89205977  50.951270 9.560376e-04
## Seg1019.1               -9.750425  2.96847697  83.093000 9.664796e-04
## Seg2511.7               -2.352021  5.00734837  50.673301 9.678310e-04
## Seg2257.4               -9.693304  2.91719610  83.001507 9.684526e-04
## Seg1600.2               -9.560428  2.79150931  82.962665 9.692921e-04
## Seg793.2                -9.781049  2.99950229  82.909954 9.704330e-04
## Seg417.1                -3.213675  7.64575030  50.611570 9.704780e-04
## Seg2147.5               -9.518446  2.75274859  82.843426 9.718759e-04
## Seg1943.2              -10.141582  3.33757130  82.449769 9.804812e-04
## Seg3892.1               -2.063199  7.37335750  50.375041 9.807153e-04
## Seg4713.3               -2.181199  4.25202601  50.264413 9.855559e-04
## Seg2966.3               -9.573009  2.80470746  82.204968 9.858910e-04
## Seg461.7                -9.607351  2.83495549  82.031320 9.897561e-04
## Seg939.8                -9.541029  2.77484635  81.946010 9.916633e-04
## Seg720.8                 4.360476  3.51138228  50.110315 9.923550e-04
## Seg3858.3              -11.161343  4.31987796  81.794117 9.950730e-04
## Seg3058.1                2.359219  4.39733472  49.978905 9.982056e-04
## Seg5203.3                2.184915  4.81449144  49.937510 1.000059e-03
## Seg2866.5                2.427674  4.01475116  49.931017 1.000350e-03
## Seg5087.2                3.669221  2.71026054  49.687123 1.011372e-03
## Seg1670.10              -2.079452  4.65983187  49.625889 1.014166e-03
## Seg1188.6               -2.009505  4.47600773  49.601224 1.015294e-03
## Seg3796.2                2.519703  4.78953113  49.546251 1.017816e-03
## Seg1772.1               -9.501765  2.73828939  80.765943 1.018629e-03
## Seg858.7                -2.831274  5.79258292  49.427948 1.023273e-03
## Seg4224.1                3.709235  2.98954695  49.411493 1.024035e-03
## Seg3561.4               -3.460175  2.98609983  49.356616 1.026583e-03
## Seg1733.2              -10.060057  3.26015194  80.282682 1.029995e-03
## Seg1276.3.1.57f48f76    -9.453850  2.69309454  80.255933 1.030630e-03
## Seg301.5                -9.811540  3.02566808  80.237347 1.031072e-03
## Seg1471.8               -3.466538  3.61584325  49.210298 1.033421e-03
## Seg846.9.2.57f48f7e    -10.092934  3.29132770  80.100444 1.034332e-03
## Seg4491.1               -3.038156  3.41475016  49.172473 1.035199e-03
## Seg1700.3                4.412965  3.00208163  49.154016 1.036069e-03
## Seg1088.2               10.562721  3.67802428  79.971891 1.037407e-03
## Seg2548.2               10.602278  3.71760144  79.621743 1.045855e-03
## Seg2548.2.1.57f48f79   -10.829104  3.99863688  79.605653 1.046246e-03
## Seg2437.8               -9.443999  2.68391878  79.588749 1.046657e-03
## Seg1.9                   2.287996  5.95386393  48.887396 1.048741e-03
## Seg7305.1               -2.489393  7.31771144  48.866857 1.049726e-03
## Seg123.18               -2.096498  4.78308822  48.807743 1.052569e-03
## Seg856.3                 2.113509  5.88401987  48.729454 1.056351e-03
## Seg4332.3               -2.100589  4.60180628  48.631506 1.061110e-03
## Seg1520.4                2.498472  4.72181640  48.594503 1.062915e-03
## Seg1058.1                2.923020  3.44579337  48.534634 1.065846e-03
## Seg13540.1               5.991583  4.02804886  48.517649 1.066680e-03
## Seg4000.2               -2.261053  4.03389672  48.488499 1.068112e-03
## Seg611.4                 2.053593  8.16772570  48.340776 1.075415e-03
## Seg562.9                 2.674894  3.98626613  48.287520 1.078065e-03
## Seg1303.9                4.018946  6.79714079  48.277585 1.078560e-03
## Seg247.7                -9.749722  2.97028121  78.283021 1.079138e-03
## Seg4472.2                2.250944  6.36058328  48.229008 1.080987e-03
## Seg1569.7                2.425871  5.55065342  48.165638 1.084164e-03
## Seg1882.13               3.039209  4.25595757  48.050077 1.089992e-03
## Seg4541.1               -9.455762  2.69572412  77.846163 1.090349e-03
## Seg494.6                -9.718093  2.93799618  77.711018 1.093853e-03
## Seg2716.3.1.57f48f7a    -9.414838  2.65752510  77.644666 1.095579e-03
## Seg11191.1               2.906228  3.41519275  47.786689 1.103442e-03
## Seg1393.2                2.161430 10.56001666  47.772640 1.104166e-03
## Seg1756.17              -2.322981  3.98861586  47.719939 1.106888e-03
## Seg1761.2                9.022537  2.13871699  77.128709 1.109148e-03
## Seg2200.5                2.809159  4.46562500  47.558323 1.115295e-03
## Seg4618.2                2.239584  5.32380355  47.552023 1.115624e-03
## Seg175.3                -9.519196  2.75492436  76.802438 1.117860e-03
## Seg19.2                 -2.498364  4.05940057  47.434412 1.121801e-03
## Seg4053.1               -2.018021  4.42080788  47.412990 1.122931e-03
## Seg740.6                 2.254860  5.21922821  47.386324 1.124341e-03
## Seg2281.2               -2.994231  6.95745741  47.368414 1.125289e-03
## Seg1850.2               -9.385821  2.63009920  76.419573 1.128217e-03
## Seg247.9                -9.585802  2.81457152  76.378474 1.129338e-03
## Seg6934.1               -3.661264  2.86370317  47.266339 1.130713e-03
## Seg1891.12_Seg1891.13    7.775374  5.79444601  47.214587 1.133477e-03
## Seg670.9                -9.398853  2.64290453  76.171453 1.135007e-03
## Seg1853.5               -3.487032  5.89316258  47.169832 1.135875e-03
## Seg4119.2                2.145458  5.70521834  47.047497 1.142467e-03
## Seg385.20                2.120715  9.09343552  46.989042 1.145635e-03
## Seg3027.2               -9.378311  2.62383599  75.577749 1.151509e-03
## Seg331.2                 2.254557  5.14798094  46.872641 1.151983e-03
## Seg2040.1               -6.181490  3.33002200  46.870140 1.152119e-03
## Seg1236.17              -2.352094  3.79923502  46.760543 1.158142e-03
## Seg1528.7                5.406158  4.85443372  46.739529 1.159302e-03
## Seg5714.3                2.257219  5.60789331  46.732195 1.159707e-03
## Seg1350.1               -9.831283  3.04697007  75.169906 1.163058e-03
## Seg2042.1                2.518305  4.70303913  46.645204 1.164528e-03
## Seg2142.7               -2.727310  4.66747943  46.627366 1.165521e-03
## Seg1870.5                2.131644  4.31611167  46.556471 1.169476e-03
## Seg23.13                -9.403171  2.64714271  74.850515 1.172225e-03
## Seg3459.1               -2.474036  6.20610821  46.442171 1.175892e-03
## Seg654.5                -9.971241  3.17884009  74.604608 1.179358e-03
## Seg1699.5                2.033082  5.20267881  46.344202 1.181431e-03
## Seg2298.11               2.528668  3.77469580  46.290041 1.184510e-03
## Seg4877.2               -3.602538  3.10259035  46.224020 1.188277e-03
## Seg820.4                -2.654164  5.60091698  46.190533 1.190195e-03
## Seg2030.6                2.983934  3.20580819  46.142016 1.192981e-03
## Seg4822.1               -2.597543  4.96665430  46.116008 1.194478e-03
## Seg931.2                -9.333038  2.58177115  74.001430 1.197137e-03
## Seg3351.3                4.207748  2.87312881  46.056345 1.197922e-03
## Seg1960.6               -9.356675  2.60401136  73.933569 1.199162e-03
## Seg811.6                 2.621975  4.41403246  45.937300 1.204837e-03
## Seg6860.1.1.57f48f7d     2.153347  5.04561708  45.931678 1.205165e-03
## Seg1826.7                2.148984 10.29101164  45.886889 1.207783e-03
## Seg852.10                2.200911  4.15513859  45.872409 1.208631e-03
## Seg1722.8               -9.322323  2.57184207  73.492400 1.212459e-03
## Seg934.3                -6.495348  5.31401892  45.754005 1.215595e-03
## Seg3794.2               -2.288127  6.59330192  45.563427 1.226926e-03
## Seg42.1                 -2.133968  4.23660917  45.515146 1.229820e-03
## Seg1477.2                2.331428  3.87999779  45.484623 1.231654e-03
## Seg582.5                 2.445022  5.62921996  45.450523 1.233708e-03
## Seg1585.12              -2.194814  6.84645623  45.399681 1.236780e-03
## Seg835.3                -3.352797  3.14488726  45.356380 1.239405e-03
## Seg1921.4               -2.583153  5.70067190  45.265722 1.244925e-03
## Seg1141.2                3.516418  5.99445509  45.265657 1.244929e-03
## Seg575.1.1.57f48f7c     -9.567443  2.80016220  72.378704 1.247042e-03
## Seg774.1_Seg774.3       -2.140015  9.21583097  45.166509 1.251007e-03
## Seg1533.3                2.178017  7.54338653  45.143792 1.252405e-03
## Seg3470.4               -9.589931  2.81815425  71.866241 1.263460e-03
## Seg2850.3                2.699817  3.32114350  44.963403 1.263588e-03
## Seg2073.6               -2.346706  5.09013162  44.503903 1.292720e-03
## Seg429.12               -9.280385  2.53365758  70.814316 1.298210e-03
## Seg3807.1                2.292870  4.60238781  44.312151 1.305158e-03
## Seg6676.1               -9.339227  2.58834642  70.573359 1.306375e-03
## Seg920.4                -2.587776  6.87346586  44.271316 1.307828e-03
## Seg2941.1               -9.410115  2.65154307  70.488060 1.309284e-03
## Seg599.4                 2.237058  4.91858311  44.196018 1.312773e-03
## Seg1671.13               4.609206  5.03651287  44.176842 1.314037e-03
## Seg850.2                -9.529985  2.76542225  70.076288 1.323466e-03
## Seg741.1                -9.347685  2.59409944  69.995367 1.326280e-03
## Seg1080.5                3.469043  3.05894038  43.926797 1.330670e-03
## Seg2224.2               -2.012025  4.61631906  43.877737 1.333969e-03
## Seg1855.2               -9.478521  2.71464711  69.735470 1.335381e-03
## Seg350.21                2.097069  5.44694307  43.694124 1.346417e-03
## Seg2731.1                2.188859  4.20447044  43.637041 1.350320e-03
## Seg469.3                -9.335142  2.58473401  69.213462 1.353951e-03
## Seg134.1                -2.176291  4.24613787  43.557150 1.355810e-03
## Seg208.6                 2.165502  3.88785813  43.497079 1.359959e-03
## Seg5491.1               -2.265032  4.09835853  43.445824 1.363513e-03
## Seg3888.1                3.238896  5.63617365  43.421097 1.365232e-03
## Seg3993.2                6.612315  4.19641680  43.386899 1.367615e-03
## Seg2286.4                3.121903  4.17687368  43.366771 1.369021e-03
## Seg1602.2               -3.648597  6.87806446  43.351913 1.370059e-03
## Seg1078.7               -2.544045  6.67621610  43.224463 1.379015e-03
## Seg539.6                -2.123704  5.44044263  43.211376 1.379939e-03
## Seg1028.1               -9.327748  2.57797914  68.479234 1.380741e-03
## Seg1338.7                2.939650  4.30761004  43.097843 1.387994e-03
## Seg330.12               -2.756625  3.44704650  43.071191 1.389894e-03
## Seg1997.4               -2.801881  3.96736144  43.047259 1.391604e-03
## Seg3403.1               -3.132104  3.99501841  43.028144 1.392971e-03
## Seg1986.3                2.172868  9.03414410  43.017728 1.393718e-03
## Seg3021.2               -2.502900 10.12260233  43.007434 1.394455e-03
## Seg2129.3               -9.426084  2.66908399  67.890191 1.402822e-03
## Seg688.2.1.57f48f7d     -6.204335  4.81781285  42.882955 1.403422e-03
## Seg4950.1                3.481675  2.61914076  42.854627 1.405474e-03
## Seg2154.1                5.251804  1.61881767  42.787925 1.410322e-03
## Seg446.7                -2.098391  7.70707295  42.777454 1.411086e-03
## Seg675.10                3.905318  5.66798642  42.673571 1.418690e-03
## Seg167.1                -9.633265  2.85829732  67.458346 1.419352e-03
## Seg3300.3.1.57f48f7a    -9.224318  2.48108729  67.310534 1.425079e-03
## Seg4485.1               -2.073732  4.97489620  42.565169 1.426686e-03
## Seg435.11               -2.972495  5.58933422  42.562176 1.426908e-03
## Seg1749.2.4.57f48f78    -9.237198  2.49445316  67.105246 1.433090e-03
## Seg5100.1               -9.191707  2.45223273  67.046277 1.435404e-03
## Seg6459.1               -2.019699  5.78144126  42.447104 1.435469e-03
## Seg1472.20              -2.611191  3.44964297  42.349983 1.442750e-03
## Seg169.11               -2.269781  4.81518775  42.341421 1.443395e-03
## Seg1614.9                2.092349  3.90137733  42.275717 1.448354e-03
## Seg1926.5               -9.627231  2.85621598  66.406680 1.460871e-03
## Seg1354.13               2.495119  4.84931209  41.962070 1.472361e-03
## Seg1512.9_Seg1512.10    -2.242938  6.24536227  41.912567 1.476201e-03
## Seg3453.3               -2.018677  5.69198386  41.854750 1.480704e-03
## Seg169.8                 2.280140  4.48546580  41.819438 1.483464e-03
## Seg2105.1               -9.215548  2.47470150  65.764143 1.487153e-03
## Seg1012.10              -9.156841  2.41981186  65.632775 1.492615e-03
## Seg5815.2                3.745624  2.89520046  41.682249 1.494256e-03
## Seg2073.2               -2.599805  4.92664252  41.659227 1.496078e-03
## Seg387.1                 2.101826  8.91477785  41.633448 1.498122e-03
## Seg1579.2               -9.192985  2.45226270  65.468695 1.499479e-03
## Seg1568.6                2.013128  4.06196948  41.613136 1.499735e-03
## Seg620.3                 3.327115  3.18066055  41.596416 1.501065e-03
## Seg6854.3               -2.544356  5.10357396  41.543527 1.505282e-03
## Seg7569.2               -9.230620  2.48868459  65.325235 1.505521e-03
## Seg298.5.1.57f48f7a     -9.219114  2.47808575  65.233271 1.509414e-03
## Seg4826.3               -9.158753  2.42233751  65.107029 1.514782e-03
## Seg738.3                 2.594516  4.44048606  41.380777 1.518364e-03
## Seg5464.1                2.497460  8.83818999  41.372018 1.519073e-03
## Seg3062.3                2.947502  3.51305861  41.344284 1.521320e-03
## Seg1433.3.2.57f48f76    -9.139141  2.40408846  64.954009 1.521328e-03
## Seg3692.3               -9.131587  2.39691974  64.737317 1.530671e-03
## Seg2234.2                2.143538  4.46510096  41.189078 1.533981e-03
## Seg3929.3                2.391996  3.53722829  41.184553 1.534352e-03
## Seg2753.1.2.57f48f7a     8.728257  1.84873000  64.593363 1.536927e-03
## Seg139.3                -2.025292  9.67481297  41.103953 1.540989e-03
## Seg6288.2                2.884277  3.10955521  41.095441 1.541692e-03
## Seg236.8                 2.219156  7.64881435  41.061202 1.544525e-03
## Seg539.10               -9.316437  2.56481911  64.375192 1.546482e-03
## Seg5379.1               -2.159933  4.30897468  40.980938 1.551195e-03
## Seg4348.1                2.116616  3.90747720  40.955433 1.553324e-03
## Seg284.3_Seg284.4        2.945394  5.42040564  40.937335 1.554836e-03
## Seg473.4                -3.298463  8.91192770  40.793091 1.566967e-03
## Seg932.6                -3.340677  2.87508818  40.738645 1.571580e-03
## Seg1180.5                2.374850  8.97899482  40.660262 1.578256e-03
## Seg1159.2               -3.258805  4.54680279  40.642556 1.579770e-03
## Seg1431.1                3.834656  3.16966011  40.549005 1.587800e-03
## Seg9873.1               -2.729108  3.72418445  40.531610 1.589300e-03
## Seg643.3                 2.011310  5.53658043  40.493831 1.592564e-03
## Seg897.4                 4.577755  3.41009915  40.483255 1.593479e-03
## Seg18.4                 -2.587090  3.95818526  40.340255 1.605930e-03
## Seg944.2                -9.087011  2.35634419  62.988157 1.609397e-03
## Seg585.4                -9.088492  2.35794414  62.937768 1.611755e-03
## Seg2302.4               -2.989526  4.53787366  40.173085 1.620660e-03
## Seg2816.3               -9.653470  2.87693195  62.732364 1.621424e-03
## Seg4579.1                4.476684  4.74521862  40.107540 1.626488e-03
## Seg1585.10              -2.506980  4.24091393  40.087333 1.628290e-03
## Seg1263.4                2.807580  4.11966121  40.083641 1.628620e-03
## Seg1758.2               -2.181799  5.80951974  40.010366 1.635182e-03
## Seg434.6                 2.415655  3.70503161  40.003827 1.635770e-03
## Seg693.7                -9.081611  2.35102601  62.391896 1.637645e-03
## Seg265.1.1.57f48f79      8.526653  1.64912947  62.370000 1.638697e-03
## Seg1720.8               -9.156948  2.42133439  62.307988 1.641681e-03
## Seg1863.6               -2.269082  5.63585471  39.913702 1.643896e-03
## Seg5426.1               -3.077375  3.36166365  39.889600 1.646079e-03
## Seg239.3                 2.498254  6.11845805  39.863424 1.648455e-03
## Seg5642.1                2.252346  5.29071583  39.837849 1.650780e-03
## Seg236.2                -2.014252  4.33205093  39.798711 1.654348e-03
## Seg7944.1               -9.066383  2.33718166  61.835513 1.664690e-03
## Seg815.10.1.57f48f7e     8.494526  1.61830520  61.701486 1.671307e-03
## Seg920.2                -2.885346  5.86032337  39.600232 1.672611e-03
## Seg318.5                -9.119657  2.38503067  61.652017 1.673759e-03
## Seg3161.1                2.534186  3.33575694  39.577546 1.674717e-03
## Seg8949.1               -3.085894  4.40280494  39.555808 1.676738e-03
## Seg694.7                -9.373826  2.61734998  61.545248 1.679070e-03
## Seg1232.20              -9.102427  2.36941990  61.480108 1.682323e-03
## Seg159.7                -3.045563  3.07750502  39.458435 1.685833e-03
## Seg684.5                -3.739100  2.93897454  39.426084 1.688871e-03
## Seg1814.6                2.188353 11.28900323  39.333680 1.697589e-03
## Seg22845.1              -2.537027 10.65924852  39.238715 1.706615e-03
## Seg1441.2                2.366416  8.80997817  39.101628 1.719765e-03
## Seg1716.13               2.145739  5.47781727  39.009717 1.728662e-03
## Seg248.3                 2.404681  4.44518466  38.992345 1.730351e-03
## Seg1118.12.2.57f48f75    6.426709  3.62052488  38.976771 1.731867e-03
## Seg26.4                 -2.143609  4.89358020  38.935139 1.735929e-03
## Seg2390.2               -2.001124  6.14091004  38.912249 1.738168e-03
## Seg580.2.2.57f48f7c     -9.743677  2.96124645  60.330471 1.741349e-03
## Seg8852.2               -2.047314  5.35530093  38.862525 1.743046e-03
## Seg1739.11              -2.667905  4.93979847  38.856197 1.743668e-03
## Seg8.2                  -9.363407  2.60764737  60.281366 1.743940e-03
## Seg419.7                -2.345067  6.38594766  38.845901 1.744681e-03
## Seg4400.3               -9.017168  2.29262809  60.208933 1.747772e-03
## Seg1823.11               2.241953  4.23303509  38.754093 1.753751e-03
## Seg7799.1               -2.046222  8.09656077  38.746649 1.754489e-03
## Seg1430.21.1.57f48f76    3.820655  2.47032318  38.711737 1.757958e-03
## Seg2786.1               -2.196064  4.13908965  38.709219 1.758208e-03
## Seg3956.3               -9.065834  2.33605377  60.005554 1.758602e-03
## Seg3580.1                3.708852  2.65382076  38.674209 1.761697e-03
## Seg1095.5                2.308394  3.84028109  38.634325 1.765683e-03
## Seg8734.2               -2.290626  4.11244031  38.605860 1.768536e-03
## Seg5759.1               -9.019300  2.29550786  59.628365 1.778960e-03
## Seg1591.8                2.182102  5.89959519  38.494440 1.779766e-03
## Seg2025.6                3.642716  7.68462558  38.471120 1.782129e-03
## Seg675.14                6.464815  2.75129351  38.430367 1.786269e-03
## Seg652.6                -5.948959  4.05338687  38.399759 1.789387e-03
## Seg524.1                 2.794835  5.98328266  38.362193 1.793225e-03
## Seg329.1                -9.016758  2.29331910  59.240666 1.800260e-03
## Seg4630.1               -2.747556  3.38227918  38.280024 1.801661e-03
## Seg1526.8                2.888143  3.49851836  38.123196 1.817917e-03
## Seg2333.2               -9.076873  2.34851672  58.837982 1.822797e-03
## Seg2159.4               -9.145346  2.41123750  58.788398 1.825602e-03
## Seg1301.5                2.143966 11.51457772  38.049552 1.825623e-03
## Seg2674.1               -2.044150  5.82342191  37.978055 1.833148e-03
## Seg1422.5               -2.874921  3.19400862  37.954256 1.835662e-03
## Seg976.3                 8.341122  1.46888723  58.598489 1.836405e-03
## Seg6391.1                2.465151  6.84077305  37.893123 1.842144e-03
## Seg3961.2                8.310015  1.43839086  58.471317 1.843694e-03
## Seg172.15               -9.009927  2.28533143  58.331360 1.851766e-03
## Seg571.19.1.57f48f7c    -2.351401  3.49980051  37.793133 1.852815e-03
## Seg103.1                 4.538125  2.49177792  37.788044 1.853361e-03
## Seg1915.10              -2.215815  6.53799513  37.767560 1.855558e-03
## Seg2789.1                3.376056  4.31936864  37.743942 1.858097e-03
## Seg154.4                -2.223809  3.94967093  37.735549 1.859000e-03
## Seg1860.1                2.209072  9.93770999  37.717213 1.860976e-03
## Seg508.4                -8.979332  2.25790399  58.140480 1.862863e-03
## Seg1977.5                2.263330  3.57433185  37.697254 1.863130e-03
## Seg8567.1               -2.313105  5.42120933  37.648402 1.868417e-03
## Seg5509.3                2.124774  5.26493948  37.601459 1.873517e-03
## Seg269.2                -2.227928  4.40351871  37.577126 1.876168e-03
## Seg722.1.1.57f48f7d    -10.585507  3.76418834  57.713670 1.888043e-03
## Seg4009.1                8.242871  1.37327326  57.615594 1.893903e-03
## Seg418.2                 2.181345  7.61313055  37.338496 1.902454e-03
## Seg381.15               -9.019874  2.29669350  57.351284 1.909832e-03
## Seg1919.7               -3.385265  3.35951341  37.256831 1.911569e-03
## Seg724.12                2.089324  4.14184436  37.233537 1.914181e-03
## Seg743.2                -9.140680  2.40718143  57.188990 1.919714e-03
## Seg1852.5                2.084977  4.75792651  37.153686 1.923171e-03
## Seg1851.4.1.57f48f78    -8.923249  2.20792966  57.017011 1.930271e-03
## Seg671.4                -2.089076  4.72477106  37.085366 1.930910e-03
## Seg2655.4               -9.164869  2.42936535  56.991148 1.931866e-03
## Seg2006.9               -9.050178  2.32448834  56.782652 1.944799e-03
## Seg149.11                2.202452  8.03393075  36.952146 1.946128e-03
## Seg1799.5                2.011400  6.74537443  36.892456 1.953001e-03
## Seg2045.1               -9.101217  2.37115120  56.630569 1.954317e-03
## Seg1067.3.1.57f48f75    -9.974768  3.17878617  56.572649 1.957960e-03
## Seg1123.15              -2.506995  3.41783370  36.805990 1.963019e-03
## Seg6278.1               -2.649493  5.08098686  36.789334 1.964957e-03
## Seg13200.1               3.598407  2.73113091  36.779256 1.966131e-03
## Seg1867.5               -9.040862  2.31275563  56.373567 1.970562e-03
## Seg1000.9               -8.912358  2.19863385  56.259437 1.977842e-03
## Seg13228.1               3.373851  2.75278858  36.674398 1.978405e-03
## Seg3741.1               -8.899048  2.18606906  56.196198 1.981893e-03
## Seg6310.3                8.181306  1.31189661  56.036546 1.992178e-03
## Seg397.5                 3.577520  2.38086658  36.537066 1.994645e-03
## Seg3318.2               -8.928249  2.21338287  55.932552 1.998920e-03
## Seg826.6.3.57f48f7e     -8.960527  2.24288869  55.822795 2.006075e-03
## Seg3019.1                2.245649 10.51452918  36.399036 2.011158e-03
## Seg2500.5.2.57f48f79    -9.254445  2.50711038  55.680045 2.015438e-03
## Seg1659.14              -9.105229  2.37092920  55.503571 2.027105e-03
## Seg400.8                -2.263398  4.03106266  36.231590 2.031450e-03
## Seg1903.7               -8.880033  2.16862682  55.408054 2.033463e-03
## Seg2216.4               -2.013320  9.02668074  36.193327 2.036128e-03
## Seg1741.7               -9.122430  2.38654020  55.344950 2.037680e-03
## Seg2504.2               -8.981347  2.25890222  55.340247 2.037995e-03
## Seg1289.10              -9.557654  2.79199199  55.257396 2.043553e-03
## Seg2033.2               -8.957881  2.24062476  55.243931 2.044459e-03
## Seg2517.5                2.305008  3.86159912  36.038833 2.055170e-03
## Seg3996.1               -2.157180  5.27970296  36.033814 2.055793e-03
## Seg7397.1                2.846737  2.92486571  36.030155 2.056247e-03
## Seg624.3                 2.150413  4.29472221  35.912276 2.070957e-03
## Seg1524.11               2.580008 11.84804760  35.882149 2.074741e-03
## Seg703.1                -9.410849  2.65100824  54.731182 2.079399e-03
## Seg1474.5                8.269893  1.40085936  54.662949 2.084117e-03
## Seg2253.7               -9.658073  2.88084626  54.661229 2.084236e-03
## Seg4690.2.1.57f48f7b    -8.962151  2.24465261  54.649397 2.085056e-03
## Seg93.10.1.57f48f7e     -8.867735  2.15859718  54.570630 2.090527e-03
## Seg6822.1               -3.501071  5.08229916  35.700290 2.097788e-03
## Seg1757.4               -2.495933  5.22349552  35.697808 2.098105e-03
## Seg1275.7               -2.895184  4.67028533  35.678982 2.100511e-03
## Seg1953.1               -9.062152  2.33580077  54.421111 2.100971e-03
## Seg821.5                 2.510860  3.53008950  35.640336 2.105465e-03
## Seg974.2                -8.843674  2.13645288  54.345600 2.106276e-03
## Seg1507.11               2.462492  5.59903364  35.627306 2.107138e-03
## Seg1973.4                4.079472  6.00732767  35.610576 2.109290e-03
## Seg2767.1                8.030121  1.16627191  54.300815 2.109432e-03
## Seg947.5                -2.142525  5.52782690  35.579857 2.113250e-03
## Seg1080.6.1.57f48f75    -9.294484  2.54865895  54.190919 2.117207e-03
## Seg1873.4                4.319573  1.87026957  35.529530 2.119759e-03
## Seg2807.7                3.998027  2.08071367  35.507250 2.122649e-03
## Seg5853.1.2.57f48f7c     6.859713  2.64382382  35.482858 2.125820e-03
## Seg1845.3.1.57f48f78     3.123598  5.20262517  35.482706 2.125840e-03
## Seg2682.1.1.57f48f79     2.465232  4.18036904  35.439350 2.131493e-03
## Seg2876.3               -8.931572  2.21700106  53.920476 2.136526e-03
## Seg2447.5               -3.369646  3.15442587  35.398104 2.136891e-03
## Seg3980.2               -8.823908  2.11837011  53.728072 2.150434e-03
## Seg545.2                 2.504392  4.16844065  35.263663 2.154620e-03
## Seg407.1                 2.022053  3.89987886  35.199453 2.163160e-03
## Seg4458.1.2.57f48f7b    -9.149599  2.41579968  53.502578 2.166910e-03
## Seg1194.4                2.121316  4.67591470  35.057963 2.182150e-03
## Seg1943.2.2.57f48f78    -9.475286  2.71566710  53.237291 2.186541e-03
## Seg800.8                -2.011697  4.17680912  35.024522 2.186672e-03
## Seg420.4                -8.807503  2.10404473  53.179594 2.190846e-03
## Seg98.3                  2.124732  9.65053546  34.912250 2.201953e-03
## Seg3702.2                8.234359  1.36678220  52.985473 2.205426e-03
## Seg8468.1                2.008138  4.09697426  34.848379 2.210714e-03
## Seg2525.1.1.57f48f79    -2.868742  3.01821290  34.802641 2.217018e-03
## Seg572.2                 4.663750  2.87924287  34.794614 2.218127e-03
## Seg3307.3                9.177737  4.23005591  34.789330 2.218858e-03
## Seg1208.9               -2.098833  4.80645868  34.685410 2.233292e-03
## Seg4466.3                5.519605  6.79963026  34.588036 2.246938e-03
## Seg1195.1               -2.582738  3.67651942  34.564204 2.250296e-03
## Seg8838.3                4.287676  1.12206832  34.515358 2.257200e-03
## Seg1477.6                2.049850  4.41895672  34.476589 2.262701e-03
## Seg5068.2               -2.486960  3.39781778  34.475550 2.262849e-03
## Seg582.2                 7.710313  0.86540698  52.123614 2.271976e-03
## Seg144.5.1.57f48f76     -3.163997  4.01603964  34.376904 2.276934e-03
## Seg1634.10              -2.682768  4.37063421  34.360327 2.279313e-03
## Seg3963.3                7.974717  1.11666785  52.012031 2.280814e-03
## Seg4660.4                2.137778  6.62467059  34.341872 2.281966e-03
## Seg3483.1               -2.783860  3.42534054  34.291189 2.289274e-03
## Seg3078.4                4.136261  1.24853553  34.257197 2.294193e-03
## Seg4161.1                7.718170  0.87079277  51.833207 2.295089e-03
## Seg2326.6               -8.958488  2.24189548  51.770637 2.300116e-03
## Seg5776.1               -2.149850  3.75163258  34.211953 2.300764e-03
## Seg2390.1               -2.556903  5.00234410  34.206718 2.301526e-03
## Seg934.1.2.57f48f7e      8.163553  1.29851042  51.685946 2.306946e-03
## Seg2142.5               -2.475373  4.52875375  34.155015 2.309072e-03
## Seg231.7                -8.764366  2.06580451  51.535566 2.319151e-03
## Seg1734.5.1.57f48f77     2.055797  5.66859392  34.085211 2.319315e-03
## Seg3243.2               -8.749593  2.05190681  51.477440 2.323895e-03
## Seg358.7                -9.224100  2.48426181  51.398665 2.330347e-03
## Seg7.2                   8.259774  1.38622119  51.278186 2.340269e-03
## Seg2530.3                3.771603  2.95021282  33.913795 2.344742e-03
## Seg1670.4                2.232892  3.42796128  33.864145 2.352181e-03
## Seg652.7                -3.725789  3.08788960  33.854428 2.353640e-03
## Seg3239.3                7.555105  0.72086211  51.087519 2.356102e-03
## Seg2952.3                2.007022  4.48433645  33.809101 2.360466e-03
## Seg2996.2                7.559422  0.72371053  50.998448 2.363555e-03
## Seg1586.2                2.560588  3.03825439  33.756213 2.368466e-03
## Seg3545.1                3.615658  5.23367773  33.752434 2.369039e-03
## Seg800.7                -2.392417  4.76467301  33.732388 2.372083e-03
## Seg626.9                -8.990095  2.27077420  50.727997 2.386404e-03
## Seg349.12               -9.365234  2.61411949  50.632808 2.394526e-03
## Seg552.2                 3.253879  4.15725171  33.582729 2.394979e-03
## Seg4087.5               -8.852493  2.14611017  50.511202 2.404964e-03
## Seg1597.11               4.237748  0.69380241  33.404768 2.422614e-03
## Seg1723.2                2.288811  3.31332006  33.365282 2.428807e-03
## Seg10.1                  2.160260  3.98465530  33.346121 2.431820e-03
## Seg3147.1               -8.931160  2.21272320  50.136921 2.437527e-03
## Seg5378.3               -2.228197  4.63726239  33.280076 2.442246e-03
## Seg1904.1.1.57f48f78    -9.695191  2.92042375  50.077738 2.442737e-03
## Seg255.8.2.57f48f79     -2.162020  5.41981062  33.270566 2.443753e-03
## Seg3734.3                7.496430  0.66758239  50.041914 2.445899e-03
## Seg550.3                 7.722086  0.87348406  50.026368 2.447273e-03
## Seg6811.1               -2.558680  4.96546659  33.191530 2.456324e-03
## Seg2129.1                2.226330  4.42775418  33.177927 2.458497e-03
## Seg1217.3               -8.853753  2.14325087  49.880704 2.460206e-03
## Seg2063.5.2.57f48f79    -8.801340  2.09649916  49.840199 2.463821e-03
## Seg2919.3               -3.844477  4.72436930  33.106750 2.469911e-03
## Seg2553.1               -8.796417  2.09563293  49.752676 2.471659e-03
## Seg1585.6               -9.406378  2.65216356  49.686027 2.477653e-03
## Seg994.2                -8.686068  1.99507024  49.600729 2.485357e-03
## Seg183.2.1.57f48f78      8.872843  1.99397784  49.529721 2.491798e-03
## Seg7216.1               -2.469965  4.25556056  32.941969 2.496625e-03
## Seg2517.1               -8.679673  1.98973868  49.451788 2.498896e-03
## Seg1470.10              -2.481243  5.50754436  32.895710 2.504198e-03
## Seg2316.3                7.799001  0.95040576  49.392252 2.504340e-03
## Seg1963.3               -8.846284  2.13645578  49.369666 2.506410e-03
## Seg1053.2               -8.907081  2.19088523  49.100153 2.531310e-03
## Seg1082.3                2.570721 12.25139084  32.713248 2.534386e-03
## Seg1988.5                3.334496  2.32383514  32.707065 2.535418e-03
## Seg7338.1                7.319742  0.50554024  48.983859 2.542171e-03
## Seg1489.3                2.435856  6.22188433  32.659897 2.543310e-03
## Seg4942.1               -5.663263  3.39982416  32.652640 2.544528e-03
## Seg1677.3.2.57f48f77    -8.807228  2.10148393  48.903477 2.549720e-03
## Seg2398.1               -8.764065  2.06308453  48.842260 2.555491e-03
## Seg6465.1               -2.923316  3.08101670  32.545652 2.562570e-03
## Seg2087.4               -2.762801  3.70586414  32.498281 2.570617e-03
## Seg396.5                -8.661545  1.97409618  48.672835 2.571569e-03
## Seg2348.6               -8.675253  1.98661089  48.650134 2.573735e-03
## Seg7865.1.1.57f48f7e    -8.933851  2.22011105  48.592987 2.579200e-03
## Seg1178.10.1.57f48f75   -9.092119  2.36390003  48.566150 2.581772e-03
## Seg164.6                -8.774849  2.07655484  48.433287 2.594565e-03
## Seg1770.3               -8.774849  2.07655484  48.433287 2.594565e-03
## Seg508.4.1.57f48f7c      6.313483  2.59666737  32.348491 2.596297e-03
## Seg1033.8               -8.759036  2.06231624  48.404928 2.597308e-03
## Seg123.1                -2.083161  4.98722638  32.292283 2.606027e-03
## Seg2060.4                2.703062  3.30080787  32.286926 2.606957e-03
## Seg154.8                 7.168982  9.39471868  32.242780 2.614639e-03
## Seg19800.1              -2.171219  5.01186135  32.239289 2.615248e-03
## Seg5314.1                6.060610  3.25007772  32.201621 2.621830e-03
## Seg1658.23              -2.423945  5.37531052  32.188885 2.624061e-03
## Seg4479.1               -3.072455  3.74119492  32.131803 2.634093e-03
## Seg6368.1               -2.109320  3.70897567  32.126035 2.635109e-03
## Seg1552.2               -2.195300  4.20099037  32.108604 2.638185e-03
## Seg1279.9               -8.628348  1.94365327  47.971147 2.639822e-03
## Seg1161.2.1.57f48f75    -8.632483  1.94825773  47.920316 2.644873e-03
## Seg5859.2               -2.518972  4.09165405  32.056828 2.647351e-03
## Seg1031.1                8.805640  1.92771924  47.859234 2.650962e-03
## Seg1012.6               -8.823643  2.11586614  47.802730 2.656613e-03
## Seg2722.1               -8.795290  2.09515418  47.719983 2.664923e-03
## Seg675.17                7.177720  0.38086041  47.695934 2.667346e-03
## Seg5572.1                2.857018  3.32517308  31.932496 2.669547e-03
## Seg422.11               -8.629170  1.94551424  47.641419 2.672850e-03
## Seg2149.3                2.734492  3.40275313  31.808615 2.691925e-03
## Seg1730.11              -2.019962  5.81503006  31.798568 2.693751e-03
## Seg87.2                  2.133098  5.67416952  31.778348 2.697432e-03
## Seg226.3                 8.007031 10.44072640  31.761204 2.700559e-03
## Seg2092.9                2.079141  4.01423328  31.734178 2.705499e-03
## Seg665.4                -4.434974  2.64656361  31.722143 2.707702e-03
## Seg140.4                 4.142788  0.18999957  31.699870 2.711787e-03
## Seg8218.1                4.142788  0.18999957  31.699870 2.711787e-03
## Seg2251.3.1.57f48f79    -8.648512  1.96327893  47.207844 2.717245e-03
## Seg1723.1                7.324704  0.50861786  47.188069 2.719296e-03
## Seg5063.5                7.324704  0.50861786  47.188069 2.719296e-03
## Seg6512.1                4.722586  1.18492498  31.623374 2.725884e-03
## Seg2982.2               -8.744950  2.05002385  47.066086 2.732003e-03
## Seg6027.1                7.309783  0.49938371  47.010737 2.737799e-03
## Seg2005.4               -2.125467  4.77770145  31.519672 2.745160e-03
## Seg1492.3                2.454566 11.66197952  31.515196 2.745997e-03
## Seg2366.3                3.540133  2.80656971  31.504569 2.747984e-03
## Seg3667.2               -2.330201  3.27778185  31.462231 2.755920e-03
## Seg2277.2               -8.604933  1.92428182  46.819109 2.758009e-03
## Seg3324.2               -8.572544  1.89510305  46.809055 2.759076e-03
## Seg384.4                -8.674891  1.98353089  46.808062 2.759181e-03
## Seg3778.2               -8.568215  1.89027066  46.775843 2.762604e-03
## Seg6608.1               -8.838193  2.13402633  46.738861 2.766540e-03
## Seg1430.9               -8.645236  1.96056399  46.719629 2.768590e-03
## Seg7457.2                4.590108  3.08128070  31.375857 2.772213e-03
## Seg1270.3               -2.429455  3.24813828  31.358738 2.775458e-03
## Seg1000.4.2.57f48f75    -8.963808  2.24156054  46.632504 2.777908e-03
## Seg1090.1               -2.037254  6.01570878  31.295809 2.787434e-03
## Seg229.8                -2.190498  5.40815407  31.276417 2.791140e-03
## Seg2290.1               -8.542919  1.86816494  46.450445 2.797534e-03
## Seg2524.1               -8.535871  1.86237754  46.341297 2.809402e-03
## Seg2501.4               -8.779117  2.07579097  46.297636 2.814170e-03
## Seg1734.5               -8.565637  1.88941948  46.286585 2.815379e-03
## Seg1394.12               7.026292  0.24932826  46.269818 2.817215e-03
## Seg2279.1                7.026292  0.24932826  46.269818 2.817215e-03
## Seg6817.1                3.605614  4.14988167  31.128814 2.819571e-03
## Seg4689.1               -9.124752  2.39395163  46.061298 2.840198e-03
## Seg1052.5               -8.524313  1.85156609  46.059947 2.840347e-03
## Seg1347.5                3.396614  2.94647111  31.005330 2.843673e-03
## Seg3782.3               -2.548709  3.72325773  30.990819 2.846524e-03
## Seg918.3.1.57f48f7e      2.607328  3.29384890  30.939062 2.856727e-03
## Seg5340.2               -8.657923  1.96824371  45.902853 2.857852e-03
## Seg4450.1               -8.842747  2.13255598  45.897490 2.858453e-03
## Seg16297.1              -2.073630  3.65102157  30.923396 2.859826e-03
## Seg2124.5               -8.597745  1.91528515  45.784915 2.871102e-03
## Seg606.4                 5.680825  0.74607574  30.848960 2.874613e-03
## Seg402.2                 8.007326  1.14959189  45.747063 2.875374e-03
## Seg800.14                2.187433 10.26665817  30.842814 2.875839e-03
## Seg1600.7               -8.518497  1.84612415  45.741579 2.875994e-03
## Seg2080.5_Seg2080.7     -8.500518  1.83140444  45.688988 2.881948e-03
## Seg1721.13               3.590746  3.96119654  30.809604 2.882475e-03
## Seg532.5                 2.366097  4.93577407  30.803916 2.883614e-03
## Seg1574.23              -8.953795  2.23864026  45.639345 2.887585e-03
## Seg1131.9                7.839529  0.98985702  45.541346 2.898763e-03
## Seg8230.2                6.420971  4.66486732  30.712267 2.902051e-03
## Seg187.10                2.577856  3.93238078  30.704061 2.903710e-03
## Seg367.7                -8.509063  1.83771250  45.493350 2.904262e-03
## Seg3612.1               -8.531022  1.85906288  45.463843 2.907650e-03
## Seg3589.9                7.430655  0.60951595  45.459517 2.908147e-03
## Seg2056.10              -9.138404  2.39990170  45.404126 2.914526e-03
## Seg647.4                -3.202219  3.57469332  30.649047 2.914866e-03
## Seg1950.2               -3.324881  3.30567400  30.636038 2.917513e-03
## Seg17787.1               7.172324  0.37765785  45.347515 2.921067e-03
## Seg55.5                  3.105477  2.81802787  30.597454 2.925384e-03
## Seg1095.18              -2.327889  3.65950114  30.566705 2.931678e-03
## Seg11296.3               6.663048  6.57428121  30.510977 2.943134e-03
## Seg1582.13              -8.469338  1.80314490  45.132879 2.946070e-03
## Seg2092.1                2.189850  8.57891852  30.485811 2.948328e-03
## Seg1784.13               6.863554  0.10973261  45.096082 2.950389e-03
## Seg301.3                -8.458214  1.79408269  45.047398 2.956119e-03
## Seg1261.6               -8.464281  1.79974110  44.997095 2.962056e-03
## Seg168.2                -8.452119  1.78839775  44.973446 2.964854e-03
## Seg784.7                -2.248891  6.57168067  30.386971 2.968854e-03
## Seg803.4                -2.005437  6.70252024  30.364245 2.973602e-03
## Seg4031.1               -8.476710  1.80916045  44.887235 2.975087e-03
## Seg4739.1                3.485425  2.29926414  30.351149 2.976343e-03
## Seg93.6                 -8.470322  1.80537325  44.826450 2.982334e-03
## Seg1250.2               -8.438472  1.77656993  44.759568 2.990340e-03
## Seg436.3                -2.164714  3.60472910  30.239273 2.999905e-03
## Seg5714.1               -8.523921  1.85324902  44.622792 3.006813e-03
## Seg1026.2                2.093089  3.61244879  30.184636 3.011507e-03
## Seg2465.5.1.57f48f79     7.698469  0.85732042  44.582771 3.011659e-03
## Seg1064.1                6.857113  0.10626434  44.579392 3.012069e-03
## Seg9651.1                6.857113  0.10626434  44.579392 3.012069e-03
## Seg164.15.1.57f48f77   -11.142987  4.30299788  44.572957 3.012850e-03
## Seg4454.2               -8.447008  1.78497349  44.399646 3.033987e-03
## Seg675.16                6.767854  0.03157282  44.393025 3.034799e-03
## Seg821.11                6.767854  0.03157282  44.393025 3.034799e-03
## Seg68.8                 -9.580995  2.81431613  44.387442 3.035484e-03
## Seg1076.5.2.57f48f75     7.038006  0.25599428  44.280229 3.048683e-03
## Seg3794.3               -2.176072  3.75956729  29.994518 3.052379e-03
## Seg984.14                2.113602 11.14641242  29.944873 3.063181e-03
## Seg499.1                -3.204428  4.03782174  29.926900 3.067105e-03
## Seg2858.2               -8.416018  1.75609302  44.093400 3.071892e-03
## Seg267.2                -8.548232  1.87512887  44.043787 3.078101e-03
## Seg539.8                 2.218185  3.29160313  29.840263 3.086119e-03
## Seg1528.6                6.345067  3.29504918  29.836261 3.087002e-03
## Seg1177.4               -8.552535  1.87477407  43.948860 3.090033e-03
## Seg2841.3               -8.413235  1.75536054  43.909563 3.094994e-03
## Seg3759.1                4.108394  1.44023201  29.755895 3.104797e-03
## Seg1225.7               -8.577681  1.89681601  43.818672 3.106513e-03
## Seg4330.1               -8.948476  2.23410512  43.794168 3.109630e-03
## Seg2036.12              -2.791424  3.40935031  29.659734 3.126280e-03
## Seg2113.5.1.57f48f79    -9.027562  2.29883279  43.658176 3.127014e-03
## Seg230.13               -3.050039  2.75998857  29.655891 3.127143e-03
## Seg1266.1.1.57f48f76    -8.530499  1.85530974  43.610804 3.133104e-03
## Seg1127.5               -8.409395  1.75225507  43.576687 3.137501e-03
## Seg115.7                -8.556027  1.87765335  43.479227 3.150115e-03
## Seg2410.1               -8.441222  1.77732483  43.422181 3.157534e-03
## Seg1256.2               -2.313637  4.85659349  29.516585 3.158653e-03
## Seg2726.5                7.572317  0.73225051  43.409127 3.159235e-03
## Seg878.4                 2.113632  3.42993883  29.445221 3.174969e-03
## Seg3906.1                2.320961  5.94250630  29.404629 3.184302e-03
## Seg1480.2               -8.425733  1.76698400  43.201758 3.186451e-03
## Seg1531.7               -3.111651  3.77501005  29.345996 3.197853e-03
## Seg1458.4               -8.417409  1.75645998  43.082282 3.202294e-03
## Seg18513.1              -3.319789  2.57768261  29.324927 3.202742e-03
## Seg1426.8               -3.117818  3.12714211  29.321547 3.203528e-03
## Seg1574.2               -2.543266  3.77696688  29.292598 3.210265e-03
## Seg4519.1               -2.351083  3.28698605  29.254090 3.219258e-03
## Seg4876.3               -8.531939  1.86113397  42.868355 3.230962e-03
## Seg2460.1               -8.315104  1.66911264  42.825435 3.236760e-03
## Seg1338.11              -8.659898  1.97498043  42.792115 3.241273e-03
## Seg3190.5               -8.331405  1.68218812  42.784851 3.242258e-03
## Seg5464.1.1.57f48f7c     6.917424  8.06313104  29.114414 3.252179e-03
## Seg5567.4                3.917554  5.08672073  29.109875 3.253256e-03
## Seg1379.12               3.074993  5.87515036  29.105183 3.254371e-03
## Seg1013.7               -2.371263  5.74483045  29.102826 3.254931e-03
## Seg2063.5.1.57f48f79     8.431806  1.55203749  42.689202 3.255271e-03
## Seg1814.7               -8.350105  1.69806428  42.664258 3.258678e-03
## Seg1741.9.4.57f48f78    -8.451758  1.79028463  42.628373 3.263588e-03
## Seg444.14                2.248859  3.71532157  28.995145 3.280668e-03
## Seg4724.1               -2.179655  5.44483105  28.989573 3.282007e-03
## Seg4496.1                3.207636  7.13750482  28.978988 3.284554e-03
## Seg5067.1               -8.586711  1.90987937  42.457103 3.287181e-03
## Seg2002.12              -8.289114  1.64659660  42.428482 3.291149e-03
## Seg395.5                -9.370072  2.61922614  42.426733 3.291391e-03
## Seg50.14                -3.592064  7.68912277  28.926135 3.297313e-03
## Seg1422.4               -2.046776  4.34331701  28.896374 3.304528e-03
## Seg2626.1.1.57f48f79    -8.734564  2.04185081  42.328198 3.305109e-03
## Seg1702.4               -8.309819  1.66316085  42.254971 3.315360e-03
## Seg1688.3.1.57f48f77    -8.284940  1.64326526  42.247213 3.316448e-03
## Seg1372.16              -2.386135  3.08433003  28.837095 3.318966e-03
## Seg151.1                -8.408000  1.75189129  42.185628 3.325111e-03
## Seg5671.1               -2.228247  7.42576475  28.809439 3.325733e-03
## Seg2544.4.11.57f48f79   -8.294753  1.65022424  42.173517 3.326819e-03
## Seg1477.5                2.282449  3.10695830  28.777706 3.333521e-03
## Seg824.18               -8.262649  1.62371269  42.027511 3.347511e-03
## Seg3150.1.1.57f48f7a     2.024226  4.94888010  28.687794 3.355728e-03
## Seg3827.2               -8.269620  1.63016565  41.917376 3.363249e-03
## Seg3511.1               -9.133194  2.39474438  41.916145 3.363426e-03
## Seg1262.5               -8.565230  1.89098676  41.894345 3.366554e-03
## Seg593.14                4.168795  3.88433008  28.640768 3.367426e-03
## Seg3875.3               -2.102799  4.37495434  28.606218 3.376058e-03
## Seg838.1                -8.875983  2.16896740  41.824642 3.376588e-03
## Seg1450.16              -8.352362  1.70315527  41.753322 3.386902e-03
## Seg9950.1               -2.166099  3.69405343  28.556810 3.388456e-03
## Seg1595.3               -8.578964  1.89724534  41.742193 3.388515e-03
## Seg2546.1               -8.362870  1.71240405  41.734756 3.389594e-03
## Seg1889.4               -8.298629  1.65594069  41.733896 3.389719e-03
## Seg1891.14               6.030503  2.68475645  28.545582 3.391282e-03
## Seg6658.1               -8.347535  1.69516815  41.696108 3.395210e-03
## Seg3305.2                2.047388  5.64635647  28.527008 3.395965e-03
## Seg650.14.1.57f48f7d     2.915859  5.66490168  28.522938 3.396992e-03
## Seg3117.1.1.57f48f7a    -9.761300  2.98264150  41.682511 3.397189e-03
## Seg15961.1              -8.383658  1.73071478  41.678140 3.397826e-03
## Seg1914.1               -8.805542  2.10562932  41.674665 3.398332e-03
## Seg487.5                -8.362070  1.70771359  41.666275 3.399555e-03
## Seg2192.8.1.57f48f79    -8.592246  1.91504556  41.636236 3.403938e-03
## Seg202.2                -8.531813  1.85572324  41.629325 3.404947e-03
## Seg3141.6               -2.429449  3.29207801  28.484319 3.406763e-03
## Seg647.3                -4.223548  2.75393476  28.379134 3.433576e-03
## Seg4944.1               -8.534165  1.86361156  41.409498 3.437301e-03
## Seg511.2                -8.231363  1.59701792  41.409155 3.437352e-03
## Seg1712.8               -2.440613  3.25229645  28.350547 3.440914e-03
## Seg186.11               -8.212612  1.58026664  41.363578 3.444118e-03
## Seg1425.2                2.478971  3.47980895  28.326582 3.447084e-03
## Seg219.3                -8.219837  1.58694236  41.316786 3.451086e-03
## Seg2525.3               -8.294483  1.65263251  41.287644 3.455437e-03
## Seg2306.3               -8.366038  1.71091836  41.226476 3.464596e-03
## Seg1533.2                3.051527  2.40442255  28.257304 3.465006e-03
## Seg2475.6               -8.208218  1.57679086  41.212215 3.466736e-03
## Seg1870.6.1.57f48f78     8.731063  1.85495102  41.212124 3.466750e-03
## Seg1450.12              -8.238491  1.60360385  41.171970 3.472788e-03
## Seg6.6.1.57f48f7c        5.512102  0.59279123  28.208371 3.477745e-03
## Seg658.8                -8.379743  1.72756337  41.071084 3.488029e-03
## Seg505.2                -8.281015  1.63746402  41.023756 3.495214e-03
## Seg2871.2                2.838142  2.62326003  28.132240 3.497696e-03
## Seg453.13.1.57f48f7b    -8.579875  1.90426164  40.960482 3.504856e-03
## Seg1780.4               -8.579875  1.90426164  40.960482 3.504856e-03
## Seg292.4                -2.046395  3.54885790  28.060513 3.516641e-03
## Seg859.8                -8.177282  1.54941462  40.873481 3.518178e-03
## Seg1516.9.1.57f48f76   -10.499019  3.67854483  40.873094 3.518238e-03
## Seg9503.1                5.552085  0.63390278  28.050600 3.519271e-03
## Seg7695.2               -8.202473  1.57030341  40.838322 3.523584e-03
## Seg1118.9               -8.290325  1.64931821  40.775834 3.533223e-03
## Seg1300.5               -2.170736  3.91411730  27.970363 3.540659e-03
## Seg564.3                -5.688811  2.03749587  27.943003 3.547994e-03
## Seg442.4                -8.238720  1.60098177  40.675281 3.548819e-03
## Seg1058.4               -8.175724  1.54919007  40.549107 3.568536e-03
## Seg1723.5               -8.148659  1.52485113  40.488968 3.577993e-03
## Seg7335.1               -2.774661  3.57105750  27.787035 3.590222e-03
## Seg823.5                -8.157793  1.53203323  40.376518 3.595778e-03
## Seg1363.21              -8.426430  1.76303572  40.343336 3.601052e-03
## Seg7733.2               -2.235418  3.74674267  27.719410 3.608752e-03
## Seg1617.9               -8.396416  1.74254736  40.270786 3.612623e-03
## Seg1452.3               -8.275070  1.63629155  40.238618 3.617772e-03
## Seg7227.2               -8.297158  1.65563497  40.157632 3.630785e-03
## Seg6089.1               -2.270357  3.17608257  27.627066 3.634275e-03
## Seg1298.3                2.011939  8.76008203  27.608336 3.639483e-03
## Seg169.10               -8.119458  1.49984723  40.100501 3.640007e-03
## Seg1741.6               -8.119458  1.49984723  40.100501 3.640007e-03
## Seg5676.3               -8.124121  1.50349912  40.096861 3.640596e-03
## Seg1370.7               -8.684015  1.99717589  40.065825 3.645622e-03
## Seg1064.14               3.852869  1.26132093  27.582941 3.646561e-03
## Seg873.10                9.189351  2.30059047  40.012434 3.654293e-03
## Seg372.1                -8.517718  1.84951625  39.969010 3.661369e-03
## Seg1757.3               -8.166874  1.53918702  39.951535 3.664222e-03
## Seg1701.7                2.042370  4.70006177  27.503867 3.668725e-03
## Seg2544.4.8.57f48f79    -8.106990  1.48901658  39.916758 3.669911e-03
## Seg6458.1               -8.150237  1.52505433  39.907492 3.671428e-03
## Seg836.5                 2.105541  3.50752891  27.480503 3.675311e-03
## Seg2101.9               -8.178659  1.55249886  39.826133 3.684797e-03
## Seg1837.6.2.57f48f78    -9.131760  2.39318829  39.825516 3.684899e-03
## Seg1898.8               -8.166705  1.54209735  39.814471 3.686719e-03
## Seg2544.4.13.57f48f79   -8.213935  1.58323019  39.806992 3.687953e-03
## Seg788.1                -8.361444  1.71206286  39.783373 3.691853e-03
## Seg3344.1               -8.361444  1.71206286  39.783373 3.691853e-03
## Seg667.1                -8.612074  1.93317784  39.749153 3.697515e-03
## Seg2129.9               -8.443970  1.77808166  39.616407 3.719602e-03
## Seg1329.7                8.730037  9.46918165  27.293033 3.728761e-03
## Seg1348.8.2.57f48f76    -8.121056  1.50002705  39.549413 3.730826e-03
## Seg1549.11               2.550254  3.03872098  27.276586 3.733502e-03
## Seg2928.4               -8.646856  1.96419354  39.472061 3.743849e-03
## Seg2174.5                2.204401  3.33749233  27.223038 3.748999e-03
## Seg1668.12               2.445431  3.14461921  27.217075 3.750730e-03
## Seg1662.7               -2.111268  6.63132085  27.198717 3.756068e-03
## Seg1885.8                3.350078  4.48499271  27.179090 3.761785e-03
## Seg868.10               -8.471063  1.80168714  39.340916 3.766087e-03
## Seg13343.1              -8.125586  1.50677106  39.317755 3.770035e-03
## Seg4124.2               -8.186058  1.55931125  39.296151 3.773723e-03
## Seg39.7                 -8.125717  1.50368249  39.268674 3.778422e-03
## Seg2847.4               -8.209547  1.57976679  39.229425 3.785150e-03
## Seg3693.2                3.647719  3.81968533  27.096119 3.786094e-03
## Seg1969.4               -8.046218  1.43720346  39.176171 3.794308e-03
## Seg6106.1               -8.367464  1.71126051  39.160369 3.797032e-03
## Seg797.9                -8.935094  2.22271370  39.111079 3.805547e-03
## Seg1724.7               -8.661601  1.96960098  39.106261 3.806381e-03
## Seg446.6                -8.381807  1.72367956  39.031512 3.819355e-03
## Seg7205.1               -8.240235  1.60124911  38.993095 3.826049e-03
## Seg3205.1               -8.036379  1.42958037  38.949646 3.833641e-03
## Seg474.6.3.57f48f7b     -8.096028  1.47825609  38.912153 3.840211e-03
## Seg246.1                 2.880864  2.63466436  26.904345 3.843138e-03
## Seg1631.1                2.220274  3.08342749  26.849894 3.859555e-03
## Seg2614.2                2.006951  4.93021901  26.839042 3.862839e-03
## Seg287.5                -8.009831  1.40668263  38.759066 3.867214e-03
## Seg68.6                 -2.433051  4.06412694  26.795657 3.876007e-03
## Seg415.1                -8.193416  1.56608484  38.644335 3.887642e-03
## Seg1576.6               -7.996370  1.39508474  38.639958 3.888425e-03
## Seg1634.12              -2.430422  3.37094332  26.732452 3.895305e-03
## Seg1421.4.1.57f48f76    -8.536666  1.85905534  38.591557 3.897095e-03
## Seg2129.10              -8.205147  1.57629677  38.587372 3.897846e-03
## Seg376.4                -8.004800  1.40280238  38.579377 3.899281e-03
## Seg2530.4                3.049887  3.40170923  26.711109 3.901852e-03
## Seg2066.13              -8.228325  1.59649190  38.456235 3.921490e-03
## Seg1750.1.1.57f48f78    -2.194048  5.24392575  26.627385 3.927686e-03
## Seg1741.2                2.041015  6.72842090  26.618059 3.930579e-03
## Seg571.13.1.57f48f7c    -8.065647  1.45571778  38.340610 3.942520e-03
## Seg8756.1               -8.103774  1.48867898  38.309633 3.948183e-03
## Seg8951.1               -8.103774  1.48867898  38.309633 3.948183e-03
## Seg1517.3                2.102365  3.48423454  26.555885 3.949940e-03
## Seg34.5                 -8.399890  1.73914322  38.247374 3.959602e-03
## Seg442.2                -8.052761  1.44112297  38.236478 3.961606e-03
## Seg1740.9                2.215926  3.19546417  26.427879 3.990229e-03
## Seg980.1                -8.374401  1.72405843  38.058064 3.994635e-03
## Seg934.3.1.57f48f7e      3.183254  5.44508199  26.409598 3.996030e-03
## Seg1784.12              -7.944750  1.35166489  38.039307 3.998132e-03
## Seg2299.6                7.089679 10.91486573  26.355359 4.013312e-03
## Seg2612.5               -8.384744  1.73315405  37.953016 4.014279e-03
## Seg1290.4               -7.984469  1.38343839  37.946929 4.015422e-03
## Seg4278.1               -8.021513  1.41450892  37.934772 4.017705e-03
## Seg152.4                -8.008159  1.40660175  37.929359 4.018723e-03
## Seg4679.3                4.077283  1.19958615  26.312066 4.027183e-03
## Seg2876.2               -8.306611  1.66489249  37.854743 4.032789e-03
## Seg4911.1               -8.060802  1.45196123  37.814207 4.040462e-03
## Seg2406.3.1.57f48f79    -8.212405  1.58297809  37.805368 4.042138e-03
## Seg3165.3                2.148632  4.30778681  26.223539 4.055757e-03
## Seg249.12               -8.223980  1.59306030  37.721303 4.058132e-03
## Seg12743.1              -7.902055  1.31509385  37.667420 4.068433e-03
## Seg6382.1               -8.111576  1.49583664  37.652085 4.071373e-03
## Seg33.1                 -8.566111  1.89297165  37.643779 4.072966e-03
## Seg462.1                -2.636051  3.22792455  26.149779 4.079785e-03
## Seg3117.5                2.453743  3.11229452  26.130562 4.086078e-03
## Seg387.9                -2.555505  3.07613987  26.117969 4.090209e-03
## Seg6947.2               -7.912810  1.32329185  37.542277 4.092514e-03
## Seg7370.1               -8.246855  1.61300210  37.540957 4.092769e-03
## Seg395.8                -7.975964  1.37939773  37.490422 4.102555e-03
## Seg7006.1               -7.975964  1.37939773  37.490422 4.102555e-03
## Seg814.1                -7.920038  1.33148091  37.461590 4.108155e-03
## Seg2212.3               -2.176836  4.59404601  26.028885 4.119604e-03
## Seg190.12               -8.435368  1.77774367  37.401665 4.119830e-03
## Seg7370.2               -8.016514  1.41423935  37.391918 4.121734e-03
## Seg2299.7               -8.160608  1.53832595  37.383196 4.123439e-03
## Seg2599.1               -7.937663  1.34362830  37.337908 4.132307e-03
## Seg366.8                -7.956910  1.35969648  37.324527 4.134934e-03
## Seg1817.12              -7.867353  1.28596225  37.316987 4.136414e-03
## Seg2175.7                5.767112  5.43877092  25.964886 4.140906e-03
## Seg271.2                -9.062851  2.33866807  37.242378 4.151111e-03
## Seg493.2                -7.994660  1.39130096  37.232765 4.153010e-03
## Seg1055.1                3.604592  0.78992653  25.902124 4.161948e-03
## Seg1914.5                3.656508  1.08668148  25.899513 4.162826e-03
## Seg1372.5               -8.013175  1.40684496  37.158574 4.167713e-03
## Seg1807.2               -2.475636  6.47116092  25.878728 4.169831e-03
## Seg1779.8                3.622581  2.59165748  25.878522 4.169900e-03
## Seg2162.8                3.491409  1.87219000  25.868786 4.173187e-03
## Seg2544.4.7.57f48f79    -8.196309  1.56933679  37.126501 4.174094e-03
## Seg1881.1               -7.914700  1.32741522  37.069132 4.185545e-03
## Seg235.2                -7.900317  1.31512962  37.065158 4.186340e-03
## Seg2921.3               -7.900317  1.31512962  37.065158 4.186340e-03
## Seg5750.3                2.779415  2.40745703  25.807900 4.193823e-03
## Seg2532.2.1.57f48f79    -9.196501  2.46045516  37.026373 4.194110e-03
## Seg3522.1               -8.094313  1.48131643  37.026035 4.194178e-03
## Seg1809.5               -7.956997  1.36360647  37.007544 4.197890e-03
## Seg651.2                -7.837438  1.26046167  36.983645 4.202696e-03
## Seg236.10               -7.942928  1.34766435  36.981052 4.203218e-03
## Seg4483.1               -7.942928  1.34766435  36.981052 4.203218e-03
## Seg2864.7               -7.831797  1.25620429  36.959695 4.207520e-03
## Seg4277.3                2.042756  3.92711211  25.747291 4.214509e-03
## Seg93.7.1.57f48f7e     -10.272455  3.46128412  36.895029 4.220588e-03
## Seg1177.8               -8.225942  1.58796839  36.841784 4.231395e-03
## Seg887.4                 2.192643  3.80741611  25.692045 4.233491e-03
## Seg1159.8               -7.826136  1.25193735  36.818738 4.236085e-03
## Seg1485.7               -7.816542  1.24323179  36.809766 4.237913e-03
## Seg4406.2               -8.011508  1.41038421  36.784557 4.243056e-03
## Seg49.4                  2.237419  4.28708755  25.664185 4.243109e-03
## Seg1664.1                4.670714  1.52827754  25.657141 4.245546e-03
## Seg4445.2.1.57f48f7b    -8.024816  1.42182751  36.708528 4.258625e-03
## Seg1474.5.2.57f48f76    -8.368890  1.71160315  36.657520 4.269119e-03
## Seg679.11               -7.801122  1.23013072  36.638072 4.273131e-03
## Seg1475.1               -7.880327  1.29858998  36.624334 4.275968e-03
## Seg1712.9               -7.850706  1.27336970  36.621815 4.276488e-03
## Seg281.7                 2.379735  3.34972591  25.552027 4.282144e-03
## Seg1123.8               -2.448798  4.48656662  25.531229 4.289438e-03
## Seg319.13               -5.198236  2.93357050  25.516790 4.294513e-03
## Seg229.11               -8.168099  1.54520559  36.519698 4.297671e-03
## Seg860.3                 2.662562  2.88136553  25.506912 4.297989e-03
## Seg1113.3               -2.789624  4.18062612  25.492688 4.303002e-03
## Seg187.2                -7.937781  1.34763994  36.482333 4.305461e-03
## Seg685.11               -8.356042  1.70853697  36.468837 4.308281e-03
## Seg1649.3                5.848190  2.13169143  25.475855 4.308944e-03
## Seg1641.12              -7.785533  1.21689839  36.443530 4.313575e-03
## Seg1284.11              -7.789547  1.22144307  36.429508 4.316512e-03
## Seg5655.3               -2.221329  4.51988280  25.449631 4.318226e-03
## Seg1020.3               -7.833577  1.25608146  36.394066 4.323951e-03
## Seg142.5                -7.812616  1.23877900  36.370597 4.328887e-03
## Seg797.7                -3.543914  1.86982452  25.389528 4.339606e-03
## Seg3085.3               -7.979401  1.38327881  36.274243 4.349244e-03
## Seg1346.2                6.757335  6.28396858  25.342318 4.356504e-03
## Seg639.4                -7.799325  1.23029481  36.170598 4.371304e-03
## Seg5386.1               -3.913401  2.16531095  25.291744 4.374710e-03
## Seg1439.10               3.835100  3.02655467  25.275179 4.380697e-03
## Seg5115.2               -8.114661  1.49930997  36.099994 4.386430e-03
## Seg5022.3               -8.023179  1.41459920  36.081311 4.390446e-03
## Seg3742.1                2.075303  3.90276175  25.235291 4.395160e-03
## Seg415.2                -7.839215  1.26034541  36.041003 4.399128e-03
## Seg4235.1               -8.476105  1.80510078  36.035303 4.400358e-03
## Seg1687.6                2.194663  6.52677531  25.178393 4.415908e-03
## Seg564.5                -7.731685  1.17189435  35.882414 4.433545e-03
## Seg746.7                -2.829639  4.75154141  25.097952 4.445478e-03
## Seg1276.9                2.081925  3.26623101  25.081896 4.451414e-03
## Seg2175.3                7.478454  0.65595962  35.796293 4.452407e-03
## Seg5286.4               -8.046175  1.44064562  35.790470 4.453687e-03
## Seg1562.1               -7.802920  1.22996612  35.721141 4.468967e-03
## Seg1890.3               -7.703060  1.14897448  35.710745 4.471265e-03
## Seg1582.10              -8.341476  1.69607002  35.698819 4.473903e-03
## Seg1703.8                2.037509  3.51973221  24.999870 4.481914e-03
## Seg1338.2               -7.824353  1.25206642  35.654101 4.483818e-03
## Seg2326.3                2.693172  2.63744416  24.979427 4.489561e-03
## Seg205.17.1.57f48f78    -2.118020  5.14633344  24.979157 4.489662e-03
## Seg2487.1               -3.138347  6.21725287  24.947064 4.501705e-03
## Seg460.11                2.664146  3.47084196  24.936333 4.505742e-03
## Seg2504.4               -7.696899  1.14441157  35.543427 4.508500e-03
## Seg1058.10              -2.186935  4.67770754  24.893271 4.521993e-03
## Seg1473.11              -8.084794  1.47392436  35.479081 4.522945e-03
## Seg2349.7               -7.958617  1.35972025  35.436090 4.532635e-03
## Seg6124.3               -7.743715  1.18086587  35.421848 4.535853e-03
## Seg1903.9               -2.099150  3.86630583  24.843934 4.540715e-03
## Seg1012.11              -7.884039  1.30278261  35.390015 4.543056e-03
## Seg5432.1               -2.329513  3.17160708  24.827113 4.547123e-03
## Seg1095.24              -8.199195  1.57257663  35.345184 4.553230e-03
## Seg5043.2               -2.685950  3.43956079  24.803878 4.555996e-03
## Seg713.2                 2.081158  5.58805276  24.799164 4.557799e-03
## Seg3171.3               -7.723798  1.16766556  35.273294 4.569618e-03
## Seg2280.2               -2.207806  5.92448400  24.768068 4.569719e-03
## Seg10.4                 -7.740056  1.18136233  35.264887 4.571541e-03
## Seg3519.6               -7.905533  1.31502201  35.252321 4.574416e-03
## Seg1731.8.1.57f48f77    -8.210874  1.58272643  35.227013 4.580216e-03
## Seg751.1                -7.652364  1.10635030  35.176989 4.591713e-03
## Seg5184.1               -7.652364  1.10635030  35.176989 4.591713e-03
## Seg1943.2.3.57f48f78    -8.986792  2.26065637  35.169979 4.593328e-03
## Seg2290.2               -8.122400  1.50639992  35.156609 4.596409e-03
## Seg8602.2               -8.122400  1.50639992  35.156609 4.596409e-03
## Seg1052.6               -7.656840  1.11140956  35.129747 4.602611e-03
## Seg1053.11              -2.991480  2.81482880  24.657830 4.612331e-03
## Seg455.3                -7.681993  1.12997147  35.079918 4.614148e-03
## Seg2919.4               -2.957491  3.47275112  24.649287 4.615657e-03
## Seg4029.1                2.586535  2.90335967  24.649103 4.615729e-03
## Seg900.7                -2.142000  4.92793468  24.648262 4.616056e-03
## Seg1454.6               -8.207092  1.57103301  35.067855 4.616948e-03
## Seg594.2                -7.658711  1.11102784  35.032553 4.625156e-03
## Seg710.1                 2.630481  3.09570175  24.613088 4.629787e-03
## Seg6156.1               -7.628609  1.08709646  35.011036 4.630169e-03
## Seg4819.1                2.735916  4.51442409  24.604689 4.633074e-03
## Seg2162.5               -8.233949  1.60280066  34.985527 4.636124e-03
## Seg7327.2               -2.388640  3.07747513  24.591154 4.638378e-03
## Seg597.6                -7.635055  1.09182889  34.944916 4.645628e-03
## Seg1522.9               -7.870872  1.28580668  34.924623 4.650388e-03
## Seg1719.3                5.705668  1.99265554  24.541661 4.657847e-03
## Seg1783.2                6.788275  1.88685283  24.537067 4.659660e-03
## Seg2170.6                2.214498  4.81867992  24.521583 4.665778e-03
## Seg4166.3.1.57f48f7b    -7.848938  1.27346577  34.848395 4.668336e-03
## Seg2593.5                4.272548  2.23615772  24.491066 4.677870e-03
## Seg1748.6               -7.963812  1.36372155  34.787858 4.682664e-03
## Seg4292.1               -7.891030  1.30256925  34.778033 4.684996e-03
## Seg1393.3               -7.633173  1.09225011  34.757207 4.689944e-03
## Seg2760.1               -7.641475  1.09654990  34.738680 4.694353e-03
## Seg2498.3               -8.256658  1.62258197  34.738599 4.694372e-03
## Seg4978.1               -7.615641  1.07759718  34.702720 4.702928e-03
## Seg1730.2                2.016387  3.36667501  24.420797 4.705880e-03
## Seg413.12                2.853808  3.57354037  24.406460 4.711624e-03
## Seg742.1                -8.348059  1.70214957  34.660996 4.712908e-03
## Seg4888.2               -7.586566  1.05263693  34.631600 4.719959e-03
## Seg1784.11              -7.597891  1.06277873  34.625658 4.721386e-03
## Seg1974.5               -7.593191  1.05747122  34.585339 4.731087e-03
## Seg1917.1               -4.014390  6.81210590  24.330188 4.742350e-03
## Seg8314.1               -7.579915  1.04779076  34.524311 4.745828e-03
## Seg2262.3               -8.092699  1.48115553  34.504333 4.750669e-03
## Seg11511.1               3.741341  1.30469485  24.283865 4.761149e-03
## Seg733.15               -7.568440  1.03752214  34.439674 4.766388e-03
## Seg1615.2               -7.568440  1.03752214  34.439674 4.766388e-03
## Seg5650.1               -9.127233  2.39757490  34.403369 4.775249e-03
## Seg16688.1              -3.815395  4.36080548  24.237851 4.779928e-03
## Seg1662.16              -7.626725  1.08752742  34.327590 4.793825e-03
## Seg4876.1               -7.575144  1.04240306  34.327314 4.793893e-03
## Seg4931.1               -7.575144  1.04240306  34.327314 4.793893e-03
## Seg4202.4               -7.609118  1.07283029  34.325462 4.794348e-03
## Seg1159.3               -7.921909  1.33555356  34.293149 4.802303e-03
## Seg353.23               -7.661297  1.11643773  34.279595 4.805647e-03
## Seg1994.1               -7.573236  1.04293269  34.260866 4.810272e-03
## Seg2467.2.1.57f48f79     7.636427  0.78917800  34.260164 4.810445e-03
## Seg17621.1              -3.648121  3.60230272  24.163203 4.810615e-03
## Seg5888.1               -7.543265  1.01728960  34.241686 4.815016e-03
## Seg7764.1               -7.550078  1.02223041  34.217467 4.821016e-03
## Seg1756.11               2.299076 12.93384182  24.125947 4.826036e-03
## Seg2938.3               -7.554949  1.02772406  34.194917 4.826613e-03
## Seg3836.1               -7.554949  1.02772406  34.194917 4.826613e-03
## Seg1118.7               -8.218099  1.58936539  34.189034 4.828075e-03
## Seg6193.2                2.342265  3.05281804  24.101957 4.836002e-03
## Seg1864.2                2.249968  4.78852403  24.078001 4.845984e-03
## Seg2294.6.1.57f48f79    -8.875567  2.16986858  34.115403 4.846427e-03
## Seg2508.6               -8.036349  1.43306335  34.112244 4.847217e-03
## Seg5788.1               -7.606359  1.06710432  34.058114 4.860780e-03
## Seg662.1.1.57f48f7d     -7.556864  1.02715895  34.037197 4.866037e-03
## Seg1345.8                2.177683  3.47331249  23.995781 4.880463e-03
## Seg5052.2                3.543429  1.13090514  23.968271 4.892078e-03
## Seg1969.3               -7.584664  1.05314296  33.831394 4.918221e-03
## Seg253.13               -7.873095  1.29450634  33.817178 4.921856e-03
## Seg13366.1               3.610546  1.00188580  23.893341 4.923911e-03
## Seg543.10               -7.510694  0.99175073  33.748522 4.939474e-03
## Seg2706.1               -7.700603  1.14377727  33.717313 4.947515e-03
## Seg282.14               -7.776078  1.21290846  33.705961 4.950444e-03
## Seg169.18                2.806117  2.65850370  23.827038 4.952323e-03
## Seg914.8                -7.588469  1.05212881  33.669302 4.959922e-03
## Seg212.1                -7.479344  0.96505429  33.664802 4.961088e-03
## Seg7251.1                3.096734  1.90300156  23.802780 4.962776e-03
## Seg768.14.1.57f48f7e    -8.500334  1.82571343  33.634043 4.969065e-03
## Seg1670.18.1.57f48f77   -8.511496  1.84578558  33.605345 4.976525e-03
## Seg349.1                -7.612904  1.07190319  33.596595 4.978803e-03
## Seg1413.6               -7.612904  1.07190319  33.596595 4.978803e-03
## Seg175.9                -7.804718  1.22980100  33.592191 4.979950e-03
## Seg914.7                -5.323695  2.56590087  23.750277 4.985508e-03
## Seg1796.2               -3.500626  2.74141277  23.747662 4.986644e-03
## Seg1716.20              -2.038458  4.67013153  23.743829 4.988310e-03
## Seg3588.3               -2.198533  3.22792566  23.737831 4.990918e-03
## Seg1965.5               -2.775175  3.88513693  23.713323 5.001596e-03
## Seg319.17                2.006662  5.64145234  23.711372 5.002447e-03
## Seg1019.1.1.57f48f75    -8.513435  1.83719560  33.463038 5.013771e-03
## Seg788.18               -7.807241  1.23922820  33.462981 5.013786e-03
## Seg1445.5_Seg1445.6     -7.807241  1.23922820  33.462981 5.013786e-03
## Seg7889.1               -7.459795  0.94890422  33.460008 5.014569e-03
## Seg2353.7               -8.803315  2.09486571  33.454075 5.016131e-03
## Seg1174.6               -7.452569  0.94373502  33.434101 5.021397e-03
## Seg1123.14              -7.825813  1.24725111  33.410614 5.027599e-03
## Seg287.3                -7.705507  1.15412259  33.337941 5.046864e-03
## Seg244.1.1.57f48f79     -8.108712  1.48599629  33.297670 5.057588e-03
## Seg3381.2                5.678814  1.48355397  23.583763 5.058583e-03
## Seg2840.2               -7.559796  1.03318072  33.272204 5.064387e-03
## Seg1887.2               -7.432651  0.92732786  33.270772 5.064770e-03
## Seg1739.15              -2.644015  2.54254552  23.566327 5.066322e-03
## Seg2291.6               -7.578010  1.04830744  33.213822 5.080028e-03
## Seg1847.6                3.286596  1.11255159  23.519841 5.087038e-03
## Seg1445.10              -8.225285  1.59596771  33.109805 5.108076e-03
## Seg642.2                 2.863836  5.03280696  23.448480 5.119073e-03
## Seg5561.1                4.439505  1.31358373  23.443748 5.121207e-03
## Seg2644.2.1.57f48f79    -8.490766  1.81714046  33.051619 5.123869e-03
## Seg2676.3               -7.404998  0.90541889  33.016984 5.133305e-03
## Seg555.5                -8.263146  1.61862535  33.005679 5.136391e-03
## Seg2190.1               -7.474154  0.95920296  32.996816 5.138812e-03
## Seg541.4                -7.958785  1.36751186  32.980688 5.143222e-03
## Seg4634.3               -7.631292  1.09266969  32.957044 5.149698e-03
## Seg1613.4               -7.419867  0.91598882  32.943899 5.153304e-03
## Seg1845.8               -7.419867  0.91598882  32.943899 5.153304e-03
## Seg426.4                -2.337855  3.17450671  23.341089 5.167822e-03
## Seg3326.3               -7.729313  1.16684463  32.883976 5.169789e-03
## Seg914.9                -2.623908  2.92207482  23.331088 5.172395e-03
## Seg1799.10              -7.384402  0.88852942  32.863314 5.175492e-03
## Seg5275.2               -7.384402  0.88852942  32.863314 5.175492e-03
## Seg3689.1.1.57f48f7b    -8.248125  1.61583567  32.846362 5.180178e-03
## Seg1720.9               -7.391954  0.89387787  32.839464 5.182087e-03
## Seg2787.4               -7.457849  0.94966546  32.838046 5.182479e-03
## Seg2488.3               -7.417912  0.91684128  32.817997 5.188033e-03
## Seg1582.18              -7.477404  0.96577262  32.814378 5.189037e-03
## Seg75.3                 -7.551996  1.02165150  32.790055 5.195789e-03
## Seg242.6                -7.551996  1.02165150  32.790055 5.195789e-03
## Seg1693.6                2.089855 12.07443031  23.277588 5.196957e-03
## Seg16397.1              -7.496693  0.98168345  32.774295 5.200172e-03
## Seg2511.2               -7.397512  0.90011327  32.769634 5.201469e-03
## Seg4806.1               -7.397512  0.90011327  32.769634 5.201469e-03
## Seg428.4                 2.004687  3.52824131  23.254790 5.207474e-03
## Seg1167.4               -7.376815  0.88316693  32.692402 5.223034e-03
## Seg552.5                -8.840229  2.13837768  32.656410 5.233131e-03
## Seg7026.1               -7.371157  0.87682329  32.566917 5.258364e-03
## Seg781.7                -7.553035  1.02828675  32.558854 5.260647e-03
## Seg2049.4               -7.690079  1.13424797  32.521646 5.271200e-03
## Seg438.4                 2.961903  2.25677553  23.099084 5.280113e-03
## Seg1647.7               -2.240321  3.90667530  23.093234 5.282870e-03
## Seg616.12               -7.571330  1.04346012  32.459474 5.288905e-03
## Seg1878.4               -7.571330  1.04346012  32.459474 5.288905e-03
## Seg3420.2               -7.334488  0.84859465  32.440734 5.294259e-03
## Seg782.4                -8.197656  1.57233358  32.402435 5.305228e-03
## Seg1458.5                2.707938  2.30226098  23.045811 5.305294e-03
## Seg1008.10              -8.371566  1.72336403  32.384798 5.310290e-03
## Seg9440.1                2.795004  2.20041801  23.025015 5.315170e-03
## Seg2454.8                6.036693  1.16603556  23.006809 5.323838e-03
## Seg27.8                 -7.715885  1.16344160  32.334726 5.324704e-03
## Seg265.4                -7.389993  0.89479384  32.331334 5.325682e-03
## Seg1942.3                2.176692  2.93944725  23.001300 5.326464e-03
## Seg320.9                -7.369193  0.87779039  32.324490 5.327658e-03
## Seg6967.1               -7.369193  0.87779039  32.324490 5.327658e-03
## Seg2086.6               -7.925496  1.33959345  32.317079 5.329798e-03
## Seg5251.1               -7.410493  0.91157765  32.313977 5.330694e-03
## Seg1946.7               -7.378779  0.88221543  32.272414 5.342723e-03
## Seg2695.4               -7.378779  0.88221543  32.272414 5.342723e-03
## Seg1197.6               -7.312840  0.83095570  32.260784 5.346097e-03
## Seg1666.18              -7.350050  0.85954073  32.253457 5.348224e-03
## Seg1475.6               -2.724406  3.24420526  22.947081 5.352414e-03
## Seg1338.5                2.525589  3.15664242  22.946259 5.352809e-03
## Seg1340.10              -7.326653  0.84309974  32.227681 5.355717e-03
## Seg1086.2.2.57f48f75    -7.450622  0.94450970  32.216228 5.359052e-03
## Seg1427.3               -7.732216  1.17715249  32.190612 5.366521e-03
## Seg123.5                 2.094211  3.81604217  22.910077 5.370227e-03
## Seg1695.6               -7.434605  0.92650391  32.171865 5.371997e-03
## Seg1793.3               -7.434605  0.92650391  32.171865 5.371997e-03
## Seg1816.3                4.614936  4.91177831  22.887391 5.381189e-03
## Seg1561.7               -7.470269  0.96066901  32.140217 5.381262e-03
## Seg2198.8               -7.304893  0.82539943  32.132091 5.383645e-03
## Seg233.7                -8.133133  1.51685861  32.090493 5.395867e-03
## Seg73.3                 -2.235794  3.65243279  22.849650 5.399496e-03
## Seg1295.8               -8.314538  1.67375426  32.059647 5.404957e-03
## Seg5834.2               -7.489647  0.97663086  32.050365 5.407697e-03
## Seg611.11               -7.748362  1.19072299  32.041918 5.410193e-03
## Seg2069.1.1.57f48f79    -7.290855  0.81307239  32.040992 5.410467e-03
## Seg1769.1               -7.953589  1.36354937  32.007953 5.420244e-03
## Seg1664.16              -7.282793  0.80745324  32.001077 5.422282e-03
## Seg2912.1               -7.282793  0.80745324  32.001077 5.422282e-03
## Seg5995.1                3.456131  7.37573982  22.775234 5.435853e-03
## Seg1738.10              -7.508765  0.99240025  31.949512 5.437606e-03
## Seg1882.12              -7.508765  0.99240025  31.949512 5.437606e-03
## Seg8358.1               -7.508765  0.99240025  31.949512 5.437606e-03
## Seg292.3                -7.764328  1.20415607  31.889342 5.455569e-03
## Seg1649.2                2.963428  2.55304455  22.724919 5.460631e-03
## Seg858.6                -7.298878  0.81867638  31.867869 5.462002e-03
## Seg3499.4               -7.298878  0.81867638  31.867869 5.462002e-03
## Seg1546.15              -7.527629  1.00798201  31.836422 5.471443e-03
## Seg2494.2               -7.260341  0.78925384  31.831540 5.472911e-03
## Seg832.12               -7.318780  0.83759019  31.806417 5.480475e-03
## Seg1745.9               -7.318780  0.83759019  31.806417 5.480475e-03
## Seg827.3                -7.386365  0.88759336  31.805528 5.480743e-03
## Seg50.12                -7.340320  0.85511177  31.796945 5.483330e-03
## Seg1627.2               -7.340320  0.85511177  31.796945 5.483330e-03
## Seg484.4                -7.876826  1.29870782  31.790635 5.485234e-03
## Seg1055.11              -7.268522  0.79493746  31.778514 5.488894e-03
## Seg2091.2.4.57f48f79    -7.608256  1.06662768  31.778253 5.488973e-03
## Seg4081.2               -8.065581  1.45905101  31.778216 5.488984e-03
## Seg1505.6               10.618259  3.73145672  31.738704 5.500940e-03
## Seg2039.3               -7.546246  1.02338076  31.712604 5.508859e-03
## Seg200.1                -7.382440  0.88946056  31.707615 5.510375e-03
## Seg11685.1              -7.382440  0.88946056  31.707615 5.510375e-03
## Seg2667.1                2.415846  2.66453488  22.596213 5.524745e-03
## Seg103.9                -7.252121  0.78355473  31.659817 5.524929e-03
## Seg1008.12              -7.252121  0.78355473  31.659817 5.524929e-03
## Seg2008.2               -7.252121  0.78355473  31.659817 5.524929e-03
## Seg932.9                -2.317792  6.47487300  22.580756 5.532516e-03
## Seg299.3                 2.266199  3.70498488  22.562166 5.541883e-03
## Seg1751.2               -2.494470  3.73356684  22.530111 5.558088e-03
## Seg381.4                -8.181407  1.55861510  31.546368 5.559709e-03
## Seg2006.10              -7.719002  1.15748485  31.522553 5.567052e-03
## Seg3733.3               -7.719002  1.15748485  31.522553 5.567052e-03
## Seg1563.4               -7.276662  0.80060563  31.511312 5.570523e-03
## Seg8219.1               -7.276662  0.80060563  31.511312 5.570523e-03
## Seg2678.6               -5.197892  1.61191580  22.494082 5.576381e-03
## Seg1213.5               -7.582763  1.05364691  31.438177 5.593188e-03
## Seg2293.1               -7.582763  1.05364691  31.438177 5.593188e-03
## Seg10742.1              -7.443363  0.93934082  31.434100 5.594455e-03
## Seg2054.2               -7.811178  1.24365921  31.414384 5.600591e-03
## Seg1674.6               -3.592442  2.19356271  22.436036 5.606033e-03
## Seg1850.8.3.57f48f78    -7.468937  0.95330866  31.394495 5.606791e-03
## Seg5909.1               -7.205867  0.74623075  31.384262 5.609985e-03
## Seg230.9.3.57f48f79     -7.214337  0.75206444  31.364210 5.616253e-03
## Seg4222.2               -7.214337  0.75206444  31.364210 5.616253e-03
## Seg17614.1              -2.006457  3.59540969  22.402811 5.623106e-03
## Seg8680.2                2.903409  3.27210975  22.388438 5.630515e-03
## Seg3434.1               -7.463102  0.95555250  31.314145 5.631947e-03
## Seg2465.5               -7.741377  1.17586951  31.296304 5.637556e-03
## Seg6076.1               -7.243860  0.77784011  31.260254 5.648915e-03
## Seg861.9                 8.490869  1.62061374  31.252578 5.651338e-03
## Seg1231.8               -7.826458  1.25657056  31.252063 5.651501e-03
## Seg2467.2               -7.288885  0.81424214  31.233641 5.657323e-03
## Seg3191.2               -7.220798  0.75924669  31.229219 5.658722e-03
## Seg2683.1               -7.393917  0.89295710  31.184677 5.672842e-03
## Seg229.2                -7.182159  0.72715437  31.182831 5.673429e-03
## Seg397.34               -7.182159  0.72715437  31.182831 5.673429e-03
## Seg323.1                -7.310871  0.83206599  31.182300 5.673597e-03
## Seg83.8                 -8.388318  1.73835460  31.167367 5.678344e-03
## Seg1830.10              -7.197354  0.74038093  31.164057 5.679397e-03
## Seg1552.4.1.57f48f77    -7.332521  0.84964800  31.109431 5.696818e-03
## Seg3791.1               -7.254091  0.78227730  31.106960 5.697608e-03
## Seg9031.1               -2.427946  2.83171718  22.246478 5.704435e-03
## Seg5316.5               -3.610368  1.09800961  22.232957 5.711547e-03
## Seg2712.4               -7.173514  0.72123426  31.061094 5.712302e-03
## Seg7617.1               -7.190760  0.73305801  31.060068 5.712631e-03
## Seg549.3                -4.158573  2.66122645  22.204100 5.726768e-03
## Seg4665.5               -7.421825  0.91513204  31.015566 5.726944e-03
## Seg696.3                 3.153077  1.17528563  22.202050 5.727851e-03
## Seg894.5                 3.231221  1.20601690  22.193627 5.732306e-03
## Seg1904.4.1.57f48f78    -9.897239  3.10444228  30.938402 5.751891e-03
## Seg3353.2                2.228825  4.21893719  22.155329 5.752623e-03
## Seg4318.3               -7.158045  0.70778999  30.934196 5.753256e-03
## Seg4378.5               -7.158045  0.70778999  30.934196 5.753256e-03
## Seg1800.1               -7.149264  0.70179772  30.916486 5.759007e-03
## Seg1121.11              -8.047777  1.44417988  30.915215 5.759420e-03
## Seg3371.2               -7.374853  0.88411341  30.909254 5.761358e-03
## Seg4633.3               -7.520727  1.00301593  30.899848 5.764418e-03
## Seg237.5                -8.239546  1.60906422  30.873660 5.772950e-03
## Seg4334.1                5.469758  3.04521598  22.116505 5.773323e-03
## Seg2042.3.2.57f48f78     3.379239  3.18235986  22.110746 5.776402e-03
## Seg786.8                -7.449213  0.93696443  30.822871 5.789553e-03
## Seg1732.4.1.57f48f77    -7.449213  0.93696443  30.822871 5.789553e-03
## Seg2002.9               -7.449213  0.93696443  30.822871 5.789553e-03
## Seg2531.1               -7.653100  1.11216869  30.813471 5.792634e-03
## Seg3460.2               -7.395554  0.90100957  30.786479 5.801494e-03
## Seg1108.11               3.147789  1.41053795  22.053530 5.807124e-03
## Seg1000.4.1.57f48f75     3.261597  1.67062253  22.047246 5.810513e-03
## Seg2075.2.2.57f48f79    -7.164824  0.71529767  30.689137 5.833619e-03
## Seg1469.2               -7.212372  0.75344948  30.683561 5.835467e-03
## Seg5602.2               -7.212372  0.75344948  30.683561 5.835467e-03
## Seg1077.20              -7.976022  1.38317308  30.669701 5.840066e-03
## Seg3203.1               -7.415958  0.91768945  30.651262 5.846192e-03
## Seg1108.4               -7.140437  0.69578862  30.641551 5.849422e-03
## Seg5983.2               -7.140437  0.69578862  30.641551 5.849422e-03
## Seg7968.2               -7.140437  0.69578862  30.641551 5.849422e-03
## Seg2998.1               -7.235559  0.77210993  30.637776 5.850678e-03
## Seg9757.1               -7.235559  0.77210993  30.637776 5.850678e-03
## Seg2348.5               -7.133512  0.68812829  30.634784 5.851675e-03
## Seg1550.14              -7.373124  0.87585099  30.628024 5.853926e-03
## Seg1951.5               -7.115620  0.67597829  30.555042 5.878318e-03
## Seg2146.4               -7.262313  0.78799557  30.549847 5.880060e-03
## Seg2440.7               -2.394867  4.35806100  21.898429 5.891578e-03
## Seg1711.1               -7.662456  1.11026005  30.494613 5.898632e-03
## Seg1278.11              -7.099475  0.66201684  30.486378 5.901409e-03
## Seg1302.3               -7.099475  0.66201684  30.486378 5.901409e-03
## Seg1975.2.2.57f48f78    -7.090359  0.65585669  30.425325 5.922056e-03
## Seg1934.8               -7.576107  1.04882197  30.422230 5.923106e-03
## Seg327.6                -7.292827  0.81189575  30.406899 5.928309e-03
## Seg2813.3                2.134546  5.23198264  21.815772 5.937296e-03
## Seg3727.1                5.213307  0.41839569  21.814733 5.937874e-03
## Seg892.2                -7.302924  0.82652709  30.367078 5.941856e-03
## Seg159.8                -2.776694  2.74120778  21.804920 5.943336e-03
## Seg1709.8               -7.805451  1.23937701  30.361975 5.943596e-03
## Seg8230.1               -7.455905  0.95042305  30.350425 5.947536e-03
## Seg4894.1               -2.229081  5.04299007  21.778030 5.958338e-03
## Seg600.1                -7.703662  1.15441897  30.306109 5.962691e-03
## Seg1405.4                2.156531  3.72652080  21.769956 5.962854e-03
## Seg1585.14              -7.142388  0.69417757  30.295540 5.966314e-03
## Seg5747.2               -7.142388  0.69417757  30.295540 5.966314e-03
## Seg4361.1               -7.108543  0.66815946  30.281103 5.971268e-03
## Seg2062.1.1.57f48f79    -7.594098  1.06374294  30.253194 5.980863e-03
## Seg1226.3               -7.175474  0.71972418  30.247381 5.982864e-03
## Seg1853.10               3.952323  1.97628272  21.686636 6.009732e-03
## Seg954.15                3.016297  2.43931532  21.656872 6.026605e-03
## Seg1226.4               -7.131564  0.68976265  30.109520 6.030631e-03
## Seg1653.3.1.57f48f77    -7.131564  0.68976265  30.109520 6.030631e-03
## Seg1507.5               -7.929071  1.34361410  30.099683 6.034062e-03
## Seg53.8                 -7.081193  0.64967897  30.088492 6.037968e-03
## Seg1693.5               -7.081193  0.64967897  30.088492 6.037968e-03
## Seg2433.2               -7.081193  0.64967897  30.088492 6.037968e-03
## Seg1552.3               -7.611865  1.07849688  30.080718 6.040684e-03
## Seg782.20               -7.156091  0.70934454  30.071051 6.044063e-03
## Seg9450.1               -7.156091  0.70934454  30.071051 6.044063e-03
## Seg965.6                -7.923350  1.32732044  30.065149 6.046128e-03
## Seg1048.11.2.57f48f75   -4.312986  2.51131117  21.609590 6.053547e-03
## Seg2757.5               -2.292376  3.00027982  21.601966 6.057907e-03
## Seg1358.4               -7.835964  1.26514527  30.022307 6.061149e-03
## Seg1077.8               -7.494760  0.98235746  30.021536 6.061420e-03
## Seg4429.1               -7.494760  0.98235746  30.021536 6.061420e-03
## Seg173.7                -7.055317  0.62915650  30.020303 6.061853e-03
## Seg1305.11              -2.179678  3.03900769  21.557084 6.083665e-03
## Seg2624.2               -5.333287  1.72511260  21.542998 6.091781e-03
## Seg5777.1               -7.028957  0.60829893  29.907377 6.101726e-03
## Seg1923.3.1.57f48f78    -7.629412  1.09308765  29.905548 6.102375e-03
## Seg1738.4                3.074724  2.33776839  21.515942 6.107413e-03
## Seg3454.1               -8.042881  1.44040855  29.879932 6.111477e-03
## Seg1390.7               -7.083124  0.64787317  29.869833 6.115071e-03
## Seg2204.7               -7.083124  0.64787317  29.869833 6.115071e-03
## Seg895.1                -7.047861  0.62095699  29.841472 6.125181e-03
## Seg607.9                -7.117564  0.67428458  29.829568 6.129432e-03
## Seg1252.3               -3.679417  1.15015605  21.466781 6.135962e-03
## Seg1052.2                2.350969  2.64089565  21.465838 6.136511e-03
## Seg1054.8               -7.752491  1.19536394  29.784572 6.145542e-03
## Seg2941.3               -7.151219  0.70020973  29.732146 6.164393e-03
## Seg3585.1               -7.011737  0.59351643  29.731794 6.164520e-03
## Seg576.4                -7.011737  0.59351643  29.731794 6.164520e-03
## Seg747.1                -7.646746  1.10751901  29.728350 6.165762e-03
## Seg788.8                -7.646746  1.10751901  29.728350 6.165762e-03
## Seg6113.1               -7.250153  0.78482438  29.677136 6.184268e-03
## Seg4018.2.2.57f48f7b    -7.300851  0.81751778  29.616281 6.206369e-03
## Seg2168.3               -7.184122  0.72566616  29.587751 6.216771e-03
## Seg550.1.1.57f48f7c     -5.203147  5.02308234  21.320988 6.221746e-03
## Seg1718.3.2.57f48f77    -8.963019  2.23821772  29.566117 6.224677e-03
## Seg257.6                -7.272724  0.80302496  29.534021 6.236434e-03
## Seg1278.13              -7.272724  0.80302496  29.534021 6.236434e-03
## Seg1374.9.1.57f48f76    -2.466643  3.87902064  21.290553 6.239868e-03
## Seg2057.2               -7.019427  0.60194239  29.500424 6.248778e-03
## Seg3820.3               -7.071979  0.64348365  29.478517 6.256846e-03
## Seg1376.1               -6.992398  0.58065379  29.452613 6.266407e-03
## Seg4119.6               -6.992398  0.58065379  29.452613 6.266407e-03
## Seg4018.2.3.57f48f7b     5.483423  2.13933007  21.243381 6.268104e-03
## Seg2142.8               -7.428749  0.92896354  29.446875 6.268528e-03
## Seg743.3                -2.415386  2.65855551  21.237046 6.271909e-03
## Seg125.6                -7.097539  0.66375944  29.418373 6.279080e-03
## Seg826.6                 3.351132  2.66125967  21.224518 6.279445e-03
## Seg1688.9                3.760389  2.95696272  21.223849 6.279848e-03
## Seg609.9                -6.984522  0.57203897  29.383860 6.291892e-03
## Seg2040.6               -7.294940  0.82097346  29.378170 6.294008e-03
## Seg8895.1               -7.294940  0.82097346  29.378170 6.294008e-03
## Seg2375.5.1.57f48f79    -6.964840  0.55900342  29.358622 6.301286e-03
## Seg5163.3               -6.964840  0.55900342  29.358622 6.301286e-03
## Seg1358.6               -7.895101  1.31523635  29.347590 6.305400e-03
## Seg8991.1               -2.371117  3.58057635  21.180607 6.305959e-03
## Seg4752.2               -3.605881  1.57619245  21.155262 6.321335e-03
## Seg1798.3                2.228238  2.76601073  21.146841 6.326455e-03
## Seg298.24               -7.448676  0.94528065  29.265978 6.335956e-03
## Seg167.17               -6.946779  0.54359469  29.249191 6.342269e-03
## Seg964.6                -6.946779  0.54359469  29.249191 6.342269e-03
## Seg1744.2.3.57f48f78    -6.946779  0.54359469  29.249191 6.342269e-03
## Seg1503.3               -6.936731  0.53697804  29.212790 6.355991e-03
## Seg1897.1               -6.936731  0.53697804  29.212790 6.355991e-03
## Seg5180.4               -6.936731  0.53697804  29.212790 6.355991e-03
## Seg242.2                -7.316814  0.83867713  29.211678 6.356411e-03
## Seg312.2                -7.126538  0.68039223  29.160042 6.375956e-03
## Seg2416.2.1.57f48f79     4.107690  5.46954700  21.056374 6.381836e-03
## Seg248.2                -6.908050  0.51456367  29.009207 6.433576e-03
## Seg1445.3               -2.575487  5.12055301  20.966703 6.437409e-03
## Seg2325.4                2.051490  3.83432245  20.953197 6.445839e-03
## Seg900.1                -4.980541  2.22806035  20.950207 6.447706e-03
## Seg1678.5               -6.956770  0.55019176  28.970117 6.448638e-03
## Seg3100.6               -6.956770  0.55019176  28.970117 6.448638e-03
## Seg311.4                -2.567930  4.64656202  20.940398 6.453841e-03
## Seg2400.4               -6.994281  0.57852805  28.950839 6.456085e-03
## Seg7149.1               -6.994281  0.57852805  28.950839 6.456085e-03
## Seg8666.1               -2.209448  3.48474836  20.930563 6.460000e-03
## Seg271.6                -6.918283  0.52127238  28.905846 6.473519e-03
## Seg709.3                -6.918283  0.52127238  28.905846 6.473519e-03
## Seg2209.1               -6.918283  0.52127238  28.905846 6.473519e-03
## Seg1600.6               -7.487713  0.97731728  28.893644 6.478259e-03
## Seg1121.15               3.390962  0.31984343  20.900346 6.478975e-03
## Seg2178.2               -6.954915  0.55245688  28.872113 6.486636e-03
## Seg792.3                -6.982648  0.57419432  28.855776 6.493004e-03
## Seg5871.1               -7.359575  0.87337734  28.853995 6.493698e-03
## Seg710.5                 2.535150  5.21191804  20.876927 6.493735e-03
## Seg354.7                -6.926626  0.53034178  28.846937 6.496453e-03
## Seg2299.4               -6.926626  0.53034178  28.846937 6.496453e-03
## Seg3790.2               -6.926626  0.53034178  28.846937 6.496453e-03
## Seg2159.3.1.57f48f79    -7.730385  1.17740647  28.830446 6.502895e-03
## Seg1513.1               -3.080024  3.81854860  20.859139 6.504978e-03
## Seg253.19                5.790281  3.18896308  20.848510 6.511709e-03
## Seg391.7                -7.009845  0.59556746  28.803428 6.513471e-03
## Seg1044.3               -7.009845  0.59556746  28.803428 6.513471e-03
## Seg11241.1              -2.218548  2.95103353  20.842785 6.515339e-03
## Seg1831.2.1.57f48f78    -7.218834  0.76060277  28.782213 6.521793e-03
## Seg4737.1               -7.218834  0.76060277  28.782213 6.521793e-03
## Seg4751.4               -7.490330  0.96873692  28.781731 6.521983e-03
## Seg253.4                -6.897756  0.50783492  28.774280 6.524909e-03
## Seg1776.6               -6.897756  0.50783492  28.774280 6.524909e-03
## Seg2246.9               -7.622960  1.08838431  28.762500 6.529541e-03
## Seg353.6                -7.192726  0.73159146  28.756174 6.532030e-03
## Seg580.13               -2.308638  3.13856448  20.805266 6.539197e-03
## Seg1184.2.10.57f48f75   -7.036528  0.61658893  28.720089 6.546258e-03
## Seg893.9                 3.438667  0.70075357  20.776148 6.557799e-03
## Seg12814.1              -6.868282  0.48492136  28.648079 6.574790e-03
## Seg4921.1               -7.062716  0.63727069  28.610294 6.589838e-03
## Seg1121.17              -7.241894  0.77912893  28.609499 6.590155e-03
## Seg2719.4               -8.345189  1.70148153  28.607978 6.590762e-03
## Seg1422.14               5.061872  0.29063348  20.690587 6.612893e-03
## Seg2870.1                5.061872  0.29063348  20.690587 6.612893e-03
## Seg3955.1               -7.525708  1.00859032  28.516204 6.627536e-03
## Seg216.3                -2.927635  2.06475860  20.655479 6.635689e-03
## Seg3754.6               -6.889197  0.49854921  28.491955 6.637305e-03
## Seg1789.3               -7.088428  0.65762412  28.478111 6.642892e-03
## Seg3911.2               -7.088428  0.65762412  28.478111 6.642892e-03
## Seg2375.2               -7.401085  0.90717748  28.473406 6.644792e-03
## Seg271.5                -6.838176  0.46158530  28.463398 6.648837e-03
## Seg779.4                -2.061209  3.16262348  20.625588 6.655185e-03
## Seg4204.1               -7.610153  1.06614910  28.434034 6.660728e-03
## Seg2021.4               -7.338430  0.84647024  28.433153 6.661085e-03
## Seg847.2                -7.264585  0.79739383  28.427310 6.663455e-03
## Seg4164.1                2.227490  3.60392807  20.608354 6.666464e-03
## Seg694.5                -6.848867  0.46850796  28.406588 6.671870e-03
## Seg2324.11              -6.848867  0.46850796  28.406588 6.671870e-03
## Seg2454.3               -6.966703  0.55676928  28.404910 6.672553e-03
## Seg2507.5               -5.509318  1.89841864  20.597088 6.673850e-03
## Seg3953.1               -2.322302  3.58418702  20.534334 6.715210e-03
## Seg2354.2               -7.778311  1.21763885  28.296272 6.716945e-03
## Seg1478.2               -7.421394  0.92375508  28.277622 6.724611e-03
## Seg679.12               -7.003984  0.58499803  28.261900 6.731084e-03
## Seg6660.1               -3.231381  5.54461393  20.497697 6.739524e-03
## Seg330.11               -2.110016  3.36552817  20.482827 6.749428e-03
## Seg2479.2               -6.807410  0.43780994  28.211132 6.752051e-03
## Seg362.8                -6.857731  0.47807667  28.198307 6.757363e-03
## Seg2722.4               -6.857731  0.47807667  28.198307 6.757363e-03
## Seg782.8                -6.887403  0.50108608  28.197401 6.757738e-03
## Seg2975.1               -6.887403  0.50108608  28.197401 6.757738e-03
## Seg1666.21              -7.634267  1.08579335  28.168842 6.769592e-03
## Seg4372.1               -2.065562  4.20700332  20.447707 6.772902e-03
## Seg397.13               -7.138489  0.69738856  28.160651 6.772997e-03
## Seg1329.2               -6.916462  0.52368588  28.155604 6.775097e-03
## Seg1477.14              -6.916462  0.52368588  28.155604 6.775097e-03
## Seg2229.1                3.336051  1.65030152  20.425412 6.787863e-03
## Seg872.2                -7.793935  1.23078398  28.120667 6.789658e-03
## Seg2958.1               -7.793935  1.23078398  28.120667 6.789658e-03
## Seg2191.4.1.57f48f79    -8.298087  1.66068417  28.101743 6.797566e-03
## Seg1414.9               -7.441416  0.94012524  28.079528 6.806866e-03
## Seg1990.3               -7.441416  0.94012524  28.079528 6.806866e-03
## Seg1244.4               -6.944934  0.54589112  28.077975 6.807517e-03
## Seg3745.1               -6.944934  0.54589112  28.077975 6.807517e-03
## Seg6124.4               -6.944934  0.54589112  28.077975 6.807517e-03
## Seg762.2                -7.040347  0.61267010  28.070239 6.810761e-03
## Seg990.6.1.57f48f7f     -7.040347  0.61267010  28.070239 6.810761e-03
## Seg4067.2               -3.281901  2.80918980  20.387058 6.813711e-03
## Seg455.6                -7.691347  1.14535453  28.022712 6.830740e-03
## Seg2724.1               -7.691347  1.14535453  28.022712 6.830740e-03
## Seg453.8                -6.859494  0.47540964  28.004048 6.838611e-03
## Seg2137.3               -6.859494  0.47540964  28.004048 6.838611e-03
## Seg4664.3               -6.859494  0.47540964  28.004048 6.838611e-03
## Seg7076.1               -6.818312  0.44483430  27.995901 6.842051e-03
## Seg1754.9.2.57f48f78    -9.099646  2.36229769  27.994721 6.842549e-03
## Seg1328.6                2.445523  2.74871723  20.339913 6.845675e-03
## Seg768.9.2.57f48f7e     -7.162871  0.71681959  27.981401 6.848180e-03
## Seg1275.3                2.289974  2.73109223  20.313838 6.863445e-03
## Seg2185.2               -7.580863  1.05414880  27.942651 6.864599e-03
## Seg697.2                -3.476335  3.10344218  20.300956 6.872247e-03
## Seg3015.1                3.013624  1.06045116  20.299426 6.873294e-03
## Seg1426.6               -7.918461  1.33556921  27.907795 6.879420e-03
## Seg1451.6               -2.325319  2.95720389  20.288388 6.880851e-03
## Seg1469.5               -9.095737  2.36979892  27.897023 6.884010e-03
## Seg571.13               -6.764763  0.40642598  27.884709 6.889263e-03
## Seg964.5                -6.764763  0.40642598  27.884709 6.889263e-03
## Seg6396.2               -6.764763  0.40642598  27.884709 6.889263e-03
## Seg6863.1               -6.764763  0.40642598  27.884709 6.889263e-03
## Seg190.21               -6.775953  0.41357745  27.884184 6.889487e-03
## Seg955.2                -6.775953  0.41357745  27.884184 6.889487e-03
## Seg1699.1               -6.775953  0.41357745  27.884184 6.889487e-03
## Seg10491.2              -6.775953  0.41357745  27.884184 6.889487e-03
## Seg2204.5               -7.461161  0.95629335  27.879978 6.891283e-03
## Seg1477.7                3.943081  1.02392233  20.266289 6.896016e-03
## Seg980.3                 2.871957  2.12121993  20.253748 6.904644e-03
## Seg2431.4               -7.000210  0.58917413  27.836486 6.909893e-03
## Seg94.5                  3.016952  3.24601190  20.217158 6.929903e-03
## Seg638.1                -2.185447  4.92351013  20.151699 6.975418e-03
## Seg4222.1               -7.480635  0.97226455  27.679961 6.977506e-03
## Seg304.1_Seg304.3        2.210168  4.01932678  20.132456 6.988878e-03
## Seg212.5.2.57f48f79     -7.351883  0.86798836  27.638009 6.995799e-03
## Seg1660.3               -7.839806  1.26945983  27.603771 7.010783e-03
## Seg3058.2.3.57f48f7a    -8.046133  1.44405765  27.602926 7.011153e-03
## Seg3873.1               -6.976581  0.56332728  27.594027 7.015056e-03
## Seg768.2                 3.293944  2.36810714  20.093535 7.016216e-03
## Seg981.2                -2.103643  7.39649010  20.084818 7.022359e-03
## Seg2884.3                3.471710  1.34338629  20.078666 7.026700e-03
## Seg2506.1               -2.292883  2.86922058  20.066787 7.035091e-03
## Seg5244.1               -7.053403  0.63104008  27.509780 7.052167e-03
## Seg859.16               -6.785405  0.42369673  27.502882 7.055219e-03
## Seg1131.7               -6.785405  0.42369673  27.502882 7.055219e-03
## Seg454.2                -7.233124  0.76233049  27.499909 7.056534e-03
## Seg353.10               -2.201455  6.51782022  20.032702 7.059249e-03
## Seg153.15                5.345933  2.00255663  20.032664 7.059276e-03
## Seg117.5.1.57f48f75     -6.753502  0.39925250  27.483663 7.063732e-03
## Seg861.7                -7.499848  0.98804382  27.482348 7.064315e-03
## Seg1545.1               -6.743775  0.38886887  27.475590 7.067313e-03
## Seg806.2                -8.260663  1.62844507  27.465217 7.071918e-03
## Seg1929.10               4.988956  0.22781135  20.011111 7.074612e-03
## Seg643.8.1.57f48f7d      3.932991  2.22603978  20.000100 7.082464e-03
## Seg2469.3               -6.829147  0.45183721  27.437640 7.084183e-03
## Seg1234.2               -7.960568  1.37138938  27.428602 7.088210e-03
## Seg649.16               -3.606324  2.18462890  19.969568 7.104305e-03
## Seg1965.6               -7.233595  0.77341813  27.390394 7.105271e-03
## Seg1060.1               -6.699174  0.35629027  27.330994 7.131920e-03
## Seg1960.6.1.57f48f78    -7.079267  0.65147149  27.323677 7.135213e-03
## Seg698.3                 2.411201  3.74722810  19.923674 7.137313e-03
## Seg931.3                -6.870057  0.48229037  27.296583 7.147427e-03
## Seg4108.2               -6.870057  0.48229037  27.296583 7.147427e-03
## Seg1828.2               -6.876988  0.49431716  27.294916 7.148180e-03
## Seg4812.2               -6.876988  0.49431716  27.294916 7.148180e-03
## Seg904.3                -2.266781  2.78282254  19.895296 7.157832e-03
## Seg297.2                -6.687435  0.34889347  27.264230 7.162054e-03
## Seg4887.1                2.052459  3.18936187  19.889444 7.162074e-03
## Seg1263.3                2.188269  2.86141570  19.886278 7.164370e-03
## Seg934.2                 2.393335  3.07320940  19.865852 7.179210e-03
## Seg102.13                2.962377  0.69663464  19.858471 7.184584e-03
## Seg841.13               -7.256407  0.79174762  27.181912 7.199476e-03
## Seg6367.1               -2.683189  4.98344059  19.825106 7.208944e-03
## Seg1373.5               -6.906239  0.51701032  27.160933 7.209061e-03
## Seg1779.4               -6.906239  0.51701032  27.160933 7.209061e-03
## Seg3369.2               -6.906239  0.51701032  27.160933 7.209061e-03
## Seg2544.4.3.57f48f79    -7.958533  1.35576644  27.136849 7.220088e-03
## Seg1224.3               -7.104667  0.67158324  27.126398 7.224881e-03
## Seg413.8                -7.884250  1.30704829  27.104343 7.235012e-03
## Seg1551.3               -6.909866  0.51209515  27.099389 7.237291e-03
## Seg809.5                -7.049779  0.61901738  27.092841 7.240304e-03
## Seg1477.15              -2.605562  2.39913035  19.765020 7.253110e-03
## Seg4930.1                2.556963  3.40984646  19.755006 7.260508e-03
## Seg6311.1               -2.276755  2.85493333  19.737074 7.273781e-03
## Seg873.3                -6.934896  0.53930613  27.002848 7.281914e-03
## Seg1348.3               -6.934896  0.53930613  27.002848 7.281914e-03
## Seg5158.1               -6.934896  0.53930613  27.002848 7.281914e-03
## Seg758.6                -6.710838  0.36366400  26.978786 7.293101e-03
## Seg1507.6               -6.710838  0.36366400  26.978786 7.293101e-03
## Seg3259.1               -6.710838  0.36366400  26.978786 7.293101e-03
## Seg2421.5                2.240973  3.40118380  19.697072 7.303516e-03
## Seg385.23               -3.036174  2.16502818  19.693259 7.306360e-03
## Seg2990.4               -6.665190  0.33045053  26.926199 7.317641e-03
## Seg1459.2.3.57f48f76    -6.755125  0.39610704  26.925295 7.318064e-03
## Seg3368.4               -6.755125  0.39610704  26.925295 7.318064e-03
## Seg6854.1               -2.079001  4.37922578  19.674645 7.320263e-03
## Seg4791.3               -7.129620  0.69138565  26.920434 7.320339e-03
## Seg1260.10               2.085724  3.43701156  19.673010 7.321485e-03
## Seg1477.13               3.028270  1.19533996  19.633232 7.351329e-03
## Seg1033.7               -6.962982  0.56121894  26.825202 7.365126e-03
## Seg1248.2               -6.962982  0.56121894  26.825202 7.365126e-03
## Seg1307.8               -6.962982  0.56121894  26.825202 7.365126e-03
## Seg1725.5               -8.222244  1.59544534  26.818257 7.368409e-03
## Seg1029.2               -7.434124  0.93495682  26.810717 7.371975e-03
## Seg1044.11.1.57f48f75   -7.085059  0.64605392  26.804711 7.374818e-03
## Seg1001.1               -5.095929  4.92015101  19.588648 7.384982e-03
## Seg2063.2               -3.372285  0.91685719  19.575405 7.395021e-03
## Seg54.3                 -6.675620  0.34147358  26.758702 7.396648e-03
## Seg5681.1               -6.675620  0.34147358  26.758702 7.396648e-03
## Seg1883.6               -7.300959  0.82764831  26.756479 7.397706e-03
## Seg260.5                -6.709290  0.36701917  26.747699 7.401884e-03
## Seg957.1                -6.709290  0.36701917  26.747699 7.401884e-03
## Seg1091.14              -6.709290  0.36701917  26.747699 7.401884e-03
## Seg2674.5               -6.709290  0.36701917  26.747699 7.401884e-03
## Seg3052.4               -6.709290  0.36701917  26.747699 7.401884e-03
## Seg4471.1               -6.709290  0.36701917  26.747699 7.401884e-03
## Seg2708.1               -6.618097  0.29642937  26.742015 7.404591e-03
## Seg949.3                -6.641122  0.31539803  26.711032 7.419372e-03
## Seg1304.4               -6.641122  0.31539803  26.711032 7.419372e-03
## Seg732.2.1.57f48f7d     -8.616713  1.92676092  26.710276 7.419733e-03
## Seg2326.7               -7.209804  0.74339211  26.705844 7.421851e-03
## Seg348.3                 2.364540  3.40425798  19.538116 7.423390e-03
## Seg16392.1               3.431755  1.34122058  19.535675 7.425252e-03
## Seg489.1                -6.742171  0.39205700  26.687237 7.430754e-03
## Seg624.5                -6.742171  0.39205700  26.687237 7.430754e-03
## Seg2762.6               -6.742171  0.39205700  26.687237 7.430754e-03
## Seg2577.1                2.488166  8.49785815  19.525627 7.432926e-03
## Seg2650.2                2.309435  2.97475595  19.511209 7.443957e-03
## Seg2544.4.6.57f48f79    -7.850157  1.26426851  26.639554 7.453643e-03
## Seg1495.1               -6.990521  0.58276236  26.631935 7.457310e-03
## Seg1922.2               -6.990521  0.58276236  26.631935 7.457310e-03
## Seg8628.1               -2.707049  6.80499567  19.480925 7.467201e-03
## Seg1728.9               -2.243629  2.97985245  19.470485 7.475238e-03
## Seg2161.5               -6.774301  0.41660785  26.585571 7.479686e-03
## Seg4609.3               -6.774301  0.41660785  26.585571 7.479686e-03
## Seg1430.1               -7.322721  0.84523389  26.541749 7.500929e-03
## Seg2393.3               -7.322721  0.84523389  26.541749 7.500929e-03
## Seg2565.6               -7.119513  0.67257870  26.501269 7.520633e-03
## Seg3073.4               -2.026021  3.33579557  19.407430 7.524041e-03
## Seg1318.3                2.100814  3.33552731  19.404936 7.525980e-03
## Seg965.2                 2.227094  2.86759607  19.391751 7.536246e-03
## Seg1525.6               -6.805714  0.44069127  26.449991 7.545707e-03
## Seg2722.3               -6.805714  0.44069127  26.449991 7.545707e-03
## Seg1766.2                5.311249  1.61308303  19.368571 7.554341e-03
## Seg1758.6               -7.017533  0.60394924  26.426438 7.557267e-03
## Seg4691.2               -7.017533  0.60394924  26.426438 7.557267e-03
## Seg302.1                -7.473528  0.96719923  26.399293 7.570623e-03
## Seg832.6                -6.569468  0.26156054  26.398399 7.571063e-03
## Seg2105.3               -6.569468  0.26156054  26.398399 7.571063e-03
## Seg2723.1               -6.569468  0.26156054  26.398399 7.571063e-03
## Seg2744.2               -6.569468  0.26156054  26.398399 7.571063e-03
## Seg4639.1               -6.569468  0.26156054  26.398399 7.571063e-03
## Seg2245.5               -6.569468  0.26156054  26.398399 7.571063e-03
## Seg840.7                -4.895084  1.35617089  19.344518 7.573183e-03
## Seg1440.2               -6.677107  0.33794131  26.387926 7.576226e-03
## Seg1950.1               -2.082003  3.22385572  19.326375 7.587440e-03
## Seg3047.2               -6.582095  0.26934815  26.343212 7.598329e-03
## Seg843.16               -2.656334  2.43176561  19.312264 7.598554e-03
## Seg1034.1               -7.609978  1.07894406  26.316605 7.611529e-03
## Seg3305.3               -2.036545  3.52380046  19.285006 7.620089e-03
## Seg2002.5               -6.836441  0.46432560  26.286863 7.626325e-03
## Seg2353.5               -6.836441  0.46432560  26.286863 7.626325e-03
## Seg3684.1               -6.836441  0.46432560  26.286863 7.626325e-03
## Seg353.16               -7.201944  0.74903301  26.270390 7.634538e-03
## Seg2925.1               -2.106155  4.98774341  19.246692 7.650505e-03
## Seg1272.7               -7.492829  0.98302839  26.197799 7.670895e-03
## Seg5837.1               -7.153178  0.69861073  26.188077 7.675784e-03
## Seg1731.8                5.164794  1.47225881  19.209170 7.680458e-03
## Seg1924.2               -2.376739  3.71899240  19.190017 7.695813e-03
## Seg7012.1               -2.047296  3.15256166  19.178394 7.705151e-03
## Seg555.11               -6.532215  0.23374604  26.111116 7.714655e-03
## Seg8352.1               -6.532215  0.23374604  26.111116 7.714655e-03
## Seg1278.15              -6.866512  0.48752811  26.101697 7.719433e-03
## Seg2835.1               -6.920110  0.51883748  26.054445 7.743469e-03
## Seg2018.7               -6.920110  0.51883748  26.054445 7.743469e-03
## Seg4121.3               -6.766404  0.40332272  26.053335 7.744035e-03
## Seg3181.2               -2.544138  2.46834887  19.102150 7.766811e-03
## Seg9504.1                3.067485  1.54884233  19.088230 7.778143e-03
## Seg2312.1.1.57f48f79    -8.356161  1.69717054  25.983295 7.779879e-03
## Seg349.7                -6.593327  0.28108401  25.967180 7.788161e-03
## Seg1516.13              -6.593327  0.28108401  25.967180 7.788161e-03
## Seg1724.8               -2.870130  2.93072421  19.073487 7.790171e-03
## Seg2867.2               -2.423686  4.34954229  19.056623 7.803962e-03
## Seg456.2                -2.620352  4.02936089  19.055752 7.804675e-03
## Seg1421.1               -6.628969  0.30783630  25.922597 7.811146e-03
## Seg1917.4               -6.628969  0.30783630  25.922597 7.811146e-03
## Seg2679.5               -6.628969  0.30783630  25.922597 7.811146e-03
## Seg2404.3               -6.895957  0.51031508  25.900933 7.822351e-03
## Seg1127.3                2.073523  3.04380731  19.021514 7.832784e-03
## Seg1747.7               -7.186088  0.72416801  25.869582 7.838611e-03
## Seg2730.6               -7.186088  0.72416801  25.869582 7.838611e-03
## Seg816.2                -6.519201  0.22580108  25.866612 7.840154e-03
## Seg2557.4               -6.519201  0.22580108  25.866612 7.840154e-03
## Seg279.5                -6.545139  0.24166554  25.840064 7.853968e-03
## Seg649.12               -6.545139  0.24166554  25.840064 7.853968e-03
## Seg2097.5               -6.545139  0.24166554  25.840064 7.853968e-03
## Seg5286.3               -6.545139  0.24166554  25.840064 7.853968e-03
## Seg5673.2               -6.663728  0.33403060  25.828969 7.859752e-03
## Seg1549.9               -6.594636  0.27711092  25.822204 7.863281e-03
## Seg3756.1               -6.594636  0.27711092  25.822204 7.863281e-03
## Seg5688.1               -6.594636  0.27711092  25.822204 7.863281e-03
## Seg1244.2                2.960760  2.32706099  18.971682 7.873952e-03
## Seg2007.7                2.204995  4.17568309  18.965096 7.879416e-03
## Seg329.2                -7.095608  0.66548950  25.763501 7.894013e-03
## Seg2017.6               -7.095608  0.66548950  25.763501 7.894013e-03
## Seg3692.1               -7.095608  0.66548950  25.763501 7.894013e-03
## Seg1227.4               -7.662008  1.12215251  25.760585 7.895544e-03
## Seg6716.1               -6.493941  0.20529612  25.721128 7.916308e-03
## Seg2075.2.3.57f48f79    -2.006180  3.39126611  18.912376 7.923347e-03
## Seg775.8                -3.186423  3.12392943  18.912176 7.923515e-03
## Seg2988.5                2.055807  2.96119496  18.906822 7.927995e-03
## Seg1027.15              -6.642540  0.31167779  25.698254 7.928384e-03
## Seg2529.3               -6.642540  0.31167779  25.698254 7.928384e-03
## Seg3491.3               -6.642540  0.31167779  25.698254 7.928384e-03
## Seg94.18                -6.480612  0.19721348  25.697225 7.928929e-03
## Seg859.5                -6.480612  0.19721348  25.697225 7.928929e-03
## Seg127.3                -6.697648  0.35969084  25.695394 7.929896e-03
## Seg4131.1               -6.924800  0.53270187  25.686749 7.934469e-03
## Seg3685.2                2.816996  1.71715105  18.868902 7.959835e-03
## Seg5965.1               -3.272811  2.54783227  18.807376 8.011881e-03
## Seg2160.5               -7.120705  0.68536609  25.534075 8.015888e-03
## Seg3684.4               -7.120705  0.68536609  25.534075 8.015888e-03
## Seg3585.5               -6.730769  0.38483946  25.529762 8.018206e-03
## Seg5833.2               -6.730769  0.38483946  25.529762 8.018206e-03
## Seg11917.1               2.086828  2.81103587  18.790586 8.026168e-03
## Seg14234.1               2.991807  2.16595987  18.782059 8.033437e-03
## Seg69.2                 -6.688945  0.34540846  25.494308 8.037304e-03
## Seg103.6                -6.688945  0.34540846  25.494308 8.037304e-03
## Seg818.3                -6.688945  0.34540846  25.494308 8.037304e-03
## Seg1313.1               -6.953066  0.55470298  25.462517 8.054487e-03
## Seg291.3                -6.440925  0.16795356  25.430710 8.071735e-03
## Seg338.1.1.57f48f7a     -6.440925  0.16795356  25.430710 8.071735e-03
## Seg5672.1               -6.440925  0.16795356  25.430710 8.071735e-03
## Seg2020.6               -6.996168  0.57638485  25.423273 8.075776e-03
## Seg3103.7               -4.809093  1.29057522  18.717996 8.088351e-03
## Seg5218.1               -7.292975  0.82211208  25.381383 8.098595e-03
## Seg4271.3               -2.280104  2.85391373  18.689984 8.112530e-03
## Seg258.2                 3.199088  1.98860165  18.686061 8.115925e-03
## Seg2818.7               -6.763128  0.40949744  25.338839 8.121871e-03
## Seg4701.3               -6.763128  0.40949744  25.338839 8.121871e-03
## Seg430.4                -7.145365  0.70494125  25.303141 8.141479e-03
## Seg5356.1               -7.145365  0.70494125  25.303141 8.141479e-03
## Seg3599.2               -2.071105  2.89554465  18.650630 8.146672e-03
## Seg6854.2               -2.038778  3.05497239  18.634900 8.160376e-03
## Seg8545.1               -3.356429  0.90621708  18.621043 8.172474e-03
## Seg8913.3                2.256235  3.33867528  18.617384 8.175674e-03
## Seg1044.9               -6.980778  0.57633212  25.231110 8.181266e-03
## Seg599.22               -6.507177  0.21335264  25.224191 8.185103e-03
## Seg2498.2               -6.507177  0.21335264  25.224191 8.185103e-03
## Seg4344.3               -6.507177  0.21335264  25.224191 8.185103e-03
## Seg1270.7               -6.454587  0.17617937  25.217212 8.188976e-03
## Seg2248.2               -6.454587  0.17617937  25.217212 8.188976e-03
## Seg836.14               -2.590983  4.68747938  18.576977 8.211119e-03
## Seg3035.5               -7.314850  0.83975797  25.161600 8.219941e-03
## Seg5307.1               -2.395294  2.86967604  18.554571 8.230867e-03
## Seg3591.1               -6.794761  0.43368451  25.128366 8.238531e-03
## Seg1076.10              -6.557974  0.24955956  25.110373 8.248622e-03
## Seg3135.3               -6.557974  0.24955956  25.110373 8.248622e-03
## Seg1348.8.3.57f48f76     5.854650  2.51067351  18.532126 8.250718e-03
## Seg2223.2                3.011231  0.56464382  18.526598 8.255618e-03
## Seg4860.2               -3.315814  0.86999183  18.519668 8.261765e-03
## Seg1765.5               -6.400076  0.13798712  25.053164 8.280833e-03
## Seg4983.2               -6.400076  0.13798712  25.053164 8.280833e-03
## Seg1455.8               -6.400076  0.13798712  25.053164 8.280833e-03
## Seg1343.3               -7.603448  1.07420711  25.040724 8.287862e-03
## Seg2281.6                2.046791  2.78631717  18.427539 8.344114e-03
## Seg3079.5               -6.777613  0.41051593  24.928235 8.351840e-03
## Seg1682.6               -7.280613  0.79815718  24.913803 8.360102e-03
## Seg2948.4               -6.607094  0.28484885  24.906509 8.364283e-03
## Seg3394.4               -6.607094  0.28484885  24.906509 8.364283e-03
## Seg5753.1               -7.744719  1.19118204  24.888723 8.374491e-03
## Seg900.9.1.57f48f7e     -9.162389  2.43085181  24.876854 8.381314e-03
## Seg1349.2                3.989958  1.84315127  18.383579 8.383817e-03
## Seg263.5                -7.485780  0.97800056  24.869214 8.385709e-03
## Seg1708.3               -7.485780  0.97800056  24.869214 8.385709e-03
## Seg1120.2               -6.930295  0.52555942  24.849119 8.397289e-03
## Seg1475.12              -3.227017  0.80634646  18.368482 8.397514e-03
## Seg1218.7.1.57f48f75    -7.193435  0.74322458  24.841481 8.401696e-03
## Seg540.10                2.094452  4.57797357  18.321050 8.440753e-03
## Seg886.2                -3.280790  1.92061116  18.317665 8.443851e-03
## Seg1297.1                8.337323  1.47219477  24.761011 8.448347e-03
## Seg1819.2               -7.068490  0.63165622  24.752199 8.453479e-03
## Seg3706.1               -7.068490  0.63165622  24.752199 8.453479e-03
## Seg359.5                -7.357615  0.87434972  24.729242 8.466873e-03
## Seg2858.1               -7.357615  0.87434972  24.729242 8.466873e-03
## Seg994.8                 2.126601  2.67751864  18.285309 8.473543e-03
## Seg1499.4                2.806902  1.26251196  18.283309 8.475384e-03
## Seg622.5                 2.856483  0.76653924  18.276856 8.481325e-03
## Seg1095.25              -2.044234  3.00246738  18.275233 8.482820e-03
## Seg977.2                -7.504911  0.99369057  24.673674 8.499426e-03
## Seg2324.10              -7.504911  0.99369057  24.673674 8.499426e-03
## Seg2973.3               -7.504911  0.99369057  24.673674 8.499426e-03
## Seg2610.1               -6.855975  0.48071892  24.667317 8.503163e-03
## Seg9225.1               -6.855975  0.48071892  24.667317 8.503163e-03
## Seg3889.1               -6.855975  0.48071892  24.667317 8.503163e-03
## Seg353.3                 4.583247  3.86272644  18.245543 8.510238e-03
## Seg8133.1                2.402585  2.50991296  18.226231 8.528141e-03
## Seg425.4.3.57f48f7b     -7.699993  1.13819991  24.617084 8.532774e-03
## Seg5012.1.1.57f48f7c    -7.310813  0.82197710  24.602345 8.541493e-03
## Seg6088.4               -7.310813  0.82197710  24.602345 8.541493e-03
## Seg4515.1               -6.820030  0.44196363  24.597075 8.544613e-03
## Seg1454.5               -6.414087  0.14636196  24.589187 8.549287e-03
## Seg2193.1               -6.414087  0.14636196  24.589187 8.549287e-03
## Seg804.1                -6.357991  0.10727726  24.550937 8.572007e-03
## Seg1369.2               -6.357991  0.10727726  24.550937 8.572007e-03
## Seg1464.4               -6.357991  0.10727726  24.550937 8.572007e-03
## Seg5144.1               -6.357991  0.10727726  24.550937 8.572007e-03
## Seg1662.12              -6.968572  0.55451623  24.505105 8.599352e-03
## Seg4474.2               -6.468150  0.18437838  24.488774 8.609129e-03
## Seg1021.11.1.57f48f75   -8.650653  1.95637557  24.477437 8.615925e-03
## Seg654.4                -2.242749  2.59979927  18.116269 8.631097e-03
## Seg660.6                -7.239931  0.78040989  24.386052 8.671007e-03
## Seg2544.4.2.57f48f79    -8.220487  1.57878514  24.385079 8.671597e-03
## Seg2131.3               -2.013359  3.33640827  18.061531 8.683003e-03
## Seg2137.4.1.57f48f79    -8.149780  1.53392379  24.337163 8.700696e-03
## Seg847.12.1.57f48f7e    -7.901697  1.30657348  24.328358 8.706059e-03
## Seg1433.10              -7.901697  1.30657348  24.328358 8.706059e-03
## Seg494.10               -6.700708  0.35285200  24.324154 8.708622e-03
## Seg171.1                -4.643632  2.79872138  18.032771 8.710453e-03
## Seg1431.9.1.57f48f76    -2.629248  2.40511149  18.014814 8.727655e-03
## Seg4506.1               -7.542418  1.02452126  24.292370 8.728032e-03
## Seg1410.9               -6.520320  0.22138303  24.286258 8.731773e-03
## Seg824.4                -7.445836  0.93010905  24.278087 8.736777e-03
## Seg2109.6                2.257834  2.68517148  17.989465 8.752018e-03
## Seg3306.2               -6.861262  0.47271739  24.249000 8.754626e-03
## Seg3702.2.1.57f48f7b    -8.044488  1.44393569  24.238057 8.761356e-03
## Seg2482.1                2.934331  0.96474123  17.948410 8.791683e-03
## Seg58.17                -6.914647  0.52607832  24.178711 8.797987e-03
## Seg1730.1                5.998274  3.39671379  17.899310 8.839455e-03
## Seg1566.11              -7.560808  1.03967076  24.106817 8.842679e-03
## Seg1197.7               -7.419444  0.92458077  24.104149 8.844344e-03
## Seg1658.10              -7.822900  1.25681291  24.090563 8.852831e-03
## Seg1867.1               -2.421326  2.55536691  17.874111 8.864116e-03
## Seg13582.1              -3.579184  1.53351689  17.870204 8.867947e-03
## Seg691.2                -6.570721  0.25742810  24.011328 8.902573e-03
## Seg1196.2               -6.570721  0.25742810  24.011328 8.902573e-03
## Seg2954.3.1.57f48f7a    -6.570721  0.25742810  24.011328 8.902573e-03
## Seg778.1                -7.706102  1.15950867  23.990764 8.915552e-03
## Seg5651.1               -6.745385  0.38564687  23.981304 8.921533e-03
## Seg7680.1                2.864354  2.90964109  17.808741 8.928543e-03
## Seg616.18               -6.943094  0.54816813  23.929834 8.954179e-03
## Seg25.6                 -6.314593  0.07578401  23.911521 8.965838e-03
## Seg1044.4.2.57f48f75    -6.314593  0.07578401  23.911521 8.965838e-03
## Seg1184.2.8.57f48f75    -6.314593  0.07578401  23.911521 8.965838e-03
## Seg1464.6               -6.314593  0.07578401  23.911521 8.965838e-03
## Seg3.19                 -6.901373  0.50280716  23.892993 8.977658e-03
## Seg4295.3               -2.604227  3.06835915  17.756999 8.980011e-03
## Seg1666.17              -8.353599  1.69425528  23.865402 8.995303e-03
## Seg679.16                3.176089  1.99154207  17.729913 9.007121e-03
## Seg557.12               -6.372371  0.11580737  23.828744 9.018829e-03
## Seg1245.3               -6.372371  0.11580737  23.828744 9.018829e-03
## Seg2008.5               -6.372371  0.11580737  23.828744 9.018829e-03
## Seg2099.3               -6.372371  0.11580737  23.828744 9.018829e-03
## Seg2589.3               -7.042264  0.61068766  23.810144 9.030802e-03
## Seg675.4                -4.623107  1.13438914  17.705628 9.031526e-03
## Seg2147.7                2.241223  4.60674849  17.698235 9.038974e-03
## Seg1844.5                2.844107  2.47585977  17.695938 9.041290e-03
## Seg255.4                -2.008395  3.21657633  17.685149 9.052179e-03
## Seg1279.8                4.074951  4.39472562  17.644458 9.093414e-03
## Seg3321.1               -4.680736  1.18603702  17.636680 9.101327e-03
## Seg796.7                -6.619467  0.29256194  23.687347 9.110455e-03
## Seg2061.6               -6.619467  0.29256194  23.687347 9.110455e-03
## Seg4496.4               -6.619467  0.29256194  23.687347 9.110455e-03
## Seg5523.1               -6.970981  0.56988339  23.680347 9.115027e-03
## Seg6400.1               -6.970981  0.56988339  23.680347 9.115027e-03
## Seg114.9                 4.889418  0.75405836  17.619435 9.118904e-03
## Seg4749.1               -6.427996  0.15470930  23.629246 9.148515e-03
## Seg10333.1              -6.427996  0.15470930  23.629246 9.148515e-03
## Seg1064.6               -7.160920  0.71833137  23.568066 9.188856e-03
## Seg1586.9                2.958754  1.14288805  17.546427 9.193855e-03
## Seg233.4                -2.529265  3.30523827  17.546001 9.194296e-03
## Seg979.1                -6.940420  0.53226100  23.534990 9.210777e-03
## Seg1815.4               -6.940420  0.53226100  23.534990 9.210777e-03
## Seg3160.5               -6.940420  0.53226100  23.534990 9.210777e-03
## Seg3186.2                2.462400  3.15487190  17.524099 9.216953e-03
## Seg5059.1                2.872912  2.25206616  17.494070 9.248144e-03
## Seg7535.1               -7.077769  0.63794786  23.466700 9.256291e-03
## Seg1794.2               -8.685161  2.00189565  23.421559 9.286564e-03
## Seg5746.1               -2.452902  2.27127670  17.451358 9.292769e-03
## Seg2595.1.1.57f48f79    -5.009232  4.93339540  17.413843 9.332215e-03
## Seg396.7                 3.403215  0.57815690  17.412988 9.333117e-03
## Seg4288.3               -6.481617  0.19255058  23.348387 9.335957e-03
## Seg3676.2               -6.481617  0.19255058  23.348387 9.335957e-03
## Seg6184.1               -7.184885  0.73740040  23.338318 9.342786e-03
## Seg2246.6               -6.666660  0.32682934  23.332254 9.346901e-03
## Seg1053.1               -7.497920  0.98869956  23.324823 9.351949e-03
## Seg80.10                 2.456170  5.55732100  17.390915 9.356441e-03
## Seg551.5                 3.238118  0.91991088  17.373329 9.375082e-03
## Seg1914.4                3.192769  0.99448635  17.365658 9.383230e-03
## Seg5567.3                4.789212  5.81015788  17.360234 9.388997e-03
## Seg974.1                -4.685693  2.47040147  17.323480 9.428210e-03
## Seg1389.15              -2.482711  2.85854323  17.321988 9.429806e-03
## Seg1556.24.2.57f48f77   -7.786348  1.22664208  23.204331 9.434375e-03
## Seg7200.1               -6.978458  0.56110528  23.178622 9.452105e-03
## Seg2544.4.15.57f48f79   -8.357597  1.69750599  23.130585 9.485370e-03
## Seg132.4.2.57f48f76     -6.269792  0.04346406  23.124662 9.489483e-03
## Seg2431.9               -6.269792  0.04346406  23.124662 9.489483e-03
## Seg5144.4               -6.269792  0.04346406  23.124662 9.489483e-03
## Seg2647.6               -3.097038  1.50961861  17.262768 9.493492e-03
## Seg118.4.1.57f48f75     -7.208451  0.75619329  23.112544 9.497909e-03
## Seg794.4                -9.026270  2.29456777  23.104019 9.503843e-03
## Seg987.6                -7.925635  1.34360847  23.094525 9.510458e-03
## Seg1232.13.3.57f48f75    2.539953  3.48231008  17.238378 9.519898e-03
## Seg709.9                 2.637264  1.68206677  17.227856 9.531322e-03
## Seg3858.9               -6.533371  0.22938728  23.013641 9.567100e-03
## Seg7111.2               -6.533371  0.22938728  23.013641 9.567100e-03
## Seg1505.5               -4.678515  1.20096492  17.172943 9.591258e-03
## Seg447.4                -2.067563  2.88943496  17.168483 9.596149e-03
## Seg6552.1               -6.712394  0.36027193  22.959551 9.605266e-03
## Seg311.7                -6.329362  0.08447608  22.930390 9.625938e-03
## Seg1184.2.17.57f48f75   -6.329362  0.08447608  22.930390 9.625938e-03
## Seg2071.1               -6.329362  0.08447608  22.930390 9.625938e-03
## Seg897.3                 5.162049  1.60158362  17.101713 9.669802e-03
## Seg2620.4                2.090497  2.58085294  17.093595 9.678811e-03
## Seg1076.5.3.57f48f75    -7.015536  0.58936474  22.827242 9.699605e-03
## Seg2038.7               -7.832418  1.26536122  22.769815 9.740990e-03
## Seg1935.4               -7.699974  1.15500861  22.749212 9.755904e-03
## Seg1001.3               -2.483111  2.17335722  16.979373 9.806843e-03
## Seg624.4.1.57f48f7d      2.187785  4.44730341  16.974950 9.811849e-03
## Seg1858.6               -6.386644  0.12430924  22.644021 9.832591e-03
## Seg1974.2               -6.386644  0.12430924  22.644021 9.832591e-03
## Seg2262.1               -6.386644  0.12430924  22.644021 9.832591e-03
## Seg4503.4               -6.386644  0.12430924  22.644021 9.832591e-03
## Seg5821.2               -6.386644  0.12430924  22.644021 9.832591e-03
## Seg1709.5               -7.432179  0.93575097  22.511899 9.930218e-03
## Seg6269.3               -3.106549  1.16467075  16.800865 1.001178e-02
## Seg2941.1.1.57f48f7a     5.407001  2.57429161  16.786403 1.002865e-02
## Seg739.4                 3.014070  0.92288907  16.765791 1.005276e-02
## Seg1142.3               -7.452022  0.95192743  22.325122 1.007077e-02
## Seg2300.2                2.898012  1.87329988  16.721401 1.010497e-02
## Seg2324.9               -2.080518  3.84706547  16.703245 1.012643e-02
## Seg1397.4.1.57f48f76     2.790691  2.60714571  16.695448 1.013567e-02
## Seg1546.1               -2.998047  1.92071679  16.654426 1.018446e-02
## Seg3874.1               -2.512916  2.83714251  16.646317 1.019415e-02
## Seg4559.1               -7.764782  1.20913324  22.152865 1.020309e-02
## Seg1714.6               -7.471592  0.96790756  22.142784 1.021092e-02
## Seg5852.1               -7.320760  0.84629208  22.052337 1.028154e-02
## Seg3887.1               -2.682582  1.86752242  16.572472 1.028295e-02
## Seg4535.1               -2.418677  2.84019292  16.540998 1.032113e-02
## Seg3304.6               -7.970626  1.36383782  21.987617 1.033254e-02
## Seg2471.3.2.57f48f79    -8.418448  1.75038880  21.947649 1.036422e-02
## Seg2865.1.1.57f48f7a    -9.108718  2.36961856  21.928547 1.037941e-02
## Seg1553.1               -6.494988  0.20069594  21.916986 1.038863e-02
## Seg2779.4               -6.494988  0.20069594  21.916986 1.038863e-02
## Seg4047.3               -6.494988  0.20069594  21.916986 1.038863e-02
## Seg2376.2               -2.649271  3.76506602  16.461552 1.041840e-02
## Seg6707.1.1.57f48f7d     3.112932  1.66440554  16.452847 1.042914e-02
## Seg8692.1                2.713077  1.05552837  16.439292 1.044589e-02
## Seg1675.4               -6.841665  0.45602523  21.822464 1.046442e-02
## Seg4895.1               -4.726145  2.03899428  16.420257 1.046948e-02
## Seg826.6.2.57f48f7e     -6.988287  0.56767450  21.807342 1.047662e-02
## Seg1217.2.1.57f48f75    -7.509949  0.99929835  21.793440 1.048786e-02
## Seg1091.23               5.148459  1.45992232  16.388760 1.050867e-02
## Seg700.8                 2.317020  5.31585401  16.363116 1.054074e-02
## Seg5039.2               -3.174392  1.21954096  16.340127 1.056960e-02
## Seg2565.5               -2.875347  1.81930599  16.322484 1.059183e-02
## Seg1991.7               -2.479057  2.40084306  16.315775 1.060030e-02
## Seg3146.1               -7.962345  1.37523946  21.618685 1.063071e-02
## Seg3.10                  2.859231  3.07877881  16.246802 1.068793e-02
## Seg1605.7                2.514863  1.89979228  16.245273 1.068988e-02
## Seg1292.4               -6.546332  0.23736538  21.517983 1.071437e-02
## Seg10635.1              -2.791796  2.43824001  16.222105 1.071956e-02
## Seg1166.5                2.613062  1.47775768  16.206754 1.073928e-02
## Seg1471.10               2.525132  1.85248082  16.191325 1.075916e-02
## Seg4502.1               -7.631585  1.08012214  21.459184 1.076369e-02
## Seg932.11                2.458344  3.56198312  16.175423 1.077970e-02
## Seg2002.7               -2.615878  1.98923822  16.167756 1.078962e-02
## Seg729.15               -2.184916  4.28262362  16.131299 1.083699e-02
## Seg3123.1               -7.223295  0.76901151  21.365764 1.084275e-02
## Seg5.7                  -7.304805  0.81518010  21.297562 1.090104e-02
## Seg425.4                -7.304805  0.81518010  21.297562 1.090104e-02
## Seg2726.3                4.299032  0.24805839  16.045497 1.094963e-02
## Seg1091.24               4.746671  1.08501487  16.012995 1.099274e-02
## Seg2487.4                2.740948  0.67551685  15.992399 1.102017e-02
## Seg1769.9               -7.424854  0.93058315  21.114265 1.106006e-02
## Seg4197.4               -6.921943  0.51638080  21.098768 1.107366e-02
## Seg1828.3               -2.740900  2.25474620  15.929966 1.110394e-02
## Seg1422.13               2.220250  2.97881034  15.911257 1.112922e-02
## Seg2427.16              -4.740052  2.04983092  15.896014 1.114988e-02
## Seg9966.1               -4.499494  2.30391570  15.889508 1.115871e-02
## Seg4032.2                2.560664  2.16622446  15.884087 1.116608e-02
## Seg7572.1                2.787400  2.12409856  15.875031 1.117840e-02
## Seg3124.2                2.867775  2.02206406  15.872286 1.118214e-02
## Seg4323.1               -4.532814  1.83712979  15.864366 1.119293e-02
## Seg21394.1              -4.558250  1.10894409  15.857515 1.120229e-02
## Seg12481.1              -4.592477  3.04269471  15.820160 1.125347e-02
## Seg2163.1               -2.116513  2.87384874  15.796338 1.128629e-02
## Seg2963.2               -7.774702  1.21800554  20.829072 1.131459e-02
## Seg3840.1.1.57f48f7b     2.332993  3.35845385  15.750672 1.134958e-02
## Seg2498.7               -4.442581  1.01385064  15.738274 1.136685e-02
## Seg1845.7.1.57f48f78    -6.810822  0.43196089  20.717156 1.141692e-02
## Seg787.8.1.57f48f7e     -6.643965  0.30791364  20.711990 1.142168e-02
## Seg2116.2               -6.643965  0.30791364  20.711990 1.142168e-02
## Seg3188.2                4.902909  1.23011232  15.664451 1.147045e-02
## Seg2754.3                2.719292  2.53521565  15.655383 1.148327e-02
## Seg4287.2                3.435803  2.71079630  15.639826 1.150531e-02
## Seg190.14               -7.483849  0.97868072  20.608878 1.151727e-02
## Seg518.10                3.019367  0.96570401  15.601080 1.156045e-02
## Seg1349.9               -2.490927  2.17062804  15.590627 1.157540e-02
## Seg8827.1               -3.026347  0.66084829  15.586023 1.158199e-02
## Seg282.4                -2.350517  2.29992539  15.577406 1.159433e-02
## Seg5202.1               -2.180022  3.44197974  15.570355 1.160445e-02
## Seg2701.3                3.049286  1.41936776  15.559949 1.161941e-02
## Seg6074.1               -4.484771  1.02042598  15.555601 1.162566e-02
## Seg4268.2               -2.541030  6.22193015  15.551816 1.163111e-02
## Seg1808.5                2.026252  3.50340106  15.546731 1.163844e-02
## Seg3433.1               -2.496811  4.20477221  15.542443 1.164463e-02
## Seg1662.6               -2.464473  2.48736645  15.529367 1.166352e-02
## Seg3715.2                2.791480  2.80290453  15.504361 1.169976e-02
## Seg4526.1               -2.078067  2.90038594  15.475852 1.174127e-02
## Seg2640.2.2.57f48f79    -9.557232  2.78416794  20.332808 1.177928e-02
## Seg236.6                 4.215341  0.18047670  15.447721 1.178245e-02
## Seg1915.8               -4.789926  5.12545857  15.387901 1.187067e-02
## Seg1903.4                2.331369  2.03936312  15.384576 1.187561e-02
## Seg1524.7.2.57f48f76     2.048806  3.62148468  15.338550 1.194417e-02
## Seg3146.4               -3.026904  2.30672963  15.338308 1.194453e-02
## Seg1976.4                4.208900  0.17711429  15.336379 1.194742e-02
## Seg3481.3                4.208900  0.17711429  15.336379 1.194742e-02
## Seg2091.1                2.594676  4.05558923  15.299485 1.200280e-02
## Seg1690.7               -2.268015  2.97131115  15.248995 1.207919e-02
## Seg1550.4               -6.892803  0.49340536  20.007217 1.210012e-02
## Seg6564.1.1.57f48f7d     2.282980  4.17360301  15.221449 1.212116e-02
## Seg98.2                 -8.793464  2.08311672  19.947332 1.216058e-02
## Seg1196.4               -6.735541  0.37504107  19.938739 1.216930e-02
## Seg4462.1               -4.393419  2.86408248  15.187498 1.217317e-02
## Seg4530.2                2.933970  2.15103038  15.187430 1.217327e-02
## Seg16610.1               3.394183  1.16941078  15.182865 1.218029e-02
## Seg1635.5               -2.433537  2.35870895  15.164851 1.220804e-02
## Seg1734.2                3.544658  1.44406057  15.159197 1.221676e-02
## Seg1973.1                2.402527  2.64212080  15.151186 1.222914e-02
## Seg4279.1                3.367664  1.10439421  15.118716 1.227950e-02
## Seg2364.1               -2.682854  2.20961720  15.103068 1.230388e-02
## Seg63.1.3.57f48f7d      -7.070424  0.62975610  19.801735 1.230951e-02
## Seg1617.14              -7.070424  0.62975610  19.801735 1.230951e-02
## Seg3285.3                4.468179  0.83304308  15.091423 1.232206e-02
## Seg1019.1.2.57f48f75    -4.365944  2.83892460  15.083155 1.233500e-02
## Seg1529.9                2.425879  3.78215142  15.078400 1.234245e-02
## Seg1563.1                2.380199  2.93947148  15.062431 1.236750e-02
## Seg17482.1               2.395158  2.04695628  15.012518 1.244629e-02
## Seg1903.5               -4.204471  0.80571833  14.990389 1.248145e-02
## Seg5003.3                2.599069  1.51292099  14.980674 1.249693e-02
## Seg1561.6               -3.029314  1.11914705  14.970331 1.251344e-02
## Seg4085.1                2.463670  2.64445688  14.966961 1.251882e-02
## Seg3620.1                2.366053  2.09425324  14.966580 1.251943e-02
## Seg10119.1              -2.124502  2.92418356  14.965195 1.252164e-02
## Seg3377.7               -6.779279  0.40742267  19.572864 1.254929e-02
## Seg614.2                 2.532614  2.14298673  14.889789 1.264306e-02
## Seg1493.7               -2.071301  2.47239139  14.886720 1.264804e-02
## Seg6638.1               -2.610912  1.82281278  14.858711 1.269359e-02
## Seg1653.5                3.118237  0.68653569  14.857463 1.269562e-02
## Seg631.2                -8.114428  1.50547860  19.415218 1.271861e-02
## Seg3864.2.1.57f48f7b     2.039877  2.43326099  14.834580 1.273302e-02
## Seg1079.13              -2.183762  4.60954001  14.824873 1.274893e-02
## Seg2877.4                2.537019  2.77521365  14.811563 1.277079e-02
## Seg6568.1               -2.871812  0.54552135  14.803072 1.278476e-02
## Seg1507.1               -2.943272  1.03743672  14.794794 1.279841e-02
## Seg61.5                 -2.861847  2.62193216  14.783482 1.281708e-02
## Seg284.6                -2.224303  3.50982038  14.781820 1.281983e-02
## Seg1566.4               -4.457634  1.77110491  14.781393 1.282054e-02
## Seg3142.1               -8.702558  2.01837043  19.281847 1.286458e-02
## Seg914.6                 2.169350  2.36664565  14.740452 1.288849e-02
## Seg881.2                 2.002771  2.46814687  14.722387 1.291863e-02
## Seg1999.8                2.932804  1.26639525  14.692151 1.296931e-02
## Seg3444.3               -2.416129  2.44889889  14.691529 1.297036e-02
## Seg9017.1                2.547424  1.26449232  14.637578 1.306150e-02
## Seg3500.2               -7.681451  1.14144656  19.074860 1.309624e-02
## Seg4868.1                2.070233  2.56630966  14.611222 1.310635e-02
## Seg2175.8               -4.413187  3.56724669  14.610845 1.310700e-02
## Seg2321.4                2.765424  2.75671564  14.590060 1.314253e-02
## Seg1512.2               -2.369766  3.82564863  14.569033 1.317861e-02
## Seg910.12               -2.187877  2.97493764  14.554568 1.320351e-02
## Seg4257.2                2.895040  2.00807770  14.549333 1.321254e-02
## Seg1361.3                3.779215  7.88575714  14.544050 1.322166e-02
## Seg3192.6               -2.341713  2.49091361  14.528016 1.324940e-02
## Seg2314.7                4.603875  1.29722044  14.527942 1.324953e-02
## Seg2441.5               -2.175780  2.36975272  14.511736 1.327765e-02
## Seg2815.1                2.611258  0.97580381  14.507489 1.328503e-02
## Seg2151.3.1.57f48f79    -8.501106  1.82214131  18.877981 1.332253e-02
## Seg20360.1              -3.462690  2.95931443  14.474709 1.334221e-02
## Seg8754.2                2.665781  2.22348066  14.460647 1.336685e-02
## Seg1367.2               -2.010790  3.42252468  14.457578 1.337223e-02
## Seg192.1                 2.224032  3.25702762  14.456018 1.337497e-02
## Seg6235.1               -2.517079  2.88171362  14.445116 1.339413e-02
## Seg3123.3               -2.555146  1.94487955  14.443081 1.339771e-02
## Seg2100.10              -2.331539  2.40938082  14.420969 1.343671e-02
## Seg1909.6               -2.379062  2.20555047  14.420901 1.343683e-02
## Seg3807.2               -2.552920  3.89862717  14.389245 1.349294e-02
## Seg4017.1.2.57f48f7b     2.066744  3.32666279  14.373013 1.352184e-02
## Seg1756.16               3.264166  4.34101463  14.357804 1.354899e-02
## Seg1893.6.1.57f48f78     2.319082  2.50752688  14.352614 1.355828e-02
## Seg11328.1               3.136342  1.33834642  14.280849 1.368760e-02
## Seg11784.1              -2.253510  2.51197074  14.275450 1.369740e-02
## Seg4403.4               -2.689885  2.76103523  14.275176 1.369790e-02
## Seg647.1                -2.201542  2.58407561  14.272313 1.370310e-02
## Seg3428.2                2.146979  2.34922075  14.220795 1.379717e-02
## Seg6811.2                3.095494  0.91344575  14.135312 1.395528e-02
## Seg1870.3                2.913474  0.88056438  14.131408 1.396256e-02
## Seg1432.2.1.57f48f76    -9.695470  2.92280677  18.336593 1.397641e-02
## Seg1999.9                3.711367  2.07508763  14.119530 1.398475e-02
## Seg4278.3               -4.549909  1.09233600  14.118852 1.398602e-02
## Seg2154.4                3.849195  1.67820291  14.112951 1.399706e-02
## Seg11494.1              -2.395399  1.96550593  14.101782 1.401800e-02
## Seg1883.5                2.867817  1.68879725  14.099895 1.402154e-02
## Seg844.6                -2.610238  1.80849769  14.023244 1.416648e-02
## Seg7220.1                2.404224  0.95108378  13.973223 1.426222e-02
## Seg550.8.1.57f48f7c      4.296208  0.68392858  13.950787 1.430545e-02
## Seg4642.4               -2.003942  3.25604269  13.944027 1.431852e-02
## Seg4288.2                2.422343  4.20947123  13.902298 1.439954e-02
## Seg2485.6               -2.182956  3.19295988  13.880189 1.444272e-02
## Seg5688.3               -2.683481  1.87617233  13.879176 1.444471e-02
## Seg6362.2               -4.298004  0.88376624  13.876297 1.445035e-02
## Seg529.6                 6.034438  7.02819472  13.875723 1.445147e-02
## Seg5464.2                2.663730  1.49679665  13.872970 1.445687e-02
## Seg1201.5                2.129235  2.87157263  13.842329 1.451711e-02
## Seg1095.22               5.515009  5.19068393  13.821192 1.455887e-02
## Seg998.3                -4.208883  0.81372483  13.804159 1.459265e-02
## Seg633.7                 2.473882  0.51769829  13.794769 1.461132e-02
## Seg3073.3               -2.184628  2.17928331  13.778478 1.464379e-02
## Seg3080.4               -2.890429  1.01410133  13.768935 1.466286e-02
## Seg1730.3                2.232853  2.91664309  13.765015 1.467070e-02
## Seg859.12               -2.565669  2.34609619  13.764363 1.467201e-02
## Seg2343.6               -2.036753  3.52994954  13.752174 1.469644e-02
## Seg1751.7                2.632279  0.48865437  13.738431 1.472405e-02
## Seg824.8                 2.071715  2.42032904  13.726139 1.474881e-02
## Seg50.15                -4.361454  3.51954904  13.719717 1.476177e-02
## Seg4855.1.1.57f48f7c     3.491618  2.72785238  13.689360 1.482324e-02
## Seg1394.15              -7.708532  1.16455146  17.676320 1.484227e-02
## Seg2935.1                2.377393  2.40073112  13.630360 1.494377e-02
## Seg2326.4               -2.970396  1.39142531  13.624798 1.495520e-02
## Seg225.9                -4.670432  4.77105374  13.598340 1.500976e-02
## Seg1219.3                3.085646  2.55506696  13.583750 1.503996e-02
## Seg2152.7                4.359284  2.74473444  13.571903 1.506456e-02
## Seg492.7                -4.274320  2.75752181  13.570479 1.506752e-02
## Seg3759.3                2.357448  1.96905404  13.556098 1.509745e-02
## Seg1574.1               -2.469667  2.84349332  13.554905 1.509994e-02
## Seg883.6.2.57f48f7e      4.696640  1.03073926  13.537765 1.513573e-02
## Seg2091.7               -7.053629  0.61509266  17.456978 1.514806e-02
## Seg2104.2                3.072032  4.79506408  13.527271 1.515771e-02
## Seg478.3                 4.824464  2.56658533  13.512605 1.518850e-02
## Seg1198.2                2.398875  1.65842163  13.474972 1.526791e-02
## Seg801.1                 2.212464  3.74919674  13.473562 1.527090e-02
## Seg2559.3                2.433621  1.00006097  13.464511 1.529009e-02
## Seg1358.7               -4.316071  1.65732374  13.443331 1.533514e-02
## Seg13811.1              -4.610891  1.14011983  13.431354 1.536069e-02
## Seg355.5                -7.245428  0.76544495  17.300368 1.537231e-02
## Seg1444.2                2.388380  0.84114156  13.402228 1.542309e-02
## Seg997.1                -4.006161  0.65129988  13.392914 1.544312e-02
## Seg4799.1                2.983705  2.93615811  13.388803 1.545197e-02
## Seg11.3                 -2.660318  1.65228616  13.385177 1.545979e-02
## Seg6685.1                2.423320  1.47082295  13.374213 1.548345e-02
## Seg1190.7.1.57f48f75    -9.103607  2.37869756  17.184458 1.554154e-02
## Seg508.5                 3.441876  2.52585137  13.346386 1.554373e-02
## Seg1104.2                2.338073  1.79304946  13.339676 1.555832e-02
## Seg3106.5               -3.950011  0.61156199  13.330168 1.557902e-02
## Seg3706.6               -2.074589  2.82475748  13.322335 1.559610e-02
## Seg1409.4                3.430014  0.93542479  13.270711 1.570937e-02
## Seg1144.6               -4.282534  4.42015279  13.248970 1.575742e-02
## Seg84.7                  2.609702  2.10892491  13.241612 1.577373e-02
## Seg780.3                 2.301489  1.84863471  13.164226 1.594671e-02
## Seg5082.1               -2.572897  1.59709150  13.143796 1.599282e-02
## Seg1439.9                3.193793  1.57138859  13.121577 1.604319e-02
## Seg816.7                 2.727031  1.13000368  13.120181 1.604637e-02
## Seg1822.3                2.039682  5.06562579  13.114817 1.605856e-02
## Seg2818.6               -3.930220  0.59877134  13.077316 1.614420e-02
## Seg536.2.3.57f48f7c      2.238136  3.15139302  13.069370 1.616243e-02
## Seg9206.1               -4.073612  0.72883234  13.045155 1.621816e-02
## Seg511.8                 2.050300  3.60106848  13.033432 1.624524e-02
## Seg2514.6               -2.599616  1.39578093  13.024653 1.626556e-02
## Seg249.4                -2.844801  0.98368743  12.940173 1.646296e-02
## Seg4299.3               -2.307723  3.53554908  12.906590 1.654238e-02
## Seg1701.3               -2.249390  5.95166137  12.867607 1.663525e-02
## Seg1698.3.1.57f48f77    -8.499945  1.84044297  16.455603 1.667383e-02
## Seg1513.2               -4.188796  2.03181707  12.834919 1.671369e-02
## Seg3264.4                2.223508  2.42857502  12.811598 1.676998e-02
## Seg1279.7               -2.161889  2.44070925  12.807135 1.678078e-02
## Seg492.2                 2.085205  2.26898411  12.804859 1.678629e-02
## Seg9785.1               -2.087389  3.11793691  12.802922 1.679099e-02
## Seg1624.3               -4.125931  3.24376754  12.762244 1.688998e-02
## Seg3685.3               -2.041018  2.35940330  12.761729 1.689124e-02
## Seg8954.1               -2.331408  1.76877166  12.759194 1.689744e-02
## Seg782.12.1.57f48f7e    -4.216639  3.69424088  12.739796 1.694497e-02
## Seg253.21                2.502510  4.35803808  12.689628 1.706877e-02
## Seg1356.6                3.493942  1.24398688  12.688618 1.707128e-02
## Seg1551.4.1.57f48f77     2.312005  2.44502798  12.688583 1.707137e-02
## Seg3073.5               -4.143770  2.35268930  12.687942 1.707296e-02
## Seg7113.2               -4.034456  0.66993317  12.683521 1.708393e-02
## Seg2483.4                2.771968  2.71723543  12.664922 1.713022e-02
## Seg1475.15              -2.685682  2.02635006  12.661236 1.713941e-02
## Seg668.5                 2.219829  1.71838629  12.660377 1.714155e-02
## Seg2623.1                4.342683  1.06304369  12.653783 1.715802e-02
## Seg1771.9               -4.324358  6.03539462  12.638285 1.719681e-02
## Seg833.5                 2.554472  1.67781695  12.623496 1.723395e-02
## Seg207.15               -3.862711  0.54887263  12.614809 1.725581e-02
## Seg4700.3               -3.862711  0.54887263  12.614809 1.725581e-02
## Seg1703.7                2.390959  1.44128396  12.609261 1.726979e-02
## Seg3242.5               -3.874868  0.55320664  12.590302 1.731771e-02
## Seg3163.8                2.864583  0.91262768  12.579599 1.734484e-02
## Seg1850.8.5.57f48f78     2.832282  0.98457829  12.577476 1.735023e-02
## Seg2977.1               -2.049355  3.60984590  12.564696 1.738271e-02
## Seg1714.8                3.382672  2.52085513  12.543071 1.743789e-02
## Seg928.10               -2.470840  2.14651834  12.538131 1.745052e-02
## Seg5552.2                2.094522  2.15273771  12.536424 1.745489e-02
## Seg3879.6                2.270287  0.61982248  12.522864 1.748966e-02
## Seg2281.5                2.293699  0.74321865  12.515000 1.750987e-02
## Seg101.4                 4.498132  0.86473082  12.513394 1.751400e-02
## Seg2700.6                2.217068  1.71660455  12.493701 1.756477e-02
## Seg1269.2                2.195522  2.80853679  12.488347 1.757861e-02
## Seg1701.2               -2.043981  3.98803311  12.480555 1.759878e-02
## Seg1582.1               -2.383418  2.22960676  12.464265 1.764105e-02
## Seg567.7                -3.960805  0.64314663  12.447183 1.768554e-02
## Seg306.2                 2.243368  1.35302090  12.426582 1.773939e-02
## Seg1080.7.1.57f48f75    -8.992228  2.27827580  15.819824 1.776749e-02
## Seg824.1                 2.613460  1.59741385  12.392958 1.782779e-02
## Seg4894.2               -2.505770  2.79362832  12.391747 1.783099e-02
## Seg2171.7                2.288117  2.82029437  12.382356 1.785580e-02
## Seg2781.1.1.57f48f7a     2.129835 11.33432951  12.371235 1.788524e-02
## Seg714.4                -2.757228  2.08197161  12.368775 1.789176e-02
## Seg3668.5               -3.112033  1.77065635  12.321622 1.801743e-02
## Seg2530.5                4.306808  0.39224301  12.321211 1.801853e-02
## Seg3361.5                2.350537  2.45847282  12.310396 1.804753e-02
## Seg1186.1               -2.047788  2.60486735  12.293126 1.809398e-02
## Seg1115.6                2.766969  2.48478003  12.280188 1.812889e-02
## Seg2568.4               -2.617227  0.79761398  12.216219 1.830290e-02
## Seg1582.2               -2.436660  1.26110883  12.208057 1.832527e-02
## Seg2947.4.3.57f48f7a    -7.373357  0.86642179  15.503523 1.835277e-02
## Seg862.5                 2.588668  0.98655809  12.171805 1.842511e-02
## Seg1564.4               -2.731943  1.70258621  12.145797 1.849721e-02
## Seg895.2                -3.995594  1.38838490  12.141577 1.850895e-02
## Seg1472.21              -2.516577  1.06572395  12.124384 1.855688e-02
## Seg2818.2                5.117602  1.77502342  12.083551 1.867141e-02
## Seg2038.3               -2.502166  3.08671508  12.074617 1.869661e-02
## Seg235.7                 2.128412  2.07021828  12.038442 1.879911e-02
## Seg1965.1                2.685186  2.12856015  12.024145 1.883984e-02
## Seg298.14                2.070699  2.20065703  12.002297 1.890233e-02
## Seg7223.2                2.204398  1.86679375  11.998788 1.891239e-02
## Seg274.8                 2.495117  2.70982715  11.978228 1.897151e-02
## Seg1450.26              -2.378605  1.64132083  11.977071 1.897484e-02
## Seg1785.2               -4.517689  1.86737113  11.959460 1.902570e-02
## Seg2104.1                2.933801  3.58102183  11.937306 1.908995e-02
## Seg3951.2               -4.312915  4.98597712  11.879859 1.925800e-02
## Seg676.2                 2.495491  1.77583408  11.877046 1.926629e-02
## Seg7656.1                2.571394  1.13072803  11.870341 1.928605e-02
## Seg138.3                -4.015992  3.57454142  11.867059 1.929573e-02
## Seg731.1                -3.819231  0.53585613  11.816581 1.944555e-02
## Seg658.6                 2.167397  2.20791151  11.803171 1.948563e-02
## Seg928.9                -2.428116  2.00771187  11.781617 1.955029e-02
## Seg733.12               -2.768805  2.61692308  11.776307 1.956627e-02
## Seg13911.1               2.176265  1.23588210  11.769181 1.958774e-02
## Seg887.8                -2.004972  2.73509958  11.766863 1.959473e-02
## Seg6501.2               -3.029155  1.74409408  11.760573 1.961372e-02
## Seg1987.3               -4.131264  2.33969732  11.716628 1.974712e-02
## Seg783.2                -3.920734  1.32817748  11.710171 1.976683e-02
## Seg1250.4               -2.158571  4.63017781  11.691958 1.982257e-02
## Seg1770.1               -3.979364  1.37265887  11.683877 1.984738e-02
## Seg11495.1              -3.799814  0.52002163  11.678943 1.986254e-02
## Seg1876.7               -2.064233  2.46506172  11.665878 1.990278e-02
## Seg3364.1               -2.240358  1.85367464  11.652486 1.994415e-02
## Seg3693.4                3.455656  3.41887166  11.633643 2.000256e-02
## Seg6543.3               -4.527421  1.06948944  11.592854 2.012983e-02
## Seg5313.2.1.57f48f7c    -2.537430  2.97745480  11.586899 2.014851e-02
## Seg873.6                -2.586583  1.78000311  11.583115 2.016039e-02
## Seg3307.2.1.57f48f7a    -8.614210  1.92097937  14.566158 2.027098e-02
## Seg6437.1                2.936977  2.46992675  11.548010 2.027109e-02
## Seg72.8                  2.942949  1.70522281  11.488978 2.045919e-02
## Seg7113.1               -3.876678  0.55092180  11.471317 2.051595e-02
## Seg4671.1               -3.758355  0.49024811  11.462617 2.054399e-02
## Seg3402.3                2.180539  3.24002561  11.462213 2.054529e-02
## Seg246.9                 4.245451  9.39795560  11.459776 2.055316e-02
## Seg206.2                 4.146721  0.26304811  11.441098 2.061358e-02
## Seg15196.1               2.350409  1.49524896  11.440470 2.061561e-02
## Seg1703.1               -4.069974  3.56179578  11.429612 2.065086e-02
## Seg4838.2                2.272332  0.47483922  11.425342 2.066475e-02
## Seg3585.4               -3.650934  0.39419091  11.365700 2.086008e-02
## Seg2640.3.1.57f48f79    -6.211791  3.91683565  11.353576 2.090010e-02
## Seg3124.3                2.469563  1.12270183  11.352625 2.090325e-02
## Seg4055.5               -3.875755  0.58199680  11.346646 2.092303e-02
## Seg2222.5               -2.543871  1.92065729  11.344321 2.093073e-02
## Seg5758.2                4.428399  2.18034844  11.335292 2.096067e-02
## Seg1234.1               -2.362053  2.18444585  11.325104 2.099453e-02
## Seg1883.7               -3.983748  1.85766940  11.322005 2.100484e-02
## Seg2961.3               -2.581302  0.78847733  11.297058 2.108813e-02
## Seg2511.6                2.158992  0.42913607  11.283625 2.113318e-02
## Seg2889.4                2.158992  0.42913607  11.283625 2.113318e-02
## Seg1439.1               -2.438837  1.47894515  11.282233 2.113785e-02
## Seg2424.7                2.477630  1.14896312  11.271305 2.117461e-02
## Seg1905.5.1.57f48f78    -2.358370  4.11570732  11.266597 2.119047e-02
## Seg2002.2                2.483232  1.55590867  11.254937 2.122983e-02
## Seg2293.14               2.700315  1.33236823  11.242081 2.127335e-02
## Seg581.9                 2.919509  1.05677794  11.222694 2.133922e-02
## Seg1876.6               -2.563814  1.76202582  11.217240 2.135780e-02
## Seg1553.4                2.275080  1.77632302  11.217178 2.135801e-02
## Seg2375.3                2.808636  2.45075740  11.181346 2.148066e-02
## Seg1158.4                4.810948  3.16053787  11.180680 2.148295e-02
## Seg5314.2                4.069167  0.19947439  11.178847 2.148925e-02
## Seg236.11               -4.025250  3.58383430  11.167276 2.152910e-02
## Seg4329.4               -2.266331  2.79557329  11.159866 2.155467e-02
## Seg1635.3                3.219266  6.28738656  11.149308 2.159118e-02
## Seg3579.3               -2.520196  2.57138829  11.137257 2.163296e-02
## Seg3332.3               -2.647667  1.14554971  11.123765 2.167986e-02
## Seg1756.9                2.797645  1.57679413  11.123487 2.168083e-02
## Seg1752.10              -3.593412  0.35074464  11.118877 2.169690e-02
## Seg1201.1                2.150045  0.64321343  11.108940 2.173158e-02
## Seg5641.4               -3.639043  0.38692447  11.091699 2.179194e-02
## Seg7164.2                2.209343  2.18085017  11.091691 2.179196e-02
## Seg1775.11               2.802427  1.17332599  11.088634 2.180269e-02
## Seg9478.2                2.273974  6.90227746  11.075043 2.185047e-02
## Seg4466.4                2.647520  1.73206995  11.069528 2.186990e-02
## Seg8145.1                3.131854  0.74545448  11.063470 2.189128e-02
## Seg562.18               -2.745733  4.30782302  11.063147 2.189242e-02
## Seg1683.3               -2.920586  1.84558341  11.061620 2.189781e-02
## Seg386.1                -2.338825  1.41956453  11.049807 2.193959e-02
## Seg5677.2                4.366287  1.59012543  11.049782 2.193968e-02
## Seg1807.2.3.57f48f78     4.276690  2.39238653  11.037021 2.198494e-02
## Seg557.1                 2.246422  1.48006590  11.028542 2.201509e-02
## Seg8305.2                3.944288  0.71237412  11.023187 2.203416e-02
## Seg319.2                -3.929740  1.37239548  11.004999 2.209910e-02
## Seg1878.1               -2.456241  2.47263338  11.003294 2.210520e-02
## Seg4320.2               -2.235854  2.41928680  10.994511 2.213668e-02
## Seg1652.6                2.122377  0.83927711  10.988044 2.215989e-02
## Seg2818.4               -2.016111  3.07130087  10.977280 2.219860e-02
## Seg682.4                -3.617854  0.36562093  10.965605 2.224070e-02
## Seg1385.7.1.57f48f76    -3.617854  0.36562093  10.965605 2.224070e-02
## Seg455.2                -3.706069  0.44998359  10.962588 2.225160e-02
## Seg323.8                 4.473210  2.22511881  10.952422 2.228837e-02
## Seg965.11.1.57f48f7e    -4.310453  5.00893051  10.941790 2.232693e-02
## Seg636.8                -3.865602  0.57551946  10.920288 2.240519e-02
## Seg3258.2                2.644312  1.07421490  10.910364 2.244144e-02
## Seg2008.3               -2.073588  2.20975325  10.906538 2.245544e-02
## Seg5306.2               -3.995184  2.56553601  10.883524 2.253990e-02
## Seg762.4                 2.953532  0.94878038  10.869450 2.259178e-02
## Seg1178.12              -2.196070  1.49601540  10.865487 2.260641e-02
## Seg2241.8                2.028016  3.09163162  10.856415 2.263998e-02
## Seg2222.9               -2.507626  2.51687971  10.846589 2.267641e-02
## Seg2065.7               -3.650117  0.41136894  10.825332 2.275550e-02
## Seg483.8                -2.781460  1.77280417  10.820755 2.277258e-02
## Seg7983.2               -2.122573  2.00745177  10.810539 2.281077e-02
## Seg5332.2                4.540790  2.29105317  10.732409 2.310588e-02
## Seg7139.1               -3.758387  1.19938271  10.703286 2.321727e-02
## Seg2895.2                3.188185  5.06153175  10.703251 2.321740e-02
## Seg24089.1               2.287616  1.91546711  10.693611 2.325444e-02
## Seg2174.4               -2.339697  1.93974173  10.690181 2.326764e-02
## Seg7891.2               -4.036525  2.26277465  10.680126 2.330639e-02
## Seg1790.2               -2.136215  2.23059978  10.650739 2.342019e-02
## Seg1279.3                2.382279  1.68260632  10.649347 2.342559e-02
## Seg7191.1                2.042166  2.25551994  10.628527 2.350672e-02
## Seg2100.4               -2.032224  2.72554348  10.627733 2.350982e-02
## Seg3746.3.1.57f48f7b    -4.171505  2.06845562  10.590039 2.365774e-02
## Seg765.1                 4.039243  7.34032185  10.578815 2.370203e-02
## Seg12140.1              -2.871495  1.61915349  10.575125 2.371662e-02
## Seg110.6                 2.852775  1.74578679  10.557897 2.378491e-02
## Seg684.8.2.57f48f7d      3.205175  2.77018753  10.529709 2.389724e-02
## Seg330.1                -3.494517  0.28243328  10.509290 2.397908e-02
## Seg518.9                 2.476679  0.94700838  10.500400 2.401484e-02
## Seg2325.3                2.550926  2.20298621  10.486436 2.407116e-02
## Seg298.27               -2.521801  0.74325200  10.486308 2.407167e-02
## Seg1227.1               -2.328315  1.92984236  10.471674 2.413090e-02
## Seg965.1                -3.846467  2.81653990  10.424717 2.432233e-02
## Seg3906.2.1.57f48f7b    -2.283800  2.35405920  10.419430 2.434402e-02
## Seg12695.1              -2.891663  1.63814289  10.370141 2.454755e-02
## Seg8443.1               -2.208116  2.67685292  10.353793 2.461559e-02
## Seg2564.6                2.033940  2.42993235  10.340844 2.466967e-02
## Seg2239.3               -2.148297  1.92456231  10.338425 2.467979e-02
## Seg19097.1              -2.296158  1.37441889  10.315482 2.477609e-02
## Seg14141.1              -3.556696  0.34603614  10.292722 2.487214e-02
## Seg2564.2                2.101195  0.95793596  10.289748 2.488474e-02
## Seg708.6                 2.161240  0.64885183  10.267554 2.497898e-02
## Seg171.4                -3.061829  2.74059679  10.266603 2.498303e-02
## Seg3973.1               -2.408249  0.64817890  10.259120 2.501492e-02
## Seg1915.7               -4.212605  5.32350514  10.258511 2.501752e-02
## Seg580.12               -3.579912  0.36435533  10.247028 2.506659e-02
## Seg4491.2               -3.579912  0.36435533  10.247028 2.506659e-02
## Seg2936.1                2.768139  2.83597530  10.243024 2.508373e-02
## Seg1665.10               2.046848  3.22343930  10.239641 2.509823e-02
## Seg1930.3                2.270443  4.29235611  10.206297 2.524175e-02
## Seg3004.5               -2.495303  0.28263909  10.198691 2.527464e-02
## Seg11826.1              -2.734787  1.23639133  10.186955 2.532553e-02
## Seg7267.1                2.454489  2.29955332  10.166434 2.541485e-02
## Seg6637.1               -4.153509  2.05362317  10.158878 2.544785e-02
## Seg3846.1               -3.804480  2.57741016  10.149794 2.548761e-02
## Seg5797.1                2.162262  1.53250522  10.144483 2.551089e-02
## Seg1683.2               -2.447706  0.69164824  10.127338 2.558627e-02
## Seg2674.3                2.111968  2.48292642  10.083426 2.578077e-02
## Seg223.6                -9.134128  2.40730860  12.487201 2.579274e-02
## Seg1433.11               2.093980  1.91267169  10.074930 2.581864e-02
## Seg1070.16              -3.787230  2.93957153  10.073646 2.582438e-02
## Seg1501.10               2.316048  1.69043440  10.065445 2.586102e-02
## Seg4046.1                2.031414  1.35907552  10.062804 2.587284e-02
## Seg1829.5               -2.091375  1.98270756  10.061119 2.588038e-02
## Seg1353.7                2.402285  0.77640941  10.027598 2.603110e-02
## Seg880.5_Seg880.8        3.536359  1.57074572  10.021553 2.605841e-02
## Seg1713.2               -2.439531  2.73388405   9.995543 2.617639e-02
## Seg9197.1               -3.846646  1.73928636   9.994160 2.618269e-02
## Seg668.4                 2.358256  0.74042856   9.991008 2.619704e-02
## Seg878.6                 2.076037  3.74615251   9.983676 2.623047e-02
## Seg1151.2                2.017830  1.73776996   9.977097 2.626052e-02
## Seg450.3.1.57f48f7b     -2.712745  2.67684932   9.956540 2.635473e-02
## Seg1541.5                2.474874  0.84184097   9.947948 2.639425e-02
## Seg844.2                 2.020605  0.45319042   9.946958 2.639881e-02
## Seg10002.1               2.891044  2.21613274   9.941541 2.642377e-02
## Seg4751.6               -2.385682  0.63738003   9.939790 2.643185e-02
## Seg14431.1              -3.725608  1.20768880   9.926169 2.649480e-02
## Seg3191.5               -2.092168  2.58835609   9.925664 2.649714e-02
## Seg3687.1                4.882965  5.83547384   9.913158 2.655513e-02
## Seg6643.2               -4.042930  1.45793083   9.892360 2.665198e-02
## Seg2077.4               -3.789630  2.04729642   9.888843 2.666840e-02
## Seg2241.10               2.206292  3.95889057   9.879315 2.671297e-02
## Seg1055.10              -2.451582  1.70760704   9.854202 2.683096e-02
## Seg298.22               -2.419392  0.67135226   9.834987 2.692174e-02
## Seg4646.4               -2.354605  1.41422933   9.834215 2.692540e-02
## Seg508.6                -3.770414  2.31198118   9.825635 2.696608e-02
## Seg147.4                 2.539982  3.62937133   9.824133 2.697321e-02
## Seg870.1                -2.261880  1.35011461   9.789933 2.713631e-02
## Seg7886.1                2.089969  1.10436492   9.780765 2.718027e-02
## Seg39.6                 -2.305134  0.57965920   9.747966 2.733837e-02
## Seg5758.3                4.230332  2.49162377   9.747639 2.733995e-02
## Seg4952.2               -2.350019  2.52823167   9.747408 2.734107e-02
## Seg5529.2               -3.685766  1.14472577   9.725560 2.744713e-02
## Seg6056.2               -2.667811  1.19216513   9.697581 2.758380e-02
## Seg1189.4               -3.710854  0.42719460   9.697388 2.758474e-02
## Seg10286.2               2.028889  2.28691348   9.695809 2.759248e-02
## Seg1045.7                2.687588  5.11711109   9.690318 2.761943e-02
## Seg2103.4                2.027018  1.07924017   9.654511 2.779608e-02
## Seg4127.1               -2.213618  1.31281229   9.651404 2.781148e-02
## Seg1307.9               -2.200031  1.93891450   9.643811 2.784918e-02
## Seg1719.5                2.228280  2.94960403   9.641169 2.786231e-02
## Seg1643.3                2.682723  0.55994136   9.633012 2.790291e-02
## Seg2147.13              -2.373920  1.78309983   9.623152 2.795210e-02
## Seg2228.4               -2.028065  2.57470482   9.618459 2.797556e-02
## Seg625.1                 4.336222  3.93628565   9.572385 2.820734e-02
## Seg2022.3                2.489379  2.52480219   9.566159 2.823887e-02
## Seg8531.1                4.804024  2.00709468   9.555077 2.829511e-02
## Seg786.7                 2.276004  0.91340425   9.548320 2.832949e-02
## Seg5993.1                2.411274  1.34948373   9.547677 2.833276e-02
## Seg4603.2.1.57f48f7b    -4.049322  5.08536757   9.546394 2.833930e-02
## Seg2931.1                2.044185  1.81758986   9.533710 2.840401e-02
## Seg1200.2.1.57f48f75     4.471565  4.86541899   9.531961 2.841295e-02
## Seg4033.1.1.57f48f7b     2.260005  5.12334307   9.525985 2.844353e-02
## Seg806.13.1.57f48f7e   -10.807747  3.97579415  11.705366 2.847977e-02
## Seg8384.1                3.765710  0.56034970   9.517731 2.848584e-02
## Seg3827.1               -2.348605  0.60582104   9.508993 2.853073e-02
## Seg1508.5                2.072946  1.26652406   9.503726 2.855783e-02
## Seg15127.1               2.115754  1.61958886   9.502640 2.856343e-02
## Seg1764.1               -2.592821  1.36796955   9.495820 2.859859e-02
## Seg7613.1                2.155633  1.24530029   9.478665 2.868730e-02
## Seg1880.5               -3.764103  1.67745466   9.459941 2.878459e-02
## Seg816.3                 2.003039  1.82771274   9.453119 2.882015e-02
## Seg4648.3               -2.275532  1.56864929   9.444327 2.886607e-02
## Seg2701.7                3.863145  0.91175146   9.440064 2.888837e-02
## Seg1596.1                2.228894  2.96239032   9.434736 2.891628e-02
## Seg1806.9                2.731932  1.37322832   9.422523 2.898040e-02
## Seg3283.6               -3.405527  0.23757653   9.407958 2.905713e-02
## Seg380.1                -3.524560  1.01656466   9.399847 2.909999e-02
## Seg974.6                 2.163989  2.29767246   9.398604 2.910656e-02
## Seg1996.1               -3.794825  3.17318430   9.395187 2.912465e-02
## Seg1363.26              -2.006026  2.73948110   9.382033 2.919443e-02
## Seg6927.1               -3.764457  1.72154135   9.364547 2.928755e-02
## Seg470.6                -2.635075  2.80143034   9.359400 2.931504e-02
## Seg5100.2               -2.843118  0.97261733   9.356062 2.933289e-02
## Seg3473.5               -3.783003  3.00395031   9.343259 2.940150e-02
## Seg5965.2                4.335860  1.57824712   9.332589 2.945885e-02
## Seg1950.3               -3.587722  1.06763397   9.319090 2.953163e-02
## Seg32.2                 -2.499587  1.32701816   9.312370 2.956796e-02
## Seg5043.3               -2.386646  1.46704807   9.303215 2.961755e-02
## Seg10531.1              -2.208742  1.66429517   9.269971 2.979863e-02
## Seg748.5                 2.464987  0.70749473   9.258154 2.986338e-02
## Seg6150.2                2.063761  1.56800733   9.257480 2.986707e-02
## Seg5358.2               -2.533854  0.74512338   9.229356 3.002200e-02
## Seg2085.6                2.478499  1.24941089   9.219275 3.007781e-02
## Seg3419.4                2.755853  1.67509615   9.213629 3.010913e-02
## Seg1603.17               2.054097  0.44530845   9.172683 3.033769e-02
## Seg772.3                 2.066536  1.47744158   9.164066 3.038610e-02
## Seg6387.2               -3.450767  0.95809441   9.160983 3.040345e-02
## Seg7196.2               -2.183243  1.08031940   9.148407 3.047436e-02
## Seg3648.1               -3.669623  2.22570313   9.146249 3.048655e-02
## Seg2171.4               -2.225455  2.19349691   9.144963 3.049382e-02
## Seg212.8                -3.687195  1.96107088   9.144069 3.049887e-02
## Seg327.8                -3.365027  0.20890542   9.124898 3.060754e-02
## Seg22278.1              -2.039977  2.25294906   9.122320 3.062220e-02
## Seg165.4                 2.308398  2.32855981   9.122099 3.062346e-02
## Seg4806.3               -2.212674  1.67603869   9.120073 3.063498e-02
## Seg2086.7               -2.478393  1.71414778   9.112339 3.067904e-02
## Seg3605.2               -2.302721  3.11260167   9.104758 3.072230e-02
## Seg1450.27              -2.012576  1.82166509   9.084564 3.083799e-02
## Seg3661.1                2.075721  1.59058558   9.082835 3.084792e-02
## Seg4287.3                2.565543  1.39065346   9.082437 3.085021e-02
## Seg2329.1                3.181158  1.71253916   9.061823 3.096901e-02
## Seg2103.7               -3.456393  0.96398744   9.061496 3.097089e-02
## Seg4113.1               -2.052571  2.91878612   9.041370 3.108752e-02
## Seg1807.2.1.57f48f78    -4.261609  5.79651660   9.025154 3.118194e-02
## Seg1796.10              -3.712502  1.67780966   9.023176 3.119348e-02
## Seg5352.1                2.350930  2.55519926   9.022622 3.119671e-02
## Seg253.15                2.050751  0.67170025   9.022227 3.119902e-02
## Seg3499.2               -2.320078  0.60189701   9.019664 3.121400e-02
## Seg4332.2                2.051798  2.92200706   9.016262 3.123388e-02
## Seg2613.2                2.206050  0.94724297   9.013065 3.125259e-02
## Seg3412.4                2.338852  2.00238480   8.987096 3.140514e-02
## Seg1289.10.1.57f48f76    4.147050  2.18482727   8.981550 3.143786e-02
## Seg249.2                -3.645372  2.20449497   8.958995 3.157141e-02
## Seg1705.3               -3.729683  1.69092779   8.944935 3.165507e-02
## Seg806.1                -2.406786  7.77197092   8.939552 3.168718e-02
## Seg5556.1                2.594324  1.40324744   8.931787 3.173359e-02
## Seg1045.5                3.951577  0.99057519   8.928916 3.175077e-02
## Seg503.6                 4.639029  2.32437839   8.914648 3.183636e-02
## Seg1184.2.9.57f48f75    -3.245111  0.10704477   8.901982 3.191261e-02
## Seg287.21               -2.867537  1.00651246   8.898001 3.193663e-02
## Seg1850.5               -3.709638  2.76151136   8.893867 3.196160e-02
## Seg2199.1.1.57f48f79     2.570591  2.33398012   8.875243 3.207445e-02
## Seg11812.1              -3.620783  3.54568073   8.868499 3.211544e-02
## Seg2141.4                2.068003  0.73622355   8.854272 3.220219e-02
## Seg1177.3               -3.675270  3.59407133   8.794704 3.256900e-02
## Seg1340.6               -3.406478  0.92599659   8.791174 3.259092e-02
## Seg2990.2               -2.107694  1.25055986   8.776845 3.268013e-02
## Seg2340.10               3.868928  1.33276487   8.774753 3.269319e-02
## Seg3140.4                2.043232  1.46340797   8.767548 3.273820e-02
## Seg2511.3               -3.702646  3.36466142   8.753384 3.282695e-02
## Seg3125.2               -3.623621  3.73093536   8.751741 3.283727e-02
## Seg889.15               -3.597251  2.77206171   8.743601 3.288844e-02
## Seg4766.1               -2.271825  0.55982483   8.739444 3.291463e-02
## Seg1709.6               -2.046034  3.92668791   8.715991 3.306289e-02
## Seg1705.2               -2.589660  1.58417397   8.687235 3.324598e-02
## Seg2189.6               -4.060953  5.60777893   8.671094 3.334938e-02
## Seg2634.1                2.308503  1.01088206   8.645963 3.351129e-02
## Seg6784.1               -2.053069  1.20504909   8.622895 3.366090e-02
## Seg18308.1               4.100649  1.06312645   8.614014 3.371874e-02
## Seg1831.2                4.312964  2.37144853   8.613091 3.372477e-02
## Seg4314.2                2.243307  1.95818972   8.598638 3.381923e-02
## Seg756.7                -3.520834  1.47310544   8.597931 3.382386e-02
## Seg2158.1               -2.012289  1.53449156   8.570880 3.400173e-02
## Seg11729.1               2.223131  1.48398484   8.563974 3.404735e-02
## Seg1070.1               -3.573990  2.75283785   8.556818 3.409472e-02
## Seg3477.3               -2.265235  0.56905983   8.515723 3.436854e-02
## Seg3578.1                3.771675  1.05562122   8.515464 3.437028e-02
## Seg14549.1              -3.354785  0.88691003   8.512769 3.438835e-02
## Seg6947.1               -2.457283  2.17730855   8.461988 3.473134e-02
## Seg3011.3               -2.044538  2.66075789   8.461463 3.473491e-02
## Seg625.10                2.795851  3.00331646   8.447941 3.482708e-02
## Seg2372.2               -3.446848  0.95957517   8.439889 3.488212e-02
## Seg1582.16               4.252250  4.04909683   8.436670 3.490417e-02
## Seg6.6                   2.625571  7.90102814   8.433355 3.492689e-02
## Seg1227.13              -2.067933  0.99810090   8.432754 3.493101e-02
## Seg1514.2                2.795405  4.31832199   8.429237 3.495514e-02
## Seg753.15                2.317333  0.84832336   8.426896 3.497122e-02
## Seg1756.4               -2.110372  1.61077897   8.425314 3.498208e-02
## Seg164.20               -2.326817  4.48099906   8.420184 3.501736e-02
## Seg298.9                -2.247359  3.34953486   8.413765 3.506157e-02
## Seg2350.1               -2.769630  1.96860511   8.387981 3.523998e-02
## Seg675.22                2.590199  0.49459896   8.356251 3.546131e-02
## Seg1545.11              -2.045363  0.98204724   8.345096 3.553960e-02
## Seg2205.5               -3.404115  0.95666988   8.331877 3.563268e-02
## Seg5538.2               -2.110871  2.56036367   8.313042 3.576590e-02
## Seg3908.1               -2.593923  3.08308872   8.312495 3.576979e-02
## Seg83.2                 -2.042831  1.56204940   8.312225 3.577170e-02
## Seg958.1                -3.643027  2.70228378   8.311724 3.577525e-02
## Seg1944.3                2.068266  1.94786702   8.310743 3.578221e-02
## Seg1172.4               -2.063358  2.99388667   8.303546 3.583334e-02
## Seg1118.1               -3.674562  2.90733032   8.302882 3.583807e-02
## Seg10298.1               2.135699  1.20105068   8.302197 3.584294e-02
## Seg4052.2                2.013206  1.61365570   8.289390 3.593421e-02
## Seg1884.4                2.100568  1.95929233   8.286823 3.595254e-02
## Seg2355.2                2.015795  1.42737556   8.277380 3.602011e-02
## Seg2544.4.1.57f48f79     4.141121  3.66316492   8.262253 3.612871e-02
## Seg7012.2               -2.051645  1.55395447   8.257121 3.616567e-02
## Seg349.3                -2.525684  1.53515022   8.256146 3.617269e-02
## Seg2904.5               -2.137666  0.46777255   8.239078 3.629600e-02
## Seg1399.4                2.095265  1.76442635   8.233404 3.633713e-02
## Seg416.12                2.216676  1.59321047   8.233098 3.633935e-02
## Seg3907.1                2.373960  6.49752654   8.231348 3.635205e-02
## Seg994.12               -2.050969  2.09049877   8.230448 3.635858e-02
## Seg889.14               -3.537601  1.53622045   8.226698 3.638582e-02
## Seg3202.2               -2.287918  1.58229532   8.218810 3.644321e-02
## Seg1507.2               -2.205034  1.10049361   8.216755 3.645819e-02
## Seg18274.1              -3.435573  1.40833495   8.214238 3.647654e-02
## Seg1531.5                2.251152  0.55516643   8.213078 3.648500e-02
## Seg747.9                -2.227564  2.76895441   8.211986 3.649297e-02
## Seg2246.2               -3.360696  0.88405385   8.198115 3.659441e-02
## Seg4227.1               -3.513274  2.99486713   8.187385 3.667315e-02
## Seg960.2                -2.046584  1.56823490   8.186885 3.667682e-02
## Seg1894.5               -3.262767  0.81649153   8.185878 3.668423e-02
## Seg1685.7                4.321361  2.03185630   8.181963 3.671303e-02
## Seg8007.1.1.57f48f7e     3.440400  3.42175741   8.168235 3.681428e-02
## Seg167.15               -3.498194  1.80211938   8.159246 3.688079e-02
## Seg1893.5                2.252722  1.48737177   8.153065 3.692663e-02
## Seg178.4                -2.161934  1.64804539   8.152845 3.692826e-02
## Seg1713.4               -3.517824  1.81723530   8.146352 3.697650e-02
## Seg3753.2                2.754392  2.05500487   8.141991 3.700895e-02
## Seg608.2                 2.211403  0.76838838   8.140846 3.701748e-02
## Seg4030.1                4.018793  2.95213234   8.135241 3.705927e-02
## Seg538.1                -2.209401  0.50960500   8.115702 3.720543e-02
## Seg1248.1               -2.070460  4.09436396   8.068626 3.756100e-02
## Seg6367.2               -2.067282  1.95878227   8.061233 3.761728e-02
## Seg803.7.1.57f48f7e     -3.913422  5.47009651   8.053009 3.768002e-02
## Seg3073.6               -2.177435  1.81295558   8.052916 3.768074e-02
## Seg4108.5               -2.814749  1.78747330   8.040214 3.777795e-02
## Seg3093.2               -3.400191  0.95816287   8.033518 3.782933e-02
## Seg5533.2                2.251179  0.54737006   8.013691 3.798208e-02
## Seg351.1                -3.487670  2.30291635   8.012144 3.799403e-02
## Seg1918.1               -3.330371  0.87065909   7.989655 3.816843e-02
## Seg1760.4               -2.167445  1.94430358   7.943156 3.853265e-02
## Seg1782.7               -2.318652  2.14259649   7.925196 3.867465e-02
## Seg7423.1               -2.389017  2.41420846   7.922880 3.869302e-02
## Seg1624.12              -3.463944  1.77299554   7.919450 3.872024e-02
## Seg1389.21               2.985232  1.54650448   7.918179 3.873034e-02
## Seg9696.2               -2.303074  0.89842476   7.871116 3.910677e-02
## Seg9160.3                2.254379  1.38048089   7.866861 3.914106e-02
## Seg1077.7               -3.275251  0.81980778   7.864238 3.916222e-02
## Seg3222.2               -2.083604  1.22185472   7.842963 3.933445e-02
## Seg3655.3               -2.272039  2.42692456   7.841941 3.934275e-02
## Seg6923.2               -2.197429  0.82117334   7.825025 3.948050e-02
## Seg7015.1               -2.089996  1.00639509   7.816270 3.955207e-02
## Seg6641.2               -3.344722  0.88246507   7.812206 3.958535e-02
## Seg2565.1                2.778986  0.89750930   7.809727 3.960567e-02
## Seg363.11.1.57f48f7b     4.210064  2.27599756   7.807273 3.962580e-02
## Seg1430.7               -2.590015  1.63123553   7.780498 3.984640e-02
## Seg1673.3               -3.467409  1.77997080   7.770591 3.992847e-02
## Seg1782.9.1.57f48f78    -3.442778  3.28650861   7.767961 3.995030e-02
## Seg3950.5                2.428049  1.62392383   7.758121 4.003211e-02
## Seg6419.1               -2.418407  3.07779004   7.749456 4.010436e-02
## Seg5613.2                3.620626  1.11558449   7.731950 4.025087e-02
## Seg1855.11.1.57f48f78    2.464813  2.90933615   7.728267 4.028180e-02
## Seg6381.1               -2.536231  2.42965321   7.722712 4.032851e-02
## Seg2497.5                2.043182  1.07441818   7.722354 4.033152e-02
## Seg3324.3               -2.179219  2.60647210   7.703774 4.048831e-02
## Seg1423.1                2.033764  2.24691625   7.682102 4.067229e-02
## Seg5073.2                2.009176  1.71528582   7.672965 4.075022e-02
## Seg8112.1                2.113896  0.99416817   7.668727 4.078643e-02
## Seg8551.1               -2.699785  2.31327468   7.650964 4.093873e-02
## Seg418.3                 3.892339  2.05920062   7.648623 4.095887e-02
## Seg15912.1              -2.258503  0.89034731   7.574401 4.160452e-02
## Seg1688.3                4.192970  1.90951920   7.568914 4.165283e-02
## Seg684.4                -2.091204  1.41053393   7.549262 4.182650e-02
## Seg5214.1               -2.160871  2.59245155   7.542547 4.188608e-02
## Seg1405.8.1.57f48f76     2.558004  2.13302866   7.531137 4.198759e-02
## Seg1318.4               -2.278898  2.11085361   7.529501 4.200217e-02
## Seg991.4                -2.062270  1.95835762   7.515110 4.213077e-02
## Seg2256.2               -2.229339  1.71255435   7.510476 4.217230e-02
## Seg889.13               -3.119928  0.71061899   7.507958 4.219489e-02
## Seg4914.1               -3.232260  0.82571465   7.500991 4.225749e-02
## Seg1050.8               -2.125428  1.05273467   7.500202 4.226458e-02
## Seg2781.1               -8.424804  9.11533669   7.485364 4.239836e-02
## Seg3635.3               -3.256121  1.26548679   7.475801 4.248491e-02
## Seg23.8                 -3.384792  2.74345134   7.463626 4.259546e-02
## Seg1307.6                2.248067  0.69352446   7.458867 4.263878e-02
## Seg1010.20.1.57f48f75   -2.457962  2.51261025   7.449506 4.272418e-02
## Seg1058.22              -3.373666  1.40623647   7.434918 4.285774e-02
## Seg164.11.1.57f48f77     4.435363  5.17042061   7.422198 4.297470e-02
## Seg2323.1                3.416526  0.75370425   7.401487 4.316609e-02
## Seg29.4                 -3.395943  3.43980828   7.384580 4.332325e-02
## Seg417.16                2.094689  1.62554374   7.384052 4.332816e-02
## Seg81.5                 -2.298177  1.17885471   7.383955 4.332907e-02
## Seg6133.1               -3.386559  1.98632587   7.382833 4.333953e-02
## Seg2114.5                2.328243  1.82053346   7.379551 4.337014e-02
## Seg1874.1.3.57f48f78     4.085205  3.14585175   7.377319 4.339099e-02
## Seg265.1                -3.460990  3.48209941   7.365743 4.349929e-02
## Seg5497.2                2.924501  1.09570701   7.351972 4.362864e-02
## Seg1750.7               -2.192064  0.81309037   7.343020 4.371302e-02
## Seg4640.1               -3.372407  2.20534455   7.341395 4.372836e-02
## Seg1333.5                2.221238  1.18146760   7.335738 4.378183e-02
## Seg1703.4               -3.359454  2.86150888   7.286953 4.424683e-02
## Seg1658.8                3.895123  3.59376609   7.275102 4.436084e-02
## Seg1911.7               -2.040220  1.83036546   7.270923 4.440114e-02
## Seg1879.1               -3.321820  1.65995203   7.267197 4.443712e-02
## Seg1727.3.1.57f48f77    -3.759867  4.01614785   7.246328 4.463943e-02
## Seg1045.3                3.764799  2.05194850   7.244500 4.465721e-02
## Seg1600.9               -3.210788  1.23065722   7.243366 4.466824e-02
## Seg6123.1                2.325495  1.35227559   7.239891 4.470209e-02
## Seg1602.1               -3.352929  3.30753628   7.230366 4.479505e-02
## Seg6803.2                2.015101  1.14221117   7.221851 4.487838e-02
## Seg535.1                -2.201287  0.81882436   7.172393 4.536680e-02
## Seg2095.5               -3.350890  3.64908123   7.159470 4.549567e-02
## Seg2822.1               -2.044973  0.97404847   7.135403 4.573706e-02
## Seg2222.7               -3.133135  0.71353516   7.126480 4.582702e-02
## Seg1780.5               -3.028903  0.64404504   7.100729 4.608807e-02
## Seg1663.4               -3.389225  1.99163127   7.060058 4.650470e-02
## Seg3693.1                3.932936  4.25415367   7.052712 4.658052e-02
## Seg4780.2               -2.244715  0.84833354   7.049369 4.661509e-02
## Seg2188.1               -2.371718  0.61678772   7.038525 4.672746e-02
## Seg3791.3                2.111089  2.49268377   7.035335 4.676059e-02
## Seg1737.8                2.443016  1.48669955   7.022710 4.689204e-02
## Seg1476.5                2.275347  1.86271416   7.021219 4.690759e-02
## Seg2256.3               -3.276240  1.32613517   6.998102 4.714977e-02
## Seg230.22               -2.324697  1.38448615   6.978860 4.735271e-02
## Seg1472.19              -2.129865  0.76978940   6.952435 4.763345e-02
## Seg5968.2               -3.393232  2.28997439   6.947683 4.768418e-02
## Seg50.2                 -2.099343  1.72287134   6.935335 4.781639e-02
## Seg153.11                2.204378  3.35608122   6.931814 4.785418e-02
## Seg1701.5               -3.378499  2.47825372   6.930731 4.786580e-02
## Seg2007.6                2.080742  1.48724861   6.918494 4.799753e-02
## Seg1762.5               -2.244231  0.53022063   6.907045 4.812124e-02
## Seg1677.3.4.57f48f77     2.281803  4.22955757   6.906950 4.812227e-02
## Seg1289.5                2.222576  1.82116429   6.904602 4.814770e-02
## Seg7851.1                2.357620  1.84682230   6.898276 4.821630e-02
## Seg1717.4               -3.071364  0.70794164   6.855209 4.868707e-02
## Seg1346.7.1.57f48f76     3.601447  1.26201654   6.854075 4.869955e-02
## Seg2158.3               -3.345183  1.73557225   6.843988 4.881080e-02
## Seg4185.2               -3.070148  0.66725366   6.840472 4.884967e-02
## Seg508.10                3.736817  3.44352436   6.826969 4.899933e-02
## Seg561.1                -2.963188  0.59347957   6.816473 4.911612e-02
## Seg2582.1               -3.328678  4.02644103   6.806377 4.922883e-02
## Seg11664.1              -2.129914  1.90665168   6.806108 4.923185e-02
## Seg175.4                -3.276242  2.12436343   6.805180 4.924223e-02
## Seg1908.7               -3.219354  1.28429588   6.804000 4.925542e-02
## Seg2137.2               -3.094749  1.13897659   6.797949 4.932321e-02
## Seg4740.1               -3.269888  2.49025774   6.792743 4.938163e-02
## Seg114.11                2.356069  2.94577168   6.782022 4.950226e-02
## Seg389.1                -3.336238  1.94771276   6.759575 4.975618e-02
## Seg319.7                 3.291731  2.62661682   6.748623 4.988076e-02
## Seg2253.7.1.57f48f79    -3.497697  3.05344787   6.737945 5.000264e-02
## Seg1839.10               3.676371  1.74930559   6.734065 5.004703e-02
## Seg1450.23              -2.088651  1.59318103   6.731074 5.008129e-02
## Seg6433.1                2.299163  1.58639007   6.727470 5.012262e-02
## Seg539.9                -3.263657  3.02213237   6.724845 5.015275e-02
## Seg3148.1.1.57f48f7a    -3.069581  1.11997214   6.694402 5.050408e-02
## Seg1567.1               -3.377556  1.75632801   6.656135 5.095071e-02
## Seg1333.3               -2.135406  3.29165715   6.648933 5.103539e-02
## Seg2959.1               -3.274666  3.23981656   6.623777 5.133278e-02
## Seg797.5                -3.239690  3.20874921   6.621089 5.136471e-02
## Seg12214.1              -3.329495  2.16625614   6.609182 5.150645e-02
## Seg2174.1               -3.043975  1.10070722   6.585827 5.178612e-02
## Seg2837.4                3.649623  2.13926284   6.578285 5.187690e-02
## Seg1213.4               -2.969952  0.60404139   6.565111 5.203600e-02
##                               FDR
## Seg1695.10             0.01878863
## Seg1509.5              0.01878863
## Seg649.14              0.01878863
## Seg2040.2.1.57f48f78   0.01878863
## Seg1379.9              0.01878863
## Seg1379.11             0.01878863
## Seg555.6               0.01878863
## Seg1379.10             0.01878863
## Seg4229.2              0.01878863
## Seg859.11              0.01878863
## Seg2624.3.2.57f48f79   0.01878863
## Seg8734.1              0.01878863
## Seg1027.14             0.01878863
## Seg15.5.1.57f48f76     0.01878863
## Seg4048.1              0.01878863
## Seg1999.6              0.01878863
## Seg3381.1              0.01878863
## Seg3007.2.1.57f48f7a   0.01878863
## Seg859.11.1.57f48f7e   0.01878863
## Seg1770.7              0.01878863
## Seg8672.1              0.01878863
## Seg593.11              0.01878863
## Seg1262.3.1.57f48f76   0.01878863
## Seg7585.1              0.01878863
## Seg2577.2              0.01878863
## Seg1479.8              0.01878863
## Seg6133.2              0.01878863
## Seg4496.2              0.01878863
## Seg7544.2              0.01878863
## Seg4294.2              0.01878863
## Seg852.16              0.01878863
## Seg12003.1             0.01878863
## Seg1501.5              0.01878863
## Seg586.17              0.01878863
## Seg12380.1             0.01878863
## Seg3026.1              0.01878863
## Seg164.11              0.01878863
## Seg5283.4              0.01878863
## Seg1200.2              0.01878863
## Seg5146.1              0.01878863
## Seg895.3               0.01878863
## Seg1816.7              0.01878863
## Seg3921.4              0.01878863
## Seg207.7               0.01878863
## Seg650.14              0.01878863
## Seg139.2               0.01878863
## Seg4403.5              0.01878863
## Seg1154.2              0.01878863
## Seg3904.2              0.01878863
## Seg9743.1              0.01878863
## Seg4294.3              0.01878863
## Seg400.1               0.01878863
## Seg1433.4              0.01878863
## Seg3786.2              0.01878863
## Seg189.2               0.01878863
## Seg1787.11             0.01878863
## Seg3884.1              0.01878863
## Seg1332.2.1.57f48f76   0.01878863
## Seg2533.5              0.01878863
## Seg598.5               0.01878863
## Seg2182.2              0.01878863
## Seg2564.5              0.01878863
## Seg766.1               0.01878863
## Seg429.9               0.01878863
## Seg1152.1              0.01878863
## Seg1689.3              0.01878863
## Seg1925.6              0.01878863
## Seg2497.2              0.01878863
## Seg1379.16             0.01878863
## Seg2967.1.2.57f48f7a   0.01878863
## Seg225.9.1.57f48f79    0.01878863
## Seg1347.4              0.01878863
## Seg3216.1              0.01878863
## Seg3190.1              0.01878863
## Seg2275.12             0.01878863
## Seg12047.1             0.01878863
## Seg2693.2              0.01878863
## Seg1891.11             0.01878863
## Seg1578.9              0.01878863
## Seg675.11              0.01878863
## Seg2332.1              0.01878863
## Seg1179.1              0.01878863
## Seg852.3               0.01878863
## Seg1208.4              0.01878863
## Seg1886.2              0.01878863
## Seg1372.7              0.01878863
## Seg1877.8              0.01878863
## Seg2624.3              0.01878863
## Seg2967.1.1.57f48f7a   0.01878863
## Seg1949.3              0.01878863
## Seg1896.6.1.57f48f78   0.01878863
## Seg2666.3              0.01878863
## Seg1389.16.13.57f48f76 0.01878863
## Seg2427.15             0.01878863
## Seg397.33              0.01878863
## Seg2875.5              0.01878863
## Seg949.1.1.57f48f7e    0.01878863
## Seg1944.6              0.01878863
## Seg335.12.1.57f48f7a   0.01878863
## Seg1276.4.1.57f48f76   0.01878863
## Seg1329.6              0.01878863
## Seg1721.15             0.01878863
## Seg577.2.1.57f48f7c    0.01878863
## Seg952.4               0.01878863
## Seg1144.7              0.01878863
## Seg453.1               0.01878863
## Seg506.3               0.01878863
## Seg1648.4              0.01878863
## Seg1895.5              0.01878863
## Seg1986.5              0.01878863
## Seg1046.1              0.01878863
## Seg397.35              0.01878863
## Seg5088.1              0.01878863
## Seg130.7               0.01878863
## Seg920.3               0.01878863
## Seg1332.2.3.57f48f76   0.01878863
## Seg2380.5              0.01878863
## Seg955.10              0.01878863
## Seg1903.2              0.01878863
## Seg3634.1              0.01878863
## Seg1512.4.1.57f48f76   0.01878863
## Seg5619.1              0.01878863
## Seg343.1               0.01878863
## Seg896.6.1.57f48f7e    0.01878863
## Seg8589.1              0.01878863
## Seg2353.1              0.01878863
## Seg172.13              0.01878863
## Seg624.4               0.01878863
## Seg3239.4              0.01878863
## Seg1845.3              0.01878863
## Seg1116.4.1.57f48f75   0.01878863
## Seg4642.1              0.01878863
## Seg1715.9              0.01878863
## Seg207.8               0.01878863
## Seg1611.1              0.01878863
## Seg3785.1              0.01878863
## Seg1328.7              0.01878863
## Seg1880.1              0.01878863
## Seg7472.1              0.01878863
## Seg5820.1              0.01878863
## Seg1873.5              0.01878863
## Seg385.22              0.01878863
## Seg650.7               0.01878863
## Seg780.2.1.57f48f7e    0.01878863
## Seg3026.1.1.57f48f7a   0.01878863
## Seg61.6                0.01878863
## Seg1305.8              0.01878863
## Seg7542.1              0.01878863
## Seg2350.3              0.01878863
## Seg2082.2              0.01878863
## Seg4894.3              0.01878863
## Seg1026.3              0.01878863
## Seg4403.3              0.01878863
## Seg1192.2              0.01878863
## Seg3247.3              0.01878863
## Seg6255.3              0.01878863
## Seg1243.2              0.01878863
## Seg1996.8              0.01878863
## Seg161.7               0.01901169
## Seg3373.2              0.01901169
## Seg2695.3              0.01935158
## Seg1073.1              0.01960641
## Seg1112.2              0.01960641
## Seg1896.6              0.01974018
## Seg6838.2              0.01977357
## Seg955.3               0.01979391
## Seg94.10               0.01987601
## Seg2042.3.1.57f48f78   0.02002194
## Seg133.2               0.02002194
## Seg2737.2              0.02002194
## Seg1721.7              0.02002194
## Seg1118.8              0.02013342
## Seg1721.1              0.02027202
## Seg800.12              0.02027202
## Seg962.1               0.02027202
## Seg119.17              0.02027202
## Seg4541.2              0.02029978
## Seg68.8.3.57f48f7d     0.02029978
## Seg229.10              0.02029978
## Seg3787.2              0.02029978
## Seg1430.8              0.02033065
## Seg2497.2.1.57f48f79   0.02033065
## Seg873.2               0.02033065
## Seg1221.3              0.02045968
## Seg1740.10             0.02056996
## Seg1681.8              0.02056996
## Seg1437.7              0.02056996
## Seg813.12              0.02056996
## Seg1067.4              0.02056996
## Seg2458.3              0.02065168
## Seg1476.4              0.02065168
## Seg337.1               0.02065168
## Seg1118.12.1.57f48f75  0.02073695
## Seg977.5               0.02073695
## Seg1478.13             0.02073695
## Seg3927.2              0.02073695
## Seg1734.3              0.02073695
## Seg3491.1.1.57f48f7a   0.02073695
## Seg1509.11             0.02073695
## Seg3921.3              0.02073695
## Seg3979.1              0.02073695
## Seg2654.3              0.02073695
## Seg2923.4              0.02073695
## Seg1666.9              0.02073695
## Seg745.3               0.02073695
## Seg4698.1              0.02079231
## Seg2619.4              0.02079437
## Seg815.10              0.02079437
## Seg4127.6              0.02079437
## Seg2186.3              0.02082089
## Seg1359.7              0.02082089
## Seg1276.4              0.02082089
## Seg154.12              0.02082089
## Seg1602.5              0.02082089
## Seg3823.2              0.02082089
## Seg1021.4              0.02082089
## Seg6812.1              0.02082089
## Seg939.7               0.02082089
## Seg1720.8.1.57f48f77   0.02082089
## Seg5021.1.1.57f48f7c   0.02082089
## Seg1095.19             0.02082089
## Seg888.26              0.02083413
## Seg405.7               0.02083413
## Seg364.3               0.02083413
## Seg1574.16             0.02103337
## Seg3495.3              0.02103337
## Seg2281.1              0.02103337
## Seg577.2               0.02103337
## Seg1585.11             0.02103337
## Seg2513.1              0.02124883
## Seg795.1               0.02124883
## Seg2356.3              0.02124883
## Seg186.3               0.02124883
## Seg1822.6              0.02124883
## Seg4761.1              0.02124883
## Seg3409.2              0.02124883
## Seg4415.1              0.02134707
## Seg516.1               0.02152120
## Seg7391.1              0.02154348
## Seg1389.16.2.57f48f76  0.02167316
## Seg940.16              0.02167316
## Seg1121.18             0.02167316
## Seg287.9.2.57f48f7a    0.02179493
## Seg1009.2              0.02179493
## Seg4905.2              0.02181192
## Seg817.4               0.02181192
## Seg8226.1              0.02181192
## Seg387.2               0.02181192
## Seg11740.1             0.02181192
## Seg3253.4              0.02181192
## Seg528.2               0.02181192
## Seg1181.11             0.02181192
## Seg4845.1              0.02181192
## Seg690.4               0.02181192
## Seg2672.4              0.02181192
## Seg415.3.1.57f48f7b    0.02181192
## Seg1516.10             0.02181192
## Seg2869.1              0.02181192
## Seg10219.1             0.02181192
## Seg954.16              0.02181192
## Seg5225.1              0.02187673
## Seg1470.9              0.02191166
## Seg3495.4              0.02191166
## Seg1090.4              0.02191166
## Seg213.5               0.02191166
## Seg3.15                0.02191166
## Seg13094.1             0.02191166
## Seg1459.10             0.02191166
## Seg241.2.1.57f48f79    0.02191166
## Seg1374.6              0.02191166
## Seg750.12              0.02191166
## Seg1003.1              0.02191166
## Seg2800.2              0.02191166
## Seg2158.6              0.02191166
## Seg1496.7              0.02191166
## Seg1731.4.1.57f48f77   0.02191166
## Seg62.3                0.02221068
## Seg6955.1              0.02221068
## Seg1738.7              0.02221068
## Seg212.7               0.02221068
## Seg164.11.2.57f48f77   0.02221068
## Seg2904.4              0.02229208
## Seg4827.1              0.02242492
## Seg3035.1              0.02242492
## Seg5525.1              0.02242492
## Seg1644.15.1.57f48f77  0.02243122
## Seg3897.2              0.02243122
## Seg708.15              0.02243122
## Seg1771.9.3.57f48f78   0.02243122
## Seg4058.1              0.02243122
## Seg2142.6              0.02243122
## Seg803.13              0.02243122
## Seg4396.3              0.02243122
## Seg920.1               0.02243122
## Seg1700.4.2.57f48f77   0.02243122
## Seg385.4               0.02243122
## Seg1749.9.1.57f48f78   0.02243122
## Seg1172.3              0.02243122
## Seg1177.6              0.02243122
## Seg1550.5              0.02243122
## Seg9198.1              0.02243122
## Seg1597.9              0.02243122
## Seg4261.1              0.02243122
## Seg1183.10             0.02243122
## Seg44.2                0.02243122
## Seg1569.1              0.02243122
## Seg7410.1              0.02243122
## Seg5296.1              0.02243122
## Seg2328.3              0.02243122
## Seg785.1               0.02243122
## Seg6787.1              0.02247832
## Seg1526.9              0.02247832
## Seg1259.5              0.02247832
## Seg5340.1              0.02247832
## Seg2064.1              0.02259027
## Seg6221.1              0.02279578
## Seg4466.2              0.02279578
## Seg1135.2              0.02279578
## Seg1641.11.2.57f48f77  0.02281597
## Seg552.3               0.02281597
## Seg1797.3              0.02281597
## Seg4666.1              0.02281597
## Seg2359.2              0.02281597
## Seg2728.1              0.02283530
## Seg1871.7              0.02290134
## Seg1749.2.3.57f48f78   0.02290134
## Seg519.2.1.57f48f7c    0.02290134
## Seg1670.5              0.02290134
## Seg3865.1              0.02296961
## Seg2899.1              0.02296961
## Seg639.8               0.02296961
## Seg1268.5              0.02298246
## Seg667.5               0.02301197
## Seg2421.2              0.02301197
## Seg1474.10             0.02301197
## Seg1985.4              0.02301197
## Seg1647.12             0.02301197
## Seg916.1               0.02301197
## Seg5451.2              0.02301197
## Seg1095.22.2.57f48f75  0.02338792
## Seg3935.2              0.02338792
## Seg4360.1              0.02338792
## Seg3035.2              0.02338792
## Seg310.4               0.02338792
## Seg4035.2.1.57f48f7b   0.02338792
## Seg9565.1              0.02356991
## Seg2291.2              0.02356991
## Seg1949.3.1.57f48f78   0.02372014
## Seg319.15              0.02372014
## Seg171.3               0.02372014
## Seg1505.2              0.02372014
## Seg1830.9              0.02372014
## Seg5475.1              0.02372014
## Seg187.11              0.02372014
## Seg3552.2              0.02372014
## Seg1116.4              0.02372014
## Seg1491.4              0.02380869
## Seg5138.1              0.02383001
## Seg3470.3              0.02403988
## Seg291.1               0.02403988
## Seg1079.6              0.02403988
## Seg980.4               0.02403988
## Seg2175.6              0.02403988
## Seg1853.6              0.02403988
## Seg643.8               0.02404306
## Seg1213.11             0.02411732
## Seg2802.4              0.02414686
## Seg711.3               0.02428538
## Seg1477.9              0.02429905
## Seg1664.17             0.02429905
## Seg9080.2              0.02430805
## Seg1250.5              0.02430805
## Seg49.3                0.02433677
## Seg1469.5.1.57f48f76   0.02433677
## Seg4173.2              0.02433677
## Seg4663.2              0.02433677
## Seg382.7               0.02433677
## Seg1992.4              0.02433677
## Seg1242.1              0.02433677
## Seg580.2               0.02437424
## Seg2651.5              0.02437424
## Seg796.1               0.02437424
## Seg1727.5              0.02437424
## Seg2887.2.1.57f48f7a   0.02437424
## Seg2645.2              0.02446113
## Seg1301.8              0.02446113
## Seg242.8               0.02446113
## Seg1405.8              0.02450231
## Seg1254.13             0.02450231
## Seg1077.4              0.02450231
## Seg258.4               0.02450231
## Seg5671.2              0.02451934
## Seg1357.5              0.02451934
## Seg3735.1              0.02451934
## Seg2322.4              0.02459014
## Seg1000.14             0.02459014
## Seg257.4               0.02470473
## Seg2735.5              0.02473920
## Seg1645.1              0.02478315
## Seg2312.2.2.57f48f79   0.02483442
## Seg1349.1              0.02483442
## Seg500.3               0.02486991
## Seg1999.10             0.02488755
## Seg7919.1              0.02489970
## Seg229.12              0.02489970
## Seg1682.3.1.57f48f77   0.02489970
## Seg2040.3              0.02489970
## Seg1947.7              0.02489970
## Seg16345.1             0.02489970
## Seg298.35              0.02489970
## Seg5576.1              0.02489970
## Seg2232.3              0.02489970
## Seg118.6               0.02491153
## Seg1644.15             0.02505391
## Seg2160.6              0.02506770
## Seg875.4               0.02508184
## Seg2388.3              0.02511072
## Seg212.5.1.57f48f79    0.02518773
## Seg461.3.1.57f48f7b    0.02518773
## Seg94.9                0.02518773
## Seg397.26              0.02540678
## Seg1968.2              0.02546248
## Seg1075.1              0.02546248
## Seg3630.3              0.02556474
## Seg2447.5.1.57f48f79   0.02577901
## Seg81.11               0.02577901
## Seg21.3                0.02577901
## Seg3089.1.2.57f48f7a   0.02577901
## Seg338.2               0.02581718
## Seg1915.9              0.02581879
## Seg1964.5              0.02593765
## Seg1597.8              0.02593765
## Seg270.4               0.02593765
## Seg981.1               0.02593765
## Seg5586.2              0.02593765
## Seg65.2                0.02593765
## Seg91.6                0.02593765
## Seg2837.2              0.02593765
## Seg418.13              0.02594101
## Seg6478.3              0.02594503
## Seg649.13              0.02615386
## Seg353.11              0.02625423
## Seg3388.2              0.02625423
## Seg450.4               0.02625423
## Seg940.14              0.02625423
## Seg246.7               0.02625423
## Seg1726.3              0.02625423
## Seg5552.1              0.02625423
## Seg1770.5              0.02625423
## Seg122.3               0.02625423
## Seg311.3               0.02625423
## Seg2063.6.1.57f48f79   0.02625423
## Seg3557.1              0.02625423
## Seg1755.3              0.02625423
## Seg9718.1              0.02625423
## Seg8388.1              0.02625423
## Seg2186.4              0.02625423
## Seg1874.2              0.02625423
## Seg6214.1              0.02625423
## Seg1762.12.1.57f48f78  0.02625423
## Seg7453.1              0.02625423
## Seg2485.5              0.02625423
## Seg319.14              0.02625423
## Seg2522.1              0.02625423
## Seg1831.8              0.02625423
## Seg1769.8              0.02625423
## Seg1715.1.1.57f48f77   0.02625423
## Seg460.3               0.02625423
## Seg6424.2              0.02625423
## Seg2725.2.1.57f48f7a   0.02625423
## Seg1231.9              0.02625423
## Seg399.6               0.02625423
## Seg1761.11.1.57f48f78  0.02625423
## Seg1822.5              0.02625423
## Seg2506.7              0.02625423
## Seg5893.1              0.02625423
## Seg212.2               0.02625423
## Seg2082.4.1.57f48f79   0.02625423
## Seg1526.5              0.02625423
## Seg2298.7              0.02625423
## Seg3444.4              0.02625423
## Seg598.3               0.02625423
## Seg1431.3              0.02625423
## Seg914.5               0.02625423
## Seg2346.9              0.02625423
## Seg942.2               0.02625423
## Seg9346.1              0.02625423
## Seg3335.3              0.02625423
## Seg2886.1              0.02625423
## Seg2677.6              0.02625423
## Seg1691.5              0.02625423
## Seg2876.2.1.57f48f7a   0.02625423
## Seg552.5.1.57f48f7c    0.02627723
## Seg1704.9              0.02627723
## Seg1825.1              0.02661515
## Seg2595.1              0.02669034
## Seg1370.1              0.02674330
## Seg1012.9              0.02674330
## Seg1033.3              0.02688397
## Seg650.18              0.02690256
## Seg1433.3.1.57f48f76   0.02693647
## Seg2624.5              0.02697416
## Seg2839.1              0.02698378
## Seg24446.1             0.02701219
## Seg3951.3              0.02701219
## Seg6014.1              0.02701219
## Seg230.23.1.57f48f79   0.02702192
## Seg1882.5.1.57f48f78   0.02718444
## Seg978.3               0.02718444
## Seg62.7                0.02720559
## Seg2343.4              0.02720559
## Seg302.2               0.02720559
## Seg1445.2              0.02720559
## Seg2317.3.1.57f48f79   0.02721038
## Seg1961.7              0.02721038
## Seg1431.2              0.02721038
## Seg803.2               0.02722877
## Seg4818.1              0.02747614
## Seg1177.7              0.02747614
## Seg6790.1              0.02750359
## Seg1999.5              0.02752657
## Seg6667.1              0.02752657
## Seg3524.1              0.02752657
## Seg27.4                0.02752657
## Seg1730.7.1.57f48f77   0.02752657
## Seg1019.1              0.02763029
## Seg2511.7              0.02763029
## Seg2257.4              0.02763029
## Seg1600.2              0.02763029
## Seg793.2               0.02763029
## Seg417.1               0.02763029
## Seg2147.5              0.02763029
## Seg1943.2              0.02778166
## Seg3892.1              0.02778166
## Seg4713.3              0.02780982
## Seg2966.3              0.02780982
## Seg461.7               0.02781233
## Seg939.8               0.02781233
## Seg720.8               0.02781233
## Seg3858.3              0.02783386
## Seg3058.1              0.02783386
## Seg5203.3              0.02783386
## Seg2866.5              0.02783386
## Seg5087.2              0.02791690
## Seg1670.10             0.02791690
## Seg1188.6              0.02791690
## Seg3796.2              0.02791690
## Seg1772.1              0.02791690
## Seg858.7               0.02791690
## Seg4224.1              0.02791690
## Seg3561.4              0.02791690
## Seg1733.2              0.02791690
## Seg1276.3.1.57f48f76   0.02791690
## Seg301.5               0.02791690
## Seg1471.8              0.02791690
## Seg846.9.2.57f48f7e    0.02791690
## Seg4491.1              0.02791690
## Seg1700.3              0.02791690
## Seg1088.2              0.02791690
## Seg2548.2              0.02791690
## Seg2548.2.1.57f48f79   0.02791690
## Seg2437.8              0.02791690
## Seg1.9                 0.02791690
## Seg7305.1              0.02791690
## Seg123.18              0.02791690
## Seg856.3               0.02795795
## Seg4332.3              0.02799942
## Seg1520.4              0.02799942
## Seg1058.1              0.02799942
## Seg13540.1             0.02799942
## Seg4000.2              0.02799942
## Seg611.4               0.02805582
## Seg562.9               0.02805582
## Seg1303.9              0.02805582
## Seg247.7               0.02805582
## Seg4472.2              0.02805773
## Seg1569.7              0.02808797
## Seg1882.13             0.02811606
## Seg4541.1              0.02811606
## Seg494.6               0.02812426
## Seg2716.3.1.57f48f7a   0.02812426
## Seg11191.1             0.02819637
## Seg1393.2              0.02819637
## Seg1756.17             0.02822029
## Seg1761.2              0.02823077
## Seg2200.5              0.02823077
## Seg4618.2              0.02823077
## Seg175.3               0.02823077
## Seg19.2                0.02823077
## Seg4053.1              0.02823077
## Seg740.6               0.02823077
## Seg2281.2              0.02823077
## Seg1850.2              0.02823077
## Seg247.9               0.02823077
## Seg6934.1              0.02823077
## Seg1891.12_Seg1891.13  0.02823077
## Seg670.9               0.02823077
## Seg1853.5              0.02823077
## Seg4119.2              0.02835003
## Seg385.20              0.02838410
## Seg3027.2              0.02841116
## Seg331.2               0.02841116
## Seg2040.1              0.02841116
## Seg1236.17             0.02843115
## Seg1528.7              0.02843115
## Seg5714.3              0.02843115
## Seg1350.1              0.02843115
## Seg2042.1              0.02843115
## Seg2142.7              0.02843115
## Seg1870.5              0.02848367
## Seg23.13               0.02850671
## Seg3459.1              0.02855196
## Seg654.5               0.02855729
## Seg1699.5              0.02855729
## Seg2298.11             0.02855729
## Seg4877.2              0.02855729
## Seg820.4               0.02855729
## Seg2030.6              0.02855729
## Seg4822.1              0.02855729
## Seg931.2               0.02855729
## Seg3351.3              0.02855729
## Seg1960.6              0.02855729
## Seg811.6               0.02855729
## Seg6860.1.1.57f48f7d   0.02855729
## Seg1826.7              0.02855729
## Seg852.10              0.02855729
## Seg1722.8              0.02856236
## Seg934.3               0.02859363
## Seg3794.2              0.02876287
## Seg42.1                0.02876287
## Seg1477.2              0.02876287
## Seg582.5               0.02876287
## Seg1585.12             0.02879202
## Seg835.3               0.02881069
## Seg1921.4              0.02881200
## Seg1141.2              0.02881200
## Seg575.1.1.57f48f7c    0.02881625
## Seg774.1_Seg774.3      0.02881625
## Seg1533.3              0.02881625
## Seg3470.4              0.02898917
## Seg2850.3              0.02898917
## Seg2073.6              0.02948683
## Seg429.12              0.02956889
## Seg3807.1              0.02965021
## Seg6676.1              0.02965021
## Seg920.4               0.02965021
## Seg2941.1              0.02965021
## Seg599.4               0.02967282
## Seg1671.13             0.02967282
## Seg850.2               0.02975821
## Seg741.1               0.02977913
## Seg1080.5              0.02983533
## Seg2224.2              0.02985626
## Seg1855.2              0.02985626
## Seg350.21              0.03001807
## Seg2731.1              0.03006269
## Seg469.3               0.03007115
## Seg134.1               0.03007115
## Seg208.6               0.03007115
## Seg5491.1              0.03007115
## Seg3888.1              0.03007115
## Seg3993.2              0.03007115
## Seg2286.4              0.03007115
## Seg1602.2              0.03007115
## Seg1078.7              0.03007115
## Seg539.6               0.03007115
## Seg1028.1              0.03007115
## Seg1338.7              0.03007115
## Seg330.12              0.03007115
## Seg1997.4              0.03007115
## Seg3403.1              0.03007115
## Seg1986.3              0.03007115
## Seg3021.2              0.03007115
## Seg2129.3              0.03010126
## Seg688.2.1.57f48f7d    0.03010126
## Seg4950.1              0.03010126
## Seg2154.1              0.03010126
## Seg446.7               0.03010126
## Seg675.10              0.03013146
## Seg167.1               0.03013146
## Seg3300.3.1.57f48f7a   0.03015392
## Seg4485.1              0.03015392
## Seg435.11              0.03015392
## Seg1749.2.4.57f48f78   0.03021365
## Seg5100.1              0.03021365
## Seg6459.1              0.03021365
## Seg1472.20             0.03029979
## Seg169.11              0.03029979
## Seg1614.9              0.03034382
## Seg1926.5              0.03054495
## Seg1354.13             0.03060684
## Seg1512.9_Seg1512.10   0.03060684
## Seg3453.3              0.03060684
## Seg169.8               0.03060684
## Seg2105.1              0.03060684
## Seg1012.10             0.03060684
## Seg5815.2              0.03060684
## Seg2073.2              0.03060684
## Seg387.1               0.03060684
## Seg1579.2              0.03060684
## Seg1568.6              0.03060684
## Seg620.3               0.03060684
## Seg6854.3              0.03060684
## Seg7569.2              0.03060684
## Seg298.5.1.57f48f7a    0.03060684
## Seg4826.3              0.03060684
## Seg738.3               0.03060684
## Seg5464.1              0.03060684
## Seg3062.3              0.03060684
## Seg1433.3.2.57f48f76   0.03060684
## Seg3692.3              0.03060684
## Seg2234.2              0.03060684
## Seg3929.3              0.03060684
## Seg2753.1.2.57f48f7a   0.03060684
## Seg139.3               0.03060684
## Seg6288.2              0.03060684
## Seg236.8               0.03060684
## Seg539.10              0.03060684
## Seg5379.1              0.03060684
## Seg4348.1              0.03060684
## Seg284.3_Seg284.4      0.03060684
## Seg473.4               0.03069499
## Seg932.6               0.03070701
## Seg1180.5              0.03075298
## Seg1159.2              0.03075298
## Seg1431.1              0.03075474
## Seg9873.1              0.03075474
## Seg643.3               0.03075474
## Seg897.4               0.03075474
## Seg18.4                0.03091097
## Seg944.2               0.03091097
## Seg585.4               0.03091870
## Seg2302.4              0.03099621
## Seg2816.3              0.03099621
## Seg4579.1              0.03099621
## Seg1585.10             0.03099621
## Seg1263.4              0.03099621
## Seg1758.2              0.03099621
## Seg434.6               0.03099621
## Seg693.7               0.03099621
## Seg265.1.1.57f48f79    0.03099621
## Seg1720.8              0.03099621
## Seg1863.6              0.03099621
## Seg5426.1              0.03099621
## Seg239.3               0.03099621
## Seg5642.1              0.03099621
## Seg236.2               0.03099621
## Seg7944.1              0.03104218
## Seg815.10.1.57f48f7e   0.03104218
## Seg920.2               0.03104218
## Seg318.5               0.03104218
## Seg3161.1              0.03104218
## Seg8949.1              0.03104218
## Seg694.7               0.03104218
## Seg1232.20             0.03106598
## Seg159.7               0.03109448
## Seg684.5               0.03111419
## Seg1814.6              0.03122564
## Seg22845.1             0.03123699
## Seg1441.2              0.03130096
## Seg1716.13             0.03130096
## Seg248.3               0.03130096
## Seg1118.12.2.57f48f75  0.03130096
## Seg26.4                0.03130096
## Seg2390.2              0.03130096
## Seg580.2.2.57f48f7c    0.03130096
## Seg8852.2              0.03130096
## Seg1739.11             0.03130096
## Seg8.2                 0.03130096
## Seg419.7               0.03130096
## Seg4400.3              0.03130096
## Seg1823.11             0.03130431
## Seg7799.1              0.03130431
## Seg1430.21.1.57f48f76  0.03130431
## Seg2786.1              0.03130431
## Seg3956.3              0.03130431
## Seg3580.1              0.03132412
## Seg1095.5              0.03135973
## Seg8734.2              0.03137514
## Seg5759.1              0.03142761
## Seg1591.8              0.03142761
## Seg2025.6              0.03142761
## Seg675.14              0.03142761
## Seg652.6               0.03142761
## Seg524.1               0.03146006
## Seg329.1               0.03153085
## Seg4630.1              0.03153085
## Seg1526.8              0.03171724
## Seg2333.2              0.03174656
## Seg2159.4              0.03174656
## Seg1301.5              0.03174656
## Seg2674.1              0.03176968
## Seg1422.5              0.03176968
## Seg976.3               0.03176968
## Seg6391.1              0.03176968
## Seg3961.2              0.03176968
## Seg172.15              0.03176968
## Seg571.19.1.57f48f7c   0.03176968
## Seg103.1               0.03176968
## Seg1915.10             0.03176968
## Seg2789.1              0.03176968
## Seg154.4               0.03176968
## Seg1860.1              0.03176968
## Seg508.4               0.03176968
## Seg1977.5              0.03176968
## Seg8567.1              0.03182038
## Seg5509.3              0.03182038
## Seg269.2               0.03182038
## Seg722.1.1.57f48f7d    0.03195321
## Seg4009.1              0.03201809
## Seg418.2               0.03212830
## Seg381.15              0.03221341
## Seg1919.7              0.03221341
## Seg724.12              0.03222306
## Seg743.2               0.03227482
## Seg1852.5              0.03227482
## Seg1851.4.1.57f48f78   0.03231429
## Seg671.4               0.03231429
## Seg2655.4              0.03231429
## Seg2006.9              0.03244117
## Seg149.11              0.03244117
## Seg1799.5              0.03244117
## Seg2045.1              0.03244117
## Seg1067.3.1.57f48f75   0.03244117
## Seg1123.15             0.03244117
## Seg6278.1              0.03244117
## Seg13200.1             0.03244117
## Seg1867.5              0.03244653
## Seg1000.9              0.03246402
## Seg13228.1             0.03246402
## Seg3741.1              0.03246402
## Seg6310.3              0.03254061
## Seg397.5               0.03254061
## Seg3318.2              0.03254061
## Seg826.6.3.57f48f7e    0.03255649
## Seg3019.1              0.03257210
## Seg2500.5.2.57f48f79   0.03259851
## Seg1659.14             0.03266931
## Seg400.8               0.03266931
## Seg1903.7              0.03266931
## Seg2216.4              0.03266931
## Seg1741.7              0.03266931
## Seg2504.2              0.03266931
## Seg1289.10             0.03267619
## Seg2033.2              0.03267619
## Seg2517.5              0.03270036
## Seg3996.1              0.03270036
## Seg7397.1              0.03270036
## Seg624.3               0.03290012
## Seg1524.11             0.03291200
## Seg703.1               0.03291200
## Seg1474.5              0.03291200
## Seg2253.7              0.03291200
## Seg4690.2.1.57f48f7b   0.03291200
## Seg93.10.1.57f48f7e    0.03291200
## Seg6822.1              0.03291200
## Seg1757.4              0.03291200
## Seg1275.7              0.03291200
## Seg1953.1              0.03291200
## Seg821.5               0.03291200
## Seg974.2               0.03291200
## Seg1507.11             0.03291200
## Seg1973.4              0.03291200
## Seg2767.1              0.03291200
## Seg947.5               0.03291200
## Seg1080.6.1.57f48f75   0.03291200
## Seg1873.4              0.03291200
## Seg2807.7              0.03291200
## Seg5853.1.2.57f48f7c   0.03291200
## Seg1845.3.1.57f48f78   0.03291200
## Seg2682.1.1.57f48f79   0.03292187
## Seg2876.3              0.03292187
## Seg2447.5              0.03292187
## Seg3980.2              0.03303095
## Seg545.2               0.03303402
## Seg407.1               0.03307630
## Seg4458.1.2.57f48f7b   0.03307630
## Seg1194.4              0.03307630
## Seg1943.2.2.57f48f78   0.03307630
## Seg800.8               0.03307630
## Seg420.4               0.03310775
## Seg98.3                0.03311943
## Seg3702.2              0.03311943
## Seg8468.1              0.03311943
## Seg2525.1.1.57f48f79   0.03311943
## Seg572.2               0.03311943
## Seg3307.3              0.03311943
## Seg1208.9              0.03330344
## Seg4466.3              0.03346230
## Seg1195.1              0.03346230
## Seg8838.3              0.03351653
## Seg1477.6              0.03351653
## Seg5068.2              0.03351653
## Seg582.2               0.03351653
## Seg144.5.1.57f48f76    0.03351653
## Seg1634.10             0.03351653
## Seg3963.3              0.03351653
## Seg4660.4              0.03351653
## Seg3483.1              0.03351653
## Seg3078.4              0.03351653
## Seg4161.1              0.03351653
## Seg2326.6              0.03351653
## Seg5776.1              0.03351653
## Seg2390.1              0.03351653
## Seg934.1.2.57f48f7e    0.03351653
## Seg2142.5              0.03351653
## Seg231.7               0.03357867
## Seg1734.5.1.57f48f77   0.03357867
## Seg3243.2              0.03357867
## Seg358.7               0.03357867
## Seg7.2                 0.03362826
## Seg2530.3              0.03362826
## Seg1670.4              0.03362826
## Seg652.7               0.03362826
## Seg3239.3              0.03362826
## Seg2952.3              0.03362826
## Seg2996.2              0.03362826
## Seg1586.2              0.03362826
## Seg3545.1              0.03362826
## Seg800.7               0.03362826
## Seg626.9               0.03365010
## Seg349.12              0.03365010
## Seg552.2               0.03365010
## Seg4087.5              0.03370147
## Seg1597.11             0.03388872
## Seg1723.2              0.03394531
## Seg10.1                0.03395740
## Seg3147.1              0.03399301
## Seg5378.3              0.03399301
## Seg1904.1.1.57f48f78   0.03399301
## Seg255.8.2.57f48f79    0.03399301
## Seg3734.3              0.03399301
## Seg550.3               0.03399301
## Seg6811.1              0.03402928
## Seg2129.1              0.03402928
## Seg1217.3              0.03402928
## Seg2063.5.2.57f48f79   0.03402928
## Seg2919.3              0.03402928
## Seg2553.1              0.03402928
## Seg1585.6              0.03405588
## Seg994.2               0.03413209
## Seg183.2.1.57f48f78    0.03416119
## Seg7216.1              0.03416960
## Seg2517.1              0.03416960
## Seg1470.10             0.03418362
## Seg2316.3              0.03418362
## Seg1963.3              0.03418362
## Seg1053.2              0.03446032
## Seg1082.3              0.03446032
## Seg1988.5              0.03446032
## Seg7338.1              0.03449515
## Seg1489.3              0.03449515
## Seg4942.1              0.03449515
## Seg1677.3.2.57f48f77   0.03450627
## Seg2398.1              0.03452535
## Seg6465.1              0.03456190
## Seg2087.4              0.03459441
## Seg396.5               0.03459441
## Seg2348.6              0.03459441
## Seg7865.1.1.57f48f7e   0.03461354
## Seg1178.10.1.57f48f75  0.03461414
## Seg164.6               0.03464612
## Seg1770.3              0.03464612
## Seg508.4.1.57f48f7c    0.03464612
## Seg1033.8              0.03464612
## Seg123.1               0.03467103
## Seg2060.4              0.03467103
## Seg154.8               0.03470968
## Seg19800.1             0.03470968
## Seg5314.1              0.03471007
## Seg1658.23             0.03471007
## Seg4479.1              0.03474410
## Seg6368.1              0.03474410
## Seg1552.2              0.03474410
## Seg1279.9              0.03474410
## Seg1161.2.1.57f48f75   0.03474887
## Seg5859.2              0.03474887
## Seg1031.1              0.03474887
## Seg1012.6              0.03474887
## Seg2722.1              0.03481359
## Seg675.17              0.03481644
## Seg5572.1              0.03481644
## Seg422.11              0.03483078
## Seg2149.3              0.03488954
## Seg1730.11             0.03488954
## Seg87.2                0.03488954
## Seg226.3               0.03488954
## Seg2092.9              0.03488954
## Seg665.4               0.03488954
## Seg140.4               0.03488954
## Seg8218.1              0.03488954
## Seg2251.3.1.57f48f79   0.03488954
## Seg1723.1              0.03488954
## Seg5063.5              0.03488954
## Seg6512.1              0.03491738
## Seg2982.2              0.03493914
## Seg6027.1              0.03495669
## Seg2005.4              0.03497544
## Seg1492.3              0.03497544
## Seg2366.3              0.03497544
## Seg3667.2              0.03497544
## Seg2277.2              0.03497544
## Seg3324.2              0.03497544
## Seg384.4               0.03497544
## Seg3778.2              0.03499076
## Seg6608.1              0.03501049
## Seg1430.9              0.03501049
## Seg7457.2              0.03502827
## Seg1270.3              0.03504127
## Seg1000.4.2.57f48f75   0.03504421
## Seg1090.1              0.03508039
## Seg229.8               0.03509908
## Seg2290.1              0.03515153
## Seg2524.1              0.03520294
## Seg2501.4              0.03520294
## Seg1734.5              0.03520294
## Seg1394.12             0.03520294
## Seg2279.1              0.03520294
## Seg6817.1              0.03520455
## Seg4689.1              0.03530926
## Seg1052.5              0.03530926
## Seg1347.5              0.03531024
## Seg3782.3              0.03531790
## Seg918.3.1.57f48f7e    0.03533433
## Seg5340.2              0.03533433
## Seg4450.1              0.03533433
## Seg16297.1             0.03533433
## Seg2124.5              0.03533433
## Seg606.4               0.03533433
## Seg402.2               0.03533433
## Seg800.14              0.03533433
## Seg1600.7              0.03533433
## Seg2080.5_Seg2080.7    0.03533433
## Seg1721.13             0.03533433
## Seg532.5               0.03533433
## Seg1574.23             0.03533880
## Seg1131.9              0.03533880
## Seg8230.2              0.03533880
## Seg187.10              0.03533880
## Seg367.7               0.03533880
## Seg3612.1              0.03533880
## Seg3589.9              0.03533880
## Seg2056.10             0.03533880
## Seg647.4               0.03533880
## Seg1950.2              0.03533880
## Seg17787.1             0.03534775
## Seg55.5                0.03534775
## Seg1095.18             0.03535716
## Seg11296.3             0.03541139
## Seg1582.13             0.03541139
## Seg2092.1              0.03541139
## Seg1784.13             0.03541139
## Seg301.3               0.03545324
## Seg1261.6              0.03549752
## Seg168.2               0.03549824
## Seg784.7               0.03549824
## Seg803.4               0.03550721
## Seg4031.1              0.03550721
## Seg4739.1              0.03550721
## Seg93.6                0.03552506
## Seg1250.2              0.03559360
## Seg436.3               0.03562013
## Seg5714.1              0.03562013
## Seg1026.2              0.03562013
## Seg2465.5.1.57f48f79   0.03562013
## Seg1064.1              0.03562013
## Seg9651.1              0.03562013
## Seg164.15.1.57f48f77   0.03562013
## Seg4454.2              0.03572739
## Seg675.16              0.03572739
## Seg821.11              0.03572739
## Seg68.8                0.03572739
## Seg1076.5.2.57f48f75   0.03584618
## Seg3794.3              0.03584618
## Seg984.14              0.03586644
## Seg499.1               0.03587127
## Seg2858.2              0.03588869
## Seg267.2               0.03593467
## Seg539.8               0.03594604
## Seg1528.6              0.03594604
## Seg1177.4              0.03594604
## Seg2841.3              0.03594604
## Seg3759.1              0.03600048
## Seg1225.7              0.03600048
## Seg4330.1              0.03601019
## Seg2036.12             0.03608800
## Seg2113.5.1.57f48f79   0.03608800
## Seg230.13              0.03608800
## Seg1266.1.1.57f48f76   0.03609692
## Seg1127.5              0.03611820
## Seg115.7               0.03621372
## Seg2410.1              0.03622694
## Seg1256.2              0.03622694
## Seg2726.5              0.03622694
## Seg878.4               0.03632355
## Seg3906.1              0.03635293
## Seg1480.2              0.03635293
## Seg1531.7              0.03635293
## Seg1458.4              0.03635293
## Seg18513.1             0.03635293
## Seg1426.8              0.03635293
## Seg1574.2              0.03635293
## Seg4519.1              0.03639972
## Seg4876.3              0.03642528
## Seg2460.1              0.03642528
## Seg1338.11             0.03642528
## Seg3190.5              0.03642528
## Seg5464.1.1.57f48f7c   0.03644198
## Seg5567.4              0.03644198
## Seg1379.12             0.03644198
## Seg1013.7              0.03644198
## Seg2063.5.1.57f48f79   0.03644198
## Seg1814.7              0.03645430
## Seg1741.9.4.57f48f78   0.03645766
## Seg444.14              0.03655574
## Seg4724.1              0.03655574
## Seg4496.1              0.03655574
## Seg5067.1              0.03655574
## Seg2002.12             0.03655574
## Seg395.5               0.03655574
## Seg50.14               0.03655574
## Seg1422.4              0.03655574
## Seg2626.1.1.57f48f79   0.03655574
## Seg1702.4              0.03655574
## Seg1688.3.1.57f48f77   0.03655574
## Seg1372.16             0.03655574
## Seg151.1               0.03655574
## Seg5671.1              0.03655574
## Seg2544.4.11.57f48f79  0.03655574
## Seg1477.5              0.03655574
## Seg824.18              0.03655574
## Seg3150.1.1.57f48f7a   0.03655574
## Seg3827.2              0.03655574
## Seg3511.1              0.03655574
## Seg1262.5              0.03655574
## Seg593.14              0.03655574
## Seg3875.3              0.03655574
## Seg838.1               0.03655574
## Seg1450.16             0.03655574
## Seg9950.1              0.03655574
## Seg1595.3              0.03655574
## Seg2546.1              0.03655574
## Seg1889.4              0.03655574
## Seg1891.14             0.03655574
## Seg6658.1              0.03655574
## Seg3305.2              0.03655574
## Seg650.14.1.57f48f7d   0.03655574
## Seg3117.1.1.57f48f7a   0.03655574
## Seg15961.1             0.03655574
## Seg1914.1              0.03655574
## Seg487.5               0.03655574
## Seg2192.8.1.57f48f79   0.03655574
## Seg202.2               0.03655574
## Seg3141.6              0.03655574
## Seg647.3               0.03672476
## Seg4944.1              0.03672476
## Seg511.2               0.03672476
## Seg1712.8              0.03672476
## Seg186.11              0.03672476
## Seg1425.2              0.03672476
## Seg219.3               0.03673173
## Seg2525.3              0.03673173
## Seg2306.3              0.03675313
## Seg1533.2              0.03675313
## Seg2475.6              0.03675313
## Seg1870.6.1.57f48f78   0.03675313
## Seg1450.12             0.03679247
## Seg6.6.1.57f48f7c      0.03682030
## Seg658.8               0.03687978
## Seg505.2               0.03693105
## Seg2871.2              0.03693258
## Seg453.13.1.57f48f7b   0.03695881
## Seg1780.4              0.03695881
## Seg292.4               0.03701205
## Seg859.8               0.03701205
## Seg1516.9.1.57f48f76   0.03701205
## Seg9503.1              0.03701205
## Seg7695.2              0.03702301
## Seg1118.9              0.03707800
## Seg1300.5              0.03708893
## Seg564.3               0.03712520
## Seg442.4               0.03712520
## Seg1058.4              0.03728212
## Seg1723.5              0.03735623
## Seg7335.1              0.03740978
## Seg823.5               0.03744299
## Seg1363.21             0.03747322
## Seg7733.2              0.03750398
## Seg1617.9              0.03751954
## Seg1452.3              0.03754834
## Seg7227.2              0.03756540
## Seg6089.1              0.03756540
## Seg1298.3              0.03756540
## Seg169.10              0.03756540
## Seg1741.6              0.03756540
## Seg5676.3              0.03756540
## Seg1370.7              0.03757574
## Seg1064.14             0.03757574
## Seg873.10              0.03763089
## Seg372.1               0.03765164
## Seg1757.3              0.03765164
## Seg1701.7              0.03765164
## Seg2544.4.8.57f48f79   0.03765164
## Seg6458.1              0.03765164
## Seg836.5               0.03765164
## Seg2101.9              0.03767406
## Seg1837.6.2.57f48f78   0.03767406
## Seg1898.8              0.03767406
## Seg2544.4.13.57f48f79  0.03767406
## Seg788.1               0.03767406
## Seg3344.1              0.03767406
## Seg667.1               0.03770749
## Seg2129.9              0.03785184
## Seg1329.7              0.03785184
## Seg1348.8.2.57f48f76   0.03785184
## Seg1549.11             0.03785469
## Seg2928.4              0.03790151
## Seg2174.5              0.03790151
## Seg1668.12             0.03790151
## Seg1662.7              0.03790151
## Seg1885.8              0.03790151
## Seg868.10              0.03790151
## Seg13343.1             0.03790151
## Seg4124.2              0.03790151
## Seg39.7                0.03790151
## Seg2847.4              0.03792573
## Seg3693.2              0.03792573
## Seg1969.4              0.03793912
## Seg6106.1              0.03793912
## Seg797.9               0.03798451
## Seg1724.7              0.03798451
## Seg446.6               0.03806591
## Seg7205.1              0.03810398
## Seg3205.1              0.03810398
## Seg474.6.3.57f48f7b    0.03810398
## Seg246.1               0.03810398
## Seg1631.1              0.03820162
## Seg2614.2              0.03821020
## Seg287.5               0.03822087
## Seg68.6                0.03822087
## Seg415.1               0.03823569
## Seg1576.6              0.03823569
## Seg1634.12             0.03823569
## Seg1421.4.1.57f48f76   0.03823569
## Seg2129.10             0.03823569
## Seg376.4               0.03823569
## Seg2530.4              0.03823719
## Seg2066.13             0.03832021
## Seg1750.1.1.57f48f78   0.03832404
## Seg1741.2              0.03832860
## Seg571.13.1.57f48f7c   0.03842134
## Seg8756.1              0.03842259
## Seg8951.1              0.03842259
## Seg1517.3              0.03842259
## Seg34.5                0.03848869
## Seg442.2               0.03848869
## Seg1740.9              0.03870084
## Seg980.1               0.03870084
## Seg934.3.1.57f48f7e    0.03870084
## Seg1784.12             0.03870084
## Seg2299.6              0.03875775
## Seg2612.5              0.03875775
## Seg1290.4              0.03875775
## Seg4278.1              0.03875775
## Seg152.4               0.03875775
## Seg4679.3              0.03881566
## Seg2876.2              0.03884601
## Seg4911.1              0.03888866
## Seg2406.3.1.57f48f79   0.03888866
## Seg3165.3              0.03893970
## Seg249.12              0.03893970
## Seg12743.1             0.03896626
## Seg6382.1              0.03896626
## Seg33.1                0.03896626
## Seg462.1               0.03896626
## Seg3117.5              0.03899602
## Seg387.9               0.03899602
## Seg6947.2              0.03899602
## Seg7370.1              0.03899602
## Seg395.8               0.03902495
## Seg7006.1              0.03902495
## Seg814.1               0.03904847
## Seg2212.3              0.03905284
## Seg190.12              0.03905284
## Seg7370.2              0.03905284
## Seg2299.7              0.03905284
## Seg2599.1              0.03907379
## Seg366.8               0.03907379
## Seg1817.12             0.03907379
## Seg2175.7              0.03907779
## Seg271.2               0.03910551
## Seg493.2               0.03910551
## Seg1055.1              0.03910551
## Seg1914.5              0.03910551
## Seg1372.5              0.03910551
## Seg1807.2              0.03910551
## Seg1779.8              0.03910551
## Seg2162.8              0.03910551
## Seg2544.4.7.57f48f79   0.03910551
## Seg1881.1              0.03910551
## Seg235.2               0.03910551
## Seg2921.3              0.03910551
## Seg5750.3              0.03910551
## Seg2532.2.1.57f48f79   0.03910551
## Seg3522.1              0.03910551
## Seg1809.5              0.03910551
## Seg651.2               0.03910551
## Seg236.10              0.03910551
## Seg4483.1              0.03910551
## Seg2864.7              0.03912251
## Seg4277.3              0.03914145
## Seg93.7.1.57f48f7e     0.03917489
## Seg1177.8              0.03919938
## Seg887.4               0.03919938
## Seg1159.8              0.03919938
## Seg1485.7              0.03919938
## Seg4406.2              0.03919938
## Seg49.4                0.03919938
## Seg1664.1              0.03919938
## Seg4445.2.1.57f48f7b   0.03927426
## Seg1474.5.2.57f48f76   0.03934717
## Seg679.11              0.03934717
## Seg1475.1              0.03934717
## Seg1712.9              0.03934717
## Seg281.7               0.03937080
## Seg1123.8              0.03937080
## Seg319.13              0.03937080
## Seg229.11              0.03937080
## Seg860.3               0.03937080
## Seg1113.3              0.03937080
## Seg187.2               0.03937080
## Seg685.11              0.03937080
## Seg1649.3              0.03937080
## Seg1641.12             0.03938730
## Seg1284.11             0.03938730
## Seg5655.3              0.03938730
## Seg1020.3              0.03941678
## Seg142.5               0.03943903
## Seg797.7               0.03951391
## Seg3085.3              0.03953723
## Seg1346.2              0.03957659
## Seg639.4               0.03964269
## Seg5386.1              0.03964592
## Seg1439.10             0.03965543
## Seg5115.2              0.03966607
## Seg5022.3              0.03967969
## Seg3742.1              0.03969960
## Seg415.2               0.03970118
## Seg4235.1              0.03970118
## Seg1687.6              0.03977337
## Seg564.5               0.03984142
## Seg746.7               0.03989614
## Seg1276.9              0.03989614
## Seg2175.3              0.03989614
## Seg5286.4              0.03989614
## Seg1562.1              0.03997584
## Seg1890.3              0.03997584
## Seg1582.10             0.03997682
## Seg1703.8              0.04002016
## Seg1338.2              0.04002016
## Seg2326.3              0.04002712
## Seg205.17.1.57f48f78   0.04002712
## Seg2487.1              0.04011187
## Seg460.11              0.04012522
## Seg2504.4              0.04012717
## Seg1058.10             0.04021046
## Seg1473.11             0.04021046
## Seg2349.7              0.04024379
## Seg6124.3              0.04024379
## Seg1903.9              0.04024379
## Seg1012.11             0.04024379
## Seg5432.1              0.04024433
## Seg1095.24             0.04024867
## Seg5043.2              0.04024867
## Seg713.2               0.04024867
## Seg3171.3              0.04030248
## Seg2280.2              0.04030248
## Seg10.4                0.04030248
## Seg3519.6              0.04030535
## Seg1731.8.1.57f48f77   0.04033397
## Seg751.1               0.04034172
## Seg5184.1              0.04034172
## Seg1943.2.3.57f48f78   0.04034172
## Seg2290.2              0.04034172
## Seg8602.2              0.04034172
## Seg1052.6              0.04034278
## Seg1053.11             0.04034278
## Seg455.3               0.04034278
## Seg2919.4              0.04034278
## Seg4029.1              0.04034278
## Seg900.7               0.04034278
## Seg1454.6              0.04034278
## Seg594.2               0.04039133
## Seg710.1               0.04039133
## Seg6156.1              0.04039133
## Seg4819.1              0.04039437
## Seg2162.5              0.04039606
## Seg7327.2              0.04039606
## Seg597.6               0.04043692
## Seg1522.9              0.04045607
## Seg1719.3              0.04049217
## Seg1783.2              0.04049217
## Seg2170.6              0.04052300
## Seg4166.3.1.57f48f7b   0.04052300
## Seg2593.5              0.04057077
## Seg1748.6              0.04057077
## Seg4292.1              0.04057077
## Seg1393.3              0.04057077
## Seg2760.1              0.04057077
## Seg2498.3              0.04057077
## Seg4978.1              0.04057567
## Seg1730.2              0.04057567
## Seg413.12              0.04057567
## Seg742.1               0.04057567
## Seg4888.2              0.04060443
## Seg1784.11             0.04060443
## Seg1974.5              0.04066573
## Seg1917.1              0.04072333
## Seg8314.1              0.04072333
## Seg2262.3              0.04072333
## Seg11511.1             0.04079105
## Seg733.15              0.04079171
## Seg1615.2              0.04079171
## Seg5650.1              0.04080367
## Seg16688.1             0.04080367
## Seg1662.16             0.04080367
## Seg4876.1              0.04080367
## Seg4931.1              0.04080367
## Seg4202.4              0.04080367
## Seg1159.3              0.04081664
## Seg353.23              0.04081664
## Seg1994.1              0.04081664
## Seg2467.2.1.57f48f79   0.04081664
## Seg17621.1             0.04081664
## Seg5888.1              0.04083206
## Seg7764.1              0.04083276
## Seg1756.11             0.04083276
## Seg2938.3              0.04083276
## Seg3836.1              0.04083276
## Seg1118.7              0.04083276
## Seg6193.2              0.04083477
## Seg1864.2              0.04086398
## Seg2294.6.1.57f48f79   0.04086398
## Seg2508.6              0.04086398
## Seg5788.1              0.04094765
## Seg662.1.1.57f48f7d    0.04094765
## Seg1345.8              0.04101302
## Seg5052.2              0.04108028
## Seg1969.3              0.04122074
## Seg253.13              0.04122471
## Seg13366.1             0.04122471
## Seg543.10              0.04128941
## Seg2706.1              0.04130442
## Seg282.14              0.04130442
## Seg169.18              0.04130442
## Seg914.8               0.04130442
## Seg212.1               0.04130442
## Seg7251.1              0.04130442
## Seg768.14.1.57f48f7e   0.04130442
## Seg1670.18.1.57f48f77  0.04130442
## Seg349.1               0.04130442
## Seg1413.6              0.04130442
## Seg175.9               0.04130442
## Seg914.7               0.04130442
## Seg1796.2              0.04130442
## Seg1716.20             0.04130442
## Seg3588.3              0.04130442
## Seg1965.5              0.04131839
## Seg319.17              0.04131839
## Seg1019.1.1.57f48f75   0.04131839
## Seg788.18              0.04131839
## Seg1445.5_Seg1445.6    0.04131839
## Seg7889.1              0.04131839
## Seg2353.7              0.04131839
## Seg1174.6              0.04131870
## Seg1123.14             0.04134821
## Seg287.3               0.04139895
## Seg244.1.1.57f48f79    0.04143710
## Seg3381.2              0.04143710
## Seg2840.2              0.04143710
## Seg1887.2              0.04143710
## Seg1739.15             0.04143710
## Seg2291.6              0.04143710
## Seg1847.6              0.04144307
## Seg1445.10             0.04150410
## Seg642.2               0.04150410
## Seg5561.1              0.04150410
## Seg2644.2.1.57f48f79   0.04150410
## Seg2676.3              0.04150410
## Seg555.5               0.04150410
## Seg2190.1              0.04150410
## Seg541.4               0.04150410
## Seg4634.3              0.04150410
## Seg1613.4              0.04150410
## Seg1845.8              0.04150410
## Seg426.4               0.04150410
## Seg3326.3              0.04150410
## Seg914.9               0.04150410
## Seg1799.10             0.04150410
## Seg5275.2              0.04150410
## Seg3689.1.1.57f48f7b   0.04150410
## Seg1720.9              0.04150410
## Seg2787.4              0.04150410
## Seg2488.3              0.04150410
## Seg1582.18             0.04150410
## Seg75.3                0.04150410
## Seg242.6               0.04150410
## Seg1693.6              0.04150410
## Seg16397.1             0.04150410
## Seg2511.2              0.04150410
## Seg4806.1              0.04150410
## Seg428.4               0.04153105
## Seg1167.4              0.04161316
## Seg552.5               0.04165769
## Seg7026.1              0.04165769
## Seg781.7               0.04165769
## Seg2049.4              0.04165769
## Seg438.4               0.04165769
## Seg1647.7              0.04165769
## Seg616.12              0.04165769
## Seg1878.4              0.04165769
## Seg3420.2              0.04165769
## Seg782.4               0.04165769
## Seg1458.5              0.04165769
## Seg1008.10             0.04165769
## Seg9440.1              0.04165769
## Seg2454.8              0.04165769
## Seg27.8                0.04165769
## Seg265.4               0.04165769
## Seg1942.3              0.04165769
## Seg320.9               0.04165769
## Seg6967.1              0.04165769
## Seg2086.6              0.04165769
## Seg5251.1              0.04165769
## Seg1946.7              0.04165769
## Seg2695.4              0.04165769
## Seg1197.6              0.04165769
## Seg1666.18             0.04165769
## Seg1475.6              0.04165769
## Seg1338.5              0.04165769
## Seg1340.10             0.04165769
## Seg1086.2.2.57f48f75   0.04165769
## Seg1427.3              0.04165769
## Seg123.5               0.04165769
## Seg1695.6              0.04165769
## Seg1793.3              0.04165769
## Seg1816.3              0.04165769
## Seg1561.7              0.04165769
## Seg2198.8              0.04165769
## Seg233.7               0.04165769
## Seg73.3                0.04165769
## Seg1295.8              0.04165769
## Seg5834.2              0.04165769
## Seg611.11              0.04165769
## Seg2069.1.1.57f48f79   0.04165769
## Seg1769.1              0.04168392
## Seg1664.16             0.04168392
## Seg2912.1              0.04168392
## Seg5995.1              0.04168392
## Seg1738.10             0.04168392
## Seg1882.12             0.04168392
## Seg8358.1              0.04168392
## Seg292.3               0.04171364
## Seg1649.2              0.04171364
## Seg858.6               0.04171364
## Seg3499.4              0.04171364
## Seg1546.15             0.04171364
## Seg2494.2              0.04171364
## Seg832.12              0.04171364
## Seg1745.9              0.04171364
## Seg827.3               0.04171364
## Seg50.12               0.04171364
## Seg1627.2              0.04171364
## Seg484.4               0.04171364
## Seg1055.11             0.04171364
## Seg2091.2.4.57f48f79   0.04171364
## Seg4081.2              0.04171364
## Seg1505.6              0.04178441
## Seg2039.3              0.04179582
## Seg200.1               0.04179582
## Seg11685.1             0.04179582
## Seg2667.1              0.04180591
## Seg103.9               0.04180591
## Seg1008.12             0.04180591
## Seg2008.2              0.04180591
## Seg932.9               0.04181066
## Seg299.3               0.04181066
## Seg1751.2              0.04181066
## Seg381.4               0.04181066
## Seg2006.10             0.04181066
## Seg3733.3              0.04181066
## Seg1563.4              0.04181066
## Seg8219.1              0.04181066
## Seg2678.6              0.04183398
## Seg1213.5              0.04185118
## Seg2293.1              0.04185118
## Seg10742.1             0.04185118
## Seg2054.2              0.04187727
## Seg1674.6              0.04188400
## Seg1850.8.3.57f48f78   0.04188400
## Seg5909.1              0.04188807
## Seg230.9.3.57f48f79    0.04189528
## Seg4222.2              0.04189528
## Seg17614.1             0.04190685
## Seg8680.2              0.04193320
## Seg3434.1              0.04193320
## Seg2465.5              0.04193545
## Seg6076.1              0.04197992
## Seg861.9               0.04197992
## Seg1231.8              0.04197992
## Seg2467.2              0.04199409
## Seg3191.2              0.04199409
## Seg2683.1              0.04202556
## Seg229.2               0.04202556
## Seg397.34              0.04202556
## Seg323.1               0.04202556
## Seg83.8                0.04202913
## Seg1830.10             0.04202913
## Seg1552.4.1.57f48f77   0.04207256
## Seg3791.1              0.04207256
## Seg9031.1              0.04207256
## Seg5316.5              0.04207256
## Seg2712.4              0.04207256
## Seg7617.1              0.04207256
## Seg549.3               0.04207256
## Seg4665.5              0.04207256
## Seg696.3               0.04207256
## Seg894.5               0.04208572
## Seg1904.4.1.57f48f78   0.04214531
## Seg3353.2              0.04214531
## Seg4318.3              0.04214531
## Seg4378.5              0.04214531
## Seg1800.1              0.04214531
## Seg1121.11             0.04214531
## Seg3371.2              0.04214531
## Seg4633.3              0.04214531
## Seg237.5               0.04215192
## Seg4334.1              0.04215192
## Seg2042.3.2.57f48f78   0.04215494
## Seg786.8               0.04215661
## Seg1732.4.1.57f48f77   0.04215661
## Seg2002.9              0.04215661
## Seg2531.1              0.04215661
## Seg3460.2              0.04220166
## Seg1108.11             0.04222319
## Seg1000.4.1.57f48f75   0.04222840
## Seg2075.2.2.57f48f79   0.04227182
## Seg1469.2              0.04227182
## Seg5602.2              0.04227182
## Seg1077.20             0.04227182
## Seg3203.1              0.04227182
## Seg1108.4              0.04227182
## Seg5983.2              0.04227182
## Seg7968.2              0.04227182
## Seg2998.1              0.04227182
## Seg9757.1              0.04227182
## Seg2348.5              0.04227182
## Seg1550.14             0.04227182
## Seg1951.5              0.04240242
## Seg2146.4              0.04240242
## Seg2440.7              0.04244675
## Seg1711.1              0.04245952
## Seg1278.11             0.04245952
## Seg1302.3              0.04245952
## Seg1975.2.2.57f48f78   0.04253968
## Seg1934.8              0.04253968
## Seg327.6               0.04253968
## Seg2813.3              0.04253968
## Seg3727.1              0.04253968
## Seg892.2               0.04253968
## Seg159.8               0.04253968
## Seg1709.8              0.04253968
## Seg8230.1              0.04253968
## Seg4894.1              0.04255538
## Seg600.1               0.04255538
## Seg1405.4              0.04255538
## Seg1585.14             0.04255538
## Seg5747.2              0.04255538
## Seg4361.1              0.04255538
## Seg2062.1.1.57f48f79   0.04256127
## Seg1226.3              0.04256127
## Seg1853.10             0.04264340
## Seg954.15              0.04264340
## Seg1226.4              0.04264340
## Seg1653.3.1.57f48f77   0.04264340
## Seg1507.5              0.04264340
## Seg53.8                0.04264340
## Seg1693.5              0.04264340
## Seg2433.2              0.04264340
## Seg1552.3              0.04264340
## Seg782.20              0.04264340
## Seg9450.1              0.04264340
## Seg965.6               0.04264340
## Seg1048.11.2.57f48f75  0.04264340
## Seg2757.5              0.04264340
## Seg1358.4              0.04264340
## Seg1077.8              0.04264340
## Seg4429.1              0.04264340
## Seg173.7               0.04264340
## Seg1305.11             0.04276024
## Seg2624.2              0.04277848
## Seg5777.1              0.04280821
## Seg1923.3.1.57f48f78   0.04280821
## Seg1738.4              0.04280821
## Seg3454.1              0.04280821
## Seg1390.7              0.04280821
## Seg2204.7              0.04280821
## Seg895.1               0.04286000
## Seg607.9               0.04287077
## Seg1252.3              0.04288233
## Seg1052.2              0.04288233
## Seg1054.8              0.04290750
## Seg2941.3              0.04291060
## Seg3585.1              0.04291060
## Seg576.4               0.04291060
## Seg747.1               0.04291060
## Seg788.8               0.04291060
## Seg6113.1              0.04298320
## Seg4018.2.2.57f48f7b   0.04306588
## Seg2168.3              0.04311272
## Seg550.1.1.57f48f7c    0.04311580
## Seg1718.3.2.57f48f77   0.04311721
## Seg257.6               0.04314193
## Seg1278.13             0.04314193
## Seg1374.9.1.57f48f76   0.04314608
## Seg2057.2              0.04314608
## Seg3820.3              0.04314608
## Seg1376.1              0.04314608
## Seg4119.6              0.04314608
## Seg4018.2.3.57f48f7b   0.04314608
## Seg2142.8              0.04314608
## Seg743.3               0.04314608
## Seg125.6               0.04314608
## Seg826.6               0.04314608
## Seg1688.9              0.04314608
## Seg609.9               0.04314608
## Seg2040.6              0.04314608
## Seg8895.1              0.04314608
## Seg2375.5.1.57f48f79   0.04314608
## Seg5163.3              0.04314608
## Seg1358.6              0.04314608
## Seg8991.1              0.04314608
## Seg4752.2              0.04320289
## Seg1798.3              0.04321620
## Seg298.24              0.04324946
## Seg167.17              0.04324946
## Seg964.6               0.04324946
## Seg1744.2.3.57f48f78   0.04324946
## Seg1503.3              0.04327123
## Seg1897.1              0.04327123
## Seg5180.4              0.04327123
## Seg242.2               0.04327123
## Seg312.2               0.04336693
## Seg2416.2.1.57f48f79   0.04336960
## Seg248.2               0.04361067
## Seg1445.3              0.04361067
## Seg2325.4              0.04361067
## Seg900.1               0.04361067
## Seg1678.5              0.04361067
## Seg3100.6              0.04361067
## Seg311.4               0.04361067
## Seg2400.4              0.04361067
## Seg7149.1              0.04361067
## Seg8666.1              0.04361067
## Seg271.6               0.04361067
## Seg709.3               0.04361067
## Seg2209.1              0.04361067
## Seg1600.6              0.04361067
## Seg1121.15             0.04361067
## Seg2178.2              0.04361067
## Seg792.3               0.04361067
## Seg5871.1              0.04361067
## Seg710.5               0.04361067
## Seg354.7               0.04361067
## Seg2299.4              0.04361067
## Seg3790.2              0.04361067
## Seg2159.3.1.57f48f79   0.04361067
## Seg1513.1              0.04361067
## Seg253.19              0.04361067
## Seg391.7               0.04361067
## Seg1044.3              0.04361067
## Seg11241.1             0.04361067
## Seg1831.2.1.57f48f78   0.04361067
## Seg4737.1              0.04361067
## Seg4751.4              0.04361067
## Seg253.4               0.04361067
## Seg1776.6              0.04361067
## Seg2246.9              0.04362138
## Seg353.6               0.04362138
## Seg580.13              0.04365080
## Seg1184.2.10.57f48f75  0.04367948
## Seg893.9               0.04373803
## Seg12814.1             0.04383286
## Seg4921.1              0.04384977
## Seg1121.17             0.04384977
## Seg2719.4              0.04384977
## Seg1422.14             0.04393863
## Seg2870.1              0.04393863
## Seg3955.1              0.04395565
## Seg216.3               0.04395565
## Seg3754.6              0.04395565
## Seg1789.3              0.04395565
## Seg3911.2              0.04395565
## Seg2375.2              0.04395565
## Seg271.5               0.04395565
## Seg779.4               0.04395565
## Seg4204.1              0.04395565
## Seg2021.4              0.04395565
## Seg847.2               0.04395565
## Seg4164.1              0.04395565
## Seg694.5               0.04395565
## Seg2324.11             0.04395565
## Seg2454.3              0.04395565
## Seg2507.5              0.04395565
## Seg3953.1              0.04412916
## Seg2354.2              0.04412916
## Seg1478.2              0.04414283
## Seg679.12              0.04416698
## Seg6660.1              0.04416992
## Seg330.11              0.04416992
## Seg2479.2              0.04416992
## Seg362.8               0.04416992
## Seg2722.4              0.04416992
## Seg782.8               0.04416992
## Seg2975.1              0.04416992
## Seg1666.21             0.04416992
## Seg4372.1              0.04416992
## Seg397.13              0.04416992
## Seg1329.2              0.04416992
## Seg1477.14             0.04416992
## Seg2229.1              0.04417296
## Seg872.2               0.04417296
## Seg2958.1              0.04417296
## Seg2191.4.1.57f48f79   0.04417296
## Seg1414.9              0.04417296
## Seg1990.3              0.04417296
## Seg1244.4              0.04417296
## Seg3745.1              0.04417296
## Seg6124.4              0.04417296
## Seg762.2               0.04417296
## Seg990.6.1.57f48f7f    0.04417296
## Seg4067.2              0.04417296
## Seg455.6               0.04417296
## Seg2724.1              0.04417296
## Seg453.8               0.04417296
## Seg2137.3              0.04417296
## Seg4664.3              0.04417296
## Seg7076.1              0.04417296
## Seg1754.9.2.57f48f78   0.04417296
## Seg1328.6              0.04417296
## Seg768.9.2.57f48f7e    0.04417296
## Seg1275.3              0.04417296
## Seg2185.2              0.04417296
## Seg697.2               0.04417296
## Seg3015.1              0.04417296
## Seg1426.6              0.04417296
## Seg1451.6              0.04417296
## Seg1469.5              0.04417296
## Seg571.13              0.04417296
## Seg964.5               0.04417296
## Seg6396.2              0.04417296
## Seg6863.1              0.04417296
## Seg190.21              0.04417296
## Seg955.2               0.04417296
## Seg1699.1              0.04417296
## Seg10491.2             0.04417296
## Seg2204.5              0.04417296
## Seg1477.7              0.04418538
## Seg980.3               0.04422273
## Seg2431.4              0.04423843
## Seg94.5                0.04434857
## Seg638.1               0.04453846
## Seg4222.1              0.04453846
## Seg304.1_Seg304.3      0.04458159
## Seg212.5.2.57f48f79    0.04458975
## Seg1660.3              0.04459402
## Seg3058.2.3.57f48f7a   0.04459402
## Seg3873.1              0.04459402
## Seg768.2               0.04459402
## Seg981.2               0.04461512
## Seg2884.3              0.04462134
## Seg2506.1              0.04464218
## Seg5244.1              0.04466625
## Seg859.16              0.04466625
## Seg1131.7              0.04466625
## Seg454.2               0.04466625
## Seg353.10              0.04466625
## Seg153.15              0.04466625
## Seg117.5.1.57f48f75    0.04466625
## Seg861.7               0.04466625
## Seg1545.1              0.04466734
## Seg806.2               0.04467774
## Seg1929.10             0.04467774
## Seg643.8.1.57f48f7d    0.04469845
## Seg2469.3              0.04469845
## Seg1234.2              0.04469845
## Seg649.16              0.04476406
## Seg1965.6              0.04476406
## Seg1060.1              0.04478449
## Seg1960.6.1.57f48f78   0.04478449
## Seg698.3               0.04478449
## Seg931.3               0.04478449
## Seg4108.2              0.04478449
## Seg1828.2              0.04478449
## Seg4812.2              0.04478449
## Seg904.3               0.04479715
## Seg297.2               0.04479715
## Seg4887.1              0.04479715
## Seg1263.3              0.04479715
## Seg934.2               0.04483486
## Seg102.13              0.04483486
## Seg841.13              0.04484597
## Seg6367.1              0.04484597
## Seg1373.5              0.04484597
## Seg1779.4              0.04484597
## Seg3369.2              0.04484597
## Seg2544.4.3.57f48f79   0.04487375
## Seg1224.3              0.04487375
## Seg413.8               0.04489897
## Seg1551.3              0.04489897
## Seg809.5               0.04489897
## Seg1477.15             0.04496075
## Seg4930.1              0.04498896
## Seg6311.1              0.04499358
## Seg873.3               0.04499358
## Seg1348.3              0.04499358
## Seg5158.1              0.04499358
## Seg758.6               0.04499358
## Seg1507.6              0.04499358
## Seg3259.1              0.04499358
## Seg2421.5              0.04499358
## Seg385.23              0.04499358
## Seg2990.4              0.04499358
## Seg1459.2.3.57f48f76   0.04499358
## Seg3368.4              0.04499358
## Seg6854.1              0.04499358
## Seg4791.3              0.04499358
## Seg1260.10             0.04499358
## Seg1477.13             0.04506800
## Seg1033.7              0.04506800
## Seg1248.2              0.04506800
## Seg1307.8              0.04506800
## Seg1725.5              0.04506800
## Seg1029.2              0.04506800
## Seg1044.11.1.57f48f75  0.04506800
## Seg1001.1              0.04506800
## Seg2063.2              0.04506800
## Seg54.3                0.04506800
## Seg5681.1              0.04506800
## Seg1883.6              0.04506800
## Seg260.5               0.04506800
## Seg957.1               0.04506800
## Seg1091.14             0.04506800
## Seg2674.5              0.04506800
## Seg3052.4              0.04506800
## Seg4471.1              0.04506800
## Seg2708.1              0.04506800
## Seg949.3               0.04506800
## Seg1304.4              0.04506800
## Seg732.2.1.57f48f7d    0.04506800
## Seg2326.7              0.04506800
## Seg348.3               0.04506800
## Seg16392.1             0.04506800
## Seg489.1               0.04506800
## Seg624.5               0.04506800
## Seg2762.6              0.04506800
## Seg2577.1              0.04506800
## Seg2650.2              0.04509476
## Seg2544.4.6.57f48f79   0.04509476
## Seg1495.1              0.04509476
## Seg1922.2              0.04509476
## Seg8628.1              0.04513730
## Seg1728.9              0.04516096
## Seg2161.5              0.04516096
## Seg4609.3              0.04516096
## Seg1430.1              0.04525465
## Seg2393.3              0.04525465
## Seg2565.6              0.04532727
## Seg3073.4              0.04532727
## Seg1318.3              0.04532727
## Seg965.2               0.04532727
## Seg1525.6              0.04532727
## Seg2722.3              0.04532727
## Seg1766.2              0.04532727
## Seg1758.6              0.04532727
## Seg4691.2              0.04532727
## Seg302.1               0.04532727
## Seg832.6               0.04532727
## Seg2105.3              0.04532727
## Seg2723.1              0.04532727
## Seg2744.2              0.04532727
## Seg4639.1              0.04532727
## Seg2245.5              0.04532727
## Seg840.7               0.04532727
## Seg1440.2              0.04532832
## Seg1950.1              0.04537805
## Seg3047.2              0.04539317
## Seg843.16              0.04539317
## Seg1034.1              0.04543887
## Seg3305.3              0.04543887
## Seg2002.5              0.04543887
## Seg2353.5              0.04543887
## Seg3684.1              0.04543887
## Seg353.16              0.04547067
## Seg2925.1              0.04554860
## Seg1272.7              0.04565280
## Seg5837.1              0.04565814
## Seg1731.8              0.04565814
## Seg1924.2              0.04570438
## Seg7012.1              0.04570438
## Seg555.11              0.04570438
## Seg8352.1              0.04570438
## Seg1278.15             0.04570438
## Seg2835.1              0.04576437
## Seg2018.7              0.04576437
## Seg4121.3              0.04576437
## Seg3181.2              0.04579261
## Seg9504.1              0.04581838
## Seg2312.1.1.57f48f79   0.04581838
## Seg349.7               0.04582778
## Seg1516.13             0.04582778
## Seg1724.8              0.04582778
## Seg2867.2              0.04583145
## Seg456.2               0.04583145
## Seg1421.1              0.04583145
## Seg1917.4              0.04583145
## Seg2679.5              0.04583145
## Seg2404.3              0.04583145
## Seg1127.3              0.04583145
## Seg1747.7              0.04583145
## Seg2730.6              0.04583145
## Seg816.2               0.04583145
## Seg2557.4              0.04583145
## Seg279.5               0.04583145
## Seg649.12              0.04583145
## Seg2097.5              0.04583145
## Seg5286.3              0.04583145
## Seg5673.2              0.04583145
## Seg1549.9              0.04583145
## Seg3756.1              0.04583145
## Seg5688.1              0.04583145
## Seg1244.2              0.04584780
## Seg2007.7              0.04584780
## Seg329.2               0.04584780
## Seg2017.6              0.04584780
## Seg3692.1              0.04584780
## Seg1227.4              0.04584780
## Seg6716.1              0.04584780
## Seg2075.2.3.57f48f79   0.04584780
## Seg775.8               0.04584780
## Seg2988.5              0.04584780
## Seg1027.15             0.04584780
## Seg2529.3              0.04584780
## Seg3491.3              0.04584780
## Seg94.18               0.04584780
## Seg859.5               0.04584780
## Seg127.3               0.04584780
## Seg4131.1              0.04585746
## Seg3685.2              0.04596245
## Seg5965.1              0.04604821
## Seg2160.5              0.04604821
## Seg3684.4              0.04604821
## Seg3585.5              0.04604821
## Seg5833.2              0.04604821
## Seg11917.1             0.04604821
## Seg14234.1             0.04604821
## Seg69.2                0.04604821
## Seg103.6               0.04604821
## Seg818.3               0.04604821
## Seg1313.1              0.04611274
## Seg291.3               0.04616133
## Seg338.1.1.57f48f7a    0.04616133
## Seg5672.1              0.04616133
## Seg2020.6              0.04616774
## Seg3103.7              0.04620620
## Seg5218.1              0.04624409
## Seg4271.3              0.04629414
## Seg258.2               0.04629680
## Seg2818.7              0.04629730
## Seg4701.3              0.04629730
## Seg430.4               0.04635509
## Seg5356.1              0.04635509
## Seg3599.2              0.04635509
## Seg6854.2              0.04637877
## Seg8545.1              0.04637877
## Seg8913.3              0.04637877
## Seg1044.9              0.04637877
## Seg599.22              0.04637877
## Seg2498.2              0.04637877
## Seg4344.3              0.04637877
## Seg1270.7              0.04637877
## Seg2248.2              0.04637877
## Seg836.14              0.04647087
## Seg3035.5              0.04648751
## Seg5307.1              0.04653266
## Seg3591.1              0.04655933
## Seg1076.10             0.04657825
## Seg3135.3              0.04657825
## Seg1348.8.3.57f48f76   0.04657825
## Seg2223.2              0.04658927
## Seg4860.2              0.04660732
## Seg1765.5              0.04666493
## Seg4983.2              0.04666493
## Seg1455.8              0.04666493
## Seg1343.3              0.04667126
## Seg2281.6              0.04690448
## Seg3079.5              0.04693123
## Seg1682.6              0.04693441
## Seg2948.4              0.04693441
## Seg3394.4              0.04693441
## Seg5753.1              0.04695463
## Seg900.9.1.57f48f7e    0.04695463
## Seg1349.2              0.04695463
## Seg263.5               0.04695463
## Seg1708.3              0.04695463
## Seg1120.2              0.04697081
## Seg1475.12             0.04697081
## Seg1218.7.1.57f48f75   0.04697758
## Seg540.10              0.04711264
## Seg886.2               0.04711329
## Seg1297.1              0.04711712
## Seg1819.2              0.04711712
## Seg3706.1              0.04711712
## Seg359.5               0.04715264
## Seg2858.1              0.04715264
## Seg994.8               0.04715264
## Seg1499.4              0.04715264
## Seg622.5               0.04715264
## Seg1095.25             0.04715264
## Seg977.2               0.04716122
## Seg2324.10             0.04716122
## Seg2973.3              0.04716122
## Seg2610.1              0.04716122
## Seg9225.1              0.04716122
## Seg3889.1              0.04716122
## Seg353.3               0.04718391
## Seg8133.1              0.04720174
## Seg425.4.3.57f48f7b    0.04720174
## Seg5012.1.1.57f48f7c   0.04720174
## Seg6088.4              0.04720174
## Seg4515.1              0.04720174
## Seg1454.5              0.04720174
## Seg2193.1              0.04720174
## Seg804.1               0.04725999
## Seg1369.2              0.04725999
## Seg1464.4              0.04725999
## Seg5144.1              0.04725999
## Seg1662.12             0.04731946
## Seg4474.2              0.04731946
## Seg1021.11.1.57f48f75  0.04732172
## Seg654.4               0.04738859
## Seg660.6               0.04752790
## Seg2544.4.2.57f48f79   0.04752790
## Seg2131.3              0.04754147
## Seg2137.4.1.57f48f79   0.04757641
## Seg847.12.1.57f48f7e   0.04757641
## Seg1433.10             0.04757641
## Seg494.10              0.04757641
## Seg171.1               0.04757641
## Seg1431.9.1.57f48f76   0.04759418
## Seg4506.1              0.04759418
## Seg1410.9              0.04759418
## Seg824.4               0.04760465
## Seg2109.6              0.04765302
## Seg3306.2              0.04765302
## Seg3702.2.1.57f48f7b   0.04765782
## Seg2482.1              0.04773965
## Seg58.17               0.04775748
## Seg1730.1              0.04792682
## Seg1566.11             0.04792682
## Seg1197.7              0.04792682
## Seg1658.10             0.04795637
## Seg1867.1              0.04800105
## Seg13582.1             0.04800536
## Seg691.2               0.04806805
## Seg1196.2              0.04806805
## Seg2954.3.1.57f48f7a   0.04806805
## Seg778.1               0.04811476
## Seg5651.1              0.04813061
## Seg7680.1              0.04813775
## Seg616.18              0.04825009
## Seg25.6                0.04825009
## Seg1044.4.2.57f48f75   0.04825009
## Seg1184.2.8.57f48f75   0.04825009
## Seg1464.6              0.04825009
## Seg3.19                0.04826489
## Seg4295.3              0.04826489
## Seg1666.17             0.04829877
## Seg679.16              0.04830926
## Seg557.12              0.04830926
## Seg1245.3              0.04830926
## Seg2008.5              0.04830926
## Seg2099.3              0.04830926
## Seg2589.3              0.04834451
## Seg675.4               0.04834451
## Seg2147.7              0.04836402
## Seg1844.5              0.04836402
## Seg255.4               0.04840588
## Seg1279.8              0.04859401
## Seg3321.1              0.04859401
## Seg796.7               0.04859401
## Seg2061.6              0.04859401
## Seg4496.4              0.04859401
## Seg5523.1              0.04859401
## Seg6400.1              0.04859401
## Seg114.9               0.04859829
## Seg4749.1              0.04870683
## Seg10333.1             0.04870683
## Seg1064.6              0.04888471
## Seg1586.9              0.04888471
## Seg233.4               0.04888471
## Seg979.1               0.04892289
## Seg1815.4              0.04892289
## Seg3160.5              0.04892289
## Seg3186.2              0.04892289
## Seg5059.1              0.04902261
## Seg7535.1              0.04904565
## Seg1794.2              0.04916024
## Seg5746.1              0.04916024
## Seg2595.1.1.57f48f79   0.04927328
## Seg396.7               0.04927328
## Seg4288.3              0.04927328
## Seg3676.2              0.04927328
## Seg6184.1              0.04929286
## Seg2246.6              0.04929812
## Seg1053.1              0.04930829
## Seg80.10               0.04931552
## Seg551.5               0.04936440
## Seg1914.4              0.04939085
## Seg5567.3              0.04940475
## Seg974.1               0.04956999
## Seg1389.15             0.04956999
## Seg1556.24.2.57f48f77  0.04957752
## Seg7200.1              0.04962930
## Seg2544.4.15.57f48f79  0.04970188
## Seg132.4.2.57f48f76    0.04970188
## Seg2431.9              0.04970188
## Seg5144.4              0.04970188
## Seg2647.6              0.04970640
## Seg118.4.1.57f48f75    0.04971306
## Seg794.4               0.04972766
## Seg987.6               0.04974580
## Seg1232.13.3.57f48f75  0.04976793
## Seg709.9               0.04980549
## Seg3858.9              0.04992643
## Seg7111.2              0.04992643
## Seg1505.5              0.05001947
## Seg447.4               0.05002847
## Seg6552.1              0.05004299
## Seg311.7               0.05006818
## Seg1184.2.17.57f48f75  0.05006818
## Seg2071.1              0.05006818
## Seg897.3               0.05024925
## Seg2620.4              0.05026050
## Seg1076.5.3.57f48f75   0.05032854
## Seg2038.7              0.05046733
## Seg1935.4              0.05052804
## Seg1001.3              0.05065964
## Seg624.4.1.57f48f7d    0.05065964
## Seg1858.6              0.05065964
## Seg1974.2              0.05065964
## Seg2262.1              0.05065964
## Seg4503.4              0.05065964
## Seg5821.2              0.05065964
## Seg1709.5              0.05107939
## Seg6269.3              0.05139859
## Seg2941.1.1.57f48f7a   0.05141839
## Seg739.4               0.05152531
## Seg1142.3              0.05160085
## Seg2300.2              0.05169566
## Seg2324.9              0.05170171
## Seg1397.4.1.57f48f76   0.05173217
## Seg1546.1              0.05194767
## Seg3874.1              0.05198029
## Seg4559.1              0.05199235
## Seg1714.6              0.05201546
## Seg5852.1              0.05231496
## Seg3887.1              0.05231496
## Seg4535.1              0.05244169
## Seg3304.6              0.05248277
## Seg2471.3.2.57f48f79   0.05260990
## Seg2865.1.1.57f48f7a   0.05263238
## Seg1553.1              0.05263238
## Seg2779.4              0.05263238
## Seg4047.3              0.05263238
## Seg2376.2              0.05273253
## Seg6707.1.1.57f48f7d   0.05273438
## Seg8692.1              0.05273657
## Seg1675.4              0.05278821
## Seg4895.1              0.05278821
## Seg826.6.2.57f48f7e    0.05280739
## Seg1217.2.1.57f48f75   0.05284718
## Seg1091.23             0.05288462
## Seg700.8               0.05300600
## Seg5039.2              0.05303926
## Seg2565.5              0.05310023
## Seg1991.7              0.05312584
## Seg3146.1              0.05322762
## Seg3.10                0.05347309
## Seg1605.7              0.05347309
## Seg1292.4              0.05352902
## Seg10635.1             0.05353681
## Seg1166.5              0.05361839
## Seg1471.10             0.05364985
## Seg4502.1              0.05365551
## Seg932.11              0.05370146
## Seg2002.7              0.05373396
## Seg729.15              0.05391888
## Seg3123.1              0.05393059
## Seg5.7                 0.05411830
## Seg425.4               0.05411830
## Seg2726.3              0.05427433
## Seg1091.24             0.05443677
## Seg2487.4              0.05450434
## Seg1769.9              0.05465030
## Seg4197.4              0.05470044
## Seg1828.3              0.05479863
## Seg1422.13             0.05488910
## Seg2427.16             0.05496305
## Seg9966.1              0.05496594
## Seg4032.2              0.05498509
## Seg7572.1              0.05502863
## Seg3124.2              0.05502990
## Seg4323.1              0.05503188
## Seg21394.1             0.05506049
## Seg12481.1             0.05514063
## Seg2163.1              0.05523294
## Seg2963.2              0.05532965
## Seg3840.1.1.57f48f7b   0.05547396
## Seg2498.7              0.05552403
## Seg1845.7.1.57f48f78   0.05569406
## Seg787.8.1.57f48f7e    0.05569406
## Seg2116.2              0.05569406
## Seg3188.2              0.05589193
## Seg2754.3              0.05591991
## Seg4287.2              0.05597549
## Seg190.14              0.05598200
## Seg518.10              0.05614012
## Seg1349.9              0.05615842
## Seg8827.1              0.05615842
## Seg282.4               0.05618119
## Seg5202.1              0.05618119
## Seg2701.3              0.05621915
## Seg6074.1              0.05622416
## Seg4268.2              0.05622416
## Seg1808.5              0.05624239
## Seg3433.1              0.05625508
## Seg1662.6              0.05632912
## Seg3715.2              0.05646965
## Seg4526.1              0.05656639
## Seg2640.2.2.57f48f79   0.05667837
## Seg236.6               0.05667837
## Seg1915.8              0.05699196
## Seg1903.4              0.05699196
## Seg1524.7.2.57f48f76   0.05716415
## Seg3146.4              0.05716415
## Seg1976.4              0.05716415
## Seg3481.3              0.05716415
## Seg2091.1              0.05731973
## Seg1690.7              0.05759752
## Seg1550.4              0.05767994
## Seg6564.1.1.57f48f7d   0.05774537
## Seg98.2                0.05789830
## Seg1196.4              0.05790491
## Seg4462.1              0.05790491
## Seg4530.2              0.05790491
## Seg16610.1             0.05790491
## Seg1635.5              0.05795003
## Seg1734.2              0.05796208
## Seg1973.1              0.05796283
## Seg4279.1              0.05811441
## Seg2364.1              0.05818672
## Seg63.1.3.57f48f7d     0.05818672
## Seg1617.14             0.05818672
## Seg3285.3              0.05822866
## Seg1019.1.2.57f48f75   0.05825496
## Seg1529.9              0.05825532
## Seg1563.1              0.05833454
## Seg17482.1             0.05855312
## Seg1903.5              0.05859644
## Seg5003.3              0.05862514
## Seg1561.6              0.05862845
## Seg4085.1              0.05862845
## Seg3620.1              0.05862845
## Seg10119.1             0.05862845
## Seg3377.7              0.05872308
## Seg614.2               0.05905650
## Seg1493.7              0.05905650
## Seg6638.1              0.05916265
## Seg1653.5              0.05916265
## Seg631.2               0.05923493
## Seg3864.2.1.57f48f7b   0.05928448
## Seg1079.13             0.05930615
## Seg2877.4              0.05935839
## Seg6568.1              0.05938791
## Seg1507.1              0.05943138
## Seg61.5                0.05944683
## Seg284.6               0.05944683
## Seg1566.4              0.05944683
## Seg3142.1              0.05958376
## Seg914.6               0.05963944
## Seg881.2               0.05971146
## Seg1999.8              0.05989555
## Seg3444.3              0.05989555
## Seg9017.1              0.06020137
## Seg3500.2              0.06031826
## Seg4868.1              0.06033265
## Seg2175.8              0.06033265
## Seg2321.4              0.06044339
## Seg1512.2              0.06059171
## Seg910.12              0.06063566
## Seg4257.2              0.06064853
## Seg1361.3              0.06064853
## Seg3192.6              0.06072348
## Seg2314.7              0.06072348
## Seg2441.5              0.06081708
## Seg2815.1              0.06083328
## Seg2151.3.1.57f48f79   0.06094394
## Seg20360.1             0.06100674
## Seg8754.2              0.06110171
## Seg1367.2              0.06110351
## Seg192.1               0.06110351
## Seg6235.1              0.06115438
## Seg3123.3              0.06115438
## Seg2100.10             0.06126217
## Seg1909.6              0.06126217
## Seg3807.2              0.06142939
## Seg4017.1.2.57f48f7b   0.06150782
## Seg1756.16             0.06159590
## Seg1893.6.1.57f48f78   0.06162039
## Seg11328.1             0.06209130
## Seg11784.1             0.06209425
## Seg4403.4              0.06209425
## Seg647.1               0.06210002
## Seg3428.2              0.06245469
## Seg6811.2              0.06300803
## Seg1870.3              0.06302290
## Seg1432.2.1.57f48f76   0.06304408
## Seg1999.9              0.06304408
## Seg4278.3              0.06304408
## Seg2154.4              0.06304408
## Seg11494.1             0.06309095
## Seg1883.5              0.06309095
## Seg844.6               0.06358211
## Seg7220.1              0.06390104
## Seg550.8.1.57f48f7c    0.06405737
## Seg4642.4              0.06408064
## Seg4288.2              0.06433393
## Seg2485.6              0.06442030
## Seg5688.3              0.06442030
## Seg6362.2              0.06442030
## Seg529.6               0.06442030
## Seg5464.2              0.06442618
## Seg1201.5              0.06465820
## Seg1095.22             0.06474914
## Seg998.3               0.06483026
## Seg633.7               0.06489496
## Seg3073.3              0.06495007
## Seg3080.4              0.06496769
## Seg1730.3              0.06496769
## Seg859.12              0.06496769
## Seg2343.6              0.06503544
## Seg1751.7              0.06512076
## Seg824.8               0.06517597
## Seg50.15               0.06521500
## Seg4855.1.1.57f48f7c   0.06537696
## Seg1394.15             0.06544263
## Seg2935.1              0.06583505
## Seg2326.4              0.06586706
## Seg225.9               0.06605213
## Seg1219.3              0.06612982
## Seg2152.7              0.06617796
## Seg492.7               0.06617796
## Seg3759.3              0.06628290
## Seg1574.1              0.06628290
## Seg883.6.2.57f48f7e    0.06639241
## Seg2091.7              0.06642037
## Seg2104.2              0.06644043
## Seg478.3               0.06650543
## Seg1198.2              0.06669994
## Seg801.1               0.06669994
## Seg2559.3              0.06674688
## Seg1358.7              0.06686965
## Seg13811.1             0.06696261
## Seg355.5               0.06699478
## Seg1444.2              0.06709039
## Seg997.1               0.06711695
## Seg4799.1              0.06711695
## Seg11.3                0.06711695
## Seg6685.1              0.06717147
## Seg1190.7.1.57f48f75   0.06733345
## Seg508.5               0.06733345
## Seg1104.2              0.06737818
## Seg3106.5              0.06743088
## Seg3706.6              0.06746788
## Seg1409.4              0.06790210
## Seg1144.6              0.06807261
## Seg84.7                0.06812439
## Seg780.3               0.06870254
## Seg5082.1              0.06884492
## Seg1439.9              0.06900024
## Seg816.7               0.06900024
## Seg1822.3              0.06903391
## Seg2818.6              0.06934549
## Seg536.2.3.57f48f7c    0.06938608
## Seg9206.1              0.06956865
## Seg511.8               0.06964701
## Seg2514.6              0.06971522
## Seg249.4               0.07040857
## Seg4299.3              0.07070996
## Seg1701.3              0.07099174
## Seg1698.3.1.57f48f77   0.07112250
## Seg1513.2              0.07123034
## Seg3264.4              0.07139322
## Seg1279.7              0.07140498
## Seg492.2               0.07140498
## Seg9785.1              0.07140573
## Seg1624.3              0.07166563
## Seg3685.3              0.07166563
## Seg8954.1              0.07166563
## Seg782.12.1.57f48f7e   0.07175698
## Seg253.21              0.07211978
## Seg1356.6              0.07211978
## Seg1551.4.1.57f48f77   0.07211978
## Seg3073.5              0.07211978
## Seg7113.2              0.07212760
## Seg2483.4              0.07226510
## Seg1475.15             0.07226652
## Seg668.5               0.07226652
## Seg2623.1              0.07226939
## Seg1771.9              0.07241076
## Seg833.5               0.07254780
## Seg207.15              0.07258185
## Seg4700.3              0.07258185
## Seg1703.7              0.07262135
## Seg3242.5              0.07276475
## Seg3163.8              0.07284002
## Seg1850.8.5.57f48f78   0.07284330
## Seg2977.1              0.07292160
## Seg1714.8              0.07311423
## Seg928.10              0.07314674
## Seg5552.2              0.07314674
## Seg3879.6              0.07323420
## Seg2281.5              0.07329729
## Seg101.4               0.07329729
## Seg2700.6              0.07345143
## Seg1269.2              0.07348986
## Seg1701.2              0.07353528
## Seg1582.1              0.07363405
## Seg567.7               0.07376128
## Seg306.2               0.07394687
## Seg1080.7.1.57f48f75   0.07404446
## Seg824.1               0.07421128
## Seg4894.2              0.07421128
## Seg2171.7              0.07429497
## Seg2781.1.1.57f48f7a   0.07435133
## Seg714.4               0.07435133
## Seg3668.5              0.07477524
## Seg2530.5              0.07477524
## Seg3361.5              0.07485629
## Seg1186.1              0.07502024
## Seg1115.6              0.07507554
## Seg2568.4              0.07557205
## Seg1582.2              0.07557205
## Seg2947.4.3.57f48f7a   0.07566569
## Seg862.5               0.07586499
## Seg1564.4              0.07608260
## Seg895.2               0.07609128
## Seg1472.21             0.07622883
## Seg2818.2              0.07654072
## Seg2038.3              0.07659255
## Seg235.7               0.07690412
## Seg1965.1              0.07701096
## Seg298.14              0.07712677
## Seg7223.2              0.07714792
## Seg274.8               0.07730292
## Seg1450.26             0.07730292
## Seg1785.2              0.07742214
## Seg2104.1              0.07761185
## Seg3951.2              0.07805339
## Seg676.2               0.07805339
## Seg7656.1              0.07810776
## Seg138.3               0.07810942
## Seg731.1               0.07854359
## Seg658.6               0.07857381
## Seg928.9               0.07879437
## Seg733.12              0.07881857
## Seg13911.1             0.07888495
## Seg887.8               0.07888687
## Seg6501.2              0.07890275
## Seg1987.3              0.07932470
## Seg783.2               0.07938370
## Seg1250.4              0.07956714
## Seg1770.1              0.07964648
## Seg11495.1             0.07968283
## Seg1876.7              0.07978778
## Seg3364.1              0.07989284
## Seg3693.4              0.08008623
## Seg6543.3              0.08047881
## Seg5313.2.1.57f48f7c   0.08052375
## Seg873.6               0.08053456
## Seg3307.2.1.57f48f7a   0.08091543
## Seg6437.1              0.08091543
## Seg72.8                0.08158386
## Seg7113.1              0.08172771
## Seg4671.1              0.08176220
## Seg3402.3              0.08176220
## Seg246.9               0.08177290
## Seg206.2               0.08193890
## Seg15196.1             0.08193890
## Seg1703.1              0.08203775
## Seg4838.2              0.08205166
## Seg3585.4              0.08258362
## Seg2640.3.1.57f48f79   0.08268709
## Seg3124.3              0.08268709
## Seg4055.5              0.08273368
## Seg2222.5              0.08273368
## Seg5758.2              0.08278992
## Seg1234.1              0.08290225
## Seg1883.7              0.08290225
## Seg2961.3              0.08318945
## Seg2511.6              0.08328167
## Seg2889.4              0.08328167
## Seg1439.1              0.08328167
## Seg2424.7              0.08336415
## Seg1905.5.1.57f48f78   0.08338920
## Seg2002.2              0.08349837
## Seg2293.14             0.08362792
## Seg581.9               0.08374106
## Seg1876.6              0.08377321
## Seg1553.4              0.08377321
## Seg2375.3              0.08413801
## Seg1158.4              0.08413801
## Seg5314.2              0.08414185
## Seg236.11              0.08423194
## Seg4329.4              0.08427272
## Seg1635.3              0.08430194
## Seg3579.3              0.08441178
## Seg3332.3              0.08453600
## Seg1756.9              0.08453600
## Seg1752.10             0.08456199
## Seg1201.1              0.08465033
## Seg5641.4              0.08480196
## Seg7164.2              0.08480196
## Seg1775.11             0.08482283
## Seg9478.2              0.08492874
## Seg4466.4              0.08495886
## Seg8145.1              0.08496279
## Seg562.18              0.08496279
## Seg1683.3              0.08496286
## Seg386.1               0.08500012
## Seg5677.2              0.08500012
## Seg1807.2.3.57f48f78   0.08507122
## Seg557.1               0.08514620
## Seg8305.2              0.08519910
## Seg319.2               0.08540844
## Seg1878.1              0.08541113
## Seg4320.2              0.08551183
## Seg1652.6              0.08554159
## Seg2818.4              0.08558373
## Seg682.4               0.08566247
## Seg1385.7.1.57f48f76   0.08566247
## Seg455.2               0.08568357
## Seg323.8               0.08574343
## Seg965.11.1.57f48f7e   0.08579581
## Seg636.8               0.08590632
## Seg3258.2              0.08597475
## Seg2008.3              0.08600753
## Seg5306.2              0.08622659
## Seg762.4               0.08636233
## Seg1178.12             0.08637650
## Seg2241.8              0.08644205
## Seg2222.9              0.08651845
## Seg2065.7              0.08671556
## Seg483.8               0.08674239
## Seg7983.2              0.08684244
## Seg5332.2              0.08769139
## Seg7139.1              0.08804849
## Seg2895.2              0.08804849
## Seg24089.1             0.08810713
## Seg2174.4              0.08813601
## Seg7891.2              0.08826165
## Seg1790.2              0.08851824
## Seg1279.3              0.08851824
## Seg7191.1              0.08871894
## Seg2100.4              0.08871894
## Seg3746.3.1.57f48f7b   0.08912647
## Seg765.1               0.08924422
## Seg12140.1             0.08925921
## Seg110.6               0.08941200
## Seg684.8.2.57f48f7d    0.08970403
## Seg330.1               0.08992582
## Seg518.9               0.09001720
## Seg2325.3              0.09018747
## Seg298.27              0.09018747
## Seg1227.1              0.09034511
## Seg965.1               0.09095908
## Seg3906.2.1.57f48f7b   0.09097067
## Seg12695.1             0.09155345
## Seg8443.1              0.09168205
## Seg2564.6              0.09186184
## Seg2239.3              0.09187789
## Seg19097.1             0.09214957
## Seg14141.1             0.09232170
## Seg2564.2              0.09233639
## Seg708.6               0.09252734
## Seg171.4               0.09252734
## Seg3973.1              0.09261171
## Seg1915.7              0.09261171
## Seg580.12              0.09274992
## Seg4491.2              0.09274992
## Seg2936.1              0.09275568
## Seg1665.10             0.09278010
## Seg1930.3              0.09320165
## Seg3004.5              0.09323600
## Seg11826.1             0.09338014
## Seg7267.1              0.09361065
## Seg6637.1              0.09367821
## Seg3846.1              0.09380272
## Seg5797.1              0.09386655
## Seg1683.2              0.09405632
## Seg2674.3              0.09466125
## Seg223.6               0.09468319
## Seg1433.11             0.09473333
## Seg1070.16             0.09473333
## Seg1501.10             0.09482873
## Seg4046.1              0.09482873
## Seg1829.5              0.09482873
## Seg1353.7              0.09531470
## Seg880.5_Seg880.8      0.09534844
## Seg1713.2              0.09562519
## Seg9197.1              0.09562609
## Seg668.4               0.09563524
## Seg878.6               0.09573424
## Seg1151.2              0.09577759
## Seg450.3.1.57f48f7b    0.09603256
## Seg1541.5              0.09608244
## Seg844.2               0.09608244
## Seg10002.1             0.09612447
## Seg4751.6              0.09612447
## Seg14431.1             0.09628512
## Seg3191.5              0.09628512
## Seg3687.1              0.09642935
## Seg6643.2              0.09669217
## Seg2077.4              0.09672956
## Seg2241.10             0.09682457
## Seg1055.10             0.09716312
## Seg298.22              0.09741584
## Seg4646.4              0.09741584
## Seg508.6               0.09751839
## Seg147.4               0.09752186
## Seg870.1               0.09788764
## Seg7886.1              0.09793448
## Seg39.6                0.09826747
## Seg5758.3              0.09826747
## Seg4952.2              0.09826747
## Seg5529.2              0.09850102
## Seg6056.2              0.09881160
## Seg1189.4              0.09881160
## Seg10286.2             0.09881160
## Seg1045.7              0.09886330
## Seg2103.4              0.09933815
## Seg4127.1              0.09937072
## Seg1307.9              0.09946045
## Seg1719.5              0.09948486
## Seg1643.3              0.09957761
## Seg2147.13             0.09969289
## Seg2228.4              0.09973154
## Seg625.1               0.10035414
## Seg2022.3              0.10044370
## Seg8531.1              0.10055325
## Seg786.7               0.10059659
## Seg5993.1              0.10059659
## Seg4603.2.1.57f48f7b   0.10059719
## Seg2931.1              0.10077502
## Seg1200.2.1.57f48f75   0.10077502
## Seg4033.1.1.57f48f7b   0.10083132
## Seg806.13.1.57f48f7e   0.10093603
## Seg8384.1              0.10093603
## Seg3827.1              0.10100933
## Seg1508.5              0.10102978
## Seg15127.1             0.10102978
## Seg1764.1              0.10113152
## Seg7613.1              0.10135454
## Seg1880.5              0.10160861
## Seg816.3               0.10171022
## Seg4648.3              0.10182681
## Seg2701.7              0.10186001
## Seg1596.1              0.10188902
## Seg1806.9              0.10199567
## Seg3283.6              0.10220429
## Seg380.1               0.10230949
## Seg974.6               0.10230986
## Seg1996.1              0.10235068
## Seg1363.26             0.10252752
## Seg6927.1              0.10276323
## Seg470.6               0.10279883
## Seg5100.2              0.10279883
## Seg3473.5              0.10298016
## Seg5965.2              0.10305806
## Seg1950.3              0.10325292
## Seg32.2                0.10335707
## Seg5043.3              0.10346178
## Seg10531.1             0.10388772
## Seg748.5               0.10396583
## Seg6150.2              0.10396583
## Seg5358.2              0.10434428
## Seg2085.6              0.10449231
## Seg3419.4              0.10455516
## Seg1603.17             0.10521014
## Seg772.3               0.10533182
## Seg6387.2              0.10534575
## Seg7196.2              0.10553758
## Seg3648.1              0.10553758
## Seg2171.4              0.10553758
## Seg212.8               0.10553758
## Seg327.8               0.10588396
## Seg22278.1             0.10588396
## Seg165.4               0.10588396
## Seg4806.3              0.10589266
## Seg2086.7              0.10602177
## Seg3605.2              0.10610180
## Seg1450.27             0.10635597
## Seg3661.1              0.10635597
## Seg4287.3              0.10635597
## Seg2329.1              0.10665727
## Seg2103.7              0.10665727
## Seg4113.1              0.10684939
## Seg1807.2.1.57f48f78   0.10697677
## Seg1796.10             0.10697677
## Seg5352.1              0.10697677
## Seg253.15              0.10697677
## Seg3499.2              0.10698170
## Seg4332.2              0.10702666
## Seg2613.2              0.10704280
## Seg3412.4              0.10742719
## Seg1289.10.1.57f48f76  0.10749677
## Seg249.2               0.10783259
## Seg1705.3              0.10807163
## Seg806.1               0.10811123
## Seg5556.1              0.10822283
## Seg1045.5              0.10825808
## Seg503.6               0.10852650
## Seg1184.2.9.57f48f75   0.10873953
## Seg287.21              0.10877447
## Seg1850.5              0.10879237
## Seg2199.1.1.57f48f79   0.10904228
## Seg11812.1             0.10910140
## Seg2141.4              0.10930211
## Seg1177.3              0.11021584
## Seg1340.6              0.11022963
## Seg2990.2              0.11040284
## Seg2340.10             0.11042334
## Seg3140.4              0.11048476
## Seg2511.3              0.11070955
## Seg3125.2              0.11072071
## Seg889.15              0.11075814
## Seg4766.1              0.11081609
## Seg1709.6              0.11114955
## Seg1705.2              0.11148053
## Seg2189.6              0.11169824
## Seg2634.1              0.11203744
## Seg6784.1              0.11227923
## Seg18308.1             0.11237087
## Seg1831.2              0.11237087
## Seg4314.2              0.11259103
## Seg756.7               0.11259103
## Seg2158.1              0.11300785
## Seg11729.1             0.11311191
## Seg1070.1              0.11322168
## Seg3477.3              0.11380206
## Seg3578.1              0.11380206
## Seg14549.1             0.11383804
## Seg6947.1              0.11464915
## Seg3011.3              0.11464915
## Seg625.10              0.11480952
## Seg2372.2              0.11496700
## Seg1582.16             0.11498426
## Seg6.6                 0.11498426
## Seg1227.13             0.11498426
## Seg1514.2              0.11503974
## Seg753.15              0.11506869
## Seg1756.4              0.11508049
## Seg164.20              0.11510938
## Seg298.9               0.11514096
## Seg2350.1              0.11549624
## Seg675.22              0.11595716
## Seg1545.11             0.11609307
## Seg2205.5              0.11632502
## Seg5538.2              0.11664456
## Seg3908.1              0.11664456
## Seg83.2                0.11664456
## Seg958.1               0.11664456
## Seg1944.3              0.11664456
## Seg1172.4              0.11676318
## Seg1118.1              0.11676318
## Seg10298.1             0.11676318
## Seg4052.2              0.11695752
## Seg1884.4              0.11698268
## Seg2355.2              0.11717840
## Seg2544.4.1.57f48f79   0.11745917
## Seg7012.2              0.11748966
## Seg349.3               0.11748966
## Seg2904.5              0.11783342
## Seg1399.4              0.11785313
## Seg416.12              0.11785313
## Seg3907.1              0.11786713
## Seg994.12              0.11786713
## Seg889.14              0.11793126
## Seg3202.2              0.11799645
## Seg1507.2              0.11799645
## Seg18274.1             0.11801073
## Seg1531.5              0.11801073
## Seg747.9               0.11801235
## Seg2246.2              0.11821946
## Seg4227.1              0.11838865
## Seg960.2               0.11838865
## Seg1894.5              0.11838865
## Seg1685.7              0.11845741
## Seg8007.1.1.57f48f7e   0.11871142
## Seg167.15              0.11887456
## Seg1893.5              0.11895763
## Seg178.4               0.11895763
## Seg1713.4              0.11902078
## Seg3753.2              0.11905093
## Seg608.2               0.11905093
## Seg4030.1              0.11908840
## Seg538.1               0.11936397
## Seg1248.1              0.12016327
## Seg6367.2              0.12023374
## Seg803.7.1.57f48f7e    0.12035013
## Seg3073.6              0.12035013
## Seg4108.5              0.12048541
## Seg3093.2              0.12055811
## Seg5533.2              0.12093106
## Seg351.1               0.12093106
## Seg1918.1              0.12129640
## Seg1760.4              0.12206123
## Seg1782.7              0.12226603
## Seg7423.1              0.12229964
## Seg1624.12             0.12236121
## Seg1389.21             0.12236866
## Seg9696.2              0.12341000
## Seg9160.3              0.12349357
## Seg1077.7              0.12353566
## Seg3222.2              0.12380866
## Seg3655.3              0.12380866
## Seg6923.2              0.12399530
## Seg7015.1              0.12413408
## Seg6641.2              0.12417656
## Seg2565.1              0.12421564
## Seg363.11.1.57f48f7b   0.12425413
## Seg1430.7              0.12477261
## Seg1673.3              0.12495533
## Seg1782.9.1.57f48f78   0.12499889
## Seg3950.5              0.12519940
## Seg6419.1              0.12535685
## Seg5613.2              0.12569055
## Seg1855.11.1.57f48f78  0.12573746
## Seg6381.1              0.12584117
## Seg2497.5              0.12584117
## Seg3324.3              0.12613296
## Seg1423.1              0.12663127
## Seg5073.2              0.12672412
## Seg8112.1              0.12678685
## Seg8551.1              0.12713528
## Seg418.3               0.12714785
## Seg15912.1             0.12859868
## Seg1688.3              0.12864524
## Seg684.4               0.12900517
## Seg5214.1              0.12913475
## Seg1405.8.1.57f48f76   0.12932539
## Seg1318.4              0.12934510
## Seg991.4               0.12961485
## Seg2256.2              0.12969487
## Seg889.13              0.12970637
## Seg4914.1              0.12983572
## Seg1050.8              0.12983572
## Seg2781.1              0.13001762
## Seg3635.3              0.13017231
## Seg23.8                0.13046046
## Seg1307.6              0.13056783
## Seg1010.20.1.57f48f75  0.13080401
## Seg1058.22             0.13108598
## Seg164.11.1.57f48f77   0.13129127
## Seg2323.1              0.13169783
## Seg29.4                0.13191499
## Seg417.16              0.13191499
## Seg81.5                0.13191499
## Seg6133.1              0.13192144
## Seg2114.5              0.13195100
## Seg1874.1.3.57f48f78   0.13195100
## Seg265.1               0.13208641
## Seg5497.2              0.13231692
## Seg1750.7              0.13244618
## Seg4640.1              0.13246726
## Seg1333.5              0.13257843
## Seg1703.4              0.13365820
## Seg1658.8              0.13387014
## Seg1911.7              0.13396619
## Seg1879.1              0.13404916
## Seg1727.3.1.57f48f77   0.13448208
## Seg1045.3              0.13448208
## Seg1600.9              0.13448970
## Seg6123.1              0.13454036
## Seg1602.1              0.13470545
## Seg6803.2              0.13483987
## Seg535.1               0.13591982
## Seg2095.5              0.13618425
## Seg2822.1              0.13669233
## Seg2222.7              0.13690942
## Seg1780.5              0.13748785
## Seg1663.4              0.13838476
## Seg3693.1              0.13858429
## Seg4780.2              0.13863495
## Seg2188.1              0.13886464
## Seg3791.3              0.13890607
## Seg1737.8              0.13921674
## Seg1476.5              0.13921674
## Seg2256.3              0.13980425
## Seg230.22              0.14019560
## Seg1472.19             0.14086847
## Seg5968.2              0.14096575
## Seg50.2                0.14122452
## Seg153.11              0.14130309
## Seg1701.5              0.14130309
## Seg2007.6              0.14149513
## Seg1762.5              0.14173072
## Seg1677.3.4.57f48f77   0.14173072
## Seg1289.5              0.14177918
## Seg7851.1              0.14190188
## Seg1717.4              0.14286499
## Seg1346.7.1.57f48f76   0.14287191
## Seg2158.3              0.14311860
## Seg4185.2              0.14315289
## Seg508.10              0.14353825
## Seg561.1               0.14377999
## Seg2582.1              0.14394166
## Seg11664.1             0.14394166
## Seg175.4               0.14394166
## Seg1908.7              0.14394166
## Seg2137.2              0.14405985
## Seg4740.1              0.14417721
## Seg114.11              0.14439605
## Seg389.1               0.14496825
## Seg319.7               0.14520538
## Seg2253.7.1.57f48f79   0.14542626
## Seg1839.10             0.14547507
## Seg1450.23             0.14552114
## Seg6433.1              0.14561445
## Seg539.9               0.14567522
## Seg3148.1.1.57f48f7a   0.14644904
## Seg1567.1              0.14729497
## Seg1333.3              0.14748016
## Seg2959.1              0.14817701
## Seg797.5               0.14824210
## Seg12214.1             0.14851560
## Seg2174.1              0.14910442
## Seg2837.4              0.14921681
## Seg1213.4              0.14949711

Differential Expression for Pre-Amputated VS non-Treat (51h)

ctrl.51.vs.blank = edgeR_wrapper(group = c(1,1,2,2),x,c(3,4,5,6),0.15)
## [1] "blank_2"   "blank_1"   "ctrl_51_2" "ctrl_51_1"
ctrl.51.vs.blank
##                             logFC       logCPM          F       PValue
## Seg1787.11               6.373010  6.744392888 389.397067 4.298805e-06
## Seg1695.10               8.835643  4.796831048 349.678052 5.668669e-06
## Seg1891.11               7.149802  7.255592933 278.978010 1.011931e-05
## Seg1845.3                5.357037  6.816927577 273.614934 1.063504e-05
## Seg3381.1               13.860946  7.067043357 599.671109 1.072429e-05
## Seg1379.9                7.614856  8.084175977 267.094187 1.131242e-05
## Seg2332.1                6.686148  7.490451943 250.642924 1.331011e-05
## Seg1379.10              10.614026  5.754855119 249.509481 1.346524e-05
## Seg852.16                4.676915  5.793108680 243.770330 1.429042e-05
## Seg1379.11               7.333852  6.631504954 243.530189 1.432646e-05
## Seg2624.3.2.57f48f79     7.647205  5.476735422 216.674731 1.930497e-05
## Seg207.7                12.687449  5.893168465 448.691436 1.965140e-05
## Seg1200.2               -5.460900  6.615181069 212.961355 2.017472e-05
## Seg8734.1               -4.131448  6.055850598 202.031906 2.307248e-05
## Seg593.11                4.145636  5.548272585 197.003190 2.460122e-05
## Seg1262.3.1.57f48f76   -12.630904  5.851951362 396.100589 2.548435e-05
## Seg1807.2.1.57f48f78   -12.642470  5.863399390 390.790681 2.621117e-05
## Seg803.7.1.57f48f7e    -12.292751  5.517600680 367.810090 2.973794e-05
## Seg675.11                7.558022  4.912579498 182.803117 2.975494e-05
## Seg1242.3.1.57f48f76    11.649825  4.855011887 351.169369 3.274702e-05
## Seg164.11              -12.148627  5.375333613 341.267291 3.475550e-05
## Seg555.6                 5.036489  4.664645770 171.824143 3.482074e-05
## Seg4229.2                4.493131  4.858617339 171.080788 3.520575e-05
## Seg934.3               -12.213015  5.438840278 330.538352 3.714375e-05
## Seg859.11.1.57f48f7e     9.632402  4.771686685 159.584129 4.199170e-05
## Seg8672.1                6.822091  4.004885609 156.157610 4.436283e-05
## Seg1379.16               7.590538  7.254846979 151.324712 4.803372e-05
## Seg189.2               -11.759461  4.992225242 287.156445 4.976121e-05
## Seg965.11.1.57f48f7e   -11.841843  5.073327320 280.821041 5.212075e-05
## Seg1276.4               11.108697  4.313469982 267.824705 5.750766e-05
## Seg620.3                 4.447292  4.361631998 140.141119 5.830911e-05
## Seg1999.6                3.762781  5.384613947 139.060222 5.945877e-05
## Seg2967.1.2.57f48f7a   -11.424210  4.663640123 262.072684 6.015727e-05
## Seg4603.2.1.57f48f7b   -11.915990  5.146072713 259.007494 6.164339e-05
## Seg2967.1.1.57f48f7a    11.047284  4.252499611 258.443445 6.192276e-05
## Seg2025.6                3.637895  7.819941697 133.138670 6.634892e-05
## Seg1578.9              -11.370232  4.610830636 249.333137 6.670643e-05
## Seg1276.4.1.57f48f76   -11.776900  5.009542102 248.241429 6.731599e-05
## Seg2175.2               10.850527  4.055600055 247.171516 6.792140e-05
## Seg720.8                 4.975399  4.240113157 129.550744 7.107121e-05
## Seg1698.1              -11.182841  4.428114254 235.348642 7.518205e-05
## Seg2624.3              -11.352493  4.593449110 235.291635 7.521978e-05
## Seg2869.1               10.907074  4.112357518 233.181843 7.663622e-05
## Seg1896.6.1.57f48f78   -11.282891  4.525481769 229.223733 7.940186e-05
## Seg400.1                11.342803  4.548287609 226.539296 8.136218e-05
## Seg2548.2               10.871216  4.075704448 222.928434 8.411365e-05
## Seg335.12.1.57f48f7a   -11.556564  4.793063569 220.568571 8.598668e-05
## Seg1095.13              10.158077  7.694713829 119.151568 8.769655e-05
## Seg4033.1               -4.669712  6.659625911 117.303292 9.120288e-05
## Seg1179.1                6.869568  7.834430506 116.522065 9.274339e-05
## Seg2904.4                3.929867  4.074508627 116.102088 9.358647e-05
## Seg207.8                 3.819643 10.995183257 115.549439 9.471212e-05
## Seg12003.1               4.141260  5.230746745 114.163038 9.761975e-05
## Seg3735.1                3.610745  7.663857514 112.089301 1.022044e-04
## Seg1347.4                3.588969  4.975473344 110.846222 1.050966e-04
## Seg5576.1              -10.994333  4.244500118 199.715578 1.055873e-04
## Seg675.10                5.271596  7.106301792 109.494049 1.083728e-04
## Seg2444.2              -11.016441  4.265949706 197.169141 1.084236e-04
## Seg225.9.1.57f48f79     10.931934  4.136264860 196.889435 1.087420e-04
## Seg6133.2                4.114329  7.432535326 108.747917 1.102413e-04
## Seg1715.9              -11.056734  4.305086477 195.036804 1.108860e-04
## Seg1611.1              -11.086674  4.334192816 193.977664 1.121399e-04
## Seg1088.2               10.752489  3.958033981 191.307425 1.153955e-04
## Seg650.14              -11.685607  4.919565116 189.463119 1.177262e-04
## Seg1896.6               10.612595  3.816828473 188.797826 1.185840e-04
## Seg11740.1               3.114834  4.875214106 105.517340 1.188681e-04
## Seg68.8.3.57f48f7d     -11.128304  4.375245737 184.925739 1.237646e-04
## Seg230.23.1.57f48f79   -13.065053  6.282305484 181.097603 1.292216e-04
## Seg4496.2                2.914980  7.613205688 101.402350 1.312697e-04
## Seg1067.4              -10.726088  3.985170194 175.782996 1.374056e-04
## Seg3884.1               -2.769430  6.862711228  99.072897 1.390951e-04
## Seg2577.2                5.126439  5.899303714  98.831885 1.399412e-04
## Seg337.1                -2.903490  7.706206781  98.330832 1.417234e-04
## Seg2042.3.1.57f48f78   -11.029632  4.278643493 172.801031 1.423366e-04
## Seg962.1               -10.737823  3.995935918 171.701427 1.442210e-04
## Seg1996.8                3.010797  5.693905331  97.370302 1.452287e-04
## Seg2693.2                4.700035  5.928732919  96.611446 1.480834e-04
## Seg1973.4                4.587678  6.620962246  96.580072 1.482031e-04
## Seg2487.1               -2.800565  6.395060876  96.465799 1.486402e-04
## Seg183.2.1.57f48f78     10.488502  3.694279920 168.606984 1.497260e-04
## Seg3026.1.1.57f48f7a     4.137564  5.838805934  95.829681 1.511062e-04
## Seg750.12                3.093095  6.945359643  95.577002 1.521015e-04
## Seg7472.1               -2.779426  7.599729827  94.672690 1.557388e-04
## Seg782.12.1.57f48f7e   -10.490517  3.758069728 164.715248 1.571005e-04
## Seg4294.2                3.503916  8.394893521  94.120817 1.580179e-04
## Seg6822.1               -2.864232  5.283656867  93.894895 1.589642e-04
## Seg1853.5               -3.498566  6.037085350  93.698053 1.597952e-04
## Seg1118.12.1.57f48f75  -10.650027  3.911161518 163.177547 1.601627e-04
## Seg8628.1               -4.127841  6.827285367  92.682020 1.641812e-04
## Seg2919.3               -2.985266  4.935456812  92.342599 1.656836e-04
## Seg1757.4               -3.133272  5.286250582  91.870382 1.678056e-04
## Seg1118.8                3.784093  5.343204111  91.437632 1.697834e-04
## Seg5146.1                3.606683  6.373277119  90.575291 1.738219e-04
## Seg2189.6               -2.649133  5.874417346  89.915756 1.770010e-04
## Seg1700.3                4.589993  3.308840804  89.861705 1.772651e-04
## Seg9743.1                5.099140  5.811488896  88.791406 1.826088e-04
## Seg5021.1.1.57f48f7c   -10.620306  3.882421710 152.988100 1.828733e-04
## Seg1925.6                2.573989  6.647978330  88.505534 1.840737e-04
## Seg2175.8              -10.366757  3.639465424 151.940542 1.854736e-04
## Seg3470.3               -2.500833  5.919152346  87.992178 1.867456e-04
## Seg6812.1              -10.832487  4.087303654 150.350303 1.895265e-04
## Seg1116.4                4.449230  4.363865085  87.288463 1.904962e-04
## Seg9565.1                6.243391  5.713545429  86.951988 1.923264e-04
## Seg3495.4                2.947339  9.143832033  86.857832 1.928429e-04
## Seg1871.7               -3.173292  6.429375332  86.636395 1.940652e-04
## Seg3190.1               -3.584590  8.498680669  86.265310 1.961378e-04
## Seg138.3               -10.361253  3.633759497 147.447549 1.972691e-04
## Seg11812.1             -10.304384  3.579580700 147.322121 1.976142e-04
## Seg5552.1                4.262358 11.493632092  85.971668 1.977996e-04
## Seg1668.12               3.786498  4.475243711  85.736671 1.991436e-04
## Seg1431.2                4.549790  3.893047406  85.601549 1.999221e-04
## Seg3630.3               -3.006372  8.628029323  85.225353 2.021119e-04
## Seg675.12               10.011632  3.216166790 144.877601 2.045201e-04
## Seg1121.18              -2.725998  6.802452479  82.750204 2.173820e-04
## Seg130.7                -2.569288  8.446221438  81.974126 2.224983e-04
## Seg1698.1.1.57f48f77     7.462221  3.886616491  81.332448 2.268554e-04
## Seg859.11               -3.875829  6.456625189  81.330043 2.268720e-04
## Seg1074.5.2.57f48f75     9.966557  3.170978756 137.683404 2.270436e-04
## Seg415.3.1.57f48f7b    -10.620126  3.882098100 137.585683 2.273743e-04
## Seg3786.2                2.844272  5.269840371  81.220399 2.276283e-04
## Seg2682.1.1.57f48f79     3.211426  4.965461899  80.769828 2.307734e-04
## Seg1731.4.1.57f48f77   -10.461574  3.729605919 134.546384 2.380251e-04
## Seg5088.1                2.583525  7.335950067  79.755677 2.380761e-04
## Seg1870.6              -10.491266  3.758098112 133.700580 2.411201e-04
## Seg1513.1               -3.393744  3.925858344  79.098307 2.429815e-04
## Seg4403.5               -2.569885  5.907785227  78.958686 2.440414e-04
## Seg3904.2                3.709684  3.704359984  78.598989 2.468015e-04
## Seg139.2                 3.350597  4.964516766  78.123796 2.505145e-04
## Seg519.2.1.57f48f7c    -10.806808  4.063553797 130.522616 2.532960e-04
## Seg368.2.1.57f48f7b    -10.119110  3.402811598 130.296379 2.541972e-04
## Seg1509.5                6.244361  5.390485451  77.479669 2.556722e-04
## Seg1095.22.2.57f48f75  -11.631538  4.867061805 129.896970 2.557997e-04
## Seg1181.11              -2.556684  5.894848924  77.337524 2.568301e-04
## Seg12380.1              -2.622942  8.052084319  77.314287 2.570201e-04
## Seg1641.11.2.57f48f77  -10.093423  3.378529028 129.413729 2.577587e-04
## Seg5296.1                4.659671  4.233996857  77.008931 2.595349e-04
## Seg1208.4                2.802263  9.939519517  76.946663 2.600519e-04
## Seg1648.4                3.119090  5.099874600  76.847720 2.608763e-04
## Seg429.9                 3.249914  5.470558867  76.279409 2.656824e-04
## Seg1602.2               -3.071954  7.073255040  76.174726 2.665811e-04
## Seg552.3                 3.409777  4.448266269  75.749470 2.702752e-04
## Seg154.12                3.977032  4.483666631  75.747820 2.702897e-04
## Seg3888.1                3.024393  5.575809449  75.656589 2.710915e-04
## Seg115.4               -10.284395  3.559888866 126.208225 2.713316e-04
## Seg1770.7                3.252480  8.518300746  75.306292 2.742009e-04
## Seg3491.1.1.57f48f7a     3.436475  3.720681602  75.092988 2.761185e-04
## Seg2275.12               9.012242  5.812041068  75.060773 2.764097e-04
## Seg2595.1                4.658847  4.613866416  74.688763 2.798037e-04
## Seg916.1               -10.105105  3.389187153 122.771557 2.870880e-04
## Seg1720.8.1.57f48f77     9.856375  3.063527757 122.770720 2.870920e-04
## Seg577.2.1.57f48f7c      3.765971  3.411804651  73.815766 2.879984e-04
## Seg1431.3                5.329228  3.006625691  73.511047 2.909370e-04
## Seg2533.5                3.081646  6.958815777  73.064398 2.953198e-04
## Seg404.9                -9.992353  3.282552610 120.574274 2.978798e-04
## Seg5340.1              -10.874593  4.127899857 120.485288 2.983294e-04
## Seg852.3                 2.882780  4.560834172  72.512788 3.008598e-04
## Seg13200.1               4.634635  3.845023921  72.393025 3.020816e-04
## Seg172.13               -2.541309  7.144620414  72.225317 3.038040e-04
## Seg2511.7               -3.142787  5.050571202  72.165317 3.044236e-04
## Seg1431.1                4.696582  4.123567442  72.164778 3.044292e-04
## Seg1649.3                7.268803  3.692363425  72.136609 3.047206e-04
## Seg62.7                 -2.818550  5.846493195  72.019076 3.059410e-04
## Seg397.33                2.849813  7.428090809  72.000531 3.061341e-04
## Seg2355.4.1.57f48f79   -10.550168  3.816140162 117.929905 3.116797e-04
## Seg586.17                5.759400  2.242516890  71.079278 3.159467e-04
## Seg1095.19              -2.926846  4.986923581  70.794141 3.190720e-04
## Seg4035.2.1.57f48f7b   -10.343255  3.615972805 116.203879 3.212020e-04
## Seg650.7                -2.677360  9.511538269  70.490812 3.224438e-04
## Seg2887.2.1.57f48f7a    -9.916148  3.210783908 115.326810 3.262059e-04
## Seg2350.3                9.815080  7.687214466  70.132405 3.264918e-04
## Seg6817.1                3.927828  4.590428453  69.760624 3.307656e-04
## Seg1405.8               -9.914948  3.209777891 114.524227 3.308864e-04
## Seg8007.1              -10.396917  3.667330968 114.332134 3.320213e-04
## Seg1682.3.1.57f48f77   -11.436665  4.676305859 114.054235 3.336734e-04
## Seg119.17               -2.247156  7.646189648  69.207793 3.372651e-04
## Seg3216.1               -2.335447  8.442041630  69.028053 3.394164e-04
## Seg1512.4.1.57f48f76     2.757999  9.146143057  68.960804 3.402261e-04
## Seg649.14                2.787608  4.509464867  68.938490 3.404954e-04
## Seg1509.11              -3.109183  6.015466288  68.892550 3.410507e-04
## Seg667.5                 3.622323  4.464200454  68.590995 3.447273e-04
## Seg813.12               -2.820697  6.997140140  68.526814 3.455168e-04
## Seg2040.3               -9.988171  3.279471838 112.034161 3.460557e-04
## Seg1078.7               -2.321258  6.851571683  68.419628 3.468410e-04
## Seg1437.7                2.934786  9.832075573  68.317119 3.481140e-04
## Seg2447.5.1.57f48f79     9.628168  2.836072160 111.395659 3.501107e-04
## Seg26.4                 -3.127595  4.903401100  67.995616 3.521488e-04
## Seg716.1.1.57f48f7d    -10.057860  3.343997780 110.290360 3.572978e-04
## Seg710.1                 3.546208  4.042436840  67.466247 3.589346e-04
## Seg2677.6                2.523414  6.786202654  67.434109 3.593524e-04
## Seg1478.13               3.086171  5.113436294  67.376020 3.601092e-04
## Seg1733.6              -10.049832  3.336374425 109.805478 3.605196e-04
## Seg1313.2               -2.759061  6.306603347  67.263341 3.615836e-04
## Seg343.1                -2.963939  9.903089291  67.009020 3.649422e-04
## Seg1996.1               -9.918574  3.213609189 109.142676 3.649933e-04
## Seg4403.3               -2.144962  6.329418005  66.988776 3.652114e-04
## Seg1053.2.1.57f48f75    -9.818607  3.118717915 108.373990 3.702851e-04
## Seg372.1.1.57f48f7b    -10.773379  4.029805831 107.756814 3.746162e-04
## Seg3089.1.2.57f48f7a   -10.824742  4.081060699 107.692183 3.750741e-04
## Seg94.10                 2.461471  6.338297608  66.149459 3.766188e-04
## Seg236.11              -10.360708  3.634521513 106.580139 3.830834e-04
## Seg1740.10              -3.175085  4.115959738  65.672740 3.833186e-04
## Seg2312.2.2.57f48f79   -10.111800  3.395067560 105.745180 3.892641e-04
## Seg65.2                 -9.806996  3.108205926 105.289313 3.927009e-04
## Seg1877.8               -2.262285  6.584593644  64.979507 3.933591e-04
## Seg2281.1               -3.112848  5.638901523  64.958464 3.936695e-04
## Seg652.6                -3.238935  4.306289785  64.705148 3.974335e-04
## Seg3557.1               -2.398519  9.298378583  64.451181 4.012573e-04
## Seg1221.3               -2.843082  5.396847819  64.307635 4.034411e-04
## Seg766.1                 3.179587  7.391304013  64.237344 4.045165e-04
## Seg229.10               -2.450197  7.192506953  64.132682 4.061250e-04
## Seg1658.23              -2.726207  5.474099123  63.994166 4.082676e-04
## Seg1662.7               -2.255168  6.743665481  63.644376 4.137482e-04
## Seg2281.2               -3.737776  7.041047516  63.626752 4.140270e-04
## Seg13094.1               3.027530  5.417093428  63.534912 4.154842e-04
## Seg1112.2                2.282064  5.318566472  63.469559 4.165254e-04
## Seg2464.2               -9.750045  3.054598805 102.256554 4.167482e-04
## Seg1715.1.1.57f48f77   -10.285702  3.562888857 101.691450 4.214684e-04
## Seg2175.6                4.515855  6.586627356  62.718384 4.287577e-04
## Seg952.4                 2.727844  7.510639324  62.492714 4.325296e-04
## Seg3935.2               -3.138494  5.677821045  62.312779 4.355701e-04
## Seg2063.6.1.57f48f79    -9.728646  3.033648610  99.902797 4.369402e-04
## Seg2298.7               -9.837434  3.137325838  99.870381 4.372282e-04
## Seg4466.2                5.172286  6.577254760  62.212574 4.372761e-04
## Seg1259.5               -2.113110  7.901718331  62.040460 4.402282e-04
## Seg2737.2               -2.191220  6.649753647  61.824230 4.439761e-04
## Seg1328.7                2.150566  7.093420583  61.821124 4.440303e-04
## Seg2725.2.1.57f48f7a    -9.690691  2.998271748  98.999494 4.450740e-04
## Seg4294.3                3.281385  8.743947056  61.744530 4.453687e-04
## Seg675.14                7.232825  3.657017519  61.485765 4.499320e-04
## Seg2012.5                2.045318  6.734522759  61.192700 4.551787e-04
## Seg598.5                -3.319998  5.245685353  61.136432 4.561958e-04
## Seg1242.3              -11.198336  4.442536152  97.546915 4.586301e-04
## Seg1689.3                2.857933  8.084767129  60.914446 4.602391e-04
## Seg1231.9               -9.751292  3.054576889  97.183303 4.621189e-04
## Seg6255.3                2.551153  7.452355152  60.480596 4.682856e-04
## Seg1947.5               -9.858896  3.157758906  96.089643 4.728514e-04
## Seg5580.1               -3.772097  6.351399960  59.791621 4.814695e-04
## Seg1370.1                4.020403  3.907023725  59.753975 4.822046e-04
## Seg1986.5               -2.049212  7.799996255  59.688348 4.834898e-04
## Seg118.6                -2.412226  9.281944860  59.681753 4.836192e-04
## Seg698.3                 2.673783  4.108712571  59.410773 4.889785e-04
## Seg785.1                 3.044637  5.937418951  59.236733 4.924639e-04
## Seg3951.2               -2.163225  5.339041603  59.228655 4.926266e-04
## Seg271.9                -9.781552  3.082754054  94.099332 4.933496e-04
## Seg123.2                -9.684523  2.991950719  93.877504 4.957151e-04
## Seg4415.1               -2.184302  8.544891771  58.992479 4.974139e-04
## Seg319.15               -2.795543  5.179731048  58.804478 5.012708e-04
## Seg1749.2.3.57f48f78    10.048831  3.256715883  92.577702 5.099179e-04
## Seg418.13                3.244062  4.710600977  58.295452 5.119240e-04
## Seg711.3                -3.500597  5.754262141  58.093075 5.162466e-04
## Seg350.19               -2.064514  6.457233340  57.958531 5.191483e-04
## Seg1250.5               -2.494619  7.768971039  57.856933 5.213545e-04
## Seg6955.1               -2.303895  7.033800819  57.628561 5.263611e-04
## Seg1131.10               2.281579  5.293377734  57.480024 5.296533e-04
## Seg1152.1                2.337098  5.353961126  57.314649 5.333523e-04
## Seg1154.2                2.254048  6.247521589  57.288122 5.339490e-04
## Seg5283.4               -2.407675  5.988088720  57.265798 5.344519e-04
## Seg5525.1                3.238013  3.795494740  57.156951 5.369131e-04
## Seg5655.3               -2.434299  4.621770598  56.802773 5.450310e-04
## Seg2147.5               -9.570839  2.885838479  89.575663 5.451065e-04
## Seg994.5                -2.358658  6.025101646  56.605862 5.496180e-04
## Seg1372.7               -2.140032  5.418120268  56.575260 5.503356e-04
## Seg372.1.2.57f48f7b      6.824255  3.245555999  56.554194 5.508304e-04
## Seg7585.1                3.405001  7.705946325  56.547387 5.509904e-04
## Seg2548.2.1.57f48f79   -10.867541  4.122619118  88.993544 5.523434e-04
## Seg1026.3                2.011297  6.926580367  56.450095 5.532845e-04
## Seg1359.7                3.420156  3.265039435  56.323509 5.562891e-04
## Seg4426.1.1.57f48f7b     2.809173  3.708453974  56.264783 5.576906e-04
## Seg1389.16.13.57f48f76  -6.409344  4.428848285  56.186461 5.595675e-04
## Seg4127.6                2.498923  6.146414185  56.102573 5.615875e-04
## Seg1496.7                2.103404  7.234338158  55.976589 5.646401e-04
## Seg1276.3.1.57f48f76    -9.505154  2.824936625  87.877192 5.666242e-04
## Seg3283.2               -2.768563  5.257800560  55.883000 5.669227e-04
## Seg3035.1               -2.234541  6.640457501  55.765430 5.698083e-04
## Seg247.7                -9.793588  3.096548690  87.611312 5.701057e-04
## Seg1721.15               2.675002  4.155086089  55.720693 5.709117e-04
## Seg2875.5                2.663418  8.193622608  55.634727 5.730402e-04
## Seg13228.1               4.562650  4.000394473  55.570603 5.746350e-04
## Seg2182.2               -2.006703  6.979465032  55.495732 5.765050e-04
## Seg2437.8               -9.495507  2.815901263  87.121759 5.765992e-04
## Seg4357.4               -9.674545  2.982152859  86.848418 5.802724e-04
## Seg24446.1              -2.529698  4.503795122  54.957022 5.902113e-04
## Seg2317.3.1.57f48f79   -10.244103  3.520679280  86.067319 5.909614e-04
## Seg3561.4               -3.629854  3.107238683  54.868982 5.924941e-04
## Seg6790.1                2.894375  5.203417427  54.765931 5.951816e-04
## Seg5138.1                2.940325  5.396402287  54.608308 5.993252e-04
## Seg5314.1                7.010615  4.335171324  54.559020 6.006290e-04
## Seg1180.5                2.119521  8.905600631  54.525279 6.015239e-04
## Seg2661.1               -9.442561  2.767530082  84.825097 6.085688e-04
## Seg3459.1               -2.340652  6.369363997  54.255026 6.087583e-04
## Seg2345.2               -3.161727  6.759382266  54.238483 6.092051e-04
## Seg896.6.1.57f48f7e      2.099524  7.155731238  54.033950 6.147662e-04
## Seg1350.1               -9.873871  3.172338958  84.260364 6.168303e-04
## Seg1144.6               -2.862769  4.669083101  53.895913 6.185592e-04
## Seg23.13                -9.450946  2.775625807  83.838400 6.231118e-04
## Seg1943.2              -10.201235  3.479721201  83.678921 6.255104e-04
## Seg4287.2                3.575356  2.975868693  53.615156 6.263744e-04
## Seg1822.6               -2.612010  8.522850827  53.599662 6.268096e-04
## Seg3305.2                2.362269  6.038684854  53.595450 6.269280e-04
## Seg212.2                -2.225456  5.345912575  53.479066 6.302118e-04
## Seg3927.2               -2.020002  6.737839500  53.178817 6.387942e-04
## Seg438.4                 3.607161  2.967762026  53.107395 6.408595e-04
## Seg3858.3              -11.225004  4.468462877  81.920382 6.528881e-04
## Seg934.1.2.57f48f7e      9.015356  2.227805192  81.862010 6.538270e-04
## Seg1891.12_Seg1891.13    7.306031  5.446283301  52.654859 6.541629e-04
## Seg2074.1                4.341614  2.375135746  52.581422 6.563578e-04
## Seg161.7                 2.873432 10.847234075  52.491005 6.590742e-04
## Seg1837.6              -10.365593  3.636814999  81.527574 6.592448e-04
## Seg4642.1               -2.577695  5.196987502  52.407698 6.615907e-04
## Seg6564.1               -9.388092  2.717309461  81.218563 6.643099e-04
## Seg3412.1               -2.815208  4.774753756  52.262739 6.660015e-04
## Seg1058.1                2.991304  3.643061232  51.975179 6.748726e-04
## Seg2735.5               -2.315196  4.658516638  51.918472 6.766413e-04
## Seg417.1                -3.347512  7.782892794  51.895492 6.773599e-04
## Seg1999.10               3.298511  3.581933837  51.870054 6.781566e-04
## Seg889.1                -9.368634  2.697988874  79.869780 6.871045e-04
## Seg4894.3               -2.212908  6.972943945  51.567730 6.877248e-04
## Seg835.3                -3.293779  3.284802129  51.548660 6.883346e-04
## Seg1734.3                3.057054  3.718321103  51.536517 6.887233e-04
## Seg2447.5               -9.863516  3.162744219  79.535629 6.929300e-04
## Seg1046.1                3.389084  5.825980911  51.337617 6.951334e-04
## Seg11511.1               4.767915  2.392051894  51.306446 6.961454e-04
## Seg3599.2               -9.440079  2.763667433  79.328740 6.965735e-04
## Seg800.7                -2.197874  4.935492529  51.234431 6.984914e-04
## Seg1886.2                2.251673  8.556921768  51.143563 7.014672e-04
## Seg369.1                 9.005915  2.214994900  78.959953 7.031386e-04
## Seg1075.1                5.408069  2.259330252  51.029156 7.052388e-04
## Seg850.2                -9.574184  2.891222992  78.749006 7.069350e-04
## Seg8.2                  -5.037717  2.779984032  50.857457 7.109521e-04
## Seg1666.9                2.665579  8.337880755  50.814534 7.123904e-04
## Seg1303.9                3.934605  6.841912348  50.736730 7.150077e-04
## Seg1983.9                8.942512  2.153023848  78.173416 7.174490e-04
## Seg1999.5               -2.084937  5.905941445  50.467088 7.241823e-04
## Seg4686.2.2.57f48f7b    -9.380247  2.708323423  77.799227 7.244084e-04
## Seg1870.6.1.57f48f78     8.920748  2.131790408  77.739688 7.255249e-04
## Seg1611.1.1.57f48f77     8.894846  2.107014009  77.629401 7.275998e-04
## Seg1782.12              -2.235703  5.352046547  50.196685 7.335474e-04
## Seg580.2                 6.584560  3.003857722  49.947582 7.423237e-04
## Seg2129.3               -9.470890  2.795023845  76.659088 7.462385e-04
## Seg2152.7                6.519660  5.006503769  49.815318 7.470428e-04
## Seg9718.1                4.850071  3.908614706  49.551098 7.565951e-04
## Seg1073.1                2.509685  5.705478872  49.481104 7.591539e-04
## Seg1749.2.4.57f48f78    -9.284985  2.622231572  76.006486 7.591733e-04
## Seg2604.3               -9.402141  2.728284181  75.964857 7.600096e-04
## Seg3335.3               -3.041986  6.800617302  49.414459 7.616014e-04
## Seg2941.1               -9.465471  2.786817884  75.736912 7.646131e-04
## Seg5087.2                3.700710  2.876901682  49.111234 7.728763e-04
## Seg3000.2.2.57f48f7a    -9.261517  2.599193111  75.304478 7.734602e-04
## Seg2800.2               -3.226108  6.891725727  49.078277 7.741157e-04
## Seg103.1                 4.767255  2.850089264  48.997121 7.771793e-04
## Seg3307.3                8.481861  3.668273026  48.872161 7.819295e-04
## Seg1507.11               2.505191  5.766109952  48.849748 7.827857e-04
## Seg1712.8               -3.542506  3.278072987  48.849660 7.827891e-04
## Seg1021.4                3.222484  3.139898708  48.837798 7.832427e-04
## Seg6838.2               -2.018926  6.003433777  48.831754 7.834741e-04
## Seg2105.1               -9.263085  2.602163365  74.643185 7.872844e-04
## Seg1348.5               -9.414098  2.739176890  74.487501 7.905920e-04
## Seg298.5.1.57f48f7a     -9.266263  2.605223681  74.113159 7.986294e-04
## Seg6214.1               -2.363590  7.395703277  48.417286 7.995643e-04
## Seg1917.1              -13.669064  6.882631141  73.997192 8.011438e-04
## Seg319.14               -3.420159  3.459524246  48.359133 8.018584e-04
## Seg1077.4               -2.240478  9.922044860  48.325536 8.031880e-04
## Seg811.6                 2.597517  4.537355555  48.261539 8.057290e-04
## Seg4826.3               -9.207665  2.550746547  73.767274 8.061635e-04
## Seg1433.3.2.57f48f76    -9.189102  2.533324379  73.295038 8.166203e-04
## Seg2175.1                2.652822  6.492831964  47.936150 8.188223e-04
## Seg861.9                 8.782844  1.997760532  73.003467 8.231769e-04
## Seg5619.1                2.437832  6.383616762  47.751754 8.263733e-04
## Seg8949.1               -2.222462  4.656459180  47.656711 8.303030e-04
## Seg2064.1               -2.217900  8.524861232  47.606259 8.323995e-04
## Seg2291.2               -2.206435  5.207473590  47.600492 8.326397e-04
## Seg1903.2                2.216127  8.170054381  47.519833 8.360080e-04
## Seg6707.1.1.57f48f7d     4.086124  2.679345697  47.472374 8.379988e-04
## Seg1882.13               2.468183  3.904161937  47.413338 8.404843e-04
## Seg318.15               -9.495284  2.814175886  71.982994 8.467465e-04
## Seg836.5                 2.494488  3.964223687  47.192648 8.498668e-04
## Seg954.2                -2.064598  5.211418600  47.191799 8.499031e-04
## Seg3026.1               -6.674417  5.793316689  47.124978 8.527727e-04
## Seg690.4                -2.305118  5.758823027  47.026832 8.570119e-04
## Seg1000.14              -2.553412  5.017145690  46.948730 8.604063e-04
## Seg1671.13               4.366972  4.931026881  46.914252 8.619106e-04
## Seg581.12                8.738043  1.953853190  71.155845 8.665893e-04
## Seg1720.8               -9.203879  2.548002887  71.058502 8.689695e-04
## Seg4002.4               -9.375455  2.703150305  70.858151 8.738990e-04
## Seg1642.5.1.57f48f77    -2.889897  3.738176816  46.636197 8.741769e-04
## Seg1329.6                2.304133  4.499578101  46.619506 8.749209e-04
## Seg5378.3               -2.145577  4.788167049  46.503559 8.801135e-04
## Seg940.16                3.092855  7.920539846  46.331313 8.879064e-04
## Seg1816.7                3.347253  2.821559590  46.230212 8.925251e-04
## Seg795.1                -2.389213  7.630628047  46.219546 8.930142e-04
## Seg914.7                -9.341781  2.672017062  69.985976 8.958462e-04
## Seg3953.1               -3.192602  3.619847360  46.107099 8.981944e-04
## Seg21.3                  2.788440  7.466587001  46.004862 9.029403e-04
## Seg7542.1                2.547860  4.232617526  45.501568 9.268172e-04
## Seg1001.1               -2.438060  5.261536192  45.403802 9.315565e-04
## Seg94.9                 -2.506887  9.766304226  45.387265 9.323615e-04
## Seg10219.1               2.543057  4.583825678  45.331268 9.350944e-04
## Seg675.15                8.921309  2.129618128  68.497831 9.352166e-04
## Seg229.6                -2.173475  5.511796474  45.271344 9.380312e-04
## Seg593.14                4.246458  4.084668357  45.217115 9.407000e-04
## Seg1232.20              -9.155887  2.501538866  68.135247 9.451958e-04
## Seg4479.1               -2.777344  3.912056523  44.966078 9.531923e-04
## Seg4400.3               -9.068489  2.422449534  67.630725 9.593449e-04
## Seg287.9.2.57f48f7a      2.808714  5.364127793  44.696484 9.668653e-04
## Seg2666.3                2.039476  6.594431725  44.503319 9.768296e-04
## Seg4819.1                3.430935  5.261166243  44.434893 9.803934e-04
## Seg4334.1                6.529504  4.237855126  44.404524 9.819809e-04
## Seg3956.3               -9.119384  2.468064529  66.520708 9.915965e-04
## Seg5451.2                4.318939  3.460597581  44.218260 9.917958e-04
## Seg846.9.2.57f48f7e     -6.332859  3.447315442  44.161945 9.947899e-04
## Seg13540.1               5.291416  3.459268016  44.111701 9.974718e-04
## Seg3937.1              -10.050214  3.335531130  66.098025 1.004299e-03
## Seg9198.1                2.656260  7.142696064  43.957014 1.005792e-03
## Seg3715.2                3.262242  3.354921071  43.874503 1.010269e-03
## Seg2716.3               -9.117959  2.469741736  65.740162 1.015243e-03
## Seg368.2.2.57f48f7b      2.820043  3.297435383  43.650396 1.022570e-03
## Seg2816.3               -9.713302  3.017339610  65.376033 1.026559e-03
## Seg98.3                  2.261481  9.896351693  43.558441 1.027678e-03
## Seg1141.2                3.199572  5.833161270  43.551620 1.028058e-03
## Seg50.15                -4.519318  3.653103740  43.506636 1.030570e-03
## Seg1445.3               -2.364515  5.283262272  43.489856 1.031510e-03
## Seg2655.4               -9.209321  2.553904658  65.214498 1.031639e-03
## Seg2073.2               -2.140128  5.141575774  43.420522 1.035404e-03
## Seg444.14                2.444432  4.011390341  43.359626 1.038841e-03
## Seg508.4                -9.031800  2.388525299  64.980766 1.039056e-03
## Seg6667.1               -2.636823  4.123953537  43.297105 1.042387e-03
## Seg2045.1               -9.146357  2.496010029  64.820641 1.044182e-03
## Seg1374.4               -2.170351  5.556428412  43.230881 1.046161e-03
## Seg2650.3               -2.174580  5.337439557  43.154984 1.050509e-03
## Seg1895.5                2.669964  3.466280405  43.126644 1.052139e-03
## Seg4360.1                2.836230  4.132699386  43.024199 1.058060e-03
## Seg4698.1                2.158810  8.144904817  42.914095 1.064476e-03
## Seg1000.9               -8.961548  2.326083921  63.962680 1.072296e-03
## Seg826.6.3.57f48f7e     -9.007685  2.368834424  63.790568 1.078070e-03
## Seg4845.1               -2.489494  6.292030257  42.486858 1.089889e-03
## Seg2175.3                8.495446  1.716404096  63.245839 1.096650e-03
## Seg1783.2                7.297770  2.496638057  42.353184 1.098012e-03
## Seg1121.27               2.649029  3.747537227  42.242428 1.104807e-03
## Seg962.1.1.57f48f7e      8.490481  1.712431596  62.778631 1.112965e-03
## Seg74.4                 -9.061809  2.418758488  62.555247 1.120893e-03
## Seg580.2.2.57f48f7c     -9.804624  3.103067988  62.549208 1.121108e-03
## Seg821.11                8.595077  1.810023362  62.539582 1.121452e-03
## Seg1533.3                2.379257  7.847656695  41.933000 1.124100e-03
## Seg500.3                -2.190257  7.342202448  41.931544 1.124192e-03
## Seg1593.4               -2.086942  5.466709771  41.876851 1.127651e-03
## Seg3035.2               -2.322849  5.942933131  41.767402 1.134618e-03
## Seg2142.7               -2.100739  4.900011432  41.711418 1.138204e-03
## Seg1574.16               2.432366  5.192530880  41.667311 1.141041e-03
## Seg1090.1               -2.314576  6.109577109  41.614283 1.144464e-03
## Seg1430.21.1.57f48f76    4.021694  2.792849565  41.594745 1.145729e-03
## Seg1755.3               -2.402651  8.981564759  41.578005 1.146814e-03
## Seg1080.6.1.57f48f75    -9.336620  2.671715379  61.718517 1.151340e-03
## Seg1234.10               2.801157  4.412072959  41.407896 1.157924e-03
## Seg2040.1               -2.523604  3.656795703  41.383657 1.159519e-03
## Seg5968.2               -8.942992  2.310189723  61.454715 1.161193e-03
## Seg1841.4               -8.896066  2.265839832  61.248286 1.168990e-03
## Seg1338.7                2.354507  3.941812510  41.223804 1.170116e-03
## Seg11296.3               6.687508  6.713831312  41.214065 1.170766e-03
## Seg2504.2               -9.036022  2.391447836  61.074823 1.175601e-03
## Seg202.14                8.626851  1.840075179  60.771636 1.187290e-03
## Seg1915.8               -2.351134  5.471269868  40.885076 1.193018e-03
## Seg3979.1               -2.269411  8.601259479  40.862719 1.194551e-03
## Seg18.4                 -2.828833  4.070833677  40.816035 1.197761e-03
## Seg271.3                -9.242040  2.579304173  60.497085 1.198024e-03
## Seg1659.14              -9.161743  2.505742278  60.433551 1.200529e-03
## Seg1730.7.1.57f48f77    -2.474596  9.042700527  40.771952 1.200804e-03
## Seg4770.1               -8.867323  2.239990842  60.403471 1.201717e-03
## Seg446.7                -2.313867  7.815022340  40.692353 1.206325e-03
## Seg1943.2.2.57f48f78    -9.515713  2.837909501  60.222739 1.208894e-03
## Seg4630.1               -2.888302  3.496891417  40.629118 1.210737e-03
## Seg1730.10              -2.379058 11.517294912  40.622679 1.211187e-03
## Seg1137.4               -9.126510  2.478446986  60.110112 1.213398e-03
## Seg1845.3.1.57f48f78     2.709568  4.985065283  40.535271 1.217325e-03
## Seg598.3                 2.147226  4.894263880  40.414356 1.225886e-03
## Seg1512.9_Seg1512.10    -2.041077  6.426320752  40.391808 1.227492e-03
## Seg1649.2                3.566351  3.225473504  40.252181 1.237501e-03
## Seg330.12               -2.524233  3.613217988  40.170634 1.243399e-03
## Seg2326.6               -9.003394  2.365898660  59.340941 1.244834e-03
## Seg7410.1                2.292207  6.114120819  40.013665 1.254862e-03
## Seg895.3                 3.105586  6.014139390  39.980495 1.257303e-03
## Seg1144.7               -2.919074  4.332296573  39.967521 1.258259e-03
## Seg2783.2               -9.116331  2.464091969  58.898170 1.263477e-03
## Seg738.3                 2.465976  4.463026759  39.858160 1.266362e-03
## Seg1064.14               4.383808  1.879000713  39.762889 1.273480e-03
## Seg1477.2                2.233089  3.935586153  39.587986 1.286693e-03
## Seg3875.3               -2.254183  4.487616519  39.497695 1.293588e-03
## Seg1865.3               -9.121007  2.473673058  58.041247 1.300750e-03
## Seg973.2                -8.795810  2.175489243  57.901324 1.306989e-03
## Seg3626.1               -8.795810  2.175489243  57.901324 1.306989e-03
## Seg2142.6               -2.028187  4.788009198  39.319031 1.307384e-03
## Seg541.5                -8.962810  2.329166153  57.768593 1.312949e-03
## Seg703.1                -9.470741  2.790355004  57.753316 1.313638e-03
## Seg1012.9               -2.506634 10.289650160  39.213324 1.315642e-03
## Seg2595.1.1.57f48f79    -6.254644  5.036470957  39.103279 1.324316e-03
## Seg301.5                -3.547752  3.268571560  39.083626 1.325874e-03
## Seg2730.4                2.034501  4.524267701  39.014390 1.331381e-03
## Seg920.3                -2.214064  6.435252862  38.942560 1.337128e-03
## Seg932.6                -3.255955  3.014845406  38.716277 1.355458e-03
## Seg796.1                -3.226944  4.572001837  38.606356 1.364488e-03
## Seg1904.1.1.57f48f78    -9.733513  3.041512366  56.464548 1.373700e-03
## Seg140.4                 5.130200  1.181717040  38.483507 1.374679e-03
## Seg123.1                -2.337868  5.087331878  38.372540 1.383975e-03
## Seg3844.2               -3.243367  2.923217521  38.351226 1.385771e-03
## Seg7.2                   8.831363  2.038665062  56.176874 1.387659e-03
## Seg1780.1               -8.733481  2.119830782  56.123634 1.390266e-03
## Seg1946.8               -2.272604  3.790005559  38.279230 1.391860e-03
## Seg6419.1               -3.026777  3.142558664  38.239743 1.395215e-03
## Seg1741.9.1.57f48f78    -8.963676  2.330304953  55.857349 1.403411e-03
## Seg1027.14               2.628706  7.566209959  38.055121 1.411052e-03
## Seg1243.2               -4.533529  4.116855097  38.032370 1.413021e-03
## Seg2348.6               -8.723734  2.112206650  55.511116 1.420779e-03
## Seg1769.8                3.200930  5.785439125  37.943101 1.420783e-03
## Seg914.9                -3.227889  2.990945061  37.940107 1.421045e-03
## Seg1855.11.1.57f48f78    2.656816  3.205732120  37.849093 1.429021e-03
## Seg2063.5.2.57f48f79    -8.856032  2.228062810  55.229296 1.435152e-03
## Seg2530.3                3.516583  2.848373599  37.670732 1.444834e-03
## Seg1297.1                8.335043  1.564648211  54.981663 1.447958e-03
## Seg1983.7                5.154483  1.669907861  37.625153 1.448914e-03
## Seg5893.1               -2.374898  4.852234447  37.610279 1.450249e-03
## Seg4009.1                8.440289  1.667815387  54.772900 1.458886e-03
## Seg419.7                -2.541861  6.503245831  37.463072 1.463552e-03
## Seg1161.2.1.57f48f75    -8.681742  2.074268730  54.529211 1.471797e-03
## Seg1975.2                8.490142  1.716755154  54.433214 1.476929e-03
## Seg1048.17              -8.902039  2.269188109  54.333006 1.482315e-03
## Seg1963.3               -8.902039  2.269188109  54.333006 1.482315e-03
## Seg4618.2                2.017237  5.287040390  37.214162 1.486432e-03
## Seg16688.1              -3.595519  4.523227298  37.055912 1.501238e-03
## Seg2251.3.1.57f48f79    -8.696090  2.087973194  53.966919 1.502238e-03
## Seg3545.1                3.340088  5.106225599  37.024483 1.504202e-03
## Seg7391.1                2.071426  4.344777364  37.021336 1.504499e-03
## Seg2578.1                2.465333  3.755446659  36.999340 1.506580e-03
## Seg2582.1               -2.005934  4.335933780  36.812347 1.524426e-03
## Seg675.3                -8.644557  2.041524110  53.097406 1.551174e-03
## Seg8531.1                6.123101  3.445451418  36.497080 1.555185e-03
## Seg3628.2                6.314459  1.465324846  36.461886 1.558672e-03
## Seg236.13               -8.698052  2.086746261  52.881863 1.563668e-03
## Seg1131.9                8.215492  1.449025481  52.854535 1.565263e-03
## Seg4161.1                8.215492  1.449025481  52.854535 1.565263e-03
## Seg1455.4               -2.404076  4.158439383  36.356206 1.569207e-03
## Seg1697.10_Seg1697.9    -2.313395  4.931323188  36.317004 1.573140e-03
## Seg4689.1               -9.165732  2.515304383  52.615793 1.579298e-03
## Seg1726.3                2.689672  5.477388022  36.238310 1.581077e-03
## Seg746.7                -2.778902  4.905386795  36.232999 1.581615e-03
## Seg308.11               -2.559416  3.604481360  36.223181 1.582609e-03
## Seg2877.4                3.125733  3.415698693  36.185954 1.586388e-03
## Seg1012.6               -8.879915  2.248913098  52.473106 1.587774e-03
## Seg213.5                -2.272346  6.224563428  36.157920 1.589242e-03
## Seg872.3                -8.648794  2.043209280  52.414292 1.591288e-03
## Seg6546.2               -8.693489  2.086376311  52.275146 1.599646e-03
## Seg1734.5               -8.614194  2.014476852  52.230846 1.602321e-03
## Seg954.16                2.848328  3.119271114  36.005989 1.604834e-03
## Seg384.4                -8.729287  2.114105521  52.002490 1.616214e-03
## Seg562.18               -2.113336  4.542020176  35.842169 1.621885e-03
## Seg2412.5               -8.853232  2.230789027  51.888289 1.623228e-03
## Seg22845.1              -2.583989 10.800032704  35.791000 1.627262e-03
## Seg2290.1               -8.593871  1.995068900  51.728939 1.633091e-03
## Seg2524.1               -8.585962  1.988531139  51.715026 1.633956e-03
## Seg880.5_Seg880.8        4.369109  2.469989901  35.719643 1.634802e-03
## Seg3078.4                4.425067  1.646350025  35.694438 1.637476e-03
## Seg1812.3                8.052265  1.291724250  51.555925 1.643900e-03
## Seg942.2                -2.358025  5.823098627  35.598478 1.647716e-03
## Seg382.7                -2.725727  3.448029008  35.561660 1.651668e-03
## Seg1807.2.3.57f48f78     3.888496  2.174526737  35.518426 1.656325e-03
## Seg1430.8                2.036402  4.360154370  35.490603 1.659332e-03
## Seg2451.3                4.667574  1.614662120  35.371959 1.672240e-03
## Seg164.15.1.57f48f77   -11.175458  4.421830147  51.059707 1.675494e-03
## Seg5677.1                4.235237  1.478646770  35.192745 1.692003e-03
## Seg2501.4               -8.835576  2.208738007  50.798285 1.692500e-03
## Seg3376.2               -8.638912  2.033740569  50.774928 1.694032e-03
## Seg1784.13               8.004581  1.240743708  50.774503 1.694060e-03
## Seg6027.1                8.004581  1.240743708  50.774503 1.694060e-03
## Seg3058.1                2.210447  4.419074020  35.107440 1.701523e-03
## Seg1000.4.2.57f48f75    -9.022280  2.377312696  50.426574 1.717123e-03
## Seg1496.8               -2.125659 10.523120510  34.966415 1.717426e-03
## Seg3735.2                7.919681  1.161875254  50.362800 1.721401e-03
## Seg1374.9.1.57f48f76    -4.561585  3.857396285  34.884627 1.726743e-03
## Seg1526.9                2.163072  5.100839676  34.847212 1.731029e-03
## Seg5714.1               -8.571218  1.977043255  50.111508 1.738410e-03
## Seg68.8                 -9.618466  2.934293359  50.040216 1.743281e-03
## Seg798.5                -8.900215  2.266743592  50.028530 1.744081e-03
## Seg4450.1               -8.900215  2.266743592  50.028530 1.744081e-03
## Seg7574.2               -2.010868  5.134822986  34.709415 1.746941e-03
## Seg1338.5                2.930010  3.636462078  34.670324 1.751491e-03
## Seg920.2                -2.034039  6.131272094  34.662465 1.752408e-03
## Seg3336.2                2.149699  4.091644950  34.612380 1.758267e-03
## Seg5646.2               -8.528580  1.938560819  49.800225 1.759826e-03
## Seg267.2                -8.594626  1.998311661  49.777621 1.761396e-03
## Seg1379.12               3.488878  6.374481207  34.493776 1.772250e-03
## Seg1608.5                4.122407  1.642182068  34.373613 1.786574e-03
## Seg168.2                -8.502781  1.914521696  49.308576 1.794453e-03
## Seg2388.2               -2.227107  3.856866625  34.300703 1.795343e-03
## Seg3589.9                8.268143  1.489346188  49.285797 1.796082e-03
## Seg397.19               -8.506970  1.917952051  49.246556 1.798892e-03
## Seg3381.2                6.048936  1.978617172  34.231375 1.803738e-03
## Seg4184.1_Seg4184.3     -2.158807  4.004673941  34.121469 1.817156e-03
## Seg3247.3                2.973755  9.678868869  34.062137 1.824458e-03
## Seg1470.9               -2.501339  4.226062894  34.029208 1.828528e-03
## Seg1470.10              -2.468700  5.656735733  33.927504 1.841178e-03
## Seg440.2                 7.860600  1.110460543  48.664660 1.841345e-03
## Seg2769.1                7.860600  1.110460543  48.664660 1.841345e-03
## Seg1210.2               -8.654144  2.046446996  48.658377 1.841812e-03
## Seg1983.6                6.595176  1.827974239  33.885715 1.846411e-03
## Seg1985.4                2.691947  4.842830028  33.847857 1.851169e-03
## Seg1076.5.2.57f48f75     7.822038  1.073587623  48.530545 1.851340e-03
## Seg1074.7.1.57f48f75     2.915846  2.827883562  33.769619 1.861057e-03
## Seg4541.2                2.716408  3.616019446  33.695169 1.870534e-03
## Seg6310.3                8.290596  1.524677225  48.244483 1.872926e-03
## Seg1225.7               -8.632807  2.027401638  48.113988 1.882897e-03
## Seg1929.6               -8.521565  1.933532063  48.061870 1.886901e-03
## Seg154.8                 6.561850  8.904040056  33.550244 1.889175e-03
## Seg395.5                -9.408172  2.739028036  48.011254 1.890802e-03
## Seg2091.1                3.520800  5.004357627  33.477165 1.898673e-03
## Seg2154.1                5.035034  1.559019985  33.468752 1.899770e-03
## Seg353.11               -2.110284 10.012515479  33.450655 1.902134e-03
## Seg1079.6                2.328251 10.928805564  33.358284 1.914265e-03
## Seg1914.1               -8.847560  2.226457203  47.703384 1.914786e-03
## Seg6133.1               -3.818936  2.090310212  33.354327 1.914787e-03
## Seg4799.1                3.987940  3.983620291  33.340670 1.916590e-03
## Seg1266.1.1.57f48f76    -8.585199  1.985232800  47.604980 1.922547e-03
## Seg951.2                -8.618805  2.020822560  47.550329 1.926877e-03
## Seg2192.8.1.57f48f79    -8.636492  2.036681334  47.493917 1.931362e-03
## Seg1199.1               -2.328800  3.666060478  33.200217 1.935272e-03
## Seg212.7                 2.055421  8.565696973  33.180288 1.937943e-03
## Seg450.4                -5.692925  3.739247106  33.127381 1.945059e-03
## Seg3693.2                3.555895  3.861357019  33.046667 1.955986e-03
## Seg6854.3               -2.474269  5.259799136  33.017568 1.959946e-03
## Seg1273.8               -2.445507  4.535863363  32.993690 1.963203e-03
## Seg1946.5                7.733643  0.991430048  47.068823 1.965659e-03
## Seg239.3                 2.221596  6.018032014  32.975217 1.965729e-03
## Seg284.3_Seg284.4        2.526676  5.185399424  32.917520 1.973646e-03
## Seg2651.6               -8.438906  1.860180813  46.947968 1.975574e-03
## Seg1001.2               -2.449713  5.699128846  32.896125 1.976593e-03
## Seg506.3                 2.342325  4.215404493  32.894501 1.976817e-03
## Seg5011.1                2.423859  4.052364287  32.878132 1.979076e-03
## Seg1520.4                2.244164  4.655498764  32.806119 1.989058e-03
## Seg1761.2                8.307799  1.526226297  46.773030 1.990058e-03
## Seg2113.5.1.57f48f79    -9.087764  2.436457862  46.765483 1.990686e-03
## Seg2326.5               -8.653026  2.044899639  46.744344 1.992447e-03
## Seg2789.1                3.511044  4.569567913  32.719865 2.001105e-03
## Seg453.13.1.57f48f7b    -8.623820  2.025590314  46.623979 2.002521e-03
## Seg3552.2                2.060999  5.049651876  32.637995 2.012634e-03
## Seg5310.3                7.963435  1.210798292  46.337202 2.026829e-03
## Seg508.5                 3.373956  2.600171973  32.441620 2.040665e-03
## Seg1026.2                2.125305  3.775364288  32.437769 2.041220e-03
## Seg2460.1               -8.365048  1.793827008  46.136031 2.044141e-03
## Seg2002.4               -2.116323  5.221491248  32.409255 2.045336e-03
## Seg227.1                -2.003558  5.527755875  32.408774 2.045406e-03
## Seg16345.1               2.315377  6.622415087  32.395437 2.047335e-03
## Seg2212.3               -2.030728  4.762860409  32.381634 2.049335e-03
## Seg1163.7                3.974897  2.360540186  32.356306 2.053011e-03
## Seg2850.3                2.439814  3.243227345  32.350608 2.053839e-03
## Seg1501.5                5.558145  3.772237923  32.305690 2.060385e-03
## Seg3.15                  2.289304  6.603086510  32.282377 2.063794e-03
## Seg2482.1                3.751155  1.798734665  32.206184 2.074989e-03
## Seg229.12                2.779917 10.988790089  32.205322 2.075116e-03
## Seg7030.4                4.395503  0.972919362  32.201460 2.075686e-03
## Seg2546.1               -8.409687  1.834919874  45.750722 2.077914e-03
## Seg2427.16              -5.840984  2.158928992  32.124637 2.087064e-03
## Seg2229.1                3.765243  2.171035470  32.089377 2.092315e-03
## Seg112.7                -2.032423  5.566641353  32.086909 2.092684e-03
## Seg1300.8                7.725650  0.985924059  45.499461 2.100383e-03
## Seg742.2                -2.227719  4.017483618  32.003686 2.105154e-03
## Seg2063.5.1.57f48f79     7.813154  1.057360521  45.426420 2.106982e-03
## Seg671.4                -2.203648  4.847628887  31.971796 2.109960e-03
## Seg29.4                 -2.323215  3.694933630  31.960564 2.111656e-03
## Seg4591.2                7.594373  0.862290715  45.319330 2.116713e-03
## Seg4459.2               -8.445940  1.867463243  45.262284 2.121923e-03
## Seg9950.1               -2.442275  3.791454105  31.887489 2.122738e-03
## Seg4756.2                7.556646  0.824558105  45.169730 2.130418e-03
## Seg768.3                -9.049439  2.401280318  45.099035 2.136940e-03
## Seg16610.1               4.099305  1.932560725  31.777598 2.139556e-03
## Seg372.1                -8.561578  1.970475938  45.029643 2.143370e-03
## Seg3188.2                6.085151  2.501186429  31.752272 2.143458e-03
## Seg9504.1                3.526223  2.085785592  31.731286 2.146698e-03
## Seg3827.2               -8.318636  1.753870039  44.993452 2.146735e-03
## Seg1713.4               -8.440965  1.857856833  44.984076 2.147608e-03
## Seg451.3                -8.426429  1.845208045  44.972895 2.148650e-03
## Seg824.18               -8.312391  1.747943999  44.944765 2.151275e-03
## Seg2544.4.11.57f48f79   -8.346843  1.776508441  44.928662 2.152779e-03
## Seg652.7                -2.907961  3.295900750  31.674918 2.155437e-03
## Seg8862.1                3.332108  2.567503222  31.658143 2.158047e-03
## Seg1988.5                3.215767  2.356198086  31.627242 2.162866e-03
## Seg226.3                 7.545810 10.091427874  31.561397 2.173186e-03
## Seg2314.6                4.210957  1.196974547  31.557555 2.173790e-03
## Seg3511.1               -9.194822  2.534222711  44.568071 2.186879e-03
## Seg2992.2               -2.009710  6.509391741  31.467628 2.187999e-03
## Seg1822.4               -2.402705  8.309133090  31.446757 2.191315e-03
## Seg1617.9               -8.441581  1.863933078  44.520649 2.191423e-03
## Seg3993.2                5.814192  3.521086511  31.434741 2.193228e-03
## Seg6658.1               -8.401415  1.823223327  44.457696 2.197477e-03
## Seg914.5                 2.151021  5.010078859  31.407597 2.197556e-03
## Seg2138.1.1.57f48f79     4.277692  1.258817287  31.351161 2.206594e-03
## Seg2728.1                2.206291  8.512259983  31.339101 2.208532e-03
## Seg339.4                 7.672970  0.927407748  44.315600 2.211232e-03
## Seg6810.1               -2.414631  3.281681462  31.292762 2.216000e-03
## Seg385.4                -3.068000  4.501310196  31.274970 2.218877e-03
## Seg49.3                  2.399313  6.651815656  31.264607 2.220555e-03
## Seg2767.1                8.684531  1.891636538  44.180073 2.224469e-03
## Seg511.2                -8.280466  1.720556151  44.169249 2.225532e-03
## Seg1260.10               2.128000  3.611715690  31.231611 2.225909e-03
## Seg1838.3                2.405003  3.482704237  31.214150 2.228750e-03
## Seg186.9                -8.286855  1.726609971  44.080810 2.234239e-03
## Seg2162.8                3.860706  2.343550273  31.114911 2.244991e-03
## Seg219.3                -8.269150  1.710572424  43.957406 2.246474e-03
## Seg2306.3               -8.420644  1.839680267  43.945736 2.247636e-03
## Seg451.5                -8.435240  1.852383412  43.918586 2.250343e-03
## Seg186.11               -8.262679  1.704436676  43.836535 2.258554e-03
## Seg675.16                7.538818  0.812772290  43.832288 2.258980e-03
## Seg1006.1                7.538818  0.812772290  43.832288 2.258980e-03
## Seg1254.13              -2.385817  4.390223346  31.019858 2.260701e-03
## Seg2475.6               -8.257744  1.700513875  43.731705 2.269108e-03
## Seg1619.6                7.449603  0.727366082  43.703254 2.271985e-03
## Seg2232.4                7.449603  0.727366082  43.703254 2.271985e-03
## Seg2564.5               -2.768968  4.993601679  30.906398 2.279653e-03
## Seg1452.3               -8.321605  1.758085766  43.580822 2.284427e-03
## Seg1556.17               7.674998  0.940251649  43.528036 2.289823e-03
## Seg5063.5                7.674998  0.940251649  43.528036 2.289823e-03
## Seg1566.4               -8.439626  1.855960446  43.320727 2.311196e-03
## Seg1881.1.1.57f48f78     8.410286  1.623809305  43.234417 2.320181e-03
## Seg4822.1               -2.452929  5.129221565  30.605611 2.330974e-03
## Seg8226.1                2.257496  8.692116441  30.601051 2.331764e-03
## Seg625.2                 6.343578  1.487723074  30.592916 2.333175e-03
## Seg94.5                  2.939385  3.308359596  30.578415 2.335693e-03
## Seg9838.1               -2.153098  4.103670066  30.577916 2.335779e-03
## Seg2495.1                7.517801  0.785705414  43.017959 2.342943e-03
## Seg1673.3               -8.381280  1.811198602  43.014417 2.343318e-03
## Seg859.8                -8.228019  1.673877825  42.969965 2.348035e-03
## Seg8852.2               -2.076115  5.491238121  30.502625 2.348913e-03
## Seg5572.1                2.550160  3.206538297  30.489453 2.351221e-03
## Seg2506.7                2.010137  4.069631015  30.475500 2.353670e-03
## Seg1058.4               -8.224581  1.672193632  42.909814 2.354439e-03
## Seg7695.2               -8.254605  1.696013960  42.891799 2.356362e-03
## Seg1233.3                7.388067  0.673304997  42.886623 2.356915e-03
## Seg2992.1                2.462662  4.840392473  30.443647 2.359273e-03
## Seg1177.3               -2.604095  3.841322241  30.365127 2.373164e-03
## Seg169.11               -2.020614  5.003807858  30.340874 2.377477e-03
## Seg2544.4.13.57f48f79   -8.260874  1.704984053  42.662907 2.380999e-03
## Seg87.2                  2.031653  5.727775458  30.312882 2.382469e-03
## Seg611.7                -8.458367  1.872067432  42.600493 2.387783e-03
## Seg122.3                -5.350188  3.416904516  30.266806 2.390718e-03
## Seg5464.1.1.57f48f7c     6.849147  8.104863823  30.260574 2.391836e-03
## Seg10002.1               4.323139  3.662721858  30.246290 2.394403e-03
## Seg1723.5               -8.199302  1.649056320  42.385100 2.411416e-03
## Seg1516.9.1.57f48f76   -10.567115  3.829760257  42.384568 2.411475e-03
## Seg81.11                 2.139809  5.185963807  30.140460 2.413540e-03
## Seg2651.5                2.661087  4.565265635  30.117143 2.417785e-03
## Seg2129.9               -8.500636  1.909039605  42.304437 2.420355e-03
## Seg531.3                -8.663252  2.052848155  42.293937 2.421522e-03
## Seg524.1                 2.693113  6.022484025  30.092465 2.422289e-03
## Seg3444.4               -2.512946  4.610099892  30.077275 2.425067e-03
## Seg435.11               -2.396262  5.811401867  30.063378 2.427613e-03
## Seg3929.3                2.121692  3.455560370  30.053084 2.429501e-03
## Seg7632.1                2.363986  4.392360562  30.045479 2.430897e-03
## Seg6955.2               -2.102590  4.039458075  30.028177 2.434077e-03
## Seg976.3                 8.566141  1.794802053  42.174634 2.434843e-03
## Seg61.6                  2.235913  5.924340716  30.018882 2.435788e-03
## Seg4357.3               -8.209551  1.657155943  42.165334 2.435886e-03
## Seg1837.6.2.57f48f78     2.764789  5.361599877  30.016835 2.436165e-03
## Seg1383.5                7.333998  0.623757658  42.149535 2.437659e-03
## Seg1854.3                7.333998  0.623757658  42.149535 2.437659e-03
## Seg545.2                 2.417510  4.243533454  29.961197 2.446443e-03
## Seg868.10               -8.528148  1.933172950  42.069871 2.446629e-03
## Seg4663.2                2.819977  3.196889036  29.932745 2.451722e-03
## Seg473.4                -3.085833  9.058381265  29.916777 2.454692e-03
## Seg2612.5               -8.428430  1.853301543  41.987185 2.455992e-03
## Seg2532.2.1.57f48f79    -9.233879  2.578972635  41.932425 2.462221e-03
## Seg7335.1               -2.166293  3.796735051  29.861186 2.465070e-03
## Seg1915.9               -2.303117  4.842676570  29.805240 2.475575e-03
## Seg1363.36               7.323870  0.617425823  41.689832 2.490101e-03
## Seg7105.1                7.323870  0.617425823  41.689832 2.490101e-03
## Seg1304.8                8.123776  1.366726154  41.651508 2.494548e-03
## Seg1578.2                8.123776  1.366726154  41.651508 2.494548e-03
## Seg3037.2               -2.198015  4.756373492  29.703054 2.494925e-03
## Seg1739.11              -2.115059  5.162157679  29.693234 2.496795e-03
## Seg319.13               -2.542619  3.238220147  29.691712 2.497085e-03
## Seg1757.3               -8.219732  1.665220662  41.629453 2.497112e-03
## Seg1103.4                7.576961  0.850698280  41.562238 2.504952e-03
## Seg202.2                -5.667387  2.004972392  29.636666 2.507608e-03
## Seg2440.7               -2.117167  4.534625959  29.633688 2.508179e-03
## Seg675.17                8.388397  1.622136687  41.503420 2.511842e-03
## Seg2513.4               -8.285065  1.727103760  41.501231 2.512099e-03
## Seg686.1                -8.307343  1.746710224  41.499392 2.512315e-03
## Seg6106.1               -8.423717  1.841357791  41.498476 2.512422e-03
## Seg7116.1               -2.359291  3.686375311  29.606407 2.513418e-03
## Seg2544.4.8.57f48f79    -8.157774  1.613056654  41.484698 2.514041e-03
## Seg267.7                 7.344079  0.630087278  41.454635 2.517578e-03
## Seg16.4.1.57f48f77      -8.361562  1.794516990  41.377584 2.526677e-03
## Seg1348.8.3.57f48f76     5.669595  2.458837110  29.497617 2.534464e-03
## Seg262.2                 7.622557  0.893265971  41.246268 2.542296e-03
## Seg2708.6                7.622557  0.893265971  41.246268 2.542296e-03
## Seg1811.6                7.780936  1.024366038  41.242178 2.542785e-03
## Seg1001.3               -3.362115  2.219792194  29.385204 2.556467e-03
## Seg1644.15.1.57f48f77    8.384058  1.597610623  41.117564 2.557743e-03
## Seg552.2                 3.153126  4.218753401  29.326638 2.568036e-03
## Seg1348.8.2.57f48f76    -8.173553  1.625469681  40.963947 2.576363e-03
## Seg6367.1               -2.935578  5.091181028  29.237561 2.585771e-03
## Seg265.1.1.57f48f79      8.440001  1.672428980  40.881241 2.586470e-03
## Seg7205.1               -8.295271  1.729489995  40.795711 2.596985e-03
## Seg1762.3               -8.123970  1.585444124  40.787235 2.598030e-03
## Seg5297.1               -2.838530  2.959179197  29.170453 2.599244e-03
## Seg5113.1                5.702191  2.130575467  29.165512 2.600240e-03
## Seg2406.3.1.57f48f79    -8.257505  1.703303482  40.736251 2.604331e-03
## Seg249.12               -8.268902  1.713312817  40.733580 2.604662e-03
## Seg1313.9               -2.026394  5.064974743  28.977722 2.638483e-03
## Seg8951.1               -8.150611  1.609701584  40.371764 2.650044e-03
## Seg6364.1               -2.671558  2.833966464  28.879150 2.658870e-03
## Seg1969.4               -8.096805  1.560690583  40.297483 2.659505e-03
## Seg2082.2               -2.001497  6.182069714  28.841773 2.666657e-03
## Seg574.5                -8.102302  1.564974287  40.233441 2.667702e-03
## Seg713.3.1.57f48f7d     -8.399021  1.827977328  40.232572 2.667814e-03
## Seg5820.1                3.852490  3.134633782  28.825928 2.669968e-03
## Seg550.3                 7.256779  0.559614401  40.056435 2.690553e-03
## Seg2544.4.7.57f48f79    -8.241031  1.689281213  39.953817 2.703934e-03
## Seg2299.6                6.856305 10.795018335  28.615400 2.714503e-03
## Seg2511.3               -2.094193  3.675091863  28.612055 2.715219e-03
## Seg539.6                -2.450899  5.527946831  28.603456 2.717060e-03
## Seg2726.2                7.197461  0.506317426  39.850565 2.717496e-03
## Seg1270.3               -2.275322  3.403117604  28.541691 2.730338e-03
## Seg4407.2                7.421062  0.709040759  39.739818 2.732155e-03
## Seg2237.1               -2.180285  3.754765433  28.527321 2.733440e-03
## Seg1367.9                2.732520  3.042515385  28.520101 2.735001e-03
## Seg784.7                -2.264782  6.717427848  28.496933 2.740016e-03
## Seg287.5                -8.059696  1.529387823  39.652854 2.743748e-03
## Seg8230.2                5.996988  4.363680757  28.389454 2.763452e-03
## Seg2286.4                2.555489  3.812180219  28.383343 2.764793e-03
## Seg905.3                -8.567253  1.966949074  39.489723 2.765691e-03
## Seg5995.1                2.662398  6.817026820  28.377655 2.766042e-03
## Seg2513.1               -5.561018  4.000719526  28.370172 2.767686e-03
## Seg1070.2                7.146801  0.457767439  39.464592 2.769094e-03
## Seg16047.1               7.471829  0.755713529  39.434456 2.773184e-03
## Seg1733.7                7.471829  0.755713529  39.434456 2.773184e-03
## Seg5242.2.1.57f48f7c     7.417234  0.691943946  39.425134 2.774450e-03
## Seg1333.5                3.812068  2.665990616  28.305532 2.781945e-03
## Seg2506.2               -8.194344  1.641893790  39.235447 2.800414e-03
## Seg3522.1               -8.139962  1.601385799  39.128625 2.815193e-03
## Seg373.1                 7.739939  0.984941922  39.091729 2.820325e-03
## Seg1880.1                2.081269  4.825183017  28.123427 2.822666e-03
## Seg1393.7               -2.081764  4.201514226  28.067960 2.835234e-03
## Seg7457.2                4.323626  2.978853208  28.067418 2.835357e-03
## Seg2171.7                2.828405  3.404850772  28.060071 2.837027e-03
## Seg3521.2                2.014754  7.782019118  28.047162 2.839966e-03
## Seg5650.1               -9.164055  2.515346354  38.911739 2.845557e-03
## Seg8991.1               -2.122657  3.758900941  27.998809 2.851010e-03
## Seg330.5                 7.070727  0.393742089  38.709678 2.874283e-03
## Seg1123.4                7.070727  0.393742089  38.709678 2.874283e-03
## Seg2294.6.1.57f48f79    -8.913794  2.287817246  38.700572 2.875587e-03
## Seg2949.3                8.117490  1.362064624  38.691717 2.876857e-03
## Seg1378.3                3.010165  2.726779195  27.885956 2.877020e-03
## Seg508.4.1.57f48f7c      5.643478  2.067128253  27.878543 2.878740e-03
## Seg1123.8               -2.468186  4.610639332  27.875784 2.879380e-03
## Seg6803.2                3.416541  2.421022824  27.865273 2.881822e-03
## Seg889.12               -8.093193  1.555433310  38.591973 2.891213e-03
## Seg1784.12              -7.994358  1.473751211  38.395790 2.919762e-03
## Seg7453.1               -2.407426  5.439415889  27.703075 2.919871e-03
## Seg7103.1                2.483174  3.943447833  27.666807 2.928474e-03
## Seg1290.4               -8.036988  1.507942923  38.289102 2.935462e-03
## Seg4235.1               -8.535149  1.938233680  38.277214 2.937219e-03
## Seg1333.7                3.102612  3.301724378  27.619467 2.939757e-03
## Seg4466.3                4.705815  6.123966661  27.619293 2.939798e-03
## Seg4445.2.1.57f48f7b    -8.070874  1.541797371  38.245649 2.941892e-03
## Seg1961.7               -2.300781  4.144059043  27.604559 2.943322e-03
## Seg446.10               -8.134878  1.590475395  38.161228 2.954444e-03
## Seg1731.8.1.57f48f77    -8.254131  1.701624931  38.125757 2.959742e-03
## Seg684.8               -10.037313  3.328452555  38.104575 2.962912e-03
## Seg1774.4                7.082425  0.400563184  38.096367 2.964142e-03
## Seg1121.15               4.109123  1.047067785  27.508821 2.966362e-03
## Seg387.2                 2.576394  6.345899082  27.493338 2.970112e-03
## Seg3304.1               -2.233520  3.369544036  27.484557 2.972241e-03
## Seg2279.1                7.229951  0.526025143  38.024526 2.974938e-03
## Seg5301.1                7.229951  0.526025143  38.024526 2.974938e-03
## Seg2162.5               -8.276880  1.721570520  38.005429 2.977818e-03
## Seg5612.2                2.867118  4.080207423  27.459894 2.978234e-03
## Seg1345.8                2.137421  3.575314844  27.453886 2.979696e-03
## Seg4133.2                7.835908  1.073506805  37.944113 2.987092e-03
## Seg776.2                 7.186527  0.499746247  37.941362 2.987509e-03
## Seg4386.3.1.57f48f7b     7.186527  0.499746247  37.941362 2.987509e-03
## Seg2654.3                3.212929  2.983232490  27.417626 2.988542e-03
## Seg1426.8               -2.128954  3.387133904  27.379420 2.997903e-03
## Seg2498.3               -8.299273  1.741226153  37.868730 2.998552e-03
## Seg6027.2                7.058970  0.386921509  37.845558 3.002088e-03
## Seg1809.5               -8.004158  1.483981836  37.830601 3.004373e-03
## Seg3734.3                7.658428  0.929034218  37.779425 3.012213e-03
## Seg10723.1               7.246213  0.553162606  37.759109 3.015333e-03
## Seg1634.12              -2.041272  3.565578464  27.298691 3.017816e-03
## Seg1597.11               4.033794  0.660020221  27.280112 3.022424e-03
## Seg1839.8                7.002780  0.334167063  37.663263 3.030119e-03
## Seg114.9                 5.551358  1.493820139  27.189563 3.045026e-03
## Seg493.2                -8.048413  1.516797593  37.544830 3.048538e-03
## Seg756.7                -8.048413  1.516797593  37.544830 3.048538e-03
## Seg2290.2               -8.166289  1.625300968  37.525220 3.051604e-03
## Seg8602.2               -8.166289  1.625300968  37.525220 3.051604e-03
## Seg4957.2                7.303473  0.604756008  37.473887 3.059651e-03
## Seg4877.2               -2.956929  3.294712713  27.128254 3.060462e-03
## Seg1312.4                6.990562  0.327216413  37.462272 3.061476e-03
## Seg4551.1                6.990562  0.327216413  37.462272 3.061476e-03
## Seg1881.1               -7.962578  1.448047474  37.451894 3.063108e-03
## Seg6947.2               -7.964542  1.446709611  37.402895 3.070831e-03
## Seg2314.7                5.685173  2.479126315  27.083822 3.071717e-03
## Seg354.6                -7.938217  1.425157644  37.392836 3.072420e-03
## Seg1944.6               -2.336288  4.913008382  27.062927 3.077030e-03
## Seg1569.8               -7.998294  1.479489879  37.297546 3.087534e-03
## Seg2234.2                2.262247  4.698466650  27.007485 3.091188e-03
## Seg4818.1                2.113262  9.401493809  26.998591 3.093467e-03
## Seg1797.3               -2.114171  5.043135778  26.956416 3.104309e-03
## Seg2175.7                5.090398  4.892336159  26.951931 3.105465e-03
## Seg1817.12              -7.917636  1.408017518  37.182855 3.105870e-03
## Seg19800.1              -2.413229  5.116361682  26.924554 3.112535e-03
## Seg298.9                -2.115616  3.508517902  26.866958 3.127481e-03
## Seg2152.6                8.950758  2.172605155  36.989861 3.137090e-03
## Seg1646.5               -7.905185  1.398568600  36.984209 3.138011e-03
## Seg1475.1               -7.928029  1.418871895  36.914041 3.149482e-03
## Seg53.6                  4.638584  1.244256829  26.745771 3.159255e-03
## Seg2506.1               -2.521784  2.966336089  26.728965 3.163696e-03
## Seg582.2                 7.925977  1.157401590  36.812068 3.166263e-03
## Seg3865.1                3.707219  3.369426244  26.693937 3.172982e-03
## Seg1043.10               6.918638  0.265090873  36.771303 3.173008e-03
## Seg1121.23               6.918638  0.265090873  36.771303 3.173008e-03
## Seg2869.2                6.918638  0.265090873  36.771303 3.173008e-03
## Seg2807.7                3.438656  1.721059156  26.682356 3.176060e-03
## Seg1712.9               -7.898923  1.393827087  36.726355 3.180470e-03
## Seg5052.2                3.750169  1.448632268  26.663965 3.180957e-03
## Seg23.1                 -2.021273  5.096622258  26.655798 3.183135e-03
## Seg651.2                -7.888287  1.382719097  36.678195 3.188494e-03
## Seg1159.8               -7.875591  1.373117290  36.651580 3.192942e-03
## Seg932.11                2.845161  4.020751890  26.614873 3.194080e-03
## Seg1891.14               5.553447  2.348161707  26.605619 3.196562e-03
## Seg2012.2               -7.978573  1.463049115  36.620337 3.198174e-03
## Seg187.11                2.397877  5.597072256  26.556956 3.209658e-03
## Seg841.2                -7.894598  1.387502526  36.535332 3.212474e-03
## Seg416.8                -7.866982  1.365051220  36.480154 3.221807e-03
## Seg9519.1                5.557031  1.504179055  26.475721 3.231686e-03
## Seg434.2                 7.014936  0.341119056  36.346385 3.244599e-03
## Seg5090.2                7.014936  0.341119056  36.346385 3.244599e-03
## Seg5671.1               -2.267896  7.568588848  26.423170 3.246048e-03
## Seg1691.5                2.082019  7.657178210  26.410000 3.249661e-03
## Seg1454.6               -8.264736  1.701085172  36.295558 3.253322e-03
## Seg1885.8                3.422087  4.678294246  26.381542 3.257488e-03
## Seg535.3                 3.751292  1.056297407  26.357805 3.264036e-03
## Seg832.3                 7.094066  0.407384633  36.184255 3.272545e-03
## Seg1953.5               -8.280989  1.715109494  36.171342 3.274786e-03
## Seg639.4                -7.847636  1.350477392  36.082165 3.290324e-03
## Seg5090.1                5.533946  1.474391959  26.262121 3.290617e-03
## Seg6391.1                2.276932  6.832816731  26.211121 3.304907e-03
## Seg585.1.1.57f48f7c     -9.212627  2.560165125  35.981353 3.308021e-03
## Seg4425.3                3.748714  1.610345631  26.197520 3.308732e-03
## Seg2265.5_Seg2265.6     -8.008053  1.481563856  35.969789 3.310060e-03
## Seg893.9                 4.093915  1.408138903  26.190245 3.310781e-03
## Seg1012.11              -7.930123  1.421924119  35.951368 3.313312e-03
## Seg1341.1               -7.930123  1.421924119  35.951368 3.313312e-03
## Seg3418.4               -8.046530  1.514036707  35.949121 3.313709e-03
## Seg4710.3                5.816108  1.093093966  26.175336 3.314985e-03
## Seg2508.6               -8.080123  1.551404422  35.938508 3.315585e-03
## Seg2862.3                2.498486  2.809000794  26.167009 3.317336e-03
## Seg50.18                -2.429940  3.146122204  26.154939 3.320749e-03
## Seg797.6                -7.886328  1.384309806  35.895828 3.323145e-03
## Seg6703.1                2.437570  3.480235063  26.141374 3.324590e-03
## Seg5814.2                4.191939  2.541312254  26.125640 3.329052e-03
## Seg142.5                -7.864752  1.361787540  35.859853 3.329538e-03
## Seg2574.6               -7.864752  1.361787540  35.859853 3.329538e-03
## Seg3689.1.1.57f48f7b    -8.289645  1.733588877  35.826435 3.335492e-03
## Seg1994.3.1.57f48f78    -7.816819  1.324104519  35.813143 3.337864e-03
## Seg12433.1               7.511786  0.795066334  35.802171 3.339825e-03
## Seg2031.2               -2.234449  3.544976732  26.069071 3.345166e-03
## Seg381.33               -7.843087  1.343836410  35.766524 3.346206e-03
## Seg2170.6                2.245554  4.972844253  26.032922 3.355519e-03
## Seg2053.5                6.842807  0.200351612  35.701276 3.357932e-03
## Seg14464.1               6.842807  0.200351612  35.701276 3.357932e-03
## Seg768.14.1.57f48f7e    -8.560815  1.960215013  35.656602 3.365996e-03
## Seg2353.7               -8.865910  2.233240635  35.622758 3.372123e-03
## Seg1830.12               7.047157  0.380101606  35.577190 3.380400e-03
## Seg415.2                -7.892426  1.384317407  35.549045 3.385528e-03
## Seg1405.4                2.263545  3.960251298  25.909900 3.391089e-03
## Seg1019.1.1.57f48f75    -8.574080  1.971932273  35.507652 3.393089e-03
## Seg50.14                -3.491271  7.851730813  25.835523 3.412847e-03
## Seg192.1                 2.842629  3.907721514  25.835184 3.412947e-03
## Seg16392.1               3.957703  1.942953457  25.830250 3.414397e-03
## Seg3231.6                2.202738  3.334413011  25.811827 3.419820e-03
## Seg1645.4                7.240678  0.532591967  35.357189 3.420785e-03
## Seg18102.1               3.888824  1.164936191  25.804195 3.422070e-03
## Seg4446.2               -7.879994  1.379533978  35.328419 3.426119e-03
## Seg6483.1                7.112812  0.437685309  35.323942 3.426950e-03
## Seg858.5                -7.865027  1.366716162  35.318790 3.427907e-03
## Seg5241.3                8.051468  1.275432406  35.217512 3.446796e-03
## Seg1159.3               -7.966623  1.453944686  35.191346 3.451702e-03
## Seg564.5                -7.782900  1.293672782  35.183296 3.453213e-03
## Seg3789.4               -7.834261  1.335559300  35.096672 3.469536e-03
## Seg10.4                 -7.787724  1.300693616  35.079526 3.472780e-03
## Seg1890.3               -7.753093  1.269717766  35.046387 3.479064e-03
## Seg4636.1                4.727010  1.277990476  25.571262 3.491739e-03
## Seg2644.2.1.57f48f79    -8.551498  1.951778130  34.973171 3.493005e-03
## Seg2504.4               -7.746176  1.264581213  34.959968 3.495528e-03
## Seg396.7                 4.684291  1.849791605  25.547381 3.498993e-03
## Seg3519.6               -7.960480  1.440733797  34.908649 3.505360e-03
## Seg1184.2.4.57f48f75     2.300092  3.516804454  25.524812 3.505867e-03
## Seg698.3.1.57f48f7d      7.605471  0.881852030  34.857249 3.515249e-03
## Seg1064.1                7.308868  0.591848910  34.810171 3.524342e-03
## Seg5222.1               -7.736702  1.255761439  34.801706 3.525980e-03
## Seg747.12               -8.019707  1.490578181  34.768775 3.532366e-03
## Seg1651.3               -8.019707  1.490578181  34.768775 3.532366e-03
## Seg1748.6               -8.019707  1.490578181  34.768775 3.532366e-03
## Seg2229.2               -2.247778  9.298454597  25.382500 3.549647e-03
## Seg539.8                 2.082758  3.325306593  25.367491 3.554308e-03
## Seg1868.5               -5.116173  2.322587181  25.364492 3.555241e-03
## Seg675.13                6.748680  0.125425032  34.632137 3.559045e-03
## Seg7081.1                6.748680  0.125425032  34.632137 3.559045e-03
## Seg253.13               -7.917792  1.412585265  34.553714 3.574492e-03
## Seg4299.3               -2.161103  3.699993896  25.279860 3.581694e-03
## Seg6854.2               -2.276254  3.152124212  25.267650 3.585533e-03
## Seg1522.9               -7.925791  1.411246159  34.480289 3.589044e-03
## Seg4812.1               -7.946485  1.437225429  34.442152 3.596637e-03
## Seg1489.3                2.131832  6.119410077  25.206066 3.604983e-03
## Seg859.12               -2.831459  2.445484133  25.161459 3.619162e-03
## Seg612.1                -7.696189  1.222119035  34.309167 3.623300e-03
## Seg1782.13              -7.696189  1.222119035  34.309167 3.623300e-03
## Seg541.4                -8.002216  1.485179562  34.290097 3.627148e-03
## Seg1476.4                2.216833  5.478314332  25.135798 3.627354e-03
## Seg762.4                 3.753456  1.760125611  25.118062 3.633031e-03
## Seg2581.1               -7.689011  1.216830182  34.249485 3.635361e-03
## Seg5184.1               -7.703336  1.227394219  34.242430 3.636791e-03
## Seg1756.16               3.963778  5.108727111  25.071050 3.648139e-03
## Seg381.4                -8.222547  1.675741692  34.156396 3.654292e-03
## Seg3794.2               -2.358948  6.727026188  25.008840 3.668265e-03
## Seg1528.6                5.446029  2.525755532  25.005644 3.669303e-03
## Seg8754.2                3.018407  2.660421978  25.004167 3.669783e-03
## Seg1393.3               -7.681802  1.211527628  34.060139 3.674021e-03
## Seg594.2                -7.710453  1.232655768  34.054592 3.675163e-03
## Seg1216.9               -7.710453  1.232655768  34.054592 3.675163e-03
## Seg3419.4                3.980489  2.900453477  24.984203 3.676277e-03
## Seg1975.5                5.158137  0.424670787  24.977329 3.678518e-03
## Seg1674.6               -3.504050  2.336572168  24.943566 3.689547e-03
## Seg1445.5_Seg1445.6     -7.852159  1.357052278  33.958294 3.695067e-03
## Seg597.6                -7.686353  1.212976282  33.926108 3.701755e-03
## Seg6089.1               -2.056684  3.344845187  24.896867 3.704879e-03
## Seg353.23               -7.708554  1.234954284  33.904997 3.706151e-03
## Seg2132.5               -7.664575  1.196964898  33.901467 3.706887e-03
## Seg4978.1               -7.664575  1.196964898  33.901467 3.706887e-03
## Seg4595.2                2.037092  4.680687195  24.873973 3.712427e-03
## Seg1365.9.2.57f48f76    -7.787251  1.295205820  33.780706 3.732192e-03
## Seg1914.4                3.748665  1.615352556  24.809367 3.733844e-03
## Seg272.5                -7.647136  1.182238118  33.721105 3.744776e-03
## Seg2760.1               -7.693549  1.218285669  33.685638 3.752293e-03
## Seg782.12.2.57f48f7e    -8.843197  2.212356271  33.667865 3.756069e-03
## Seg3885.1               -2.527376  4.813530723  24.722761 3.762823e-03
## Seg2590.3                2.786252  3.602935002  24.720480 3.763590e-03
## Seg4202.4               -7.657253  1.191599916  33.630588 3.764006e-03
## Seg873.10                7.436458  0.704355107  33.620466 3.766166e-03
## Seg2200.5                2.629993  4.458439545  24.675543 3.778754e-03
## Seg20079.1               6.662913  0.054640119  33.537751 3.783882e-03
## Seg2307.5                6.662913  0.054640119  33.537751 3.783882e-03
## Seg8314.1               -7.629479  1.167343342  33.517885 3.788155e-03
## Seg1373.4               -7.639729  1.176823457  33.501339 3.791719e-03
## Seg102.13                3.499432  1.279085215  24.602178 3.803693e-03
## Seg552.5.1.57f48f7c      9.769726  2.968925508  33.386204 3.816661e-03
## Seg3258.2                3.474899  1.911775125  24.507845 3.836096e-03
## Seg1615.2               -7.619144  1.157778955  33.264289 3.843336e-03
## Seg5616.4               -7.793999  1.300264723  33.238009 3.849122e-03
## Seg734.12                4.490589  0.603066706  24.429188 3.863407e-03
## Seg3062.3                2.712574  3.441828904  24.402464 3.872747e-03
## Seg806.30                6.734677  0.118072667  33.125159 3.874115e-03
## Seg664.8                 6.816077  0.185919495  33.118910 3.875506e-03
## Seg2008.3               -2.928358  2.232754873  24.359620 3.887787e-03
## Seg1372.16              -2.220018  3.243476799  24.355778 3.889140e-03
## Seg5671.2               -2.308556  5.343422092  24.355423 3.889265e-03
## Seg5888.1               -7.593485  1.137033267  33.038186 3.893541e-03
## Seg1276.9.1.57f48f76     3.843100  1.538021781  24.339382 3.894920e-03
## Seg2508.1                7.776111  1.041562168  33.022711 3.897012e-03
## Seg2629.3               -7.585814  1.131463324  32.983171 3.905903e-03
## Seg2116.6               -8.206482  1.649359511  32.953190 3.912665e-03
## Seg6527.1                5.364627  1.314615484  24.281044 3.915582e-03
## Seg1421.2               -7.596400  1.141227600  32.926311 3.918741e-03
## Seg2988.2               -2.302028  3.653102762  24.253225 3.925488e-03
## Seg8129.2               -7.683685  1.209099564  32.886782 3.927703e-03
## Seg1643.5                3.942341  1.209550754  24.236076 3.931612e-03
## Seg5788.1               -7.659119  1.189061167  32.869268 3.931683e-03
## Seg352.8                 6.648245  0.047146656  32.864660 3.932731e-03
## Seg434.6                 2.188130  3.659304353  24.212412 3.940084e-03
## Seg13582.1              -4.283415  1.633260085  24.189612 3.948271e-03
## Seg261.2                 5.090207  0.366572720  24.187881 3.948894e-03
## Seg2706.1               -7.755017  1.267594392  32.786340 3.950610e-03
## Seg4996.2                3.396730  1.527646098  24.179284 3.951988e-03
## Seg675.8                 2.547072  2.567350080  24.167309 3.956303e-03
## Seg1439.10               3.064187  2.460922333  24.163219 3.957778e-03
## Seg386.2                 2.192077  3.211466584  24.153058 3.961446e-03
## Seg662.1.1.57f48f7d     -7.608724  1.148128595  32.737989 3.961708e-03
## Seg6.6.1.57f48f7c        5.396209  0.618582838  24.142031 3.965433e-03
## Seg543.10               -7.559574  1.110346357  32.621628 3.988605e-03
## Seg2228.1               -7.800719  1.305310803  32.619807 3.989029e-03
## Seg763.3                -8.037025  1.504020500  32.612166 3.990804e-03
## Seg2231.5               -8.331932  1.758074858  32.604072 3.992687e-03
## Seg1427.3               -7.776615  1.294137706  32.539031 4.007862e-03
## Seg349.1                -7.666448  1.194454895  32.414543 4.037145e-03
## Seg1646.10               2.146285  7.524282736  23.935654 4.041078e-03
## Seg460.11                2.491943  3.459253795  23.934056 4.041671e-03
## Seg3409.2                2.209618  3.602202311  23.932971 4.042074e-03
## Seg539.3                 2.060798  6.225755671  23.865661 4.067187e-03
## Seg4539.1               -7.738618  1.253566309  32.253726 4.075444e-03
## Seg9015.2               -7.839189  1.347341522  32.252768 4.075674e-03
## Seg1966.3                5.774994  1.719225036  23.832518 4.079631e-03
## Seg4215.2                2.948652  2.614525590  23.820136 4.084294e-03
## Seg5900.2                7.035285  0.373282539  32.209112 4.086164e-03
## Seg1820.4               -7.532860  1.088916712  32.202314 4.087801e-03
## Seg2302.4               -2.308768  4.770435147  23.804823 4.090071e-03
## Seg2454.8                6.046523  1.292129470  23.798896 4.092310e-03
## Seg2054.2               -7.854410  1.360315393  32.167149 4.096285e-03
## Seg1983.8                5.354352  2.153372164  23.739941 4.114673e-03
## Seg1348.4               -2.395175  3.282969295  23.737659 4.115543e-03
## Seg3326.3               -7.784836  1.291666180  32.055450 4.123406e-03
## Seg616.12               -7.617310  1.160494125  32.039574 4.127283e-03
## Seg1878.4               -7.617310  1.160494125  32.039574 4.127283e-03
## Seg319.7                 3.909709  3.323754133  23.694847 4.131894e-03
## Seg2090.1               -7.581065  1.130119950  32.001848 4.136515e-03
## Seg549.4                -4.196481  1.561295952  23.682306 4.136700e-03
## Seg5.8                   6.776472  0.140144253  32.000409 4.136868e-03
## Seg4033.1.1.57f48f7b     2.952188  5.869138461  23.678278 4.138246e-03
## Seg439.1                -8.661759  2.062962495  31.993024 4.138680e-03
## Seg1174.6               -7.502463  1.062604349  31.981321 4.141552e-03
## Seg4496.1                2.423864  6.577809488  23.616359 4.162105e-03
## Seg59.4                  5.200212  0.467438419  23.615151 4.162573e-03
## Seg4632.1               -7.524890  1.083191405  31.820774 4.181258e-03
## Seg3454.1               -8.083774  1.556649542  31.814741 4.182761e-03
## Seg1604.2                7.891867  1.150965172  31.771320 4.193602e-03
## Seg1379.1                4.396099  1.856324691  23.519959 4.199632e-03
## Seg675.9                 2.723182  4.415613995  23.518684 4.200131e-03
## Seg1887.2               -7.482899  1.046291639  31.713445 4.208117e-03
## Seg282.2                -7.928164  1.423351306  31.680199 4.216488e-03
## Seg7397.1                2.475184  2.749901248  23.455923 4.224819e-03
## Seg2586.5               -3.947698  1.360191971  23.453664 4.225711e-03
## Seg873.4                 6.869266  0.214797785  31.619210 4.231910e-03
## Seg809.2                -2.455361  3.135945030  23.423215 4.237765e-03
## Seg2049.4               -7.745585  1.258760204  31.590299 4.239249e-03
## Seg1585.1                3.453358  1.233241422  23.418402 4.239674e-03
## Seg2719.4               -8.383769  1.817412982  31.557519 4.247593e-03
## Seg1081.10               3.221046  1.498733224  23.397287 4.248067e-03
## Seg771.7                 3.746624  0.431592002  23.385477 4.252770e-03
## Seg1050.1               -2.396190  2.791895521  23.373666 4.257482e-03
## Seg2488.3               -7.466383  1.034506995  31.456435 4.273477e-03
## Seg242.6                -7.605841  1.143954186  31.441309 4.277371e-03
## Seg1159.2               -3.423301  4.680376727  23.294127 4.289399e-03
## Seg4197.1               -7.817213  1.329326395  31.386751 4.291457e-03
## Seg1738.4                3.012609  2.422084345  23.284032 4.293473e-03
## Seg1546.15              -7.573345  1.124544002  31.338718 4.303916e-03
## Seg1091.21              -7.554774  1.109034234  31.338326 4.304017e-03
## Seg939.6.1.57f48f7e     -7.791599  1.296743216  31.337638 4.304196e-03
## Seg3008.2               -7.535955  1.093338028  31.323277 4.307932e-03
## Seg5259.3               -7.656377  1.185073176  31.317431 4.309454e-03
## Seg1561.7               -7.516882  1.077450604  31.292240 4.316022e-03
## Seg11590.2              -7.516882  1.077450604  31.292240 4.316022e-03
## Seg4806.1               -7.446328  1.017864198  31.287057 4.317375e-03
## Seg1279.8                4.488685  4.908987496  23.223620 4.317969e-03
## Seg1172.16               5.018800  0.306190138  23.212311 4.322576e-03
## Seg2293.1               -7.627637  1.169999836  31.264072 4.323383e-03
## Seg1845.8               -7.471363  1.035699088  31.246345 4.328025e-03
## Seg11598.2               5.728956  0.938229936  23.193003 4.330458e-03
## Seg756.1                 4.130062  0.732277475  23.185200 4.333649e-03
## Seg1311.7                3.850113  0.506376531  23.126157 4.357899e-03
## Seg1208.5               -7.705235  1.225048192  31.117957 4.361867e-03
## Seg1475.1.1.57f48f76     8.436352  1.644680684  31.062654 4.376565e-03
## Seg865.2                 5.772419  0.978118812  23.077192 4.378153e-03
## Seg6008.2                4.192470  0.784299070  23.050675 4.389176e-03
## Seg2480.2.1.57f48f79    -7.534612  1.085744345  30.981562 4.398250e-03
## Seg1365.9               -7.561355  1.107313087  30.958823 4.404359e-03
## Seg3993.3                3.973879  0.203851552  23.007831 4.407067e-03
## Seg7850.1                3.610224  0.687174113  23.003923 4.408704e-03
## Seg216.3                -2.904617  2.194560988  23.000363 4.410197e-03
## Seg5821.1               -7.479627  1.041611070  30.932475 4.411453e-03
## Seg2430.1               -7.587622  1.128562870  30.909795 4.417574e-03
## Seg2191.4.1.57f48f79    -8.336613  1.776360770  30.867003 4.429155e-03
## Seg2023.2               -7.752522  1.263940674  30.862789 4.430298e-03
## Seg3080.4               -7.451348  1.019025968  30.851879 4.433259e-03
## Seg1329.7                7.698620  8.544931978  22.931541 4.439177e-03
## Seg440.1                 3.133937  2.909595334  22.917077 4.445301e-03
## Seg2205.5               -7.422517  0.996080715  30.727463 4.467235e-03
## Seg7026.1               -7.422517  0.996080715  30.727463 4.467235e-03
## Seg1556.16               7.998923  1.252807591  30.649030 4.488851e-03
## Seg2091.2.4.57f48f79    -7.663724  1.190488633  30.638004 4.491902e-03
## Seg3420.2               -7.384386  0.966610510  30.611553 4.499235e-03
## Seg6685.1                2.908548  2.004719881  22.785202 4.501682e-03
## Seg8680.2                3.072492  3.568583347  22.767667 4.509254e-03
## Seg1394.9               -2.897440  2.187657506  22.763097 4.511230e-03
## Seg122.5                -2.356964  2.821811906  22.760254 4.512460e-03
## Seg1573.4               -7.393114  0.972763790  30.553964 4.515259e-03
## Seg5552.2                2.577076  2.676741852  22.752684 4.515737e-03
## Seg4633.3               -7.565589  1.118953262  30.551993 4.515809e-03
## Seg1358.6               -7.936371  1.430997601  30.536743 4.520067e-03
## Seg200.1                -7.429432  1.005891479  30.508547 4.527956e-03
## Seg11685.1              -7.429432  1.005891479  30.508547 4.527956e-03
## Seg1340.10              -7.375613  0.960439772  30.498446 4.530788e-03
## Seg1346.2                6.262516  5.907123987  22.709013 4.534709e-03
## Seg6.8                  -7.602197  1.149536456  30.449145 4.544643e-03
## Seg8218.1                4.683031  0.791944642  22.670509 4.551527e-03
## Seg1946.7               -7.431043  1.002134357  30.424551 4.551579e-03
## Seg3021.2               -2.646095 10.249763732  22.650237 4.560416e-03
## Seg1934.8               -7.620151  1.164564618  30.384194 4.562993e-03
## Seg5060.1                2.353407  3.522732656  22.642262 4.563920e-03
## Seg934.3.1.57f48f7e      2.774162  5.206470013  22.632391 4.568262e-03
## Seg50.12                -7.387986  0.971694947  30.334777 4.577028e-03
## Seg1627.2               -7.387986  0.971694947  30.334777 4.577028e-03
## Seg6455.1               -7.387986  0.971694947  30.334777 4.577028e-03
## Seg1197.6               -7.363117  0.949063119  30.323282 4.580301e-03
## Seg2062.1.1.57f48f79    -7.637881  1.179422732  30.311448 4.583675e-03
## Seg1873.4                3.857930  1.579915390  22.592205 4.585997e-03
## Seg2198.8               -7.354222  0.942825059  30.280725 4.592452e-03
## Seg1997.4               -2.013600  4.230587078  22.574939 4.593647e-03
## Seg1163.1               -8.141562  1.607160658  30.250161 4.601207e-03
## Seg1552.3               -7.655391  1.194114792  30.231737 4.606497e-03
## Seg620.2                 4.209180  0.820135388  22.518386 4.618826e-03
## Seg3066.3                3.887440  0.137460960  22.432873 4.657264e-03
## Seg6607.3                3.631105  0.699372867  22.404945 4.669913e-03
## Seg3161.1                2.067189  3.097181456  22.403384 4.670621e-03
## Seg2069.1.1.57f48f79    -7.341520  0.931273072  30.001693 4.673309e-03
## Seg827.3                -7.439525  1.008170946  29.982484 4.678952e-03
## Seg1095.25              -2.224047  3.102617046  22.372587 4.684628e-03
## Seg1598.18               2.557491  2.391188776  22.332294 4.703043e-03
## Seg1452.15               2.125576  5.981869587  22.329544 4.704303e-03
## Seg3460.2               -7.441306  1.016707777  29.888120 4.706822e-03
## Seg3371.2               -7.420921  0.999880185  29.881226 4.708868e-03
## Seg2042.3.2.57f48f78     3.494959  3.415556959  22.315787 4.710615e-03
## Seg3473.2                7.338564  0.642188641  29.845505 4.719489e-03
## Seg7251.1                2.882852  1.863325304  22.289447 4.722734e-03
## Seg8230.1               -7.500753  1.065922390  29.821765 4.726567e-03
## Seg3499.4               -7.350493  0.937562007  29.799994 4.733072e-03
## Seg547.4                -2.613223  2.591545313  22.245272 4.743156e-03
## Seg2400.1               -7.539037  1.097729638  29.718330 4.757591e-03
## Seg4429.1               -7.539037  1.097729638  29.718330 4.757591e-03
## Seg474.4                 3.203652  1.360020565  22.214116 4.757633e-03
## Seg103.9                -7.301238  0.900459279  29.674494 4.770829e-03
## Seg338.7                 4.014293  0.710104424  22.178827 4.774104e-03
## Seg1055.11              -7.319585  0.913233165  29.645219 4.779700e-03
## Seg501.1                -2.905657  2.859137672  22.159602 4.783111e-03
## Seg3787.2                2.231846  4.033582480  22.147893 4.788608e-03
## Seg1266.3               -2.707253  3.440554665  22.142831 4.790987e-03
## Seg2219.10               3.519766  1.335302878  22.114418 4.804372e-03
## Seg274.8                 2.945052  3.224901172  22.099755 4.811300e-03
## Seg3058.2.3.57f48f7a    -8.085595  1.559256830  29.515604 4.819273e-03
## Seg147.4                 3.617839  4.713125772  22.059376 4.830449e-03
## Seg1816.3                4.395148  4.819023079  22.047397 4.836150e-03
## Seg1756.9                3.174582  2.038259733  22.041875 4.838782e-03
## Seg647.4                -2.303949  3.824619064  22.037462 4.840886e-03
## Seg1754.9.2.57f48f78    -9.166332  2.506070965  29.434345 4.844328e-03
## Seg5736.3               -7.288020  0.888485675  29.434165 4.844384e-03
## Seg2683.1               -7.447966  1.014190519  29.416424 4.849880e-03
## Seg6076.1               -7.291992  0.894044616  29.411706 4.851344e-03
## Seg1563.4               -7.328686  0.919592451  29.369546 4.864447e-03
## Seg8219.1               -7.328686  0.919592451  29.369546 4.864447e-03
## Seg5060.2                2.195812  3.511657112  21.968853 4.873764e-03
## Seg5792.1                7.191356  0.484537679  29.293905 4.888089e-03
## Seg786.8                -7.504180  1.059248563  29.257701 4.899464e-03
## Seg1725.5               -8.260397  1.710489137  29.255260 4.900233e-03
## Seg3191.2               -7.269306  0.875528878  29.244988 4.903468e-03
## Seg847.9                -7.653624  1.181060662  29.241832 4.904463e-03
## Seg2298.11               2.361915  3.775249477  21.890151 4.911862e-03
## Seg5859.2               -2.238664  4.278301227  21.841413 4.935662e-03
## Seg1593.1               -7.370456  0.959398886  29.131548 4.939409e-03
## Seg5610.1               -7.370456  0.959398886  29.131548 4.939409e-03
## Seg50.13                -7.349024  0.941822490  29.118775 4.943481e-03
## Seg2246.9               -7.665421  1.203342310  29.114246 4.944925e-03
## Seg6312.1                3.661925  0.367587792  21.819478 4.946426e-03
## Seg3093.2               -7.412367  0.993852226  29.106105 4.947524e-03
## Seg230.9.3.57f48f79     -7.265239  0.869848745  29.081508 4.955387e-03
## Seg2028.9                8.410575  1.618761449  29.072263 4.958347e-03
## Seg4279.1                3.930908  1.739554483  21.793550 4.959191e-03
## Seg4154.5                5.122704  0.404500014  21.792572 4.959673e-03
## Seg1830.10              -7.246247  0.856742241  29.047530 4.966280e-03
## Seg2142.8               -7.472988  1.043877677  28.967832 4.991969e-03
## Seg7164.2                2.677031  2.696025233  21.714248 4.998518e-03
## Seg8000.1               -7.337739  0.925933341  28.937945 5.001653e-03
## Seg2129.6               -7.368300  0.950085721  28.935374 5.002488e-03
## Seg3791.1               -7.306534  0.901367267  28.902050 5.013321e-03
## Seg606.4                 4.836168  0.163361927  21.676873 5.017202e-03
## Seg772.1                -7.584674  1.124286009  28.882185 5.019795e-03
## Seg229.2                -7.232468  0.844316024  28.850195 5.030247e-03
## Seg1550.14              -7.427590  0.997202996  28.833045 5.035864e-03
## Seg12502.1               5.038456  1.024599446  21.638153 5.036662e-03
## Seg6003.1               -7.716316  1.246133824  28.785451 5.051499e-03
## Seg1700.4.2.57f48f77     2.045788  3.301957106  21.603485 5.054173e-03
## Seg1600.6               -7.531114  1.092054716  28.742084 5.065809e-03
## Seg783.14                7.617847  0.865682223  28.722792 5.072194e-03
## Seg1045.6                5.315159  0.645755738  21.556305 5.078141e-03
## Seg4880.1               -7.242081  0.850936306  28.690767 5.082819e-03
## Seg1662.5               -5.325825  1.704410907  21.537815 5.087577e-03
## Seg3932.3                4.850097  0.170602169  21.536551 5.088223e-03
## Seg2724.1               -7.732883  1.260095240  28.670639 5.089514e-03
## Seg2837.2.1.57f48f7a    -2.497064  5.523743265  21.503412 5.105199e-03
## Seg2324.9               -2.371175  3.939605631  21.482107 5.116155e-03
## Seg3235.2               -7.213083  0.831016791  28.583506 5.118647e-03
## Seg4697.3                5.170303  1.609065614  21.471438 5.121653e-03
## Seg353.10               -2.527544  6.616234344  21.470363 5.122207e-03
## Seg114.8                 3.403247  1.148819222  21.462742 5.126140e-03
## Seg750.7                -7.660991  1.186498109  28.405647 5.178882e-03
## Seg2146.4               -7.315718  0.907779938  28.399837 5.180868e-03
## Seg1108.4               -7.189089  0.811583009  28.397662 5.181611e-03
## Seg5983.2               -7.189089  0.811583009  28.397662 5.181611e-03
## Seg7968.2               -7.189089  0.811583009  28.397662 5.181611e-03
## Seg980.5                 3.805475  0.855229054  21.348537 5.185585e-03
## Seg327.6                -7.346745  0.932255869  28.367827 5.191826e-03
## Seg413.8                -7.924112  1.421743793  28.354569 5.196374e-03
## Seg6113.1               -7.295943  0.899556353  28.347508 5.198800e-03
## Seg1278.13              -7.318179  0.917694474  28.346845 5.199027e-03
## Seg11328.1               3.895095  2.141131709  21.315150 5.203144e-03
## Seg1080.10              -7.340069  0.935581606  28.329862 5.204867e-03
## Seg3828.2               -7.781456  1.301117855  28.316109 5.209603e-03
## Seg387.9                -2.402352  3.227720417  21.297633 5.212390e-03
## Seg1393.10.1.57f48f76   -8.092927  1.566097589  28.292347 5.217801e-03
## Seg2904.3               -7.382856  0.970631410  28.253624 5.231202e-03
## Seg2274.4                3.478439  0.582493582  21.253452 5.235810e-03
## Seg647.3                -2.181798  3.076946484  21.246028 5.239759e-03
## Seg1146.9               -7.406912  0.979987505  28.217544 5.243734e-03
## Seg1123.15              -2.548030  3.548629876  21.218016 5.254700e-03
## Seg3758.2               -2.338326  2.950018353  21.213247 5.257249e-03
## Seg1951.5               -7.164678  0.791849379  28.177857 5.257569e-03
## Seg9450.1               -7.203309  0.824337785  28.147938 5.268035e-03
## Seg1363.34               7.329361  0.604728807  28.120766 5.277567e-03
## Seg2375.2               -7.444696  1.021494031  28.050699 5.302264e-03
## Seg4579.1                3.295807  3.805600797  21.129446 5.302329e-03
## Seg1450.9               -7.592375  1.129912806  28.050275 5.302414e-03
## Seg1226.4               -7.179164  0.804824232  28.036485 5.307295e-03
## Seg1653.3.1.57f48f77    -7.179164  0.804824232  28.036485 5.307295e-03
## Seg1188.7               -3.534925  1.490463279  21.056855 5.341813e-03
## Seg4268.2               -3.095004  6.308667472  21.050976 5.345029e-03
## Seg1975.2.2.57f48f78    -7.139834  0.771805954  27.921564 5.348231e-03
## Seg3123.3               -3.134443  2.011676611  21.044150 5.348765e-03
## Seg1302.3               -7.150019  0.778710063  27.905222 5.354089e-03
## Seg1805.3               -7.675373  1.212492229  27.898162 5.356624e-03
## Seg1080.6                2.444317  3.786854747  21.014943 5.364796e-03
## Seg1914.5                3.572998  1.153212701  20.999778 5.373146e-03
## Seg1226.3               -7.228240  0.838418634  27.842735 5.376580e-03
## Seg900.9.1.57f48f7e     -9.195122  2.545227286  27.792231 5.394860e-03
## Seg900.3                 4.822169  0.156126132  20.960353 5.394936e-03
## Seg1095.18              -3.343444  3.681606110  20.960148 5.395050e-03
## Seg1585.14              -7.194583  0.812249419  27.788994 5.396034e-03
## Seg5747.2               -7.194583  0.812249419  27.788994 5.396034e-03
## Seg1843.4                2.128821  2.947726682  20.955772 5.397476e-03
## Seg2204.5               -7.503944  1.070446265  27.776061 5.400732e-03
## Seg53.8                 -7.129590  0.764881088  27.722407 5.420284e-03
## Seg1704.5_Seg1704.6     -7.129590  0.764881088  27.722407 5.420284e-03
## Seg2433.2               -7.129590  0.764881088  27.722407 5.420284e-03
## Seg1363.3               -7.520352  1.070925217  27.681547 5.435244e-03
## Seg4222.1               -7.523154  1.086364671  27.673040 5.438366e-03
## Seg549.3                -3.308625  2.857553973  20.875888 5.442037e-03
## Seg1164.2                2.470863  2.909106473  20.869998 5.445342e-03
## Seg4855.1.1.57f48f7c     3.111093  2.523723711  20.856677 5.452829e-03
## Seg2721.3               -7.114540  0.751442274  27.626250 5.455587e-03
## Seg1952.2                2.718903  2.870324012  20.850853 5.456106e-03
## Seg1068.1                7.393790  0.661697793  27.572605 5.475429e-03
## Seg861.7                -7.542107  1.102091981  27.565581 5.478035e-03
## Seg233.6                -2.317057  3.437164940  20.801028 5.484258e-03
## Seg205.15               -7.240853  0.855952162  27.541868 5.486847e-03
## Seg4204.1               -7.668326  1.191921018  27.528888 5.491679e-03
## Seg1831.2.1.57f48f78    -7.263954  0.874689402  27.527400 5.492233e-03
## Seg4737.1               -7.263954  0.874689402  27.527400 5.492233e-03
## Seg4751.4               -7.547398  1.092784154  27.517931 5.495763e-03
## Seg173.7                -7.104129  0.744430897  27.514380 5.497087e-03
## Seg4660.2               -7.286682  0.893158392  27.497182 5.503508e-03
## Seg3947.4               -2.199069  4.223619416  20.763368 5.505671e-03
## Seg777.1                -7.888728  1.392184029  27.466091 5.515145e-03
## Seg4224.1                2.764578  2.298213091  20.736563 5.520982e-03
## Seg2988.5                2.070526  3.115024875  20.717167 5.532098e-03
## Seg125.6                -7.144457  0.778147599  27.401130 5.539576e-03
## Seg1312.3                4.036927  1.985566675  20.687823 5.548974e-03
## Seg3907.1                3.505815  7.614537257  20.686746 5.549595e-03
## Seg1666.21              -7.692794  1.212007053  27.347577 5.559837e-03
## Seg7919.1               -2.068126  4.626689125  20.664606 5.562377e-03
## Seg2662.2               -7.758612  1.282539149  27.292811 5.580671e-03
## Seg2941.3               -7.204439  0.819008833  27.292381 5.580835e-03
## Seg607.9                -7.170214  0.792456108  27.275379 5.587326e-03
## Seg17966.1               4.863953  0.177846670  20.613479 5.592052e-03
## Seg2544.4.3.57f48f79    -8.019727  1.486530235  27.201401 5.615701e-03
## Seg551.5                 3.276292  1.093785537  20.565235 5.620254e-03
## Seg379.1                -7.774690  1.296115125  27.169794 5.627890e-03
## Seg1450.31              -2.288649  3.352031206  20.517565 5.648316e-03
## Seg1999.9                3.219218  1.774012052  20.514445 5.650159e-03
## Seg1603.17               3.464956  1.680818591  20.506004 5.655150e-03
## Seg895.1                -7.099303  0.737826078  27.091714 5.658166e-03
## Seg1242.4               -7.099303  0.737826078  27.091714 5.658166e-03
## Seg2995.3               -7.099303  0.737826078  27.091714 5.658166e-03
## Seg8852.1               -2.076346  3.636666858  20.476423 5.672690e-03
## Seg2312.1.1.57f48f79    -8.419991  1.833322805  27.035017 5.680303e-03
## Seg1524.11               2.146926 11.633586082  20.456467 5.684566e-03
## Seg1731.10              -7.333940  0.920549200  27.017546 5.687150e-03
## Seg1434.3                3.504758  0.246142549  20.392283 5.722996e-03
## Seg1273.5                4.107272  1.035919832  20.387768 5.725713e-03
## Seg576.4                -7.062537  0.709709505  26.908623 5.730113e-03
## Seg2104.2                3.307058  5.127910390  20.374931 5.733447e-03
## Seg359.8                 3.390281  1.474471676  20.372525 5.734898e-03
## Seg2534.1                4.048941  0.744509418  20.362825 5.740754e-03
## Seg3733.1_Seg3733.2     -7.456417  1.032138800  26.866278 5.746946e-03
## Seg1034.1               -7.650794  1.192696988  26.860717 5.749162e-03
## Seg5742.1                2.070716  4.400871951  20.334728 5.757763e-03
## Seg940.6.1.57f48f7e     -7.040946  0.695303723  26.823920 5.763856e-03
## Seg1376.1               -7.040946  0.695303723  26.823920 5.763856e-03
## Seg4119.6               -7.040946  0.695303723  26.823920 5.763856e-03
## Seg6556.1               -7.040946  0.695303723  26.823920 5.763856e-03
## Seg703.7                -3.294060  1.653920340  20.279935 5.791135e-03
## Seg5482.1               -2.268596  3.281083235  20.276438 5.793274e-03
## Seg2021.4               -7.394668  0.968736428  26.745303 5.795437e-03
## Seg72.16                -7.668125  1.207210300  26.737564 5.798560e-03
## Seg1605.8                2.387135  2.606938767  20.261569 5.802381e-03
## Seg8305.1                5.367204  2.444507974  20.252704 5.807820e-03
## Seg1691.10              -7.134259  0.771266115  26.702331 5.812808e-03
## Seg7263.1               -7.134259  0.771266115  26.702331 5.812808e-03
## Seg9083.2               -7.180226  0.799298095  26.700637 5.813494e-03
## Seg397.13               -7.183598  0.810920872  26.698594 5.814322e-03
## Seg3402.3                2.002590  3.242445909  20.226263 5.824084e-03
## Seg3141.2               -7.024842  0.681030482  26.652597 5.833008e-03
## Seg12214.1              -3.048655  2.328225342  20.207722 5.835527e-03
## Seg1878.1               -3.086837  2.541864690  20.195467 5.843108e-03
## Seg3252.4               -7.555289  1.098523638  26.622848 5.845140e-03
## Seg1184.2.10.57f48f75   -7.083123  0.730344566  26.619300 5.846590e-03
## Seg10633.1              -7.083123  0.730344566  26.619300 5.846590e-03
## Seg203.6                 4.887180  0.880007614  20.173129 5.856961e-03
## Seg1425.2                2.063596  3.276060498  20.158074 5.866322e-03
## Seg353.6                -7.247491  0.851717145  26.562235 5.869976e-03
## Seg9192.1                2.899557  2.190751291  20.148201 5.872473e-03
## Seg2696.2                3.160165  1.151793875  20.136627 5.879695e-03
## Seg391.7                -7.056839  0.709381465  26.538617 5.879695e-03
## Seg2051.8.1.57f48f78    -9.233639  2.580657801  26.535431 5.881008e-03
## Seg302.1                -7.515157  1.080659473  26.526074 5.884866e-03
## Seg2956.2                3.093092  3.882756730  20.124211 5.887456e-03
## Seg1965.6               -7.277373  0.886742161  26.501354 5.895078e-03
## Seg1227.4               -7.702167  1.235767620  26.489567 5.899956e-03
## Seg2544.4.6.57f48f79    -7.911081  1.393933629  26.428277 5.925419e-03
## Seg792.3                -7.030052  0.688067753  26.427883 5.925583e-03
## Seg1272.7               -7.534207  1.096441765  26.406807 5.934376e-03
## Seg2137.4.1.57f48f79    -8.186787  1.647773380  26.396962 5.938491e-03
## Seg1416.10               3.135347  2.076384582  20.042890 5.938639e-03
## Seg1830.9                2.035069  7.800478008  20.023226 5.951109e-03
## Seg1782.6               -2.120951  2.920410866  20.012591 5.957868e-03
## Seg2577.1                2.439909  8.580466361  19.997707 5.967345e-03
## Seg931.1                -7.311830  0.902280351  26.323967 5.969128e-03
## Seg3466.2               -2.007872  4.623678876  19.972927 5.983170e-03
## Seg964.6                -6.997380  0.659172469  26.276719 5.989083e-03
## Seg8595.2               -6.997380  0.659172469  26.276719 5.989083e-03
## Seg1953.2                3.951761  1.182464342  19.960484 5.991138e-03
## Seg1883.6               -7.343825  0.940825140  26.241205 6.004148e-03
## Seg3794.3               -2.064115  3.911695733  19.935235 6.007352e-03
## Seg874.6                 3.664909  1.383171721  19.932398 6.009178e-03
## Seg6703.2                3.248848  1.023567625  19.920162 6.017061e-03
## Seg2127.4                3.957735  1.293008126  19.901201 6.029304e-03
## Seg633.21                5.101505  1.067619898  19.892727 6.034787e-03
## Seg1703.5               -7.571558  1.127448510  26.162654 6.037667e-03
## Seg3114.1                2.727349  2.724734374  19.887310 6.038296e-03
## Seg1721.13               3.264712  3.819234915  19.874388 6.046677e-03
## Seg1794.2               -8.719412  2.115717379  26.136554 6.048866e-03
## Seg2648.2               -7.083871  0.724027185  26.130030 6.051670e-03
## Seg406.2                -7.046673  0.695580173  26.095667 6.066471e-03
## Seg1234.1               -2.501288  2.296183800  19.828968 6.076265e-03
## Seg5677.2                5.144143  2.474725424  19.816382 6.084499e-03
## Seg7886.1                2.782847  1.778364696  19.813018 6.086702e-03
## Seg1600.3               -7.386451  0.975668063  26.033325 6.093459e-03
## Seg658.6                 2.421019  2.553688944  19.797566 6.096838e-03
## Seg1678.5               -7.008521  0.666555584  26.006229 6.105245e-03
## Seg550.10.1.57f48f7c    -6.957954  0.629423260  25.992487 6.111235e-03
## Seg6811.2                3.305457  1.228654190  19.747663 6.129732e-03
## Seg1776.6               -6.946470  0.621893279  25.882615 6.159441e-03
## Seg308.13                2.249425  2.841569952  19.691874 6.166798e-03
## Seg271.6                -6.969366  0.636929796  25.852052 6.172951e-03
## Seg709.3                -6.969366  0.636929796  25.852052 6.172951e-03
## Seg2209.1               -6.969366  0.636929796  25.852052 6.172951e-03
## Seg2263.2               -7.098501  0.743981748  25.840603 6.178022e-03
## Seg2431.4               -7.046065  0.702216253  25.835461 6.180303e-03
## Seg1960.6.1.57f48f78    -7.124003  0.764364209  25.814117 6.189779e-03
## Seg2134.5               -7.124003  0.764364209  25.814117 6.189779e-03
## Seg9440.1                2.515266  2.109975759  19.640973 6.200887e-03
## Seg1021.11.1.57f48f75   -8.716614  2.096643781  25.783250 6.203523e-03
## Seg1224.3               -7.149051  0.784427824  25.771392 6.208814e-03
## Seg187.10                2.330011  3.873940688  19.623882 6.212392e-03
## Seg629.6                -2.576124  2.447179575  19.601056 6.227804e-03
## Seg676.2                 2.599120  1.999344885  19.550963 6.261812e-03
## Seg459.5                -7.197847  0.823639316  25.645312 6.265493e-03
## Seg5825.1               -7.197847  0.823639316  25.645312 6.265493e-03
## Seg515.7                -6.963540  0.636885341  25.640985 6.267451e-03
## Seg1329.2               -6.963540  0.636885341  25.640985 6.267451e-03
## Seg1477.14              -6.963540  0.636885341  25.640985 6.267451e-03
## Seg2947.5               -6.963540  0.636885341  25.640985 6.267451e-03
## Seg731.1                -6.917460  0.599043681  25.618197 6.277782e-03
## Seg1873.5               -2.910319  4.853113793  19.524540 6.279854e-03
## Seg454.2                -7.289365  0.883745554  25.598351 6.286799e-03
## Seg5815.2                2.763351  2.170974517  19.511128 6.289040e-03
## Seg1347.5                2.741179  2.517406872  19.488283 6.304729e-03
## Seg679.12               -7.057490  0.702821320  25.520122 6.322530e-03
## Seg6328.1               -7.057490  0.702821320  25.520122 6.322530e-03
## Seg3789.3               -7.057490  0.702821320  25.520122 6.322530e-03
## Seg2975.1               -6.934914  0.614339845  25.513589 6.325528e-03
## Seg42.9                 -7.245010  0.861692972  25.476573 6.342552e-03
## Seg990.6.1.57f48f7f     -7.094443  0.731153036  25.473226 6.344094e-03
## Seg4153.2                2.332993  2.480564701  19.430149 6.344898e-03
## Seg9386.1                4.002574  1.208509720  19.423960 6.349196e-03
## Seg6437.1                3.393313  3.005731946  19.421060 6.351211e-03
## Seg1617.13              -7.321000  0.908709565  25.438066 6.360333e-03
## Seg649.15               -7.130499  0.758933016  25.392203 6.381607e-03
## Seg114.11                3.411955  3.993081469  19.371292 6.385930e-03
## Seg3754.6               -6.940776  0.614287854  25.376173 6.389068e-03
## Seg2858.2               -2.872792  2.026183802  19.352968 6.398779e-03
## Seg2722.4               -6.905689  0.591385681  25.348899 6.401791e-03
## Seg509.14                5.095421  0.447825532  19.314046 6.426193e-03
## Seg1184.2.11.57f48f75   -7.165698  0.786182138  25.283463 6.432470e-03
## Seg1868.6               -6.899748  0.583514197  25.201095 6.471396e-03
## Seg2324.11              -6.899748  0.583514197  25.201095 6.471396e-03
## Seg4145.1               -6.899748  0.583514197  25.201095 6.471396e-03
## Seg101.4                 4.899123  1.356166397  19.250134 6.471560e-03
## Seg2511.4               -2.114279  2.784700951  19.238071 6.480173e-03
## Seg1121.12               4.905892  1.368084697  19.232183 6.484383e-03
## Seg961.6                -7.312925  0.916753181  25.167773 6.487243e-03
## Seg2096.6               -7.859985  1.350154237  25.165165 6.488486e-03
## Seg3688.2               -7.711844  1.244661051  25.163549 6.489256e-03
## Seg5330.2               -6.875840  0.568006897  25.143005 6.499059e-03
## Seg2544.4.2.57f48f79    -8.284595  1.714053950  25.137268 6.501800e-03
## Seg1354.13               2.107252  4.676019525  19.161265 6.535385e-03
## Seg5218.1               -7.334856  0.934599205  25.054389 6.541596e-03
## Seg1085.13               2.027371  3.209997833  19.121549 6.564192e-03
## Seg918.17                2.096368  3.676467688  19.115914 6.568293e-03
## Seg3300.3.1.57f48f7a    -4.532492  2.660818208  19.112115 6.571060e-03
## Seg5158.1               -6.980372  0.651661100  24.953884 6.590339e-03
## Seg1033.7               -7.008067  0.673529590  24.950142 6.592164e-03
## Seg1248.2               -7.008067  0.673529590  24.950142 6.592164e-03
## Seg1307.8               -7.008067  0.673529590  24.950142 6.592164e-03
## Seg13299.1              -6.857562  0.552063795  24.943658 6.595328e-03
## Seg2944.2.1.57f48f7a    -7.356453  0.952203605  24.937262 6.598452e-03
## Seg1373.5               -6.952119  0.629410343  24.934462 6.599820e-03
## Seg1922.2               -7.035225  0.695029389  24.926153 6.603882e-03
## Seg3541.3                3.152309  1.312249233  19.067066 6.603996e-03
## Seg537.2                -7.544323  1.088318444  24.925814 6.604048e-03
## Seg405.10.1.57f48f7b    -4.807455  3.005946884  19.043786 6.621105e-03
## Seg1828.2               -6.923285  0.606762956  24.888663 6.622257e-03
## Seg4812.2               -6.923285  0.606762956  24.888663 6.622257e-03
## Seg1005.7               -7.061869  0.716173353  24.884553 6.624276e-03
## Seg1758.6               -7.061869  0.716173353  24.884553 6.624276e-03
## Seg920.1                -2.182333  5.408833126  19.027508 6.633106e-03
## Seg2326.7               -7.266532  0.864936450  24.841712 6.645376e-03
## Seg1277.4                3.363863  1.209562922  19.002005 6.651967e-03
## Seg2157.2               -7.088017  0.736973660  24.827711 6.652293e-03
## Seg59.6                  3.532540  0.260161897  18.995999 6.656419e-03
## Seg1666.17              -8.418627  1.831363257  24.804519 6.663775e-03
## Seg2696.1                2.811778  1.754841990  18.954695 6.687154e-03
## Seg1143.8               -6.869706  0.559916050  24.725290 6.703220e-03
## Seg7076.1               -6.869706  0.559916050  24.725290 6.703220e-03
## Seg80.10                 2.270176  5.527167967  18.916748 6.715564e-03
## Seg359.5                -7.398681  0.986714328  24.693650 6.719069e-03
## Seg14234.1               2.797283  2.142311697  18.906651 6.723152e-03
## Seg2017.6               -7.138899  0.777588926  24.676557 6.727654e-03
## Seg3692.1               -7.138899  0.777588926  24.676557 6.727654e-03
## Seg809.5                -7.104953  0.738256924  24.675979 6.727944e-03
## Seg815.4                 2.037371  3.520841336  18.895325 6.731677e-03
## Seg249.2                -4.525160  2.293664876  18.886944 6.737995e-03
## Seg562.9                 2.195941  3.732041871  18.862969 6.756114e-03
## Seg964.5                -6.814153  0.519906694  24.591271 6.770732e-03
## Seg6863.1               -6.814153  0.519906694  24.591271 6.770732e-03
## Seg2160.5               -7.163666  0.797425275  24.585818 6.773500e-03
## Seg4895.1               -3.013391  2.262091298  18.831244 6.780195e-03
## Seg1131.7               -6.833032  0.536284359  24.556397 6.788464e-03
## Seg2166.4               -6.833032  0.536284359  24.556397 6.788464e-03
## Seg1044.11.1.57f48f75   -7.140777  0.765925637  24.544217 6.794674e-03
## Seg1244.2                2.761376  2.298386872  18.806848 6.798794e-03
## Seg572.2                 3.494419  1.919774104  18.799926 6.804084e-03
## Seg351.18                2.059450  2.777903018  18.789706 6.811904e-03
## Seg987.6                -7.962714  1.456544574  24.483807 6.825595e-03
## Seg4329.4               -3.334191  2.814959261  18.755225 6.838384e-03
## Seg1167.6               -7.439685  1.020336175  24.441900 6.847168e-03
## Seg1492.1               -3.238385  2.528157957  18.724397 6.862178e-03
## Seg965.2                 2.177827  2.965280171  18.722673 6.863512e-03
## Seg1332.5               -4.855380  1.357402259  18.713904 6.870303e-03
## Seg3073.5               -2.763743  2.584814351  18.710126 6.873232e-03
## Seg117.5.1.57f48f75     -6.801603  0.511888929  24.367044 6.885953e-03
## Seg1516.8               -6.801603  0.511888929  24.367044 6.885953e-03
## Seg1702.3               -6.801603  0.511888929  24.367044 6.885953e-03
## Seg22.2                  2.743138  2.401462844  18.685610 6.892279e-03
## Seg847.12.1.57f48f7e    -7.964420  1.437978930  24.330511 6.905000e-03
## Seg1433.10              -7.964420  1.437978930  24.330511 6.905000e-03
## Seg2533.2                3.904125  0.884211850  18.657712 6.914043e-03
## Seg931.3                -6.923350  0.598923691  24.273604 6.934824e-03
## Seg4108.2               -6.923350  0.598923691  24.273604 6.934824e-03
## Seg4614.3               -2.411937  2.549644517  18.616543 6.946334e-03
## Seg794.4                -9.094843  2.439564971  24.249433 6.947549e-03
## Seg1880.7               -6.782252  0.495148160  24.237122 6.954044e-03
## Seg1534.3               -6.963798  0.629436288  24.236198 6.954532e-03
## Seg1551.3               -6.963798  0.629436288  24.236198 6.954532e-03
## Seg5837.1               -7.209922  0.819700253  24.229995 6.957808e-03
## Seg425.4.3.57f48f7b     -7.761362  1.266969447  24.212301 6.967166e-03
## Seg2388.1                3.433582  0.188851839  18.588733 6.968266e-03
## Seg11327.1              -4.611635  1.116585135  18.575948 6.978380e-03
## Seg1177.5               -3.674048  1.140075370  18.501554 7.037643e-03
## Seg2730.6               -7.243317  0.845844272  24.055322 7.051005e-03
## Seg1092.2               -6.794969  0.503259301  24.051425 7.053106e-03
## Seg1545.1               -6.794969  0.503259301  24.051425 7.053106e-03
## Seg2544.4.15.57f48f79   -8.423072  1.835011088  24.040475 7.059012e-03
## Seg6319.1               -7.281374  0.892277150  24.035399 7.061753e-03
## Seg2002.5               -6.881921  0.575997854  24.022078 7.068952e-03
## Seg1822.8               -6.940627  0.621912358  24.002438 7.079586e-03
## Seg766.8                -6.851619  0.552401806  23.995125 7.083551e-03
## Seg2366.3                2.601120  2.124557285  18.422798 7.101142e-03
## Seg1795.6.1.57f48f78    -7.078928  0.717236313  23.919359 7.124831e-03
## Seg1737.5               -3.041382  1.741588391  18.380356 7.135693e-03
## Seg1367.2               -2.342755  3.509108766  18.372776 7.141888e-03
## Seg675.4                -3.320030  1.314814619  18.352276 7.158680e-03
## Seg489.1                -6.788970  0.503845668  23.848821 7.163583e-03
## Seg624.5                -6.788970  0.503845668  23.848821 7.163583e-03
## Seg6221.1               -2.538471  3.675307801  18.345561 7.164191e-03
## Seg1044.9               -7.024321  0.687820863  23.835079 7.171168e-03
## Seg2065.7               -6.749602  0.469890580  23.826036 7.176167e-03
## Seg643.8.1.57f48f7d      3.557400  2.034773126  18.319117 7.185957e-03
## Seg2147.7                2.300695  4.781555224  18.283210 7.215658e-03
## Seg1586.9                3.208599  1.495951452  18.275884 7.221738e-03
## Seg957.1                -6.756558  0.478847691  23.721191 7.234495e-03
## Seg1091.14              -6.756558  0.478847691  23.721191 7.234495e-03
## Seg2674.5               -6.756558  0.478847691  23.721191 7.234495e-03
## Seg3402.5               -6.756558  0.478847691  23.721191 7.234495e-03
## Seg1232.13.3.57f48f75    2.920559  3.939484069  18.250115 7.243183e-03
## Seg1528.7                3.877982  3.499182679  18.213315 7.273961e-03
## Seg4665.2               -2.243905  2.682838153  18.195273 7.289117e-03
## Seg1459.2.3.57f48f76    -6.807599  0.511344355  23.601131 7.302151e-03
## Seg1903.8               -6.807599  0.511344355  23.601131 7.302151e-03
## Seg2674.2               -6.723375  0.453342455  23.551174 7.330579e-03
## Seg3796.3               -6.723375  0.453342455  23.551174 7.330579e-03
## Seg5681.1               -6.723375  0.453342455  23.551174 7.330579e-03
## Seg758.6                -6.762581  0.478124683  23.516134 7.350616e-03
## Seg3645.3               -6.975201  0.636974625  23.409651 7.412004e-03
## Seg1499.4                3.440471  1.949303366  18.031738 7.428513e-03
## Seg2990.4               -6.716165  0.444112216  23.353652 7.444592e-03
## Seg5853.1.2.57f48f7c     4.918314  0.923548305  18.000647 7.455432e-03
## Seg7238.1.1.57f48f7d    -2.350399  3.314509483  17.992089 7.462866e-03
## Seg1475.15              -4.710042  2.035342184  17.986229 7.467962e-03
## Seg5012.1.1.57f48f7c    -7.369812  0.945864391  23.302679 7.474440e-03
## Seg1828.1               -7.014306  0.666721677  23.276571 7.489797e-03
## Seg1708.5                2.206042  5.830310456  17.945709 7.503330e-03
## Seg4559.1               -7.802022  1.321318946  23.244747 7.508578e-03
## Seg2060.4                2.193168  3.013286852  17.911914 7.533008e-03
## Seg1833.8                3.061967  1.518049533  17.911753 7.533149e-03
## Seg3351.3                3.047428  1.972873246  17.906473 7.537800e-03
## Seg1041.3               -2.167034  2.671481210  17.903086 7.540787e-03
## Seg1670.18.1.57f48f77   -4.742723  2.000124607  17.892474 7.550152e-03
## Seg6150.2                2.549945  2.089009051  17.880507 7.560733e-03
## Seg826.6                 3.040898  2.538166886  17.872773 7.567582e-03
## Seg1243.2.1.57f48f76    -7.817604  1.334481676  23.133789 7.574609e-03
## Seg397.5                 3.121477  2.109032120  17.852768 7.585339e-03
## Seg1064.6               -7.202187  0.829584624  23.098890 7.595554e-03
## Seg2708.1               -6.668267  0.409268777  23.097504 7.596388e-03
## Seg3146.1               -7.998343  1.487552904  23.080303 7.606745e-03
## Seg2928.5               -2.423045  2.354819298  17.806178 7.626917e-03
## Seg2340.10               5.050296  2.587477673  17.799691 7.632730e-03
## Seg1267.5                2.656453  2.957658130  17.797119 7.635038e-03
## Seg6059.3               -2.005337  3.152013289  17.790873 7.640644e-03
## Seg420.7                -7.451431  1.030962651  23.022654 7.641609e-03
## Seg1422.5               -2.275698  3.411690627  17.777893 7.652313e-03
## Seg1784.2                3.668601  0.434570414  17.764188 7.664660e-03
## Seg4032.2                2.498204  2.250336066  17.741249 7.685389e-03
## Seg207.9                -6.729417  0.452473588  22.918156 7.705408e-03
## Seg551.6                 4.804262  1.265548494  17.711594 7.712303e-03
## Seg3578.1                4.798933  2.134609255  17.695336 7.727112e-03
## Seg1903.4                2.418010  2.247043173  17.693915 7.728410e-03
## Seg2471.3.2.57f48f79    -8.484885  1.889180372  22.867626 7.736542e-03
## Seg503.17               -7.285365  0.878076822  22.859194 7.741755e-03
## Seg118.4.1.57f48f75     -7.249144  0.867383599  22.848824 7.748174e-03
## Seg1230.1                2.620711  2.287337757  17.668886 7.751292e-03
## Seg7980.1                2.929845  1.253977437  17.668589 7.751564e-03
## Seg171.1                -2.858359  3.050027256  17.660497 7.758983e-03
## Seg8838.3                3.185686  0.357360623  17.656685 7.762481e-03
## Seg3706.1               -7.125786  0.752398913  22.776897 7.792911e-03
## Seg19.3                  3.755638  2.256690991  17.611440 7.804168e-03
## Seg478.3                 4.890210  2.760239339  17.598650 7.816009e-03
## Seg933.5                 2.983470  2.879544802  17.592651 7.821572e-03
## Seg1114.11              -6.618793  0.373553427  22.730894 7.821724e-03
## Seg2105.3               -6.618793  0.373553427  22.730894 7.821724e-03
## Seg2744.2               -6.618793  0.373553427  22.730894 7.821724e-03
## Seg2281.5                2.938201  1.372549626  17.589284 7.824696e-03
## Seg1019.11               2.155978  2.949122483  17.585066 7.828613e-03
## Seg1966.4                3.254584  2.235696515  17.579994 7.833326e-03
## Seg2404.5               -2.334620  2.802224867  17.570641 7.842027e-03
## Seg2870.1                6.430066  1.648048326  17.570479 7.842178e-03
## Seg254.1                 2.416324  3.828208280  17.548783 7.862414e-03
## Seg4739.1                2.748133  1.796038594  17.519193 7.890131e-03
## Seg1730.1                4.981760  2.520227441  17.513784 7.895212e-03
## Seg3073.3               -2.453468  2.273660825  17.511865 7.897016e-03
## Seg897.3                 4.196017  0.848245517  17.489587 7.917998e-03
## Seg3027.3                3.251848  0.855712305  17.477497 7.929418e-03
## Seg2678.6               -4.468230  1.756752978  17.444920 7.960301e-03
## Seg203.7                 4.958582  2.974692164  17.440208 7.964781e-03
## Seg949.9.1.57f48f7e      3.211086  2.842215366  17.424671 7.979581e-03
## Seg2252.3                3.180885  0.596346919  17.420769 7.983304e-03
## Seg1561.2                2.306602  2.953128250  17.415602 7.988237e-03
## Seg507.7                -7.316780  0.922095147  22.464863 7.991476e-03
## Seg1120.2               -6.986531  0.644489060  22.459970 7.994649e-03
## Seg2539.3                3.073127  0.930531513  17.407304 7.996169e-03
## Seg1665.10               2.246377  3.515373411  17.399605 8.003538e-03
## Seg6.10                 -2.020270  3.334767767  17.371859 8.030173e-03
## Seg98.1                 -2.031163  2.924274904  17.367699 8.034177e-03
## Seg1217.2.1.57f48f75    -7.548210  1.110730576  22.397403 8.035386e-03
## Seg1664.1                3.858677  0.943564687  17.334180 8.066540e-03
## Seg555.11               -6.582103  0.345781186  22.335661 8.075888e-03
## Seg8352.1               -6.582103  0.345781186  22.335661 8.075888e-03
## Seg5567.3                4.585341  5.728285459  17.317593 8.082622e-03
## Seg1662.12              -7.025368  0.674111154  22.290234 8.105880e-03
## Seg3693.4                3.304369  3.404305153  17.289029 8.110421e-03
## Seg1027.15              -6.695439  0.426283040  22.255185 8.129134e-03
## Seg2529.3               -6.695439  0.426283040  22.255185 8.129134e-03
## Seg1410.6               -2.613458  2.103535513  17.262946 8.135920e-03
## Seg3304.6               -8.035165  1.497225712  22.237581 8.140850e-03
## Seg69.2                 -6.742576  0.460807685  22.236947 8.141273e-03
## Seg1549.9               -6.646767  0.390898614  22.210981 8.158601e-03
## Seg3756.1               -6.646767  0.390898614  22.210981 8.158601e-03
## Seg5688.1               -6.646767  0.390898614  22.210981 8.158601e-03
## Seg2630.1               -7.360140  0.957332879  22.208466 8.160282e-03
## Seg2904.1               -7.360140  0.957332879  22.208466 8.160282e-03
## Seg4090.1               -7.229442  0.833198838  22.206062 8.161890e-03
## Seg6288.2                2.074824  2.578367247  17.233148 8.165189e-03
## Seg688.4                 2.842249  1.068450337  17.210238 8.187791e-03
## Seg649.12               -6.596462  0.354611107  22.088726 8.240926e-03
## Seg2097.5               -6.596462  0.354611107  22.088726 8.240926e-03
## Seg5286.3               -6.596462  0.354611107  22.088726 8.240926e-03
## Seg1582.16               5.410726  5.294871345  17.156324 8.241325e-03
## Seg1220.2                3.142689  1.026304584  17.117955 8.279719e-03
## Seg6349.1                2.894324  1.195234034  17.094960 8.302848e-03
## Seg2498.7               -3.160113  1.193116627  17.050047 8.348282e-03
## Seg2206.2               -2.908611  2.323569241  17.048263 8.350094e-03
## Seg2321.4                2.817232  2.929490034  17.042663 8.355785e-03
## Seg3172.4               -6.544414  0.317373937  21.870437 8.391001e-03
## Seg1730.3                2.174042  3.002022724  17.007764 8.391371e-03
## Seg2818.2                4.819423  1.629441091  16.997134 8.402252e-03
## Seg833.5                 2.620642  1.871784488  16.985883 8.413791e-03
## Seg1549.11               2.083807  2.802326377  16.967986 8.432190e-03
## Seg3306.2               -6.917496  0.591075258  21.775365 8.457628e-03
## Seg4920.3                3.244358  0.347327301  16.936746 8.464441e-03
## Seg7278.1                3.244358  0.347327301  16.936746 8.464441e-03
## Seg326.2                 3.273069  2.527270094  16.917037 8.484875e-03
## Seg933.6                 4.749381  0.752889336  16.893742 8.509117e-03
## Seg1045.7                3.551278  6.008872555  16.887638 8.515485e-03
## Seg1837.1                2.442207  1.961081963  16.887451 8.515680e-03
## Seg8133.1                2.426696  2.664947199  16.874427 8.529289e-03
## Seg1727.4               -2.123235  2.811882221  16.862594 8.541681e-03
## Seg2324.10              -3.698864  1.173187562  16.859051 8.545395e-03
## Seg9160.2                3.126065  1.820703957  16.842589 8.562686e-03
## Seg15024.1              -3.586355  1.070694203  16.835903 8.569721e-03
## Seg3.19                 -6.958188  0.621854624  21.603914 8.579774e-03
## Seg95.2                  4.686995  0.699659246  16.818087 8.588510e-03
## Seg1777.1               -2.626865  1.810545658  16.817706 8.588913e-03
## Seg1769.9               -7.463069  1.041484897  21.580611 8.596577e-03
## Seg2117.2               -2.454747  2.508253511  16.792193 8.615919e-03
## Seg1422.13               2.226725  3.114908072  16.782091 8.626646e-03
## Seg3135.3               -6.610715  0.363411901  21.535576 8.629187e-03
## Seg2374.3               -7.171253  0.786774812  21.534250 8.630150e-03
## Seg2949.1                3.196982  2.875303220  16.777204 8.631841e-03
## Seg422.2                -6.660603  0.399528460  21.526207 8.635995e-03
## Seg2948.4               -6.660603  0.399528460  21.526207 8.635995e-03
## Seg339.12                2.285210  3.095077422  16.766184 8.643573e-03
## Seg581.9                 3.352525  1.564024225  16.764256 8.645628e-03
## Seg7441.2               -2.012626  4.542002094  16.755007 8.655495e-03
## Seg696.3                 2.795626  1.031279764  16.750505 8.660304e-03
## Seg6014.1                2.088422  3.012593314  16.742241 8.669140e-03
## Seg5361.2               -7.645307  1.168872549  21.476610 8.672162e-03
## Seg1429.3               -6.559110  0.326352434  21.476239 8.672434e-03
## Seg2498.2               -6.559110  0.326352434  21.476239 8.672434e-03
## Seg1961.3                2.454043  3.067333656  16.724970 8.687646e-03
## Seg4503.1                4.621849  0.644668077  16.711907 8.701680e-03
## Seg12047.1               2.783115  4.279282379  16.709557 8.704209e-03
## Seg1856.4                2.265442  2.719978376  16.702465 8.711844e-03
## Seg3117.5                2.005098  2.885518728  16.686231 8.729358e-03
## Seg3906.1                2.607117  6.330789523  16.683617 8.732182e-03
## Seg2640.2.2.57f48f79    -9.629216  2.935206254  21.369970 8.750690e-03
## Seg806.1                -6.122201  7.694164694  16.665421 8.751879e-03
## Seg2530.4                2.473707  3.036148094  16.663629 8.753822e-03
## Seg9017.2                2.951406  1.190809921  16.658116 8.759803e-03
## Seg3744.4                4.714757  0.744863833  16.644355 8.774759e-03
## Seg1270.7               -6.505667  0.288300246  21.330260 8.780200e-03
## Seg2248.2               -6.505667  0.288300246  21.330260 8.780200e-03
## Seg3287.4               -6.505667  0.288300246  21.330260 8.780200e-03
## Seg898.3                 4.777713  0.189050777  16.630340 8.790027e-03
## Seg2055.5                4.777713  0.189050777  16.630340 8.790027e-03
## Seg301.4                -2.494808  2.272788190  16.595224 8.828446e-03
## Seg7200.1               -7.036362  0.681477271  21.231823 8.853989e-03
## Seg1891.4               -6.800985  0.502666908  21.224707 8.859360e-03
## Seg5651.1               -6.800985  0.502666908  21.224707 8.859360e-03
## Seg190.14               -7.521425  1.089503675  21.221763 8.861582e-03
## Seg2222.6               -2.945468  1.663964956  16.551212 8.876926e-03
## Seg2497.5                2.870586  1.850795624  16.545515 8.883228e-03
## Seg3907.2                3.078609  6.275580186  16.538357 8.891155e-03
## Seg4502.1               -7.694692  1.209561782  21.154585 8.912532e-03
## Seg4665.1                2.149983  2.421462039  16.511845 8.920604e-03
## Seg2753.1.2.57f48f7a     8.620101  1.853872780  21.124842 8.935228e-03
## Seg11191.1               2.054467  2.842551712  16.498103 8.935920e-03
## Seg253.21                2.825648  4.758219173  16.495350 8.938993e-03
## Seg503.16               -7.417134  0.982179397  21.064045 8.981886e-03
## Seg1076.5.3.57f48f75    -7.073952  0.710373055  21.037998 9.001987e-03
## Seg1596.1                2.642932  3.434082002  16.433082 9.008890e-03
## Seg153.15                4.674246  1.502587571  16.429453 9.012986e-03
## Seg1884.4                2.392715  2.324167694  16.414565 9.029821e-03
## Seg791.1                 4.536642  1.026857379  16.409743 9.035283e-03
## Seg3883.1               -4.571972  1.126807346  16.398353 9.048202e-03
## Seg1287.7.1.57f48f76    -8.160733  1.627543023  20.967029 9.057090e-03
## Seg98.2                 -8.862620  2.227123446  20.907259 9.103887e-03
## Seg1080.5                2.875298  2.668176266  16.347274 9.106458e-03
## Seg3440.1               -2.190149  4.148069589  16.342749 9.111644e-03
## Seg2256.4               -3.265541  1.269797861  16.342747 9.111646e-03
## Seg3232.1                2.419589  2.634450781  16.339717 9.115121e-03
## Seg1082.3                2.073203 11.985283210  16.271170 9.194224e-03
## Seg1410.9               -6.573696  0.335301119  20.788830 9.197670e-03
## Seg2410.4               -6.573696  0.335301119  20.788830 9.197670e-03
## Seg4474.2               -6.520717  0.297433149  20.787861 9.198444e-03
## Seg1521.1                2.019624  4.582092300  16.264748 9.201683e-03
## Seg1292.3                2.415932  3.320747965  16.241591 9.228652e-03
## Seg6368.2               -2.076186  2.805796929  16.239504 9.231088e-03
## Seg2841.3               -2.511719  2.061355585  16.229726 9.242512e-03
## Seg306.1                -6.624865  0.372183513  20.731175 9.243845e-03
## Seg1196.2               -6.624865  0.372183513  20.731175 9.243845e-03
## Seg1743.3               -6.624865  0.372183513  20.731175 9.243845e-03
## Seg2954.3.1.57f48f7a    -6.624865  0.372183513  20.731175 9.243845e-03
## Seg1454.5               -6.465800  0.258526241  20.710862 9.260194e-03
## Seg1614.5               -7.474724  1.028553451  20.707521 9.262888e-03
## Seg456.2                -2.474395  4.198202381  16.199456 9.278004e-03
## Seg4366.2                4.488584  0.549424584  16.199091 9.278433e-03
## Seg6917.1               -2.809172  1.768036248  16.191205 9.287711e-03
## Seg1541.5                2.860780  1.281571178  16.162825 9.321208e-03
## Seg796.7                -6.674340  0.408129752  20.629163 9.326386e-03
## Seg1909.2               -6.674340  0.408129752  20.629163 9.326386e-03
## Seg1972.8               -6.674340  0.408129752  20.629163 9.326386e-03
## Seg171.3                -2.029729  4.163060273  16.149143 9.337416e-03
## Seg5567.4                2.772014  4.168610462  16.142819 9.344922e-03
## Seg13980.1               3.472937  1.167323082  16.128635 9.361784e-03
## Seg3721.1                3.381952  0.496778436  16.110427 9.383494e-03
## Seg4731.1                2.236558  5.676147501  16.051283 9.454495e-03
## Seg196.1                 3.294561  0.391967264  16.030039 9.480181e-03
## Seg1032.2                2.302863  2.282458465  16.027095 9.483747e-03
## Seg1698.7               -2.296856  2.735543652  16.020237 9.492064e-03
## Seg3010.2                3.149239  0.759125518  16.012363 9.501625e-03
## Seg1055.3               -2.034083  4.727419313  16.010921 9.503378e-03
## Seg5.7                  -7.366124  0.940572080  20.394703 9.520273e-03
## Seg425.4                -7.366124  0.940572080  20.394703 9.520273e-03
## Seg6552.1               -6.768622  0.477393967  20.335715 9.569992e-03
## Seg2163.4               -7.008980  0.659446286  20.324952 9.579104e-03
## Seg1647.13               4.145954  0.804089261  15.915383 9.620489e-03
## Seg2809.5                2.738216  0.987784859  15.879738 9.664697e-03
## Seg3713.1                3.279107  0.612666945  15.861171 9.687835e-03
## Seg418.1                 2.874523  0.962921335  15.857711 9.692156e-03
## Seg694.3                 3.164173  0.287127569  15.838482 9.716215e-03
## Seg826.6.2.57f48f7e     -7.047288  0.688820050  20.128790 9.747464e-03
## Seg1069.6                3.787622  1.283569623  15.796300 9.769286e-03
## Seg120.7                 4.328044  0.404783858  15.791970 9.774756e-03
## Seg3255.1.1.57f48f7a     2.012366  2.994684480  15.790327 9.776833e-03
## Seg708.2                 2.673339  1.055019601  15.766787 9.806657e-03
## Seg3373.2                2.788182  3.302422427  15.766597 9.806897e-03
## Seg5965.1               -2.024823  2.826835644  15.748680 9.829682e-03
## Seg7733.2               -2.010506  3.927867096  15.740165 9.840536e-03
## Seg1245.3               -6.424744  0.228015346  20.008998 9.852437e-03
## Seg4894.2               -2.063964  2.986771943  15.723395 9.861961e-03
## Seg3676.2               -6.535652  0.306535531  19.970669 9.886377e-03
## Seg940.11               -2.012330  2.981287464  15.702695 9.888497e-03
## Seg1991.2                2.503240  2.270921560  15.699534 9.892559e-03
## Seg764.8                -2.375411  4.535761949  15.681185 9.916176e-03
## Seg1770.6                3.009573  0.653025821  15.672496 9.927388e-03
## Seg4046.1                2.411209  1.790464995  15.661526 9.941568e-03
## Seg429.2                 2.378898  1.951125847  15.652270 9.953554e-03
## Seg169.18               -6.588173  0.344219930  19.871153 9.975308e-03
## Seg7111.2               -6.588173  0.344219930  19.871153 9.975308e-03
## Seg11494.1              -3.164860  2.011846776  15.605041 1.001503e-02
## Seg255.4                -2.713232  3.252847073  15.579099 1.004902e-02
## Seg7517.1               -6.899694  0.575316349  19.783512 1.005461e-02
## Seg7680.1                2.321279  2.585490949  15.557205 1.007783e-02
## Seg4644.2                2.808075  5.511310050  15.516090 1.013225e-02
## Seg1850.5               -2.247521  3.038734524  15.507232 1.014402e-02
## Seg6201.1                2.604480  1.426669753  15.477901 1.018316e-02
## Seg6297.1                2.575572  2.135625675  15.457934 1.020991e-02
## Seg2416.2.1.57f48f79     3.431689  4.957126215  15.433894 1.024226e-02
## Seg873.2                 2.202976  8.492651410  15.433444 1.024287e-02
## Seg1566.5               -2.986301  2.137841788  15.411440 1.027260e-02
## Seg1872.1                3.558203  1.729730101  15.405343 1.028086e-02
## Seg290.3                 3.217751  1.449823122  15.334143 1.037801e-02
## Seg5397.1                3.064337  1.297131257  15.323693 1.039238e-02
## Seg1053.11              -2.125089  3.067648159  15.319091 1.039871e-02
## Seg690.12.1.57f48f7d    -6.735479  0.451595103  19.400856 1.041201e-02
## Seg1225.3                2.589977  2.985125139  15.292826 1.043497e-02
## Seg1268.6                2.347417  4.265140303  15.280262 1.045238e-02
## Seg1166.7                2.653619  1.313592862  15.270606 1.046578e-02
## Seg2037.1                2.002382  2.542496825  15.268701 1.046843e-02
## Seg80.3                  3.136252  0.273316508  15.259279 1.048154e-02
## Seg1635.5               -4.181710  2.348622024  15.258874 1.048210e-02
## Seg5316.1               -4.524868  1.875046726  15.248540 1.049651e-02
## Seg1936.3               -2.916672  3.356256031  15.230223 1.052211e-02
## Seg2309.1                2.285575  2.138399733  15.218161 1.053901e-02
## Seg779.7                 2.004634  2.769601585  15.215215 1.054315e-02
## Seg467.1                -6.781509  0.485646119  19.213751 1.059363e-02
## Seg3937.1.1.57f48f7b     2.806354  3.894609136  15.161848 1.061843e-02
## Seg3745.2               -3.051126  2.788679281  15.149104 1.063652e-02
## Seg722.1.1.57f48f7d     -4.602348  3.936290305  15.145077 1.064225e-02
## Seg3679.1               -3.042404  1.428156956  15.142777 1.064552e-02
## Seg1645.1               -4.180560  3.244169844  15.134828 1.065684e-02
## Seg918.18                4.477551  0.543023535  15.111970 1.068948e-02
## Seg3541.2                4.477551  0.543023535  15.111970 1.068948e-02
## Seg2221.6                2.933650  1.219981149  15.107024 1.069656e-02
## Seg1095.23              -2.054534  4.270486820  15.088854 1.072262e-02
## Seg985.4                -2.228827  3.122139536  15.084291 1.072919e-02
## Seg13061.1              -6.826153  0.518894861  19.020941 1.078573e-02
## Seg1828.3               -2.813054  2.377728702  15.036267 1.079857e-02
## Seg319.16               -7.058147  0.696139516  19.004260 1.080259e-02
## Seg2871.2                2.218962  2.255551009  15.014337 1.083046e-02
## Seg1190.7.1.57f48f75    -9.132651  2.489716624  18.970091 1.083725e-02
## Seg1528.4               -2.606256  1.612716892  15.006763 1.084150e-02
## Seg1533.2                2.288227  1.909334154  14.992757 1.086197e-02
## Seg1329.13              -2.808281  1.929590987  14.985485 1.087261e-02
## Seg1472.18               2.855341  0.539932904  14.970748 1.089423e-02
## Seg647.5                -2.079044  2.714769284  14.940911 1.093819e-02
## Seg313.2                 2.403133  2.141313552  14.935273 1.094652e-02
## Seg554.7                 4.495535  1.612398895  14.931646 1.095189e-02
## Seg5313.2.1.57f48f7c    -2.561406  3.119475915  14.928708 1.095624e-02
## Seg1333.1                3.844779  1.665792277  14.927505 1.095802e-02
## Seg258.4                -2.167714  3.753047353  14.926711 1.095920e-02
## Seg1010.19.1.57f48f75    3.028825  0.937601105  14.926597 1.095937e-02
## Seg463.7                 2.485305  3.244523236  14.910595 1.098311e-02
## Seg130.10               -6.869490  0.551378030  18.825424 1.098584e-02
## Seg1605.7                2.622573  2.121851451  14.907629 1.098751e-02
## Seg14892.1               2.929311  0.995543535  14.905073 1.099131e-02
## Seg2301.9               -4.174485  1.987167637  14.885415 1.102061e-02
## Seg1819.4                2.552325  1.616863603  14.863532 1.105334e-02
## Seg1452.13               4.853857  0.993254468  14.855942 1.106473e-02
## Seg2199.1.1.57f48f79     2.506617  2.410845415  14.853771 1.106798e-02
## Seg494.13.4.57f48f7c     2.882660  1.288049826  14.842320 1.108520e-02
## Seg1866.7                2.202455  2.724016672  14.824711 1.111174e-02
## Seg2163.1               -2.023117  3.030542697  14.820056 1.111878e-02
## Seg3979.5                2.376312  2.979615669  14.816840 1.112364e-02
## Seg928.9                -2.201112  2.168334990  14.806991 1.113854e-02
## Seg924.12                2.802284  1.337323170  14.786334 1.116990e-02
## Seg4975.4                2.528193  1.692158349  14.780377 1.117897e-02
## Seg650.14.1.57f48f7d     2.131629  5.154018180  14.778622 1.118164e-02
## Seg2870.2                4.827619  0.816335386  14.774394 1.118808e-02
## Seg4697.2                4.533254  2.416196041  14.760633 1.120909e-02
## Seg4365.1.1.57f48f7b     2.002023  6.466034697  14.735793 1.124714e-02
## Seg253.19                4.942963  2.532372242  14.705435 1.129389e-02
## Seg430.3                -2.349702  2.042718074  14.701361 1.130019e-02
## Seg2239.1                2.011041  2.701291249  14.695644 1.130903e-02
## Seg3241.6                3.111703  0.490049839  14.654650 1.137271e-02
## Seg8305.2                4.714985  1.527315521  14.653220 1.137494e-02
## Seg2544.4.1.57f48f79     4.849012  4.468297664  14.639437 1.139646e-02
## Seg2030.6                2.902548  3.270126965  14.610575 1.144173e-02
## Seg840.7                -2.850639  1.588267316  14.591394 1.147195e-02
## Seg2158.5               -2.107061  3.063949039  14.553787 1.153152e-02
## Seg3975.1                4.674181  1.508456452  14.538254 1.155625e-02
## Seg110.6                 3.229809  2.200822929  14.522912 1.158074e-02
## Seg4814.1                4.466551  0.959139140  14.511837 1.159847e-02
## Seg1844.5                2.373189  2.220999439  14.496318 1.162338e-02
## Seg8007.1.1.57f48f7e     3.631591  3.752150450  14.485296 1.164111e-02
## Seg2182.4                4.430247  0.481262332  14.479698 1.165014e-02
## Seg2197.1                2.410742  2.008747822  14.456098 1.168828e-02
## Seg997.1                -4.165807  0.764492645  14.441241 1.171238e-02
## Seg5814.1                4.907886  2.498461945  14.439892 1.171457e-02
## Seg801.1                 2.198521  3.864881248  14.392904 1.179126e-02
## Seg2663.1                2.683696  0.625708903  14.385597 1.180325e-02
## Seg150.6.2.57f48f76     -4.798207  3.299453425  14.384188 1.180557e-02
## Seg2313.3                2.300844  2.576630201  14.377173 1.181710e-02
## Seg1698.3.1.57f48f77    -8.530713  1.950808929  18.056232 1.182878e-02
## Seg1361.3                3.580792  7.816588625  14.362363 1.184149e-02
## Seg1999.8                2.638542  1.174985927  14.354189 1.185498e-02
## Seg1714.8                3.354433  2.646969332  14.350306 1.186140e-02
## Seg3671.1               -2.132870  3.845493196  14.349506 1.186272e-02
## Seg1605.9                2.047168  2.415750871  14.329426 1.189599e-02
## Seg1139.5               -8.132495  1.604640423  17.957996 1.194327e-02
## Seg824.17               -2.184094  2.560877608  14.262819 1.200726e-02
## Seg3561.1               -2.103096  3.637853203  14.254393 1.202145e-02
## Seg943.2                 3.191458  1.545565173  14.238206 1.204875e-02
## Seg380.1                -3.080870  1.166229101  14.232350 1.205865e-02
## Seg5386.2               -2.559989  1.958325037  14.212644 1.209205e-02
## Seg2231.1               -2.062679  3.110216266  14.210802 1.209517e-02
## Seg1311.5                3.246314  0.118741904  14.206264 1.210289e-02
## Seg1766.2                4.760974  1.218525902  14.183018 1.214250e-02
## Seg61.5                 -2.048507  2.871804654  14.164293 1.217454e-02
## Seg2449.3                2.643151  2.384374978  14.160245 1.218148e-02
## Seg7402.1                4.756150  0.906298492  14.159117 1.218341e-02
## Seg883.6.2.57f48f7e      4.199218  0.740426990  14.156521 1.218787e-02
## Seg898.7                -2.139260  3.035959979  14.128605 1.223592e-02
## Seg5347.2               -7.105784  0.731973424  17.700544 1.225121e-02
## Seg684.9                -4.107954  1.458283579  14.102754 1.228066e-02
## Seg495.1                -2.482986  1.876156663  14.096894 1.229083e-02
## Seg2530.5                4.685115  0.860484587  14.082147 1.231648e-02
## Seg247.9                -4.126454  3.017504971  14.068194 1.234082e-02
## Seg1010.19               2.169047  2.972125919  14.062010 1.235163e-02
## Seg2806.1                2.889092  4.047224110  14.061852 1.235190e-02
## Seg6266.3                2.600455  1.308033193  14.054779 1.236428e-02
## Seg3572.1                2.610146  0.854097692  14.046080 1.237953e-02
## Seg7139.1               -2.636966  1.401986728  14.018685 1.242772e-02
## Seg665.4                -2.440396  2.942163474  13.989347 1.247961e-02
## Seg1449.1                3.339502  1.217810255  13.973578 1.250763e-02
## Seg3784.3                2.329141  1.645630723  13.948230 1.255285e-02
## Seg1080.7.1.57f48f75    -9.020852  2.388577620  17.413094 1.260911e-02
## Seg2757.5               -2.495858  3.101140791  13.905707 1.262923e-02
## Seg3242.1               -4.039912  0.672253775  13.901768 1.263633e-02
## Seg1121.26               4.507672  2.991262771  13.875494 1.268388e-02
## Seg1045.3                4.586051  2.967427410  13.872132 1.268999e-02
## Seg1221.15               2.770097  0.653581124  13.869198 1.269532e-02
## Seg1542.2                2.254076  1.937522271  13.856544 1.271833e-02
## Seg1658.7                2.547180  5.063702925  13.855034 1.272108e-02
## Seg739.4                 2.938303  1.000966638  13.854899 1.272133e-02
## Seg68.7                  3.160801  1.241045384  13.848167 1.273360e-02
## Seg4287.3                2.441078  1.430778555  13.843455 1.274220e-02
## Seg2480.5               -2.201365  2.525308005  13.826619 1.277300e-02
## Seg1814.8               -4.453170  4.671528864  13.816908 1.279081e-02
## Seg14112.1               2.581327  0.698422957  13.814714 1.279484e-02
## Seg3985.2                2.786210  1.420481986  13.792020 1.283661e-02
## Seg893.8                 3.113605  1.202616185  13.765249 1.288613e-02
## Seg529.6                 5.725819  6.832729962  13.757991 1.289960e-02
## Seg928.10               -2.129804  2.329837256  13.735667 1.294116e-02
## Seg503.19               -3.033026  1.129969351  13.725409 1.296032e-02
## Seg1658.8                4.782627  4.567291202  13.713211 1.298315e-02
## Seg2576.4               -2.036697  2.413001506  13.710620 1.298801e-02
## Seg3923.1               -2.935292  1.342842012  13.688204 1.303014e-02
## Seg2623.1                4.319016  1.170412669  13.635632 1.312969e-02
## Seg3985.3                4.089663  0.214269042  13.631415 1.313772e-02
## Seg5690.2                3.138531  1.366177940  13.592672 1.321182e-02
## Seg235.7                 2.032370  2.136528945  13.565826 1.326351e-02
## Seg1762.9                2.056616  2.966010308  13.555710 1.328306e-02
## Seg914.6                 2.019242  2.394562813  13.552218 1.328982e-02
## Seg897.4                 2.930282  2.019760836  13.547376 1.329920e-02
## Seg2191.3               -2.129889  2.493947193  13.512617 1.336679e-02
## Seg2293.6                4.088317  0.645325947  13.511477 1.336902e-02
## Seg17621.1              -2.499589  3.868742481  13.508314 1.337519e-02
## Seg2007.7                2.025485  4.182383802  13.507015 1.337773e-02
## Seg1675.1                2.245387  4.720459678  13.490218 1.341061e-02
## Seg4623.2                2.180522  2.156275564  13.484745 1.342134e-02
## Seg2830.1                2.780911  3.869759194  13.481308 1.342809e-02
## Seg186.6                 2.256382  1.888089891  13.477611 1.343535e-02
## Seg355.5                -7.309318  0.892033010  16.761140 1.348037e-02
## Seg2993.6                3.222491  0.581396976  13.377113 1.363491e-02
## Seg1289.5                2.513724  2.181284745  13.372710 1.364375e-02
## Seg624.4.1.57f48f7d      2.183961  4.573225652  13.355464 1.367844e-02
## Seg841.17               -2.104813  2.371491308  13.336527 1.371667e-02
## Seg312.1                 2.125799  1.977946091  13.287448 1.381645e-02
## Seg1226.1                4.297324  1.430775055  13.234510 1.392521e-02
## Seg6395.1               -2.107055  3.043786231  13.220603 1.395398e-02
## Seg4418.1.1.57f48f7b    -7.799839  1.294276183  16.429033 1.395878e-02
## Seg4055.5               -4.051041  0.686452272  13.208660 1.397875e-02
## Seg2640.3.1.57f48f79   -10.748896  4.009227400  16.412651 1.398303e-02
## Seg3122.1               -2.227489  2.273790399  13.195524 1.400606e-02
## Seg1488.3                4.167276  1.040370594  13.191857 1.401370e-02
## Seg1095.22               5.275630  5.120880614  13.165297 1.406920e-02
## Seg5758.2                4.433893  2.324376751  13.153013 1.409498e-02
## Seg386.1                -2.728142  1.499523659  13.147304 1.410698e-02
## Seg1349.9               -3.989259  2.179745680  13.147164 1.410727e-02
## Seg1779.8                2.872043  2.055148291  13.139202 1.412403e-02
## Seg2514.5               -2.799675  1.547357968  13.131948 1.413933e-02
## Seg5214.1               -2.094101  2.737263384  13.119720 1.416516e-02
## Seg3959.1                3.124245  1.567269834  13.107207 1.419166e-02
## Seg4902.1                2.477434  1.211587904  13.099843 1.420729e-02
## Seg1535.3                4.124476  0.681414294  13.073273 1.426388e-02
## Seg462.2                -4.201655  2.470454890  13.069017 1.427298e-02
## Seg1446.7                2.499519  4.520146464  13.067458 1.427631e-02
## Seg4030.1                4.453446  3.497675404  13.065346 1.428083e-02
## Seg4257.2                2.721332  1.991484983  13.040917 1.433322e-02
## Seg5059.1                2.500942  2.072306010  13.036767 1.434215e-02
## Seg765.1                 4.202588  7.606327224  13.027701 1.436168e-02
## Seg5060.3                2.544631  4.206604692  13.003260 1.441451e-02
## Seg6464.1                3.017821  1.285437396  12.999969 1.442164e-02
## Seg258.2                 2.466729  1.521679333  12.967860 1.449151e-02
## Seg1780.2               -2.268593  1.997014678  12.963747 1.450049e-02
## Seg1498.5                4.806085  0.972268426  12.960907 1.450670e-02
## Seg2700.4                2.859042  0.076922054  12.948953 1.453287e-02
## Seg2634.1                2.772174  1.499324824  12.929469 1.457567e-02
## Seg3275.1                4.462659  0.655582173  12.916917 1.460333e-02
## Seg1628.1                3.509891  2.289911608  12.867460 1.471304e-02
## Seg1198.2                2.447659  1.840401111  12.858988 1.473194e-02
## Seg1267.7.1.57f48f76   -10.799652  4.058203940  15.924404 1.473521e-02
## Seg1259.4               -7.737385  1.241578265  15.885982 1.479692e-02
## Seg4950.1                2.190097  1.676789739  12.789003 1.488943e-02
## Seg1771.9               -5.080693  6.160950636  12.709176 1.507193e-02
## Seg2132.2                3.869374  0.056363318  12.705704 1.507994e-02
## Seg6785.2                3.869374  0.056363318  12.705704 1.507994e-02
## Seg1093.13.2.57f48f75   -3.913712  1.766434974  12.705205 1.508109e-02
## Seg19381.1               3.884769  0.063750014  12.698344 1.509694e-02
## Seg1890.7               -2.382959  1.779436560  12.687081 1.512300e-02
## Seg772.5                 3.967887  0.543887471  12.672060 1.515785e-02
## Seg1289.10.1.57f48f76    4.604503  2.750227768  12.662414 1.518029e-02
## Seg1542.9                2.604038  1.745294329  12.653765 1.520045e-02
## Seg3186.2                2.094754  2.984862647  12.649821 1.520966e-02
## Seg5445.1                4.597274  4.347613648  12.648105 1.521366e-02
## Seg628.8                -2.564589  1.554742046  12.625019 1.526772e-02
## Seg1791.1               -2.671721  1.688972779  12.609711 1.530372e-02
## Seg1354.7               -4.028607  0.657735549  12.600319 1.532586e-02
## Seg4799.3                4.474104  3.516346398  12.591380 1.534697e-02
## Seg3864.2.1.57f48f7b     2.002784  2.541569948  12.587718 1.535563e-02
## Seg3684.4               -4.197884  0.840748487  12.586670 1.535811e-02
## Seg357.6                 2.662089  1.215687516  12.561914 1.541686e-02
## Seg841.5                 2.642634  1.645508558  12.540539 1.546783e-02
## Seg1719.5                2.608637  3.392467409  12.528817 1.549589e-02
## Seg1450.28              -2.612918  2.364685051  12.525857 1.550298e-02
## Seg1268.7                3.353678  3.523538149  12.521293 1.551393e-02
## Seg5332.2                4.267993  2.161729909  12.521046 1.551452e-02
## Seg2340.7                2.916749  1.044524680  12.520722 1.551530e-02
## Seg843.8                 2.514393  2.825566376  12.513123 1.553356e-02
## Seg1118.1               -4.215623  3.019096553  12.495245 1.557662e-02
## Seg2512.3                4.140796  1.012836589  12.480985 1.561110e-02
## Seg2208.5                3.285976  2.676490226  12.456944 1.566945e-02
## Seg1158.4                4.378564  2.867315298  12.452711 1.567976e-02
## Seg5338.1               -4.042699  0.713813183  12.437259 1.571746e-02
## Seg779.6                 4.646815  2.255474277  12.398861 1.581170e-02
## Seg2129.10              -3.903657  1.761370176  12.396376 1.581782e-02
## Seg2652.2                3.091906  2.809971221  12.385298 1.584517e-02
## Seg2768.1               -4.155887  0.751409714  12.379906 1.585851e-02
## Seg3106.2                2.971385  0.582396447  12.368334 1.588718e-02
## Seg1248.1               -2.198381  4.210318186  12.346305 1.594196e-02
## Seg3307.2.1.57f48f7a    -8.685944  2.065928609  15.202976 1.596096e-02
## Seg9346.1                2.291593  3.067961752  12.328191 1.598720e-02
## Seg3147.1               -2.120948  2.597976666  12.314204 1.602225e-02
## Seg684.8.2.57f48f7d      3.344165  3.046475872  12.307313 1.603956e-02
## Seg3818.1                4.326446  0.832904752  12.297392 1.606453e-02
## Seg1019.1               -3.941940  3.182776696  12.280895 1.610616e-02
## Seg855.2                 2.176757  2.350365203  12.259307 1.616088e-02
## Seg2613.2                2.453448  1.276063359  12.251267 1.618132e-02
## Seg6031.3                2.052789  2.848906643  12.239199 1.621207e-02
## Seg1839.10               4.408949  2.570831521  12.219541 1.626234e-02
## Seg6501.2               -2.695766  1.906361604  12.216478 1.627019e-02
## Seg1058.15              -2.470921  1.668234654  12.210479 1.628558e-02
## Seg756.6                -2.460992  1.479299939  12.204267 1.630154e-02
## Seg3981.2                2.377844  1.044104153  12.200057 1.631237e-02
## Seg768.2                 2.378642  1.746249763  12.194200 1.632745e-02
## Seg1749.4                3.990260  0.556741686  12.181750 1.635958e-02
## Seg1952.4                4.312131  2.802991426  12.178751 1.636733e-02
## Seg4183.1.1.57f48f7b    -9.197205  2.531866326  14.933607 1.645753e-02
## Seg743.3                -2.292093  2.806077142  12.127757 1.649992e-02
## Seg1738.7                2.772198  3.527578357  12.126717 1.650264e-02
## Seg2567.6                2.577273  0.508778374  12.108812 1.654956e-02
## Seg3345.2                2.575121  0.348581869  12.106341 1.655605e-02
## Seg1501.10               2.313225  1.820224713  12.084781 1.661282e-02
## Seg1474.8                2.730417  2.123719256  12.079213 1.662753e-02
## Seg3685.2                2.355099  1.490955637  12.078971 1.662817e-02
## Seg684.6                -2.040349  2.234949934  12.039868 1.673196e-02
## Seg9569.1                4.643705  1.330395291  12.039841 1.673204e-02
## Seg2507.5               -2.400130  2.212274598  12.012067 1.680631e-02
## Seg4458.1.2.57f48f7b    -3.894291  2.613309527  12.006562 1.682109e-02
## Seg1989.3                2.748563  0.502695383  11.982699 1.688534e-02
## Seg202.5                -2.341568  1.767276269  11.980301 1.689182e-02
## Seg1731.8                4.314469  0.849878408  11.979986 1.689267e-02
## Seg2889.3               -2.132180  2.620888933  11.964588 1.693434e-02
## Seg5831.1               -2.268208  2.202240346  11.948152 1.697898e-02
## Seg8151.2               -3.811414  0.500502216  11.940010 1.700115e-02
## Seg2089.1               -4.145439  3.168194934  11.935698 1.701291e-02
## Seg3580.1                2.330504  1.626088702  11.919775 1.705643e-02
## Seg4026.1                4.161020  1.046074765  11.896647 1.711992e-02
## Seg1970.6               -2.470855  2.773316488  11.894522 1.712577e-02
## Seg1201.1                2.418304  0.976873209  11.861667 1.721657e-02
## Seg5364.1               -3.939849  0.640630047  11.861154 1.721799e-02
## Seg2307.4                4.072381  0.620700605  11.847753 1.725523e-02
## Seg6414.1                4.258040  0.486950341  11.843293 1.726764e-02
## Seg1230.3                2.289884  1.508107652  11.831982 1.729919e-02
## Seg3759.1                2.503351  0.296037101  11.825093 1.731844e-02
## Seg2754.3                2.405615  2.422122849  11.814239 1.734883e-02
## Seg2924.5               -2.434786  2.525684909  11.813831 1.734997e-02
## Seg1791.2               -2.785023  0.905761138  11.800265 1.738807e-02
## Seg44.7                 -3.800928  2.021392673  11.772819 1.746549e-02
## Seg3723.1               -2.644183  0.807941952  11.735139 1.757257e-02
## Seg5800.1               -2.242459  2.696386861  11.732523 1.758004e-02
## Seg1397.4.1.57f48f76     2.372062  2.402276042  11.680238 1.773023e-02
## Seg1802.4               -3.798865  2.016646535  11.675423 1.774415e-02
## Seg7423.1               -2.360466  2.550727449  11.651104 1.781469e-02
## Seg2056.10              -2.149278  2.789131926  11.650349 1.781689e-02
## Seg538.1                -2.909316  0.568902729  11.648641 1.782186e-02
## Seg119.15                4.447272  0.935249297  11.647931 1.782393e-02
## Seg287.12                2.766007  1.063115647  11.637078 1.785556e-02
## Seg3015.1                2.556711  0.841892427  11.620616 1.790368e-02
## Seg1349.2                3.267223  1.349045968  11.617031 1.791419e-02
## Seg1902.3                4.115372  1.689975193  11.613246 1.792529e-02
## Seg1688.5               -9.307313  2.633618662  14.188844 1.795572e-02
## Seg1367.8                2.635397  1.229814920  11.597796 1.797070e-02
## Seg376.5                 2.792243  1.096995826  11.587496 1.800105e-02
## Seg2948.3               -2.069887  2.487490097  11.584359 1.801031e-02
## Seg1783.4                4.182659  2.352320496  11.574676 1.803894e-02
## Seg2319.4                2.331512  1.272350703  11.529600 1.817304e-02
## Seg1524.7.2.57f48f76     2.867834  4.455435481  11.528269 1.817702e-02
## Seg114.7                 4.248214  1.606015684  11.510162 1.823130e-02
## Seg5386.1               -4.000182  2.297164917  11.509235 1.823409e-02
## Seg12140.1              -2.361141  1.803918568  11.484655 1.830814e-02
## Seg1047.4                2.194800  2.830227863  11.472456 1.834505e-02
## Seg1867.5               -3.798232  2.524991347  11.461616 1.837793e-02
## Seg2266.2                2.049289  1.955639258  11.459341 1.838484e-02
## Seg1600.11               2.681209  0.592397361  11.438489 1.844836e-02
## Seg1567.1               -2.293318  1.997174263  11.436855 1.845335e-02
## Seg708.6                 2.351332  0.919671586  11.418457 1.850967e-02
## Seg1643.6                2.355910  1.022553378  11.413840 1.852384e-02
## Seg1479.9                2.713372  1.132045851  11.398204 1.857195e-02
## Seg3.10                  2.296220  2.760442583  11.373813 1.864733e-02
## Seg3412.4                2.342612  2.137117251  11.367103 1.866815e-02
## Seg572.1                 3.166229  3.223363229  11.342495 1.874475e-02
## Seg1947.5.1.57f48f78     2.216516  3.770698040  11.327859 1.879052e-02
## Seg4697.4                4.060824  1.444508788  11.305283 1.886143e-02
## Seg3827.1               -3.927909  0.625563345  11.302041 1.887164e-02
## Seg2154.4                3.130643  1.190640347  11.297673 1.888541e-02
## Seg1685.7.1.57f48f77     2.954702  3.388837210  11.291133 1.890606e-02
## Seg1555.7                2.379746  1.006500534  11.263991 1.899208e-02
## Seg11826.1              -2.581038  1.380422477  11.259666 1.900584e-02
## Seg2205.4               -2.520516  1.902698535  11.252543 1.902853e-02
## Seg1980.4                2.422700  1.385108620  11.250909 1.903374e-02
## Seg4404.3                4.138157  2.534406964  11.248836 1.904035e-02
## Seg2737.6               -2.765176  1.690080136  11.226115 1.911304e-02
## Seg910.4                -2.334274  1.405878209  11.225526 1.911492e-02
## Seg7544.2               -4.376359  5.734869392  11.224967 1.911672e-02
## Seg4203.5               -2.597213  1.113218022  11.214380 1.915073e-02
## Seg5616.1                4.073470  1.824935379  11.174541 1.927946e-02
## Seg2593.5                2.838773  1.142433353  11.174516 1.927955e-02
## Seg4914.1               -2.454184  1.011529929  11.155369 1.934184e-02
## Seg1930.3                2.155400  4.320699123  11.141765 1.938628e-02
## Seg458.2                 2.803091  1.406249325  11.123749 1.944534e-02
## Seg649.16               -2.144895  2.466298123  11.107902 1.949750e-02
## Seg1431.4                4.094833  2.001781105  11.068393 1.962840e-02
## Seg886.2                -2.193783  2.174854210  11.057467 1.966481e-02
## Seg2545.1                3.856430  0.464359838  11.017313 1.979944e-02
## Seg739.1                 2.417362  0.444950848  11.008200 1.983018e-02
## Seg6273.1                2.417362  0.444950848  11.008200 1.983018e-02
## Seg9031.2               -3.640806  1.084183343  11.000455 1.985635e-02
## Seg1045.5                3.939100  1.106331531  10.996975 1.986812e-02
## Seg5758.3                4.111796  2.510409722  10.989993 1.989178e-02
## Seg1077.7               -2.840340  0.977716917  10.981742 1.991978e-02
## Seg21271.1               2.315665  1.584980343  10.971892 1.995328e-02
## Seg1166.5                2.183624  1.284561023  10.956133 2.000705e-02
## Seg4614.1                2.760613  1.676191822  10.948204 2.003418e-02
## Seg541.2                -3.770906  3.413001731  10.893893 2.022137e-02
## Seg710.5                 2.182402  5.042693497  10.885557 2.025032e-02
## Seg118.5                 2.524199  4.232694558  10.872225 2.029674e-02
## Seg575.1.1.57f48f7c     -3.749215  3.012001889  10.865473 2.032030e-02
## Seg1365.3                2.414099  3.288933747  10.850550 2.037252e-02
## Seg2859.6               -2.453645  1.659053951  10.830951 2.044138e-02
## Seg4344.3               -3.641129  0.378353803  10.827273 2.045433e-02
## Seg1705.2               -2.288877  1.749823644  10.806176 2.052889e-02
## Seg320.9                -3.611924  1.062211947  10.800277 2.054980e-02
## Seg3118.3               -3.926122  2.233559591  10.796947 2.056162e-02
## Seg1353.7                2.691257  1.130051058  10.790527 2.058443e-02
## Seg7227.2               -3.894236  1.848390039  10.789955 2.058647e-02
## Seg1848.3               -2.287864  1.548664898  10.781938 2.061501e-02
## Seg4984.3               -2.298758  1.584081484  10.771707 2.065151e-02
## Seg1965.1                2.034556  1.747654658  10.756093 2.070739e-02
## Seg1249.1_Seg1249.3      2.173342  4.397745995  10.748199 2.073572e-02
## Seg1740.13              -3.634004  1.075141817  10.724946 2.081949e-02
## Seg1966.5                4.060174  2.350694136  10.712462 2.086466e-02
## Seg1172.12               2.716091  1.261634273  10.701862 2.090312e-02
## Seg1398.6               -2.032972  2.613640948  10.700100 2.090952e-02
## Seg725.2                 2.631738  1.092704575  10.676676 2.099489e-02
## Seg2222.5               -2.414512  2.073134444  10.660801 2.105303e-02
## Seg2810.4               -2.011174  2.402735889  10.655051 2.107414e-02
## Seg1242.1               -3.829336  3.767569967  10.653498 2.107985e-02
## Seg299.9                 2.427471  2.141614889  10.650423 2.109116e-02
## Seg206.2                 3.993325  0.285059868  10.644298 2.111370e-02
## Seg1531.4                2.112211  1.687902658  10.637533 2.113864e-02
## Seg806.13.1.57f48f7e   -10.886539  4.138000797  12.858959 2.118208e-02
## Seg3981.4                2.048286  1.853259407  10.607271 2.125072e-02
## Seg2238.4               -3.929697  1.391790691  10.598981 2.128157e-02
## Seg8877.1                2.276867  0.615451073  10.598334 2.128398e-02
## Seg3117.1.4.57f48f7a     2.792490  4.176697434  10.585357 2.133240e-02
## Seg6564.1.2.57f48f7d     2.782646  3.436302167  10.530430 2.153905e-02
## Seg1335.1               -2.861960  1.625766460  10.518960 2.158255e-02
## Seg5970.1                2.722948  4.166284761  10.511281 2.161174e-02
## Seg6275.1                2.324698  0.554107583  10.509563 2.161828e-02
## Seg1156.8               -3.723495  0.481646281  10.495754 2.167094e-02
## Seg1405.8.1.57f48f76     2.708193  2.404630964  10.480360 2.172985e-02
## Seg1333.9                2.483699  1.207736799  10.455806 2.182429e-02
## Seg1865.4                2.160913  3.288168122  10.438581 2.189087e-02
## Seg1471.10               2.853884  2.258017897  10.424349 2.194610e-02
## Seg1876.6               -2.235329  1.936419917  10.422044 2.195506e-02
## Seg1815.7                2.583791  0.896968647  10.395541 2.205849e-02
## Seg2349.7               -3.668027  1.559916626  10.378164 2.212667e-02
## Seg103.6                -3.776695  0.514379604  10.372599 2.214857e-02
## Seg1073.6               -2.138745  1.916705858  10.369314 2.216151e-02
## Seg3733.3               -3.888085  1.347884333  10.324313 2.233983e-02
## Seg3754.2               -3.618863  1.071349616  10.313320 2.238370e-02
## Seg72.8                  2.403885  1.406664509  10.307229 2.240805e-02
## Seg55.5                  2.053708  2.078582390  10.299839 2.243765e-02
## Seg657.4                -3.622221  2.372391527  10.290174 2.247645e-02
## Seg6373.1               -2.081376  4.713089954  10.275279 2.253642e-02
## Seg2533.1                2.181390  1.914378617  10.273401 2.254400e-02
## Seg4333.1.1.57f48f7b     4.033120  0.305974476  10.270550 2.255551e-02
## Seg4314.2                2.045957  1.945773691  10.257476 2.260839e-02
## Seg11909.1               2.105565  3.536021238  10.246610 2.265248e-02
## Seg2451.2                2.926291  0.732977331  10.224726 2.274163e-02
## Seg6529.2                2.285862  0.765161092  10.223230 2.274774e-02
## Seg2141.2                3.690472  0.318414910  10.215725 2.277844e-02
## Seg2657.1                3.690472  0.318414910  10.215725 2.277844e-02
## Seg6916.1               -2.943618  1.403391384  10.190724 2.288112e-02
## Seg327.8                -2.619469  0.371562456  10.175188 2.294525e-02
## Seg1782.11              -2.620512  1.102774169  10.166594 2.298083e-02
## Seg153.1                 2.982216  7.390896385  10.163429 2.299395e-02
## Seg10204.1              -2.397511  1.217038978  10.163394 2.299410e-02
## Seg1756.4               -2.121301  1.741408948  10.160630 2.300557e-02
## Seg246.9                 3.717655  9.013073471  10.151789 2.304231e-02
## Seg2701.7                3.840553  1.032384514  10.140714 2.308845e-02
## Seg3725.5                2.350294  0.994572160  10.133695 2.311776e-02
## Seg1108.11               3.188242  1.571720099  10.131004 2.312901e-02
## Seg2615.3                2.327567  0.526325994  10.121830 2.316742e-02
## Seg518.10                2.539070  0.748458380  10.115542 2.319380e-02
## Seg914.8                -3.754050  1.243299690  10.079373 2.334634e-02
## Seg1069.1               -2.437063  2.306926509  10.044184 2.349610e-02
## Seg1880.5               -3.832243  1.798701728  10.034888 2.353588e-02
## Seg8289.2                2.555807  1.012305928  10.009893 2.364333e-02
## Seg5529.3               -2.074071  1.571773322   9.997513 2.369679e-02
## Seg379.2                 3.023529  1.103974754   9.972760 2.380421e-02
## Seg759.2                 2.310499  1.446406358   9.971648 2.380905e-02
## Seg96.9                  2.333939  0.726370265   9.959116 2.386370e-02
## Seg2815.1                2.371250  0.930715553   9.944948 2.392570e-02
## Seg3567.2                2.956672  1.268727004   9.924469 2.401571e-02
## Seg642.3                 3.597715  0.249502024   9.896857 2.413783e-02
## Seg2993.4                2.278759  0.345120843   9.895665 2.414312e-02
## Seg2128.3                2.578679  0.115370992   9.872407 2.424668e-02
## Seg643.2                -2.140706  4.393458580   9.867307 2.426947e-02
## Seg2567.3               -2.507949  1.027410071   9.864690 2.428118e-02
## Seg3718.2                2.104143  2.009640426   9.861920 2.429358e-02
## Seg27.1                  3.034177  3.716743848   9.853637 2.433071e-02
## Seg1389.7               -2.339118  3.033097090   9.829517 2.443929e-02
## Seg463.6                 3.766878  1.183887712   9.823622 2.446592e-02
## Seg9017.1                2.248202  1.186688854   9.810367 2.452597e-02
## Seg15196.1               2.202342  1.526085215   9.790852 2.461475e-02
## Seg6155.2                3.617841  0.577484165   9.766781 2.472487e-02
## Seg5613.2                3.943749  1.525564360   9.738055 2.485719e-02
## Seg167.12                2.144302  0.877240774   9.737276 2.486079e-02
## Seg7499.1                3.290888  3.321564742   9.709010 2.499198e-02
## Seg1771.6                2.422241  2.353243648   9.695298 2.505597e-02
## Seg1833.1                3.008225  2.532225797   9.689557 2.508283e-02
## Seg3946.4               -3.627488  1.878189165   9.671417 2.516796e-02
## Seg758.5                -2.351604  0.944228379   9.662699 2.520902e-02
## Seg2114.5                2.564820  2.138174727   9.662517 2.520987e-02
## Seg358.7.1.57f48f7b     -3.511439  1.438201475   9.656777 2.523696e-02
## Seg957.6                 2.222823  0.489292307   9.656744 2.523711e-02
## Seg5039.2               -2.138869  1.444746621   9.656635 2.523763e-02
## Seg900.14                2.951248  1.173198159   9.652390 2.525768e-02
## Seg1719.3                3.484204  0.170644907   9.648286 2.527710e-02
## Seg1079.12               2.832698  4.046363017   9.634451 2.534269e-02
## Seg1010.20.1.57f48f75   -4.020699  2.495432773   9.633135 2.534894e-02
## Seg2861.1               -3.658086  1.168290025   9.629522 2.536611e-02
## Seg1874.1.3.57f48f78     4.461616  3.648056017   9.622609 2.539902e-02
## Seg4191.1               -3.713937  2.345878173   9.608246 2.546758e-02
## Seg3693.1                4.311162  4.728913336   9.588879 2.556043e-02
## Seg7760.1                2.294051  1.389107680   9.573980 2.563218e-02
## Seg1045.4                3.825051  1.596887845   9.571299 2.564512e-02
## Seg7349.1                2.573202  0.431516923   9.535068 2.582090e-02
## Seg1599.4                3.978409  0.736441992   9.526307 2.586366e-02
## Seg550.1.1.57f48f7c     -2.064411  5.426482572   9.526161 2.586437e-02
## Seg4850.2                2.917504  1.496826147   9.520283 2.589312e-02
## Seg1947.8                3.498788  0.177793841   9.509840 2.594429e-02
## Seg967.1                 3.966219  2.818025201   9.501232 2.598658e-02
## Seg933.7                 3.469545  0.163500729   9.500428 2.599054e-02
## Seg1283.1                3.469545  0.163500729   9.500428 2.599054e-02
## Seg9197.1               -2.194422  2.022066597   9.500310 2.599112e-02
## Seg1670.17               2.208128  2.033544003   9.490274 2.604056e-02
## Seg2013.3                3.530599  0.512475573   9.459848 2.619124e-02
## Seg552.4                 2.369575  5.394546392   9.450669 2.623694e-02
## Seg4655.4                2.398525  1.904287057   9.447302 2.625373e-02
## Seg930.1                 2.250092  0.772952282   9.440816 2.628612e-02
## Seg1064.8                2.250092  0.772952282   9.440816 2.628612e-02
## Seg2253.7               -3.709592  3.112633191   9.433297 2.632373e-02
## Seg1841.1                2.251543  2.770745013   9.431425 2.633311e-02
## Seg4287.1                2.363743  2.484892110   9.424257 2.636905e-02
## Seg2232.2                2.109890  0.943204020   9.406851 2.645663e-02
## Seg1147.7               -2.433403  2.403968731   9.390315 2.654020e-02
## Seg1782.9.1.57f48f78    -3.536996  3.410921081   9.382025 2.658223e-02
## Seg922.1                -2.604534  1.831620792   9.380186 2.659157e-02
## Seg199.6                 3.127917  1.250737543   9.336738 2.681350e-02
## Seg12784.1               2.305502  0.470940463   9.313626 2.693262e-02
## Seg2337.5                3.702598  1.124015136   9.310426 2.694916e-02
## Seg12743.1              -2.001418  1.674386959   9.305153 2.697647e-02
## Seg1077.8               -3.651497  1.169563424   9.304964 2.697745e-02
## Seg1753.3                3.912427  0.683035593   9.290937 2.705027e-02
## Seg3759.3                2.119901  1.922631455   9.290035 2.705496e-02
## Seg4952.2               -3.591155  2.541023893   9.267792 2.717102e-02
## Seg12481.1              -3.824885  3.224329246   9.259215 2.721596e-02
## Seg7663.2.1.57f48f7e     2.576306  0.783069823   9.246962 2.728034e-02
## Seg889.9                -2.521634  3.231199014   9.215969 2.744413e-02
## Seg2018.1                2.341586  1.225344936   9.213363 2.745796e-02
## Seg5173.2                2.426110  0.480217772   9.206751 2.749311e-02
## Seg3727.3                2.101847  0.878901897   9.201707 2.751996e-02
## Seg1782.3               -2.015391  1.663571668   9.200920 2.752415e-02
## Seg711.6                -3.344544  0.855892278   9.196934 2.754540e-02
## Seg11930.1              -2.269327  1.123968367   9.193408 2.756422e-02
## Seg2778.2                2.256689  1.018685940   9.191031 2.757692e-02
## Seg3483.1               -3.519187  3.487868667   9.187140 2.759772e-02
## Seg2180.2                2.406565  2.012934718   9.185536 2.760630e-02
## Seg13343.1              -3.437653  1.717621232   9.181352 2.762870e-02
## Seg639.7                 2.961632  2.392077861   9.181027 2.763044e-02
## Seg1303.13_Seg1303.14    2.185581  7.569279983   9.168915 2.769543e-02
## Seg2514.6               -2.556982  1.526084005   9.150443 2.779496e-02
## Seg3581.1                3.963185  3.655684961   9.144279 2.782828e-02
## Seg4697.5                3.825156  1.591723749   9.142449 2.783819e-02
## Seg14170.1               3.806317  1.226474993   9.127878 2.791722e-02
## Seg1873.7                2.118886  1.417588369   9.125488 2.793021e-02
## Seg1205.2               -3.545310  3.758580445   9.112621 2.800031e-02
## Seg2171.2               -3.464866  1.741832351   9.109172 2.801914e-02
## Seg2941.1.1.57f48f7a     4.090315  1.502528057   9.102573 2.805522e-02
## Seg212.5.1.57f48f79     -3.687225  3.249127624   9.100680 2.806558e-02
## Seg335.11               -3.503690  3.474252519   9.080336 2.817728e-02
## Seg4646.4               -2.115054  1.577371117   9.049019 2.835042e-02
## Seg376.4                -3.602746  1.608041774   9.041541 2.839199e-02
## Seg4975.5                3.843371  0.627874966   9.024471 2.848719e-02
## Seg2739.1.4.57f48f7a     3.684181  1.303460103   9.024299 2.848815e-02
## Seg4175.4                3.377440  0.095814755   9.023426 2.849303e-02
## Seg353.3                 3.579913  3.072183240   8.993219 2.866264e-02
## Seg2698.3                2.235818  2.784882979   8.982825 2.872132e-02
## Seg1643.4                2.155938  0.441789774   8.974903 2.876616e-02
## Seg88.6                 -2.175098  3.072051736   8.969357 2.879761e-02
## Seg1078.4                2.035337  0.600483990   8.966597 2.881328e-02
## Seg2514.7               -2.095232  1.433326328   8.926856 2.904022e-02
## Seg2360.1                3.507985  0.747573155   8.907013 2.915447e-02
## Seg7613.1                2.164424  1.383470445   8.904100 2.917129e-02
## Seg889.14               -2.144196  1.797835858   8.891952 2.924160e-02
## Seg1751.7                2.291535  0.398974279   8.883175 2.929254e-02
## Seg2083.6                2.170114  3.895829331   8.841464 2.953635e-02
## Seg2895.2                2.614147  4.674477021   8.832405 2.958967e-02
## Seg6.5                   2.208268  1.358064838   8.823858 2.964011e-02
## Seg164.11.1.57f48f77     4.735493  5.622093374   8.808554 2.973071e-02
## Seg1495.2               -2.224821  1.124529423   8.805320 2.974991e-02
## Seg1839.11               3.758840  2.072779637   8.788523 2.984989e-02
## Seg2018.2                3.528086  0.759482690   8.780644 2.989695e-02
## Seg1727.2.1.57f48f77     2.185769  2.564223294   8.778523 2.990963e-02
## Seg599.6                 3.438203  0.445189903   8.771450 2.995199e-02
## Seg2108.5                2.013889  0.928432052   8.758476 3.002990e-02
## Seg2407.5               -2.274563  1.389088257   8.720166 3.026162e-02
## Seg1725.10               2.634781  0.506077741   8.702892 3.036693e-02
## Seg2118.1               -2.004702  1.881966616   8.701675 3.037436e-02
## Seg2322.4               -3.434692  3.319979231   8.700365 3.038237e-02
## Seg1177.8               -2.466588  1.902420345   8.697579 3.039942e-02
## Seg889.13               -2.328272  0.897189839   8.658596 3.063929e-02
## Seg768.3.1.57f48f7e      2.411020  2.958257273   8.640686 3.075038e-02
## Seg846.9.1.57f48f7e      2.836648  5.140518026   8.634450 3.078920e-02
## Seg2384.1                3.621093  0.007911351   8.631724 3.080618e-02
## Seg417.24                3.378580  0.395547941   8.631357 3.080848e-02
## Seg5529.2               -2.083112  1.405427575   8.624705 3.084999e-02
## Seg41.5                  3.391290  0.402234303   8.624342 3.085226e-02
## Seg5481.1               -2.138534  2.551227625   8.611016 3.093566e-02
## Seg2112.7                2.090084  2.058696125   8.610769 3.093721e-02
## Seg765.7                 3.821646  3.188531019   8.602840 3.098699e-02
## Seg4423.2                2.229339  1.084062132   8.601623 3.099465e-02
## Seg1784.14              -3.411492  3.092357949   8.599313 3.100917e-02
## Seg1635.3                2.619615  5.874982447   8.596378 3.102765e-02
## Seg4827.2                2.901473  0.851952492   8.592267 3.105355e-02
## Seg697.2                -3.671298  3.234404484   8.591534 3.105817e-02
## Seg2158.1               -2.136988  1.639904025   8.583442 3.110925e-02
## Seg329.2                -3.333431  0.854307017   8.576073 3.115587e-02
## Seg6424.2               -3.412843  3.201496087   8.557280 3.127521e-02
## Seg5335.1               -2.700978  1.158340733   8.556778 3.127840e-02
## Seg4430.2                3.865219  1.013043705   8.552044 3.130857e-02
## Seg570.1                -2.149451  1.886607131   8.548367 3.133203e-02
## Seg1987.3               -2.435824  2.620820235   8.499841 3.164392e-02
## Seg468.6                 2.544683  1.554632816   8.474491 3.180857e-02
## Seg2293.14               2.108785  1.022237703   8.471390 3.182880e-02
## Seg5869.2                3.365805  0.388862902   8.470076 3.183737e-02
## Seg1032.1                3.403936  0.408921833   8.458049 3.191601e-02
## Seg102.14                2.141046  0.589334290   8.438543 3.204413e-02
## Seg3325.2               -2.109187  1.399753344   8.433972 3.207425e-02
## Seg21394.1              -3.307744  1.278483327   8.411203 3.222490e-02
## Seg2022.3                2.123481  2.360274530   8.405563 3.226237e-02
## Seg1656.4                2.453336  1.431435251   8.396428 3.232319e-02
## Seg2151.4                2.261568  1.540699118   8.390286 3.236417e-02
## Seg625.10                2.635638  2.989161730   8.354496 3.260442e-02
## Seg66.8                  2.348010  1.478868450   8.350860 3.262897e-02
## Seg3100.6               -3.203080  0.749456637   8.327182 3.278945e-02
## Seg1416.5                2.309031  3.030417163   8.323168 3.281677e-02
## Seg3720.5                2.928029  2.694990517   8.297600 3.299150e-02
## Seg2262.2               -3.180736  0.735250828   8.296770 3.299720e-02
## Seg5800.3               -2.287281  1.593014985   8.283136 3.309092e-02
## Seg2485.5               -3.407038  3.388842391   8.274390 3.315125e-02
## Seg1643.3                2.559984  0.624230736   8.270023 3.318143e-02
## Seg5043.3               -2.001448  1.640618252   8.248980 3.332737e-02
## Seg1784.8                4.015453  1.680049254   8.240696 3.338508e-02
## Seg690.10                2.452702  0.986675796   8.218176 3.354265e-02
## Seg3120.3                3.302780  0.337245096   8.215937 3.355837e-02
## Seg1745.6                2.223359  0.900777929   8.200875 3.366440e-02
## Seg3817.3                2.889175  1.340348714   8.200709 3.366557e-02
## Seg1715.2                3.621013  1.703396542   8.195899 3.369953e-02
## Seg4860.2               -2.486148  1.062089850   8.159240 3.395995e-02
## Seg1570.5               -2.043356  2.297681700   8.145139 3.406087e-02
## Seg5863.4                2.125370  1.334326907   8.139807 3.409914e-02
## Seg824.4                -3.618355  1.130474685   8.123215 3.421861e-02
## Seg1121.19               2.018669  1.285653247   8.087211 3.447987e-02
## Seg3648.1               -3.465292  2.373563007   8.066236 3.463336e-02
## Seg1740.12              -2.338646  1.629455009   8.062166 3.466325e-02
## Seg386.2.1.57f48f7b     -3.417658  3.567462922   8.055587 3.471164e-02
## Seg462.1                -3.401173  3.288761948   8.025432 3.493469e-02
## Seg7196.2               -2.366501  1.176922473   8.019918 3.497569e-02
## Seg1412.6                3.610487  1.691042849   7.966897 3.537338e-02
## Seg191.8                 2.667401  0.827858973   7.964283 3.539316e-02
## Seg2565.1                2.694042  0.963835757   7.958476 3.543713e-02
## Seg1876.7               -2.574463  2.533046523   7.952594 3.548175e-02
## Seg1807.2.2.57f48f78    -3.511358  2.796696943   7.941465 3.556639e-02
## Seg3073.4               -2.419646  3.410454201   7.940109 3.557672e-02
## Seg2951.3                2.536929  2.816407612   7.932780 3.563264e-02
## Seg4812.3                2.301962  0.720046503   7.898058 3.589921e-02
## Seg164.11.2.57f48f77    -3.535063  3.676858647   7.895621 3.591803e-02
## Seg974.11                2.325241  1.527588646   7.878014 3.605437e-02
## Seg2880.1                2.831308  0.421406709   7.873742 3.608756e-02
## Seg1201.6                3.942716  1.627182419   7.864362 3.616058e-02
## Seg3241.2                3.535846  1.337420855   7.861635 3.618185e-02
## Seg616.13                3.610187  2.235998374   7.860283 3.619240e-02
## Seg9483.1               -2.084298  0.750965648   7.852947 3.624973e-02
## Seg59.2                  3.806252  3.740086872   7.845549 3.630766e-02
## Seg7571.1               -2.187548  1.806685688   7.802612 3.664649e-02
## Seg3125.2               -3.382317  3.885980485   7.798625 3.667818e-02
## Seg3889.3                2.374559  2.950947249   7.784939 3.678724e-02
## Seg1115.6                2.098820  2.068522247   7.780896 3.681954e-02
## Seg287.2                -3.432399  1.823335256   7.778685 3.683723e-02
## Seg7891.3               -2.153301  1.977620027   7.741793 3.713404e-02
## Seg780.2.1.57f48f7e     -2.102890  5.253928323   7.738109 3.716386e-02
## Seg665.3                -2.654592  3.444505300   7.732874 3.720630e-02
## Seg2846.1               -3.446425  3.041414229   7.726005 3.726208e-02
## Seg14074.1              -3.219919  0.757025562   7.705691 3.742774e-02
## Seg2700.1                3.588722  2.214299582   7.697975 3.749093e-02
## Seg1634.2                3.544834  1.633225533   7.691373 3.754511e-02
## Seg350.23               -2.096281  0.758123804   7.690400 3.755311e-02
## Seg1598.3                3.335272  0.820752255   7.689811 3.755795e-02
## Seg4715.1                2.008858  0.547913383   7.688800 3.756626e-02
## Seg359.1                 3.539121  1.633986790   7.687189 3.757952e-02
## Seg4304.1                3.325512  0.814958669   7.666090 3.775365e-02
## Seg8140.1               -3.261305  2.430244981   7.664149 3.776972e-02
## Seg2345.6               -3.266992  0.871827346   7.658032 3.782044e-02
## Seg2781.1               -7.997964  9.286826782   7.652295 3.786811e-02
## Seg11.3                 -2.128634  1.842533641   7.652170 3.786914e-02
## Seg1439.9                2.486879  1.153984823   7.649706 3.788965e-02
## Seg1641.2                2.080049  1.369614465   7.645532 3.792440e-02
## Seg5180.1                2.696015  2.664366489   7.633238 3.802702e-02
## Seg3929.1                2.037298  2.387047601   7.630767 3.804770e-02
## Seg3687.1                4.112050  5.205981869   7.620532 3.813350e-02
## Seg4460.3               -2.584511  1.641118439   7.616712 3.816560e-02
## Seg3004.6               -2.178479  0.484044582   7.609951 3.822249e-02
## Seg1535.1                3.536539  1.868659798   7.600358 3.830341e-02
## Seg59.3                  3.244865  0.540239207   7.593610 3.836048e-02
## Seg4631.3               -3.374484  1.780715446   7.584784 3.843531e-02
## Seg2375.3                2.201208  2.077895656   7.583845 3.844328e-02
## Seg1775.11               2.414631  1.015141900   7.561465 3.863398e-02
## Seg4755.3                2.098927  0.994374724   7.544221 3.878182e-02
## Seg2350.1               -3.357009  2.048072819   7.497468 3.918665e-02
## Seg3073.6               -3.434157  1.823044947   7.469624 3.943056e-02
## Seg679.16                2.872515  1.891041809   7.438652 3.970437e-02
## Seg4697.1                3.574187  2.113276423   7.428722 3.979272e-02
## Seg6.6                   2.323821  7.760948233   7.427535 3.980330e-02
## Seg3887.2               -2.321024  1.389840725   7.393740 4.010616e-02
## Seg3798.1               -2.149932  1.582174219   7.388421 4.015412e-02
## Seg1172.11               3.524121  2.158100451   7.387383 4.016349e-02
## Seg2681.4                2.342594  2.802944624   7.383629 4.019740e-02
## Seg2783.6                3.442897  1.267773865   7.358048 4.042952e-02
## Seg219.6                 3.547428  2.081582025   7.357453 4.043495e-02
## Seg7113.1               -3.152754  0.707539817   7.349459 4.050789e-02
## Seg2392.4                3.364214  1.026179699   7.341872 4.057728e-02
## Seg430.4                -3.300419  0.901733142   7.314280 4.083106e-02
## Seg8099.1                3.122961  0.206710452   7.300719 4.095660e-02
## Seg1081.13               3.571635  1.382153910   7.296957 4.099151e-02
## Seg2913.1               -3.163086  2.637233611   7.271857 4.122558e-02
## Seg757.1.1.57f48f7d      2.349154  1.843929005   7.266578 4.127505e-02
## Seg2325.3                2.437529  2.264601309   7.265762 4.128270e-02
## Seg4063.2               -2.362599  3.878821521   7.236520 4.155829e-02
## Seg13.10                 3.835849  1.270647929   7.234237 4.157991e-02
## Seg1039.3                3.349400  1.182994815   7.230093 4.161921e-02
## Seg1514.2.1.57f48f76     3.718502  4.089065993   7.227744 4.164150e-02
## Seg3668.6               -3.195746  1.515373037   7.226321 4.165502e-02
## Seg2058.5               -2.140086  0.458020084   7.216001 4.175321e-02
## Seg1806.9                2.430329  1.278532003   7.210988 4.180102e-02
## Seg5160.2                2.546799  1.684599240   7.210649 4.180426e-02
## Seg2483.4                2.221234  2.413927509   7.204786 4.186029e-02
## Seg2884.3                2.221693  0.517554737   7.193954 4.196406e-02
## Seg994.2                -3.300513  2.236403931   7.154248 4.234759e-02
## Seg1245.6                3.422078  6.532894047   7.143598 4.245129e-02
## Seg2811.2.1.57f48f7a    -2.672298  4.492587639   7.141117 4.247550e-02
## Seg1883.5                2.153001  1.273558180   7.135641 4.252900e-02
## Seg58.18                 2.151079  0.735816732   7.135229 4.253303e-02
## Seg3126.1               -3.243336  1.321775397   7.134354 4.254159e-02
## Seg1001.13              -3.139027  1.964093329   7.126658 4.261698e-02
## Seg2085.6                2.513960  1.397307141   7.123222 4.265069e-02
##                               FDR
## Seg1787.11             0.02394094
## Seg1695.10             0.02394094
## Seg1891.11             0.02394094
## Seg1845.3              0.02394094
## Seg3381.1              0.02394094
## Seg1379.9              0.02394094
## Seg2332.1              0.02394094
## Seg1379.10             0.02394094
## Seg852.16              0.02394094
## Seg1379.11             0.02394094
## Seg2624.3.2.57f48f79   0.02557927
## Seg207.7               0.02557927
## Seg1200.2              0.02557927
## Seg8734.1              0.02557927
## Seg593.11              0.02557927
## Seg1262.3.1.57f48f76   0.02557927
## Seg1807.2.1.57f48f78   0.02557927
## Seg803.7.1.57f48f7e    0.02557927
## Seg675.11              0.02557927
## Seg1242.3.1.57f48f76   0.02557927
## Seg164.11              0.02557927
## Seg555.6               0.02557927
## Seg4229.2              0.02557927
## Seg934.3               0.02586289
## Seg859.11.1.57f48f7e   0.02806893
## Seg8672.1              0.02851336
## Seg1379.16             0.02910345
## Seg189.2               0.02910345
## Seg965.11.1.57f48f7e   0.02910345
## Seg1276.4              0.02910345
## Seg620.3               0.02910345
## Seg1999.6              0.02910345
## Seg2967.1.2.57f48f7a   0.02910345
## Seg4603.2.1.57f48f7b   0.02910345
## Seg2967.1.1.57f48f7a   0.02910345
## Seg2025.6              0.02910345
## Seg1578.9              0.02910345
## Seg1276.4.1.57f48f76   0.02910345
## Seg2175.2              0.02910345
## Seg720.8               0.02969177
## Seg1698.1              0.02978297
## Seg2624.3              0.02978297
## Seg2869.1              0.02978297
## Seg1896.6.1.57f48f78   0.03009703
## Seg400.1               0.03009703
## Seg2548.2              0.03009703
## Seg335.12.1.57f48f7a   0.03009703
## Seg1095.13             0.03009703
## Seg4033.1              0.03009703
## Seg1179.1              0.03009703
## Seg2904.4              0.03009703
## Seg207.8               0.03009703
## Seg12003.1             0.03009703
## Seg3735.1              0.03009703
## Seg1347.4              0.03009703
## Seg5576.1              0.03009703
## Seg675.10              0.03009703
## Seg2444.2              0.03009703
## Seg225.9.1.57f48f79    0.03009703
## Seg6133.2              0.03009703
## Seg1715.9              0.03009703
## Seg1611.1              0.03009703
## Seg1088.2              0.03009703
## Seg650.14              0.03009703
## Seg1896.6              0.03009703
## Seg11740.1             0.03009703
## Seg68.8.3.57f48f7d     0.03009818
## Seg230.23.1.57f48f79   0.03009818
## Seg4496.2              0.03009818
## Seg1067.4              0.03009818
## Seg3884.1              0.03009818
## Seg2577.2              0.03009818
## Seg337.1               0.03009818
## Seg2042.3.1.57f48f78   0.03009818
## Seg962.1               0.03009818
## Seg1996.8              0.03009818
## Seg2693.2              0.03009818
## Seg1973.4              0.03009818
## Seg2487.1              0.03009818
## Seg183.2.1.57f48f78    0.03009818
## Seg3026.1.1.57f48f7a   0.03009818
## Seg750.12              0.03009818
## Seg7472.1              0.03009818
## Seg782.12.1.57f48f7e   0.03009818
## Seg4294.2              0.03009818
## Seg6822.1              0.03009818
## Seg1853.5              0.03009818
## Seg1118.12.1.57f48f75  0.03009818
## Seg8628.1              0.03009818
## Seg2919.3              0.03009818
## Seg1757.4              0.03009818
## Seg1118.8              0.03009818
## Seg5146.1              0.03009818
## Seg2189.6              0.03009818
## Seg1700.3              0.03009818
## Seg9743.1              0.03009818
## Seg5021.1.1.57f48f7c   0.03009818
## Seg1925.6              0.03009818
## Seg2175.8              0.03009818
## Seg3470.3              0.03009818
## Seg6812.1              0.03009818
## Seg1116.4              0.03009818
## Seg9565.1              0.03009818
## Seg3495.4              0.03009818
## Seg1871.7              0.03009818
## Seg3190.1              0.03009818
## Seg138.3               0.03009818
## Seg11812.1             0.03009818
## Seg5552.1              0.03009818
## Seg1668.12             0.03009818
## Seg1431.2              0.03009818
## Seg3630.3              0.03015618
## Seg675.12              0.03024545
## Seg1121.18             0.03129768
## Seg130.7               0.03129768
## Seg1698.1.1.57f48f77   0.03129768
## Seg859.11              0.03129768
## Seg1074.5.2.57f48f75   0.03129768
## Seg415.3.1.57f48f7b    0.03129768
## Seg3786.2              0.03129768
## Seg2682.1.1.57f48f79   0.03129768
## Seg1731.4.1.57f48f77   0.03129768
## Seg5088.1              0.03129768
## Seg1870.6              0.03129768
## Seg1513.1              0.03129768
## Seg4403.5              0.03129768
## Seg3904.2              0.03129768
## Seg139.2               0.03129768
## Seg519.2.1.57f48f7c    0.03129768
## Seg368.2.1.57f48f7b    0.03129768
## Seg1509.5              0.03129768
## Seg1095.22.2.57f48f75  0.03129768
## Seg1181.11             0.03129768
## Seg12380.1             0.03129768
## Seg1641.11.2.57f48f77  0.03129768
## Seg5296.1              0.03129768
## Seg1208.4              0.03129768
## Seg1648.4              0.03129768
## Seg429.9               0.03129768
## Seg1602.2              0.03129768
## Seg552.3               0.03129768
## Seg154.12              0.03129768
## Seg3888.1              0.03129768
## Seg115.4               0.03129768
## Seg1770.7              0.03129768
## Seg3491.1.1.57f48f7a   0.03129768
## Seg2275.12             0.03129768
## Seg2595.1              0.03129768
## Seg916.1               0.03129768
## Seg1720.8.1.57f48f77   0.03129768
## Seg577.2.1.57f48f7c    0.03129768
## Seg1431.3              0.03129768
## Seg2533.5              0.03129768
## Seg404.9               0.03129768
## Seg5340.1              0.03129768
## Seg852.3               0.03129768
## Seg13200.1             0.03129768
## Seg172.13              0.03129768
## Seg2511.7              0.03129768
## Seg1431.1              0.03129768
## Seg1649.3              0.03129768
## Seg62.7                0.03129768
## Seg397.33              0.03129768
## Seg2355.4.1.57f48f79   0.03129768
## Seg586.17              0.03129768
## Seg1095.19             0.03129768
## Seg4035.2.1.57f48f7b   0.03129768
## Seg650.7               0.03129768
## Seg2887.2.1.57f48f7a   0.03129768
## Seg2350.3              0.03129768
## Seg6817.1              0.03129768
## Seg1405.8              0.03129768
## Seg8007.1              0.03129768
## Seg1682.3.1.57f48f77   0.03129768
## Seg119.17              0.03129768
## Seg3216.1              0.03129768
## Seg1512.4.1.57f48f76   0.03129768
## Seg649.14              0.03129768
## Seg1509.11             0.03129768
## Seg667.5               0.03129768
## Seg813.12              0.03129768
## Seg2040.3              0.03129768
## Seg1078.7              0.03129768
## Seg1437.7              0.03129768
## Seg2447.5.1.57f48f79   0.03129768
## Seg26.4                0.03129768
## Seg716.1.1.57f48f7d    0.03129768
## Seg710.1               0.03129768
## Seg2677.6              0.03129768
## Seg1478.13             0.03129768
## Seg1733.6              0.03129768
## Seg1313.2              0.03129768
## Seg343.1               0.03129768
## Seg1996.1              0.03129768
## Seg4403.3              0.03129768
## Seg1053.2.1.57f48f75   0.03157058
## Seg372.1.1.57f48f7b    0.03162652
## Seg3089.1.2.57f48f7a   0.03162652
## Seg94.10               0.03162652
## Seg236.11              0.03186884
## Seg1740.10             0.03186884
## Seg2312.2.2.57f48f79   0.03209079
## Seg65.2                0.03209079
## Seg1877.8              0.03209079
## Seg2281.1              0.03209079
## Seg652.6               0.03224034
## Seg3557.1              0.03224203
## Seg1221.3              0.03224203
## Seg766.1               0.03224203
## Seg229.10              0.03224203
## Seg1658.23             0.03224203
## Seg1662.7              0.03224203
## Seg2281.2              0.03224203
## Seg13094.1             0.03224203
## Seg1112.2              0.03224203
## Seg2464.2              0.03224203
## Seg1715.1.1.57f48f77   0.03245695
## Seg2175.6              0.03264279
## Seg952.4               0.03264279
## Seg3935.2              0.03264279
## Seg2063.6.1.57f48f79   0.03264279
## Seg2298.7              0.03264279
## Seg4466.2              0.03264279
## Seg1259.5              0.03264279
## Seg2737.2              0.03264279
## Seg1328.7              0.03264279
## Seg2725.2.1.57f48f7a   0.03264279
## Seg4294.3              0.03264279
## Seg675.14              0.03283325
## Seg2012.5              0.03300200
## Seg598.5               0.03300200
## Seg1242.3              0.03300200
## Seg1689.3              0.03300200
## Seg1231.9              0.03300200
## Seg6255.3              0.03330009
## Seg1947.5              0.03348229
## Seg5580.1              0.03367400
## Seg1370.1              0.03367400
## Seg1986.5              0.03367400
## Seg118.6               0.03367400
## Seg698.3               0.03378838
## Seg785.1               0.03378838
## Seg3951.2              0.03378838
## Seg271.9               0.03378838
## Seg123.2               0.03378977
## Seg4415.1              0.03378977
## Seg319.15              0.03391392
## Seg1749.2.3.57f48f78   0.03429021
## Seg418.13              0.03429021
## Seg711.3               0.03429021
## Seg350.19              0.03429021
## Seg1250.5              0.03429021
## Seg6955.1              0.03429021
## Seg1131.10             0.03429021
## Seg1152.1              0.03429021
## Seg1154.2              0.03429021
## Seg5283.4              0.03429021
## Seg5525.1              0.03429021
## Seg5655.3              0.03429021
## Seg2147.5              0.03429021
## Seg994.5               0.03429021
## Seg1372.7              0.03429021
## Seg372.1.2.57f48f7b    0.03429021
## Seg7585.1              0.03429021
## Seg2548.2.1.57f48f79   0.03429021
## Seg1026.3              0.03429021
## Seg1359.7              0.03429021
## Seg4426.1.1.57f48f7b   0.03429021
## Seg1389.16.13.57f48f76 0.03429021
## Seg4127.6              0.03429021
## Seg1496.7              0.03429021
## Seg1276.3.1.57f48f76   0.03429021
## Seg3283.2              0.03429021
## Seg3035.1              0.03429021
## Seg247.7               0.03429021
## Seg1721.15             0.03429021
## Seg2875.5              0.03429021
## Seg13228.1             0.03429021
## Seg2182.2              0.03429021
## Seg2437.8              0.03429021
## Seg4357.4              0.03438629
## Seg24446.1             0.03474094
## Seg2317.3.1.57f48f79   0.03474094
## Seg3561.4              0.03474094
## Seg6790.1              0.03477650
## Seg5138.1              0.03478223
## Seg5314.1              0.03478223
## Seg1180.5              0.03478223
## Seg2661.1              0.03486447
## Seg3459.1              0.03486447
## Seg2345.2              0.03486447
## Seg896.6.1.57f48f7e    0.03492198
## Seg1350.1              0.03492198
## Seg1144.6              0.03492198
## Seg23.13               0.03492198
## Seg1943.2              0.03492198
## Seg4287.2              0.03492198
## Seg1822.6              0.03492198
## Seg3305.2              0.03492198
## Seg212.2               0.03498827
## Seg3927.2              0.03534456
## Seg438.4               0.03534456
## Seg3858.3              0.03536561
## Seg934.1.2.57f48f7e    0.03536561
## Seg1891.12_Seg1891.13  0.03536561
## Seg2074.1              0.03536561
## Seg161.7               0.03536561
## Seg1837.6              0.03536561
## Seg4642.1              0.03536561
## Seg6564.1              0.03536561
## Seg3412.1              0.03536561
## Seg1058.1              0.03552562
## Seg2735.5              0.03552562
## Seg417.1               0.03552562
## Seg1999.10             0.03552562
## Seg889.1               0.03558310
## Seg4894.3              0.03558310
## Seg835.3               0.03558310
## Seg1734.3              0.03558310
## Seg2447.5              0.03558310
## Seg1046.1              0.03558310
## Seg11511.1             0.03558310
## Seg3599.2              0.03558310
## Seg800.7               0.03558310
## Seg1886.2              0.03558310
## Seg369.1               0.03558310
## Seg1075.1              0.03558310
## Seg850.2               0.03558310
## Seg8.2                 0.03564298
## Seg1666.9              0.03564298
## Seg1303.9              0.03566715
## Seg1983.9              0.03568241
## Seg1999.5              0.03573421
## Seg4686.2.2.57f48f7b   0.03573421
## Seg1870.6.1.57f48f78   0.03573421
## Seg1611.1.1.57f48f77   0.03573421
## Seg1782.12             0.03573421
## Seg580.2               0.03573421
## Seg2129.3              0.03573421
## Seg2152.7              0.03573421
## Seg9718.1              0.03573421
## Seg1073.1              0.03573421
## Seg1749.2.4.57f48f78   0.03573421
## Seg2604.3              0.03573421
## Seg3335.3              0.03573421
## Seg2941.1              0.03573421
## Seg5087.2              0.03573421
## Seg3000.2.2.57f48f7a   0.03573421
## Seg2800.2              0.03573421
## Seg103.1               0.03573421
## Seg3307.3              0.03573421
## Seg1507.11             0.03573421
## Seg1712.8              0.03573421
## Seg1021.4              0.03573421
## Seg6838.2              0.03573421
## Seg2105.1              0.03573421
## Seg1348.5              0.03573421
## Seg298.5.1.57f48f7a    0.03573421
## Seg6214.1              0.03573421
## Seg1917.1              0.03573421
## Seg319.14              0.03573421
## Seg1077.4              0.03573421
## Seg811.6               0.03573421
## Seg4826.3              0.03573421
## Seg1433.3.2.57f48f76   0.03610196
## Seg2175.1              0.03610380
## Seg861.9               0.03614969
## Seg5619.1              0.03614969
## Seg8949.1              0.03614969
## Seg2064.1              0.03614969
## Seg2291.2              0.03614969
## Seg1903.2              0.03614969
## Seg6707.1.1.57f48f7d   0.03614969
## Seg1882.13             0.03614969
## Seg318.15              0.03622315
## Seg836.5               0.03622315
## Seg954.2               0.03622315
## Seg3026.1              0.03622315
## Seg690.4               0.03622315
## Seg1000.14             0.03622315
## Seg1671.13             0.03622315
## Seg581.12              0.03622315
## Seg1720.8              0.03622315
## Seg4002.4              0.03622315
## Seg1642.5.1.57f48f77   0.03622315
## Seg1329.6              0.03622315
## Seg5378.3              0.03631500
## Seg940.16              0.03654631
## Seg1816.7              0.03657638
## Seg795.1               0.03657638
## Seg914.7               0.03660265
## Seg3953.1              0.03660909
## Seg21.3                0.03671298
## Seg7542.1              0.03729930
## Seg1001.1              0.03729930
## Seg94.9                0.03729930
## Seg10219.1             0.03729930
## Seg675.15              0.03729930
## Seg229.6               0.03732248
## Seg593.14              0.03733976
## Seg1232.20             0.03742931
## Seg4479.1              0.03756792
## Seg4400.3              0.03772144
## Seg287.9.2.57f48f7a    0.03781138
## Seg2666.3              0.03781138
## Seg4819.1              0.03781138
## Seg4334.1              0.03781138
## Seg3956.3              0.03781138
## Seg5451.2              0.03781138
## Seg846.9.2.57f48f7e    0.03781138
## Seg13540.1             0.03781138
## Seg3937.1              0.03781138
## Seg9198.1              0.03781138
## Seg3715.2              0.03781138
## Seg2716.3              0.03781138
## Seg368.2.2.57f48f7b    0.03781138
## Seg2816.3              0.03781138
## Seg98.3                0.03781138
## Seg1141.2              0.03781138
## Seg50.15               0.03781138
## Seg1445.3              0.03781138
## Seg2655.4              0.03781138
## Seg2073.2              0.03781138
## Seg444.14              0.03781138
## Seg508.4               0.03781138
## Seg6667.1              0.03781138
## Seg2045.1              0.03781138
## Seg1374.4              0.03781138
## Seg2650.3              0.03781138
## Seg1895.5              0.03781138
## Seg4360.1              0.03794259
## Seg4698.1              0.03800143
## Seg1000.9              0.03812581
## Seg826.6.3.57f48f7e    0.03824973
## Seg4845.1              0.03850557
## Seg2175.3              0.03855698
## Seg1783.2              0.03855698
## Seg1121.27             0.03870530
## Seg962.1.1.57f48f7e    0.03879436
## Seg74.4                0.03879436
## Seg580.2.2.57f48f7c    0.03879436
## Seg821.11              0.03879436
## Seg1533.3              0.03879436
## Seg500.3               0.03879436
## Seg1593.4              0.03879436
## Seg3035.2              0.03879436
## Seg2142.7              0.03879436
## Seg1574.16             0.03879436
## Seg1090.1              0.03879436
## Seg1430.21.1.57f48f76  0.03879436
## Seg1755.3              0.03879436
## Seg1080.6.1.57f48f75   0.03886878
## Seg1234.10             0.03896524
## Seg2040.1              0.03896524
## Seg5968.2              0.03896524
## Seg1841.4              0.03905124
## Seg1338.7              0.03905124
## Seg11296.3             0.03905124
## Seg2504.2              0.03913440
## Seg202.14              0.03931971
## Seg1915.8              0.03931971
## Seg3979.1              0.03931971
## Seg18.4                0.03931971
## Seg271.3               0.03931971
## Seg1659.14             0.03931971
## Seg1730.7.1.57f48f77   0.03931971
## Seg4770.1              0.03931971
## Seg446.7               0.03931971
## Seg1943.2.2.57f48f78   0.03931971
## Seg4630.1              0.03931971
## Seg1730.10             0.03931971
## Seg1137.4              0.03931971
## Seg1845.3.1.57f48f78   0.03931971
## Seg598.3               0.03944735
## Seg1512.9_Seg1512.10   0.03944735
## Seg1649.2              0.03969266
## Seg330.12              0.03969927
## Seg2326.6              0.03969927
## Seg7410.1              0.03989899
## Seg895.3               0.03989899
## Seg1144.7              0.03989899
## Seg2783.2              0.03998858
## Seg738.3               0.03999789
## Seg1064.14             0.03999789
## Seg1477.2              0.04019052
## Seg3875.3              0.04033051
## Seg1865.3              0.04041303
## Seg973.2               0.04041303
## Seg3626.1              0.04041303
## Seg2142.6              0.04041303
## Seg541.5               0.04041489
## Seg703.1               0.04041489
## Seg1012.9              0.04041489
## Seg2595.1.1.57f48f79   0.04050581
## Seg301.5               0.04050581
## Seg2730.4              0.04053759
## Seg920.3               0.04062681
## Seg932.6               0.04100799
## Seg796.1               0.04110109
## Seg1904.1.1.57f48f78   0.04110109
## Seg140.4               0.04110109
## Seg123.1               0.04116703
## Seg3844.2              0.04116703
## Seg7.2                 0.04116703
## Seg1780.1              0.04116703
## Seg1946.8              0.04116703
## Seg6419.1              0.04118619
## Seg1741.9.1.57f48f78   0.04128945
## Seg1027.14             0.04142631
## Seg1243.2              0.04142631
## Seg2348.6              0.04144341
## Seg1769.8              0.04144341
## Seg914.9               0.04144341
## Seg1855.11.1.57f48f78  0.04160344
## Seg2063.5.2.57f48f79   0.04170925
## Seg2530.3              0.04185683
## Seg1297.1              0.04185683
## Seg1983.7              0.04185683
## Seg5893.1              0.04185683
## Seg4009.1              0.04195096
## Seg419.7               0.04195096
## Seg1161.2.1.57f48f75   0.04211506
## Seg1975.2              0.04218968
## Seg1048.17             0.04219925
## Seg1963.3              0.04219925
## Seg4618.2              0.04223655
## Seg16688.1             0.04223655
## Seg2251.3.1.57f48f79   0.04223655
## Seg3545.1              0.04223655
## Seg7391.1              0.04223655
## Seg2578.1              0.04223655
## Seg2582.1              0.04252870
## Seg675.3               0.04295963
## Seg8531.1              0.04295963
## Seg3628.2              0.04295963
## Seg236.13              0.04295963
## Seg1131.9              0.04295963
## Seg4161.1              0.04295963
## Seg1455.4              0.04295963
## Seg1697.10_Seg1697.9   0.04295963
## Seg4689.1              0.04295963
## Seg1726.3              0.04295963
## Seg746.7               0.04295963
## Seg308.11              0.04295963
## Seg2877.4              0.04295963
## Seg1012.6              0.04295963
## Seg213.5               0.04295963
## Seg872.3               0.04295963
## Seg6546.2              0.04304620
## Seg1734.5              0.04304717
## Seg954.16              0.04304717
## Seg384.4               0.04328293
## Seg562.18              0.04333189
## Seg2412.5              0.04333189
## Seg22845.1             0.04336376
## Seg2290.1              0.04336376
## Seg2524.1              0.04336376
## Seg880.5_Seg880.8      0.04336376
## Seg3078.4              0.04336587
## Seg1812.3              0.04346711
## Seg942.2               0.04349917
## Seg382.7               0.04350154
## Seg1807.2.3.57f48f78   0.04352021
## Seg1430.8              0.04353077
## Seg2451.3              0.04375532
## Seg164.15.1.57f48f77   0.04375532
## Seg5677.1              0.04382266
## Seg2501.4              0.04382266
## Seg3376.2              0.04382266
## Seg1784.13             0.04382266
## Seg6027.1              0.04382266
## Seg3058.1              0.04394769
## Seg1000.4.2.57f48f75   0.04412014
## Seg1496.8              0.04412014
## Seg3735.2              0.04412014
## Seg1374.9.1.57f48f76   0.04412172
## Seg1526.9              0.04416370
## Seg5714.1              0.04422662
## Seg68.8                0.04422662
## Seg798.5               0.04422662
## Seg4450.1              0.04422662
## Seg7574.2              0.04423201
## Seg1338.5              0.04423639
## Seg920.2               0.04423639
## Seg3336.2              0.04426270
## Seg5646.2              0.04426270
## Seg267.2               0.04426270
## Seg1379.12             0.04440190
## Seg1608.5              0.04462696
## Seg168.2               0.04466417
## Seg2388.2              0.04466417
## Seg3589.9              0.04466417
## Seg397.19              0.04466759
## Seg3381.2              0.04472145
## Seg4184.1_Seg4184.3    0.04483730
## Seg3247.3              0.04483730
## Seg1470.9              0.04483730
## Seg1470.10             0.04483730
## Seg440.2               0.04483730
## Seg2769.1              0.04483730
## Seg1210.2              0.04483730
## Seg1983.6              0.04483730
## Seg1985.4              0.04483730
## Seg1076.5.2.57f48f75   0.04483730
## Seg1074.7.1.57f48f75   0.04490454
## Seg4541.2              0.04490454
## Seg6310.3              0.04490454
## Seg1225.7              0.04507444
## Seg1929.6              0.04507444
## Seg154.8               0.04507444
## Seg395.5               0.04507444
## Seg2091.1              0.04515138
## Seg2154.1              0.04515138
## Seg353.11              0.04515138
## Seg1079.6              0.04517746
## Seg1914.1              0.04517746
## Seg6133.1              0.04517746
## Seg4799.1              0.04517746
## Seg1266.1.1.57f48f76   0.04517746
## Seg951.2               0.04517746
## Seg2192.8.1.57f48f79   0.04517746
## Seg1199.1              0.04517746
## Seg212.7               0.04517746
## Seg450.4               0.04517746
## Seg3693.2              0.04517746
## Seg6854.3              0.04517746
## Seg1273.8              0.04517746
## Seg1946.5              0.04517746
## Seg239.3               0.04517746
## Seg284.3_Seg284.4      0.04517746
## Seg2651.6              0.04517746
## Seg1001.2              0.04517746
## Seg506.3               0.04517746
## Seg5011.1              0.04517746
## Seg1520.4              0.04517746
## Seg1761.2              0.04517746
## Seg2113.5.1.57f48f79   0.04517746
## Seg2326.5              0.04517746
## Seg2789.1              0.04528300
## Seg453.13.1.57f48f7b   0.04528300
## Seg3552.2              0.04541853
## Seg5310.3              0.04541853
## Seg508.5               0.04541853
## Seg1026.2              0.04541853
## Seg2460.1              0.04541853
## Seg2002.4              0.04541853
## Seg227.1               0.04541853
## Seg16345.1             0.04541853
## Seg2212.3              0.04541853
## Seg1163.7              0.04541853
## Seg2850.3              0.04541853
## Seg1501.5              0.04541853
## Seg3.15                0.04541853
## Seg2482.1              0.04541853
## Seg229.12              0.04541853
## Seg7030.4              0.04541853
## Seg2546.1              0.04541853
## Seg2427.16             0.04541853
## Seg2229.1              0.04541853
## Seg112.7               0.04541853
## Seg1300.8              0.04541853
## Seg742.2               0.04541853
## Seg2063.5.1.57f48f79   0.04541853
## Seg671.4               0.04541853
## Seg29.4                0.04541853
## Seg4591.2              0.04541853
## Seg4459.2              0.04541853
## Seg9950.1              0.04541853
## Seg4756.2              0.04541853
## Seg768.3               0.04541853
## Seg16610.1             0.04541853
## Seg372.1               0.04541853
## Seg3188.2              0.04541853
## Seg9504.1              0.04541853
## Seg3827.2              0.04541853
## Seg1713.4              0.04541853
## Seg451.3               0.04541853
## Seg824.18              0.04541853
## Seg2544.4.11.57f48f79  0.04541853
## Seg652.7               0.04541853
## Seg8862.1              0.04541853
## Seg1988.5              0.04541853
## Seg226.3               0.04541853
## Seg2314.6              0.04541853
## Seg3511.1              0.04541853
## Seg2992.2              0.04541853
## Seg1822.4              0.04541853
## Seg1617.9              0.04541853
## Seg3993.2              0.04541853
## Seg6658.1              0.04541853
## Seg914.5               0.04541853
## Seg2138.1.1.57f48f79   0.04541853
## Seg2728.1              0.04541853
## Seg339.4               0.04541853
## Seg6810.1              0.04541853
## Seg385.4               0.04541853
## Seg49.3                0.04541853
## Seg2767.1              0.04541853
## Seg511.2               0.04541853
## Seg1260.10             0.04541853
## Seg1838.3              0.04541853
## Seg186.9               0.04541853
## Seg2162.8              0.04541853
## Seg219.3               0.04541853
## Seg2306.3              0.04541853
## Seg451.5               0.04541853
## Seg186.11              0.04541853
## Seg675.16              0.04541853
## Seg1006.1              0.04541853
## Seg1254.13             0.04541853
## Seg2475.6              0.04541853
## Seg1619.6              0.04541853
## Seg2232.4              0.04541853
## Seg2564.5              0.04541853
## Seg1452.3              0.04541853
## Seg1556.17             0.04541853
## Seg5063.5              0.04541853
## Seg1566.4              0.04541853
## Seg1881.1.1.57f48f78   0.04541853
## Seg4822.1              0.04541853
## Seg8226.1              0.04541853
## Seg625.2               0.04541853
## Seg94.5                0.04541853
## Seg9838.1              0.04541853
## Seg2495.1              0.04541853
## Seg1673.3              0.04541853
## Seg859.8               0.04541853
## Seg8852.2              0.04541853
## Seg5572.1              0.04541853
## Seg2506.7              0.04541853
## Seg1058.4              0.04541853
## Seg7695.2              0.04541853
## Seg1233.3              0.04541853
## Seg2992.1              0.04541853
## Seg1177.3              0.04541853
## Seg169.11              0.04541853
## Seg2544.4.13.57f48f79  0.04541853
## Seg87.2                0.04541853
## Seg611.7               0.04541853
## Seg122.3               0.04541853
## Seg5464.1.1.57f48f7c   0.04541853
## Seg10002.1             0.04541853
## Seg1723.5              0.04541853
## Seg1516.9.1.57f48f76   0.04541853
## Seg81.11               0.04541853
## Seg2651.5              0.04541853
## Seg2129.9              0.04541853
## Seg531.3               0.04541853
## Seg524.1               0.04541853
## Seg3444.4              0.04541853
## Seg435.11              0.04541853
## Seg3929.3              0.04541853
## Seg7632.1              0.04541853
## Seg6955.2              0.04541853
## Seg976.3               0.04541853
## Seg61.6                0.04541853
## Seg4357.3              0.04541853
## Seg1837.6.2.57f48f78   0.04541853
## Seg1383.5              0.04541853
## Seg1854.3              0.04541853
## Seg545.2               0.04541853
## Seg868.10              0.04541853
## Seg4663.2              0.04541853
## Seg473.4               0.04541853
## Seg2612.5              0.04541853
## Seg2532.2.1.57f48f79   0.04541853
## Seg7335.1              0.04541853
## Seg1915.9              0.04541853
## Seg1363.36             0.04541853
## Seg7105.1              0.04541853
## Seg1304.8              0.04541853
## Seg1578.2              0.04541853
## Seg3037.2              0.04541853
## Seg1739.11             0.04541853
## Seg319.13              0.04541853
## Seg1757.3              0.04541853
## Seg1103.4              0.04541853
## Seg202.2               0.04541853
## Seg2440.7              0.04541853
## Seg675.17              0.04541853
## Seg2513.4              0.04541853
## Seg686.1               0.04541853
## Seg6106.1              0.04541853
## Seg7116.1              0.04541853
## Seg2544.4.8.57f48f79   0.04541853
## Seg267.7               0.04543331
## Seg16.4.1.57f48f77     0.04548371
## Seg1348.8.3.57f48f76   0.04551034
## Seg262.2               0.04551034
## Seg2708.6              0.04551034
## Seg1811.6              0.04551034
## Seg1001.3              0.04561628
## Seg1644.15.1.57f48f77  0.04561628
## Seg552.2               0.04575101
## Seg1348.8.2.57f48f76   0.04585048
## Seg6367.1              0.04592758
## Seg265.1.1.57f48f79    0.04592758
## Seg7205.1              0.04592758
## Seg1762.3              0.04592758
## Seg5297.1              0.04592758
## Seg5113.1              0.04592758
## Seg2406.3.1.57f48f79   0.04592758
## Seg249.12              0.04592758
## Seg1313.9              0.04633205
## Seg8951.1              0.04633212
## Seg6364.1              0.04633212
## Seg1969.4              0.04633212
## Seg2082.2              0.04633212
## Seg574.5               0.04633212
## Seg713.3.1.57f48f7d    0.04633212
## Seg5820.1              0.04633212
## Seg550.3               0.04655940
## Seg2544.4.7.57f48f79   0.04667917
## Seg2299.6              0.04668498
## Seg2511.3              0.04668498
## Seg539.6               0.04668498
## Seg2726.2              0.04668498
## Seg1270.3              0.04668498
## Seg4407.2              0.04668498
## Seg2237.1              0.04668498
## Seg1367.9              0.04668498
## Seg784.7               0.04672287
## Seg287.5               0.04673774
## Seg8230.2              0.04673774
## Seg2286.4              0.04673774
## Seg905.3               0.04673774
## Seg5995.1              0.04673774
## Seg2513.1              0.04673774
## Seg1070.2              0.04673774
## Seg16047.1             0.04673774
## Seg1733.7              0.04673774
## Seg5242.2.1.57f48f7c   0.04673774
## Seg1333.5              0.04681680
## Seg2506.2              0.04698730
## Seg3522.1              0.04716958
## Seg373.1               0.04716958
## Seg1880.1              0.04716958
## Seg1393.7              0.04717095
## Seg7457.2              0.04717095
## Seg2171.7              0.04717095
## Seg3521.2              0.04717095
## Seg5650.1              0.04717095
## Seg8991.1              0.04717095
## Seg330.5               0.04717095
## Seg1123.4              0.04717095
## Seg2294.6.1.57f48f79   0.04717095
## Seg2949.3              0.04717095
## Seg1378.3              0.04717095
## Seg508.4.1.57f48f7c    0.04717095
## Seg1123.8              0.04717095
## Seg6803.2              0.04717095
## Seg889.12              0.04717095
## Seg1784.12             0.04717095
## Seg7453.1              0.04717095
## Seg7103.1              0.04717095
## Seg1290.4              0.04717095
## Seg4235.1              0.04717095
## Seg1333.7              0.04717095
## Seg4466.3              0.04717095
## Seg4445.2.1.57f48f7b   0.04717095
## Seg1961.7              0.04717095
## Seg446.10              0.04717095
## Seg1731.8.1.57f48f77   0.04717095
## Seg684.8               0.04717095
## Seg1774.4              0.04717095
## Seg1121.15             0.04717095
## Seg387.2               0.04717095
## Seg3304.1              0.04717095
## Seg2279.1              0.04717095
## Seg5301.1              0.04717095
## Seg2162.5              0.04717095
## Seg5612.2              0.04717095
## Seg1345.8              0.04717095
## Seg4133.2              0.04717095
## Seg776.2               0.04717095
## Seg4386.3.1.57f48f7b   0.04717095
## Seg2654.3              0.04717095
## Seg1426.8              0.04717095
## Seg2498.3              0.04717095
## Seg6027.2              0.04717095
## Seg1809.5              0.04717095
## Seg3734.3              0.04717095
## Seg10723.1             0.04717095
## Seg1634.12             0.04717095
## Seg1597.11             0.04717095
## Seg1839.8              0.04717095
## Seg114.9               0.04717095
## Seg493.2               0.04717095
## Seg756.7               0.04717095
## Seg2290.2              0.04717095
## Seg8602.2              0.04717095
## Seg4957.2              0.04717095
## Seg4877.2              0.04717095
## Seg1312.4              0.04717095
## Seg4551.1              0.04717095
## Seg1881.1              0.04717095
## Seg6947.2              0.04717095
## Seg2314.7              0.04717095
## Seg354.6               0.04717095
## Seg1944.6              0.04717095
## Seg1569.8              0.04717095
## Seg2234.2              0.04717095
## Seg4818.1              0.04717095
## Seg1797.3              0.04717095
## Seg2175.7              0.04717095
## Seg1817.12             0.04717095
## Seg19800.1             0.04717095
## Seg298.9               0.04717095
## Seg2152.6              0.04717095
## Seg1646.5              0.04717095
## Seg1475.1              0.04717095
## Seg53.6                0.04717095
## Seg2506.1              0.04717095
## Seg582.2               0.04717095
## Seg3865.1              0.04717095
## Seg1043.10             0.04717095
## Seg1121.23             0.04717095
## Seg2869.2              0.04717095
## Seg2807.7              0.04717095
## Seg1712.9              0.04717095
## Seg5052.2              0.04717095
## Seg23.1                0.04717095
## Seg651.2               0.04717095
## Seg1159.8              0.04717095
## Seg932.11              0.04717095
## Seg1891.14             0.04717095
## Seg2012.2              0.04717095
## Seg187.11              0.04725673
## Seg841.2               0.04725673
## Seg416.8               0.04729100
## Seg9519.1              0.04729100
## Seg434.2               0.04729100
## Seg5090.2              0.04729100
## Seg5671.1              0.04729100
## Seg1691.5              0.04729100
## Seg1454.6              0.04729100
## Seg1885.8              0.04729100
## Seg535.3               0.04729100
## Seg832.3               0.04729100
## Seg1953.5              0.04729100
## Seg639.4               0.04729100
## Seg5090.1              0.04729100
## Seg6391.1              0.04729100
## Seg585.1.1.57f48f7c    0.04729100
## Seg4425.3              0.04729100
## Seg2265.5_Seg2265.6    0.04729100
## Seg893.9               0.04729100
## Seg1012.11             0.04729100
## Seg1341.1              0.04729100
## Seg3418.4              0.04729100
## Seg4710.3              0.04729100
## Seg2508.6              0.04729100
## Seg2862.3              0.04729100
## Seg50.18               0.04729100
## Seg797.6               0.04729100
## Seg6703.1              0.04729100
## Seg5814.2              0.04729100
## Seg142.5               0.04729100
## Seg2574.6              0.04729100
## Seg3689.1.1.57f48f7b   0.04729100
## Seg1994.3.1.57f48f78   0.04729100
## Seg12433.1             0.04729100
## Seg2031.2              0.04729100
## Seg381.33              0.04729100
## Seg2170.6              0.04729100
## Seg2053.5              0.04729100
## Seg14464.1             0.04729100
## Seg768.14.1.57f48f7e   0.04729100
## Seg2353.7              0.04729100
## Seg1830.12             0.04729100
## Seg415.2               0.04729100
## Seg1405.4              0.04729100
## Seg1019.1.1.57f48f75   0.04729100
## Seg50.14               0.04733472
## Seg192.1               0.04733472
## Seg16392.1             0.04733472
## Seg3231.6              0.04733472
## Seg1645.4              0.04733472
## Seg18102.1             0.04733472
## Seg4446.2              0.04733472
## Seg6483.1              0.04733472
## Seg858.5               0.04733472
## Seg5241.3              0.04745612
## Seg1159.3              0.04745612
## Seg564.5               0.04745612
## Seg3789.4              0.04755401
## Seg10.4                0.04755401
## Seg1890.3              0.04755401
## Seg4636.1              0.04755401
## Seg2644.2.1.57f48f79   0.04755401
## Seg2504.4              0.04755401
## Seg396.7               0.04755401
## Seg3519.6              0.04755401
## Seg1184.2.4.57f48f75   0.04755401
## Seg698.3.1.57f48f7d    0.04756531
## Seg1064.1              0.04756531
## Seg5222.1              0.04756531
## Seg747.12              0.04756531
## Seg1651.3              0.04756531
## Seg1748.6              0.04756531
## Seg2229.2              0.04756531
## Seg539.8               0.04756531
## Seg1868.5              0.04756531
## Seg675.13              0.04756531
## Seg7081.1              0.04756531
## Seg253.13              0.04767225
## Seg4299.3              0.04768946
## Seg6854.2              0.04768946
## Seg1522.9              0.04768946
## Seg4812.1              0.04768946
## Seg1489.3              0.04768946
## Seg859.12              0.04768946
## Seg612.1               0.04768946
## Seg1782.13             0.04768946
## Seg541.4               0.04768946
## Seg1476.4              0.04768946
## Seg762.4               0.04768946
## Seg2581.1              0.04768946
## Seg5184.1              0.04768946
## Seg1756.16             0.04768946
## Seg381.4               0.04768946
## Seg3794.2              0.04768946
## Seg1528.6              0.04768946
## Seg8754.2              0.04768946
## Seg1393.3              0.04768946
## Seg594.2               0.04768946
## Seg1216.9              0.04768946
## Seg3419.4              0.04768946
## Seg1975.5              0.04768946
## Seg1674.6              0.04779537
## Seg1445.5_Seg1445.6    0.04779768
## Seg597.6               0.04779768
## Seg6089.1              0.04779768
## Seg353.23              0.04779768
## Seg2132.5              0.04779768
## Seg4978.1              0.04779768
## Seg4595.2              0.04783221
## Seg1365.9.2.57f48f76   0.04803407
## Seg1914.4              0.04803407
## Seg272.5               0.04813765
## Seg2760.1              0.04815333
## Seg782.12.2.57f48f7e   0.04815333
## Seg3885.1              0.04815333
## Seg2590.3              0.04815333
## Seg4202.4              0.04815333
## Seg873.10              0.04815333
## Seg2200.5              0.04818797
## Seg20079.1             0.04818797
## Seg2307.5              0.04818797
## Seg8314.1              0.04818797
## Seg1373.4              0.04818797
## Seg102.13              0.04822724
## Seg552.5.1.57f48f7c    0.04835498
## Seg3258.2              0.04854572
## Seg1615.2              0.04854572
## Seg5616.4              0.04858208
## Seg734.12              0.04864372
## Seg3062.3              0.04864372
## Seg806.30              0.04864372
## Seg664.8               0.04864372
## Seg2008.3              0.04864372
## Seg1372.16             0.04864372
## Seg5671.2              0.04864372
## Seg5888.1              0.04864372
## Seg1276.9.1.57f48f76   0.04864372
## Seg2508.1              0.04864372
## Seg2629.3              0.04864372
## Seg2116.6              0.04864372
## Seg6527.1              0.04864372
## Seg1421.2              0.04864372
## Seg2988.2              0.04864372
## Seg8129.2              0.04864372
## Seg1643.5              0.04864372
## Seg5788.1              0.04864372
## Seg352.8               0.04864372
## Seg434.6               0.04864372
## Seg13582.1             0.04864372
## Seg261.2               0.04864372
## Seg2706.1              0.04864372
## Seg4996.2              0.04864372
## Seg675.8               0.04864372
## Seg1439.10             0.04864372
## Seg386.2               0.04864372
## Seg662.1.1.57f48f7d    0.04864372
## Seg6.6.1.57f48f7c      0.04865371
## Seg543.10              0.04880892
## Seg2228.1              0.04880892
## Seg763.3               0.04880892
## Seg2231.5              0.04880892
## Seg1427.3              0.04892195
## Seg349.1               0.04894359
## Seg1646.10             0.04894359
## Seg460.11              0.04894359
## Seg3409.2              0.04894359
## Seg539.3               0.04894359
## Seg4539.1              0.04894359
## Seg9015.2              0.04894359
## Seg1966.3              0.04894359
## Seg4215.2              0.04894359
## Seg5900.2              0.04894359
## Seg1820.4              0.04894359
## Seg2302.4              0.04894359
## Seg2454.8              0.04894359
## Seg2054.2              0.04894359
## Seg1983.8              0.04894359
## Seg1348.4              0.04894359
## Seg3326.3              0.04894359
## Seg616.12              0.04894359
## Seg1878.4              0.04894359
## Seg319.7               0.04894359
## Seg2090.1              0.04894359
## Seg549.4               0.04894359
## Seg5.8                 0.04894359
## Seg4033.1.1.57f48f7b   0.04894359
## Seg439.1               0.04894359
## Seg1174.6              0.04894359
## Seg4496.1              0.04905554
## Seg59.4                0.04905554
## Seg4632.1              0.04908576
## Seg3454.1              0.04908576
## Seg1604.2              0.04911405
## Seg1379.1              0.04911405
## Seg675.9               0.04911405
## Seg1887.2              0.04911405
## Seg282.2               0.04911405
## Seg7397.1              0.04911405
## Seg2586.5              0.04911405
## Seg873.4               0.04911405
## Seg809.2               0.04911405
## Seg2049.4              0.04911405
## Seg1585.1              0.04911405
## Seg2719.4              0.04911405
## Seg1081.10             0.04911405
## Seg771.7               0.04911406
## Seg1050.1              0.04913451
## Seg2488.3              0.04916470
## Seg242.6               0.04916470
## Seg1159.2              0.04916470
## Seg4197.1              0.04916470
## Seg1738.4              0.04916470
## Seg1546.15             0.04916470
## Seg1091.21             0.04916470
## Seg939.6.1.57f48f7e    0.04916470
## Seg3008.2              0.04916470
## Seg5259.3              0.04916470
## Seg1561.7              0.04916470
## Seg11590.2             0.04916470
## Seg4806.1              0.04916470
## Seg1279.8              0.04916470
## Seg1172.16             0.04916470
## Seg2293.1              0.04916470
## Seg1845.8              0.04916470
## Seg11598.2             0.04916470
## Seg756.1               0.04916470
## Seg1311.7              0.04939274
## Seg1208.5              0.04939274
## Seg1475.1.1.57f48f76   0.04939274
## Seg865.2               0.04939274
## Seg6008.2              0.04939274
## Seg2480.2.1.57f48f79   0.04939274
## Seg1365.9              0.04939274
## Seg3993.3              0.04939274
## Seg7850.1              0.04939274
## Seg216.3               0.04939274
## Seg5821.1              0.04939274
## Seg2430.1              0.04939274
## Seg2191.4.1.57f48f79   0.04942237
## Seg2023.2              0.04942237
## Seg3080.4              0.04942241
## Seg1329.7              0.04945539
## Seg440.1               0.04949062
## Seg2205.5              0.04960263
## Seg7026.1              0.04960263
## Seg1556.16             0.04963447
## Seg2091.2.4.57f48f79   0.04963447
## Seg3420.2              0.04963447
## Seg6685.1              0.04963447
## Seg8680.2              0.04963447
## Seg1394.9              0.04963447
## Seg122.5               0.04963447
## Seg1573.4              0.04963447
## Seg5552.2              0.04963447
## Seg4633.3              0.04963447
## Seg1358.6              0.04963447
## Seg200.1               0.04963447
## Seg11685.1             0.04963447
## Seg1340.10             0.04963447
## Seg1346.2              0.04963447
## Seg6.8                 0.04963447
## Seg8218.1              0.04963447
## Seg1946.7              0.04963447
## Seg3021.2              0.04963447
## Seg1934.8              0.04963447
## Seg5060.1              0.04963447
## Seg934.3.1.57f48f7e    0.04963447
## Seg50.12               0.04963447
## Seg1627.2              0.04963447
## Seg6455.1              0.04963447
## Seg1197.6              0.04963511
## Seg2062.1.1.57f48f79   0.04963511
## Seg1873.4              0.04963511
## Seg2198.8              0.04965358
## Seg1997.4              0.04965358
## Seg1163.1              0.04967104
## Seg1552.3              0.04969604
## Seg620.2               0.04976480
## Seg3066.3              0.05008207
## Seg6607.3              0.05012559
## Seg3161.1              0.05012559
## Seg2069.1.1.57f48f79   0.05012559
## Seg827.3               0.05015392
## Seg1095.25             0.05018258
## Seg1598.18             0.05023973
## Seg1452.15             0.05023973
## Seg3460.2              0.05023973
## Seg3371.2              0.05023973
## Seg2042.3.2.57f48f78   0.05023973
## Seg3473.2              0.05023973
## Seg7251.1              0.05023973
## Seg8230.1              0.05023973
## Seg3499.4              0.05023973
## Seg547.4               0.05023973
## Seg2400.1              0.05026817
## Seg4429.1              0.05026817
## Seg474.4               0.05026817
## Seg103.9               0.05026817
## Seg338.7               0.05026909
## Seg1055.11             0.05026909
## Seg501.1               0.05026909
## Seg3787.2              0.05026909
## Seg1266.3              0.05026909
## Seg2219.10             0.05030442
## Seg274.8               0.05031391
## Seg3058.2.3.57f48f7a   0.05036577
## Seg147.4               0.05037617
## Seg1816.3              0.05037617
## Seg1756.9              0.05037617
## Seg647.4               0.05037617
## Seg1754.9.2.57f48f78   0.05037617
## Seg5736.3              0.05037617
## Seg2683.1              0.05038583
## Seg6076.1              0.05038583
## Seg1563.4              0.05045921
## Seg8219.1              0.05045921
## Seg5060.2              0.05052449
## Seg5792.1              0.05061019
## Seg786.8               0.05065419
## Seg1725.5              0.05065419
## Seg3191.2              0.05065419
## Seg847.9               0.05065419
## Seg2298.11             0.05069180
## Seg5859.2              0.05069180
## Seg1593.1              0.05069180
## Seg5610.1              0.05069180
## Seg50.13               0.05069180
## Seg2246.9              0.05069180
## Seg6312.1              0.05069180
## Seg3093.2              0.05069180
## Seg230.9.3.57f48f79    0.05069180
## Seg2028.9              0.05069180
## Seg4279.1              0.05069180
## Seg4154.5              0.05069180
## Seg1830.10             0.05072830
## Seg2142.8              0.05089738
## Seg7164.2              0.05091143
## Seg8000.1              0.05091143
## Seg2129.6              0.05091143
## Seg3791.1              0.05099063
## Seg606.4               0.05099440
## Seg772.1               0.05099440
## Seg229.2               0.05101070
## Seg1550.14             0.05101070
## Seg12502.1             0.05101070
## Seg6003.1              0.05105094
## Seg1700.4.2.57f48f77   0.05105094
## Seg1600.6              0.05105094
## Seg783.14              0.05105094
## Seg1045.6              0.05105094
## Seg4880.1              0.05105094
## Seg1662.5              0.05105094
## Seg3932.3              0.05105094
## Seg2724.1              0.05105094
## Seg2837.2.1.57f48f7a   0.05117756
## Seg2324.9              0.05119450
## Seg3235.2              0.05119450
## Seg4697.3              0.05119450
## Seg353.10              0.05119450
## Seg114.8               0.05120318
## Seg750.7               0.05142808
## Seg2146.4              0.05142808
## Seg1108.4              0.05142808
## Seg5983.2              0.05142808
## Seg7968.2              0.05142808
## Seg980.5               0.05142808
## Seg327.6               0.05143615
## Seg413.8               0.05143615
## Seg6113.1              0.05143615
## Seg1278.13             0.05143615
## Seg11328.1             0.05143615
## Seg1080.10             0.05143615
## Seg3828.2              0.05144002
## Seg387.9               0.05144002
## Seg1393.10.1.57f48f76  0.05144229
## Seg2904.3              0.05153035
## Seg2274.4              0.05153035
## Seg647.3               0.05153035
## Seg1146.9              0.05153035
## Seg1123.15             0.05153035
## Seg3758.2              0.05153035
## Seg1951.5              0.05153035
## Seg9450.1              0.05160266
## Seg1363.34             0.05166574
## Seg2375.2              0.05177479
## Seg4579.1              0.05177479
## Seg1450.9              0.05177479
## Seg1226.4              0.05177479
## Seg1653.3.1.57f48f77   0.05177479
## Seg1188.7              0.05194090
## Seg4268.2              0.05194090
## Seg1975.2.2.57f48f78   0.05194090
## Seg3123.3              0.05194090
## Seg1302.3              0.05194090
## Seg1805.3              0.05194090
## Seg1080.6              0.05194090
## Seg1914.5              0.05194090
## Seg1226.3              0.05194090
## Seg900.9.1.57f48f7e    0.05194090
## Seg900.3               0.05194090
## Seg1095.18             0.05194090
## Seg1585.14             0.05194090
## Seg5747.2              0.05194090
## Seg1843.4              0.05194090
## Seg2204.5              0.05194090
## Seg53.8                0.05194090
## Seg1704.5_Seg1704.6    0.05194090
## Seg2433.2              0.05194090
## Seg1363.3              0.05194090
## Seg4222.1              0.05194090
## Seg549.3               0.05194090
## Seg1164.2              0.05194090
## Seg4855.1.1.57f48f7c   0.05194090
## Seg2721.3              0.05194090
## Seg1952.2              0.05194090
## Seg1068.1              0.05194090
## Seg861.7               0.05194090
## Seg233.6               0.05194090
## Seg205.15              0.05194090
## Seg4204.1              0.05194090
## Seg1831.2.1.57f48f78   0.05194090
## Seg4737.1              0.05194090
## Seg4751.4              0.05194090
## Seg173.7               0.05194090
## Seg4660.2              0.05195102
## Seg3947.4              0.05195102
## Seg777.1               0.05201106
## Seg4224.1              0.05203674
## Seg2988.5              0.05211211
## Seg125.6               0.05215316
## Seg1312.3              0.05215933
## Seg3907.1              0.05215933
## Seg1666.21             0.05219140
## Seg7919.1              0.05219140
## Seg2662.2              0.05227653
## Seg2941.3              0.05227653
## Seg607.9               0.05227873
## Seg17966.1             0.05229366
## Seg2544.4.3.57f48f79   0.05241075
## Seg551.5               0.05241075
## Seg379.1               0.05245268
## Seg1450.31             0.05247149
## Seg1999.9              0.05247149
## Seg1603.17             0.05247149
## Seg895.1               0.05247149
## Seg1242.4              0.05247149
## Seg2995.3              0.05247149
## Seg8852.1              0.05254785
## Seg2312.1.1.57f48f79   0.05258922
## Seg1524.11             0.05259433
## Seg1731.10             0.05259433
## Seg1434.3              0.05288956
## Seg1273.5              0.05288956
## Seg576.4               0.05288956
## Seg2104.2              0.05288956
## Seg359.8               0.05288956
## Seg2534.1              0.05289229
## Seg3733.1_Seg3733.2    0.05289229
## Seg1034.1              0.05289229
## Seg5742.1              0.05289229
## Seg940.6.1.57f48f7e    0.05289229
## Seg1376.1              0.05289229
## Seg4119.6              0.05289229
## Seg6556.1              0.05289229
## Seg703.7               0.05289229
## Seg5482.1              0.05289229
## Seg2021.4              0.05289229
## Seg72.16               0.05289229
## Seg1605.8              0.05289229
## Seg8305.1              0.05289229
## Seg1691.10             0.05289229
## Seg7263.1              0.05289229
## Seg9083.2              0.05289229
## Seg397.13              0.05289229
## Seg3402.3              0.05292653
## Seg3141.2              0.05292653
## Seg12214.1             0.05292653
## Seg1878.1              0.05292653
## Seg3252.4              0.05292653
## Seg1184.2.10.57f48f75  0.05292653
## Seg10633.1             0.05292653
## Seg203.6               0.05298076
## Seg1425.2              0.05298076
## Seg353.6               0.05298076
## Seg9192.1              0.05298076
## Seg2696.2              0.05298076
## Seg391.7               0.05298076
## Seg2051.8.1.57f48f78   0.05298076
## Seg302.1               0.05298076
## Seg2956.2              0.05298076
## Seg1965.6              0.05302080
## Seg1227.4              0.05303613
## Seg2544.4.6.57f48f79   0.05306667
## Seg792.3               0.05306667
## Seg1272.7              0.05306984
## Seg2137.4.1.57f48f79   0.05306984
## Seg1416.10             0.05306984
## Seg1830.9              0.05311507
## Seg1782.6              0.05311507
## Seg2577.1              0.05311507
## Seg931.1               0.05311507
## Seg3466.2              0.05314114
## Seg964.6               0.05314114
## Seg8595.2              0.05314114
## Seg1953.2              0.05314114
## Seg1883.6              0.05318822
## Seg3794.3              0.05318822
## Seg874.6               0.05318822
## Seg6703.2              0.05322603
## Seg2127.4              0.05322603
## Seg633.21              0.05322603
## Seg1703.5              0.05322603
## Seg3114.1              0.05322603
## Seg1721.13             0.05322603
## Seg1794.2              0.05322603
## Seg2648.2              0.05322603
## Seg406.2               0.05329462
## Seg1234.1              0.05333007
## Seg5677.2              0.05336562
## Seg7886.1              0.05336562
## Seg1600.3              0.05339685
## Seg658.6               0.05339846
## Seg1678.5              0.05344408
## Seg550.10.1.57f48f7c   0.05346851
## Seg6811.2              0.05360228
## Seg1776.6              0.05381759
## Seg308.13              0.05381759
## Seg271.6               0.05381759
## Seg709.3               0.05381759
## Seg2209.1              0.05381759
## Seg2263.2              0.05381759
## Seg2431.4              0.05381759
## Seg1960.6.1.57f48f78   0.05381759
## Seg2134.5              0.05381759
## Seg9440.1              0.05385302
## Seg1021.11.1.57f48f75  0.05385302
## Seg1224.3              0.05387097
## Seg187.10              0.05387404
## Seg629.6               0.05394185
## Seg676.2               0.05395079
## Seg459.5               0.05395079
## Seg5825.1              0.05395079
## Seg515.7               0.05395079
## Seg1329.2              0.05395079
## Seg1477.14             0.05395079
## Seg2947.5              0.05395079
## Seg731.1               0.05395079
## Seg1873.5              0.05395079
## Seg454.2               0.05395079
## Seg5815.2              0.05395079
## Seg1347.5              0.05398667
## Seg679.12              0.05398667
## Seg6328.1              0.05398667
## Seg3789.3              0.05398667
## Seg2975.1              0.05398667
## Seg42.9                0.05401277
## Seg990.6.1.57f48f7f    0.05401277
## Seg4153.2              0.05401277
## Seg9386.1              0.05401277
## Seg6437.1              0.05401277
## Seg1617.13             0.05406283
## Seg649.15              0.05421608
## Seg114.11              0.05422433
## Seg3754.6              0.05422433
## Seg2858.2              0.05424966
## Seg2722.4              0.05424966
## Seg509.14              0.05440126
## Seg1184.2.11.57f48f75  0.05440126
## Seg1868.6              0.05459174
## Seg2324.11             0.05459174
## Seg4145.1              0.05459174
## Seg101.4               0.05459174
## Seg2511.4              0.05459321
## Seg1121.12             0.05459321
## Seg961.6               0.05459321
## Seg2096.6              0.05459321
## Seg3688.2              0.05459321
## Seg5330.2              0.05459879
## Seg2544.4.2.57f48f79   0.05459879
## Seg1354.13             0.05482572
## Seg5218.1              0.05485028
## Seg1085.13             0.05496028
## Seg918.17              0.05496028
## Seg3300.3.1.57f48f7a   0.05496028
## Seg5158.1              0.05496028
## Seg1033.7              0.05496028
## Seg1248.2              0.05496028
## Seg1307.8              0.05496028
## Seg13299.1             0.05496028
## Seg2944.2.1.57f48f7a   0.05496028
## Seg1373.5              0.05496028
## Seg1922.2              0.05496028
## Seg3541.3              0.05496028
## Seg537.2               0.05496028
## Seg405.10.1.57f48f7b   0.05496601
## Seg1828.2              0.05496601
## Seg4812.2              0.05496601
## Seg1005.7              0.05496601
## Seg1758.6              0.05496601
## Seg920.1               0.05501034
## Seg2326.7              0.05506704
## Seg1277.4              0.05506704
## Seg2157.2              0.05506704
## Seg59.6                0.05506704
## Seg1666.17             0.05507336
## Seg2696.1              0.05519424
## Seg1143.8              0.05519424
## Seg7076.1              0.05519424
## Seg80.10               0.05519424
## Seg359.5               0.05519424
## Seg14234.1             0.05519424
## Seg2017.6              0.05519424
## Seg3692.1              0.05519424
## Seg809.5               0.05519424
## Seg815.4               0.05519777
## Seg249.2               0.05522248
## Seg562.9               0.05529985
## Seg964.5               0.05532354
## Seg6863.1              0.05532354
## Seg2160.5              0.05532354
## Seg4895.1              0.05533629
## Seg1131.7              0.05533629
## Seg2166.4              0.05533629
## Seg1044.11.1.57f48f75  0.05533629
## Seg1244.2              0.05534079
## Seg572.2               0.05535689
## Seg351.18              0.05539354
## Seg987.6               0.05542396
## Seg4329.4              0.05547390
## Seg1167.6              0.05551820
## Seg1492.1              0.05556984
## Seg965.2               0.05556984
## Seg1332.5              0.05558730
## Seg3073.5              0.05558730
## Seg117.5.1.57f48f75    0.05558730
## Seg1516.8              0.05558730
## Seg1702.3              0.05558730
## Seg22.2                0.05558730
## Seg847.12.1.57f48f7e   0.05560937
## Seg1433.10             0.05560937
## Seg2533.2              0.05564198
## Seg931.3               0.05564198
## Seg4108.2              0.05564198
## Seg4614.3              0.05564198
## Seg794.4               0.05564198
## Seg1880.7              0.05564198
## Seg1534.3              0.05564198
## Seg1551.3              0.05564198
## Seg5837.1              0.05564198
## Seg425.4.3.57f48f7b    0.05564198
## Seg2388.1              0.05564198
## Seg11327.1             0.05567647
## Seg1177.5              0.05590840
## Seg2730.6              0.05590840
## Seg1092.2              0.05590840
## Seg1545.1              0.05590840
## Seg2544.4.15.57f48f79  0.05590840
## Seg6319.1              0.05590840
## Seg2002.5              0.05590840
## Seg1822.8              0.05596356
## Seg766.8               0.05596843
## Seg2366.3              0.05604335
## Seg1795.6.1.57f48f78   0.05613534
## Seg1737.5              0.05619442
## Seg1367.2              0.05621672
## Seg675.4               0.05625978
## Seg489.1               0.05625978
## Seg624.5               0.05625978
## Seg6221.1              0.05625978
## Seg1044.9              0.05626169
## Seg2065.7              0.05626694
## Seg643.8.1.57f48f7d    0.05627204
## Seg2147.7              0.05647815
## Seg1586.9              0.05647973
## Seg957.1               0.05647973
## Seg1091.14             0.05647973
## Seg2674.5              0.05647973
## Seg3402.5              0.05647973
## Seg1232.13.3.57f48f75  0.05650130
## Seg1528.7              0.05665824
## Seg4665.2              0.05665824
## Seg1459.2.3.57f48f76   0.05667731
## Seg1903.8              0.05667731
## Seg2674.2              0.05673984
## Seg3796.3              0.05673984
## Seg5681.1              0.05673984
## Seg758.6               0.05684227
## Seg3645.3              0.05723752
## Seg1499.4              0.05731204
## Seg2990.4              0.05738311
## Seg5853.1.2.57f48f7c   0.05744017
## Seg7238.1.1.57f48f7d   0.05747095
## Seg1475.15             0.05748370
## Seg5012.1.1.57f48f7c   0.05750708
## Seg1828.1              0.05756290
## Seg1708.5              0.05759676
## Seg4559.1              0.05761058
## Seg2060.4              0.05769876
## Seg1833.8              0.05769876
## Seg3351.3              0.05769876
## Seg1041.3              0.05769876
## Seg1670.18.1.57f48f77  0.05774398
## Seg6150.2              0.05779845
## Seg826.6               0.05782436
## Seg1243.2.1.57f48f76   0.05782517
## Seg397.5               0.05783291
## Seg1064.6              0.05783291
## Seg2708.1              0.05783291
## Seg3146.1              0.05788539
## Seg2928.5              0.05789754
## Seg2340.10             0.05789754
## Seg1267.5              0.05789754
## Seg6059.3              0.05789754
## Seg420.7               0.05789754
## Seg1422.5              0.05791567
## Seg1784.2              0.05793041
## Seg4032.2              0.05806082
## Seg207.9               0.05818576
## Seg551.6               0.05821151
## Seg3578.1              0.05825415
## Seg1903.4              0.05825415
## Seg2471.3.2.57f48f79   0.05826595
## Seg503.17              0.05827098
## Seg118.4.1.57f48f75    0.05827098
## Seg1230.1              0.05827098
## Seg7980.1              0.05827098
## Seg171.1               0.05827432
## Seg8838.3              0.05827440
## Seg3706.1              0.05840040
## Seg19.3                0.05840040
## Seg478.3               0.05840040
## Seg933.5               0.05840040
## Seg1114.11             0.05840040
## Seg2105.3              0.05840040
## Seg2744.2              0.05840040
## Seg2281.5              0.05840040
## Seg1019.11             0.05840355
## Seg1966.4              0.05840541
## Seg2404.5              0.05840541
## Seg2870.1              0.05840541
## Seg254.1               0.05852109
## Seg4739.1              0.05862596
## Seg1730.1              0.05862596
## Seg3073.3              0.05862596
## Seg897.3               0.05872954
## Seg3027.3              0.05876294
## Seg2678.6              0.05891257
## Seg203.7               0.05891964
## Seg949.9.1.57f48f7e    0.05899514
## Seg2252.3              0.05899514
## Seg1561.2              0.05899514
## Seg507.7               0.05899514
## Seg1120.2              0.05899514
## Seg2539.3              0.05899514
## Seg1665.10             0.05902344
## Seg6.10                0.05917397
## Seg98.1                0.05917397
## Seg1217.2.1.57f48f75   0.05917397
## Seg1664.1              0.05927388
## Seg555.11              0.05927388
## Seg8352.1              0.05927388
## Seg5567.3              0.05927388
## Seg1662.12             0.05927388
## Seg3693.4              0.05927388
## Seg1027.15             0.05927388
## Seg2529.3              0.05927388
## Seg1410.6              0.05927388
## Seg3304.6              0.05927388
## Seg69.2                0.05927388
## Seg1549.9              0.05927388
## Seg3756.1              0.05927388
## Seg5688.1              0.05927388
## Seg2630.1              0.05927388
## Seg2904.1              0.05927388
## Seg4090.1              0.05927388
## Seg6288.2              0.05927388
## Seg688.4               0.05938636
## Seg649.12              0.05964520
## Seg2097.5              0.05964520
## Seg5286.3              0.05964520
## Seg1582.16             0.05964520
## Seg1220.2              0.05985261
## Seg6349.1              0.05990885
## Seg2498.7              0.06009407
## Seg2206.2              0.06009407
## Seg2321.4              0.06010913
## Seg3172.4              0.06023548
## Seg1730.3              0.06023548
## Seg2818.2              0.06027151
## Seg833.5               0.06029282
## Seg1549.11             0.06034704
## Seg3306.2              0.06043155
## Seg4920.3              0.06043155
## Seg7278.1              0.06043155
## Seg326.2               0.06054259
## Seg933.6               0.06065340
## Seg1045.7              0.06065340
## Seg1837.1              0.06065340
## Seg8133.1              0.06070398
## Seg1727.4              0.06071517
## Seg2324.10             0.06071517
## Seg9160.2              0.06078634
## Seg15024.1             0.06081045
## Seg3.19                0.06085595
## Seg95.2                0.06086909
## Seg1777.1              0.06086909
## Seg1769.9              0.06087368
## Seg2117.2              0.06088373
## Seg1422.13             0.06088373
## Seg3135.3              0.06088373
## Seg2374.3              0.06088373
## Seg2949.1              0.06088373
## Seg422.2               0.06088373
## Seg2948.4              0.06088373
## Seg339.12              0.06088373
## Seg581.9               0.06088373
## Seg7441.2              0.06090287
## Seg696.3               0.06090287
## Seg6014.1              0.06090287
## Seg5361.2              0.06090287
## Seg1429.3              0.06090287
## Seg2498.2              0.06090287
## Seg1961.3              0.06094112
## Seg4503.1              0.06094112
## Seg12047.1             0.06094112
## Seg1856.4              0.06096467
## Seg3117.5              0.06105585
## Seg3906.1              0.06105585
## Seg2640.2.2.57f48f79   0.06107938
## Seg806.1               0.06107938
## Seg2530.4              0.06107938
## Seg9017.2              0.06109561
## Seg3744.4              0.06113580
## Seg1270.7              0.06113580
## Seg2248.2              0.06113580
## Seg3287.4              0.06113580
## Seg898.3               0.06115326
## Seg2055.5              0.06115326
## Seg301.4               0.06126751
## Seg7200.1              0.06127864
## Seg1891.4              0.06127864
## Seg5651.1              0.06127864
## Seg190.14              0.06127864
## Seg2222.6              0.06127864
## Seg2497.5              0.06127864
## Seg3907.2              0.06129542
## Seg4502.1              0.06139213
## Seg4665.1              0.06142242
## Seg2753.1.2.57f48f7a   0.06144776
## Seg11191.1             0.06144776
## Seg253.21              0.06144776
## Seg503.16              0.06161273
## Seg1076.5.3.57f48f75   0.06167782
## Seg1596.1              0.06169982
## Seg153.15              0.06170258
## Seg1884.4              0.06174761
## Seg791.1               0.06175404
## Seg3883.1              0.06181705
## Seg1287.7.1.57f48f76   0.06182583
## Seg98.2                0.06199544
## Seg1080.5              0.06199544
## Seg3440.1              0.06199544
## Seg2256.4              0.06199544
## Seg3232.1              0.06199544
## Seg1082.3              0.06228000
## Seg1410.9              0.06228000
## Seg2410.4              0.06228000
## Seg4474.2              0.06228000
## Seg1521.1              0.06228000
## Seg1292.3              0.06233813
## Seg6368.2              0.06233813
## Seg2841.3              0.06233813
## Seg306.1               0.06233813
## Seg1196.2              0.06233813
## Seg1743.3              0.06233813
## Seg2954.3.1.57f48f7a   0.06233813
## Seg1454.5              0.06241618
## Seg1614.5              0.06241618
## Seg456.2               0.06247055
## Seg4366.2              0.06247055
## Seg6917.1              0.06249299
## Seg1541.5              0.06251359
## Seg796.7               0.06251359
## Seg1909.2              0.06251359
## Seg1972.8              0.06251359
## Seg171.3               0.06254010
## Seg5567.4              0.06254024
## Seg13980.1             0.06259748
## Seg3721.1              0.06260594
## Seg4731.1              0.06277079
## Seg196.1               0.06291500
## Seg1032.2              0.06291500
## Seg1698.7              0.06294519
## Seg3010.2              0.06297024
## Seg1055.3              0.06297024
## Seg5.7                 0.06303220
## Seg425.4               0.06303220
## Seg6552.1              0.06329912
## Seg2163.4              0.06332137
## Seg1647.13             0.06356979
## Seg2809.5              0.06381144
## Seg3713.1              0.06393895
## Seg418.1               0.06394221
## Seg694.3               0.06402511
## Seg826.6.2.57f48f7e    0.06417151
## Seg1069.6              0.06417151
## Seg120.7               0.06417151
## Seg3255.1.1.57f48f7a   0.06417151
## Seg708.2               0.06429308
## Seg3373.2              0.06429308
## Seg5965.1              0.06439193
## Seg7733.2              0.06441254
## Seg1245.3              0.06446518
## Seg4894.2              0.06450224
## Seg3676.2              0.06454948
## Seg940.11              0.06454948
## Seg1991.2              0.06455078
## Seg764.8               0.06460398
## Seg1770.6              0.06465183
## Seg4046.1              0.06466856
## Seg429.2               0.06470978
## Seg169.18              0.06478717
## Seg7111.2              0.06478717
## Seg11494.1             0.06491898
## Seg255.4               0.06504172
## Seg7517.1              0.06504940
## Seg7680.1              0.06514918
## Seg4644.2              0.06540743
## Seg1850.5              0.06542523
## Seg6201.1              0.06546769
## Seg6297.1              0.06549631
## Seg2416.2.1.57f48f79   0.06558183
## Seg873.2               0.06558183
## Seg1566.5              0.06567413
## Seg1872.1              0.06567413
## Seg290.3               0.06608250
## Seg5397.1              0.06610850
## Seg1053.11             0.06612363
## Seg690.12.1.57f48f7d   0.06613267
## Seg1225.3              0.06625336
## Seg1268.6              0.06632672
## Seg1166.7              0.06633977
## Seg2037.1              0.06633977
## Seg80.3                0.06637607
## Seg1635.5              0.06637607
## Seg5316.1              0.06639180
## Seg1936.3              0.06650123
## Seg2309.1              0.06655988
## Seg779.7               0.06656084
## Seg467.1               0.06670315
## Seg3937.1.1.57f48f7b   0.06680898
## Seg3745.2              0.06687244
## Seg722.1.1.57f48f7d    0.06687868
## Seg3679.1              0.06687868
## Seg1645.1              0.06692462
## Seg918.18              0.06700369
## Seg3541.2              0.06700369
## Seg2221.6              0.06702293
## Seg1095.23             0.06715184
## Seg985.4               0.06715184
## Seg13061.1             0.06743449
## Seg1828.3              0.06743449
## Seg319.16              0.06743449
## Seg2871.2              0.06755796
## Seg1190.7.1.57f48f75   0.06757513
## Seg1528.4              0.06757641
## Seg1533.2              0.06765350
## Seg1329.13             0.06769458
## Seg1472.18             0.06776917
## Seg647.5               0.06782486
## Seg313.2               0.06782486
## Seg554.7               0.06782486
## Seg5313.2.1.57f48f7c   0.06782486
## Seg1333.1              0.06782486
## Seg258.4               0.06782486
## Seg1010.19.1.57f48f75  0.06782486
## Seg463.7               0.06782712
## Seg130.10              0.06782712
## Seg1605.7              0.06782712
## Seg14892.1             0.06782712
## Seg2301.9              0.06793262
## Seg1819.4              0.06803402
## Seg1452.13             0.06807401
## Seg2199.1.1.57f48f79   0.06807401
## Seg494.13.4.57f48f7c   0.06815481
## Seg1866.7              0.06816206
## Seg2163.1              0.06816206
## Seg3979.5              0.06816206
## Seg928.9               0.06816206
## Seg924.12              0.06819577
## Seg4975.4              0.06819577
## Seg650.14.1.57f48f7d   0.06819577
## Seg2870.2              0.06821017
## Seg4697.2              0.06831329
## Seg4365.1.1.57f48f7b   0.06849525
## Seg253.19              0.06869632
## Seg430.3               0.06869632
## Seg2239.1              0.06869690
## Seg3241.6              0.06897190
## Seg8305.2              0.06897190
## Seg2544.4.1.57f48f79   0.06902713
## Seg2030.6              0.06915107
## Seg840.7               0.06928358
## Seg2158.5              0.06954282
## Seg3975.1              0.06966682
## Seg110.6               0.06968999
## Seg4814.1              0.06974526
## Seg1844.5              0.06983062
## Seg8007.1.1.57f48f7e   0.06987595
## Seg2182.4              0.06990500
## Seg2197.1              0.07003328
## Seg997.1               0.07014051
## Seg5814.1              0.07014051
## Seg801.1               0.07040753
## Seg2663.1              0.07040786
## Seg150.6.2.57f48f76    0.07040786
## Seg2313.3              0.07042636
## Seg1698.3.1.57f48f77   0.07047084
## Seg1361.3              0.07047207
## Seg1999.8              0.07047207
## Seg1714.8              0.07047207
## Seg3671.1              0.07047207
## Seg1605.9              0.07061948
## Seg1139.5              0.07082469
## Seg824.17              0.07115369
## Seg3561.1              0.07121247
## Seg943.2               0.07127316
## Seg380.1               0.07130648
## Seg5386.2              0.07144166
## Seg2231.1              0.07144166
## Seg1311.5              0.07144166
## Seg1766.2              0.07162487
## Seg61.5                0.07174056
## Seg2449.3              0.07174056
## Seg7402.1              0.07174056
## Seg883.6.2.57f48f7e    0.07174056
## Seg898.7               0.07194740
## Seg5347.2              0.07201197
## Seg684.9               0.07209797
## Seg495.1               0.07209797
## Seg2530.5              0.07221779
## Seg247.9               0.07227333
## Seg1010.19             0.07227333
## Seg2806.1              0.07227333
## Seg6266.3              0.07232045
## Seg3572.1              0.07235897
## Seg7139.1              0.07258986
## Seg665.4               0.07276993
## Seg1449.1              0.07287833
## Seg3784.3              0.07306540
## Seg1080.7.1.57f48f75   0.07329070
## Seg2757.5              0.07333835
## Seg3242.1              0.07334692
## Seg1121.26             0.07357180
## Seg1045.3              0.07358166
## Seg1221.15             0.07358703
## Seg1542.2              0.07363353
## Seg1658.7              0.07363353
## Seg739.4               0.07363353
## Seg68.7                0.07365442
## Seg4287.3              0.07365442
## Seg2480.5              0.07373042
## Seg1814.8              0.07378003
## Seg14112.1             0.07378003
## Seg3985.2              0.07394436
## Seg893.8               0.07420404
## Seg529.6               0.07423046
## Seg928.10              0.07444398
## Seg503.19              0.07450289
## Seg1658.8              0.07458284
## Seg2576.4              0.07458510
## Seg3923.1              0.07463333
## Seg2623.1              0.07503228
## Seg3985.3              0.07503228
## Seg5690.2              0.07532678
## Seg235.7               0.07541564
## Seg1762.9              0.07548817
## Seg914.6               0.07548817
## Seg897.4               0.07551578
## Seg2191.3              0.07575578
## Seg2293.6              0.07575578
## Seg17621.1             0.07575578
## Seg2007.7              0.07575578
## Seg1675.1              0.07583914
## Seg4623.2              0.07587416
## Seg2830.1              0.07588091
## Seg186.6               0.07588091
## Seg355.5               0.07601310
## Seg2993.6              0.07669235
## Seg1289.5              0.07671624
## Seg624.4.1.57f48f7d    0.07680791
## Seg841.17              0.07699673
## Seg312.1               0.07729615
## Seg1226.1              0.07769754
## Seg6395.1              0.07778015
## Seg4418.1.1.57f48f7b   0.07778099
## Seg4055.5              0.07781363
## Seg2640.3.1.57f48f79   0.07781363
## Seg3122.1              0.07786241
## Seg1488.3              0.07786241
## Seg1095.22             0.07805793
## Seg5758.2              0.07811502
## Seg386.1               0.07811502
## Seg1349.9              0.07811502
## Seg1779.8              0.07812937
## Seg2514.5              0.07812937
## Seg5214.1              0.07817502
## Seg3959.1              0.07829542
## Seg4902.1              0.07835578
## Seg1535.3              0.07852810
## Seg462.2               0.07852810
## Seg1446.7              0.07852810
## Seg4030.1              0.07852810
## Seg4257.2              0.07869126
## Seg5059.1              0.07870989
## Seg765.1               0.07876533
## Seg5060.3              0.07888709
## Seg6464.1              0.07888709
## Seg258.2               0.07916562
## Seg1780.2              0.07918398
## Seg1498.5              0.07918398
## Seg2700.4              0.07928789
## Seg2634.1              0.07944356
## Seg3275.1              0.07954245
## Seg1628.1              0.08000961
## Seg1198.2              0.08007028
## Seg1267.7.1.57f48f76   0.08007028
## Seg1259.4              0.08031428
## Seg4950.1              0.08068005
## Seg1771.9              0.08132306
## Seg2132.2              0.08132306
## Seg6785.2              0.08132306
## Seg1093.13.2.57f48f75  0.08132306
## Seg19381.1             0.08135599
## Seg1890.7              0.08141786
## Seg772.5               0.08150026
## Seg1289.10.1.57f48f76  0.08157499
## Seg1542.9              0.08164276
## Seg3186.2              0.08164276
## Seg5445.1              0.08164276
## Seg628.8               0.08182774
## Seg1791.1              0.08194181
## Seg1354.7              0.08198155
## Seg4799.3              0.08206823
## Seg3864.2.1.57f48f7b   0.08207528
## Seg3684.4              0.08207528
## Seg357.6               0.08233656
## Seg841.5               0.08252967
## Seg1719.5              0.08258698
## Seg1450.28             0.08258698
## Seg1268.7              0.08258698
## Seg5332.2              0.08258698
## Seg2340.7              0.08258698
## Seg843.8               0.08264288
## Seg1118.1              0.08274030
## Seg2512.3              0.08284440
## Seg2208.5              0.08310130
## Seg1158.4              0.08312958
## Seg5338.1              0.08322146
## Seg779.6               0.08349963
## Seg2129.10             0.08349963
## Seg2652.2              0.08358227
## Seg2768.1              0.08359984
## Seg3106.2              0.08369817
## Seg1248.1              0.08385459
## Seg3307.2.1.57f48f7a   0.08387609
## Seg9346.1              0.08396254
## Seg3147.1              0.08411807
## Seg684.8.2.57f48f7d    0.08417837
## Seg3818.1              0.08420776
## Seg1019.1              0.08434663
## Seg855.2               0.08452720
## Seg2613.2              0.08453845
## Seg6031.3              0.08466247
## Seg1839.10             0.08484542
## Seg6501.2              0.08485990
## Seg1058.15             0.08486615
## Seg756.6               0.08489095
## Seg3981.2              0.08489444
## Seg768.2               0.08494647
## Seg1749.4              0.08508712
## Seg1952.4              0.08510095
## Seg4183.1.1.57f48f7b   0.08543705
## Seg743.3               0.08553833
## Seg1738.7              0.08553833
## Seg2567.6              0.08575493
## Seg3345.2              0.08576197
## Seg1501.10             0.08589630
## Seg1474.8              0.08592248
## Seg3685.2              0.08592248
## Seg684.6               0.08621925
## Seg9569.1              0.08621925
## Seg2507.5              0.08646866
## Seg4458.1.2.57f48f7b   0.08649143
## Seg1989.3              0.08667759
## Seg202.5               0.08667759
## Seg1731.8              0.08667759
## Seg2889.3              0.08678006
## Seg5831.1              0.08695548
## Seg8151.2              0.08698904
## Seg2089.1              0.08702257
## Seg3580.1              0.08712727
## Seg4026.1              0.08735602
## Seg1970.6              0.08735920
## Seg1201.1              0.08769261
## Seg5364.1              0.08769261
## Seg2307.4              0.08775170
## Seg6414.1              0.08776142
## Seg1230.3              0.08780595
## Seg3759.1              0.08780595
## Seg2754.3              0.08785921
## Seg2924.5              0.08785921
## Seg1791.2              0.08797215
## Seg44.7                0.08825699
## Seg3723.1              0.08863727
## Seg5800.1              0.08864819
## Seg1397.4.1.57f48f76   0.08916570
## Seg1802.4              0.08919739
## Seg7423.1              0.08935633
## Seg2056.10             0.08935633
## Seg538.1               0.08935633
## Seg119.15              0.08935633
## Seg287.12              0.08947052
## Seg3015.1              0.08960311
## Seg1349.2              0.08960311
## Seg1902.3              0.08960498
## Seg1688.5              0.08966822
## Seg1367.8              0.08967103
## Seg376.5               0.08979571
## Seg2948.3              0.08981509
## Seg1783.4              0.08987739
## Seg2319.4              0.09032300
## Seg1524.7.2.57f48f76   0.09032300
## Seg114.7               0.09044518
## Seg5386.1              0.09044518
## Seg12140.1             0.09073171
## Seg1047.4              0.09080740
## Seg1867.5              0.09090782
## Seg2266.2              0.09090782
## Seg1600.11             0.09110014
## Seg1567.1              0.09110014
## Seg708.6               0.09129727
## Seg1643.6              0.09129992
## Seg1479.9              0.09149640
## Seg3.10                0.09175958
## Seg3412.4              0.09179286
## Seg572.1               0.09186028
## Seg1947.5.1.57f48f78   0.09198314
## Seg4697.4              0.09218875
## Seg3827.1              0.09221169
## Seg2154.4              0.09225201
## Seg1685.7.1.57f48f77   0.09230281
## Seg1555.7              0.09261065
## Seg11826.1             0.09263141
## Seg2205.4              0.09265788
## Seg1980.4              0.09265788
## Seg4404.3              0.09265788
## Seg2737.6              0.09292015
## Seg910.4               0.09292015
## Seg7544.2              0.09292015
## Seg4203.5              0.09305839
## Seg5616.1              0.09348654
## Seg2593.5              0.09348654
## Seg4914.1              0.09371456
## Seg1930.3              0.09381457
## Seg458.2               0.09399801
## Seg649.16              0.09414123
## Seg1431.4              0.09451688
## Seg886.2               0.09462097
## Seg2545.1              0.09513183
## Seg739.1               0.09518960
## Seg6273.1              0.09518960
## Seg9031.2              0.09521641
## Seg1045.5              0.09521641
## Seg5758.3              0.09527120
## Seg1077.7              0.09527120
## Seg21271.1             0.09537739
## Seg1166.5              0.09560703
## Seg4614.1              0.09570930
## Seg541.2               0.09621814
## Seg710.5               0.09625201
## Seg118.5               0.09643077
## Seg575.1.1.57f48f7c    0.09649690
## Seg1365.3              0.09666244
## Seg2859.6              0.09685543
## Seg4344.3              0.09685814
## Seg1705.2              0.09704618
## Seg320.9               0.09706362
## Seg3118.3              0.09706362
## Seg1353.7              0.09706493
## Seg7227.2              0.09706493
## Seg1848.3              0.09712717
## Seg4984.3              0.09712717
## Seg1965.1              0.09725722
## Seg1249.1_Seg1249.3    0.09733558
## Seg1740.13             0.09753701
## Seg1966.5              0.09763914
## Seg1172.12             0.09771226
## Seg1398.6              0.09771226
## Seg725.2               0.09794687
## Seg2222.5              0.09816327
## Seg2810.4              0.09818395
## Seg1242.1              0.09818395
## Seg299.9               0.09818675
## Seg206.2               0.09825427
## Seg1531.4              0.09828823
## Seg806.13.1.57f48f7e   0.09835815
## Seg3981.4              0.09856253
## Seg2238.4              0.09860731
## Seg8877.1              0.09860731
## Seg3117.1.4.57f48f7a   0.09872216
## Seg6564.1.2.57f48f7d   0.09948365
## Seg1335.1              0.09957707
## Seg5970.1              0.09968364
## Seg6275.1              0.09968629
## Seg1156.8              0.09987398
## Seg1405.8.1.57f48f76   0.10004476
## Seg1333.9              0.10035928
## Seg1865.4              0.10057003
## Seg1471.10             0.10075311
## Seg1876.6              0.10076657
## Seg1815.7              0.10099162
## Seg2349.7              0.10113751
## Seg103.6               0.10120992
## Seg1073.6              0.10124138
## Seg3733.3              0.10183332
## Seg3754.2              0.10190517
## Seg72.8                0.10194962
## Seg55.5                0.10205652
## Seg657.4               0.10214956
## Seg6373.1              0.10231765
## Seg2533.1              0.10231765
## Seg4333.1.1.57f48f7b   0.10231765
## Seg4314.2              0.10242551
## Seg11909.1             0.10258688
## Seg2451.2              0.10282324
## Seg6529.2              0.10282324
## Seg2141.2              0.10287326
## Seg2657.1              0.10287326
## Seg6916.1              0.10309228
## Seg327.8               0.10321346
## Seg1782.11             0.10334200
## Seg153.1               0.10334200
## Seg10204.1             0.10334200
## Seg1756.4              0.10334200
## Seg246.9               0.10337182
## Seg2701.7              0.10355102
## Seg3725.5              0.10362167
## Seg1108.11             0.10362167
## Seg2615.3              0.10372694
## Seg518.10              0.10377133
## Seg914.8               0.10428783
## Seg1069.1              0.10476076
## Seg1880.5              0.10488218
## Seg8289.2              0.10524870
## Seg5529.3              0.10537444
## Seg379.2               0.10570483
## Seg759.2               0.10570483
## Seg96.9                0.10589120
## Seg2815.1              0.10610997
## Seg3567.2              0.10648092
## Seg642.3               0.10681908
## Seg2993.4              0.10681908
## Seg2128.3              0.10710649
## Seg643.2               0.10711795
## Seg2567.3              0.10711795
## Seg3718.2              0.10714436
## Seg27.1                0.10725855
## Seg1389.7              0.10753157
## Seg463.6               0.10759212
## Seg9017.1              0.10779945
## Seg15196.1             0.10813277
## Seg6155.2              0.10841703
## Seg5613.2              0.10881317
## Seg167.12              0.10881317
## Seg7499.1              0.10913871
## Seg1771.6              0.10929531
## Seg1833.1              0.10938390
## Seg3946.4              0.10964071
## Seg758.5               0.10968063
## Seg2114.5              0.10968063
## Seg358.7.1.57f48f7b    0.10968063
## Seg957.6               0.10968063
## Seg5039.2              0.10968063
## Seg900.14              0.10968063
## Seg1719.3              0.10970013
## Seg1079.12             0.10978842
## Seg1010.20.1.57f48f75  0.10978842
## Seg2861.1              0.10978842
## Seg1874.1.3.57f48f78   0.10990238
## Seg4191.1              0.11005655
## Seg3693.1              0.11034366
## Seg7760.1              0.11055464
## Seg1045.4              0.11056646
## Seg7349.1              0.11120956
## Seg1599.4              0.11131073
## Seg550.1.1.57f48f7c    0.11131073
## Seg4850.2              0.11140574
## Seg1947.8              0.11151108
## Seg967.1               0.11151157
## Seg933.7               0.11151157
## Seg1283.1              0.11151157
## Seg9197.1              0.11151157
## Seg1670.17             0.11166634
## Seg2013.3              0.11211114
## Seg552.4               0.11217857
## Seg4655.4              0.11217857
## Seg930.1               0.11222976
## Seg1064.8              0.11222976
## Seg2253.7              0.11228623
## Seg1841.1              0.11228695
## Seg4287.1              0.11239259
## Seg2232.2              0.11264119
## Seg1147.7              0.11280518
## Seg1782.9.1.57f48f78   0.11294577
## Seg922.1               0.11295671
## Seg199.6               0.11358187
## Seg12784.1             0.11388436
## Seg2337.5              0.11390978
## Seg12743.1             0.11390978
## Seg1077.8              0.11390978
## Seg1753.3              0.11414097
## Seg3759.3              0.11414097
## Seg4952.2              0.11445801
## Seg12481.1             0.11454201
## Seg7663.2.1.57f48f7e   0.11468003
## Seg889.9               0.11494208
## Seg2018.1              0.11497120
## Seg5173.2              0.11501475
## Seg3727.3              0.11501765
## Seg1782.3              0.11501765
## Seg711.6               0.11504905
## Seg11930.1             0.11509495
## Seg2778.2              0.11509495
## Seg3483.1              0.11509495
## Seg2180.2              0.11510200
## Seg13343.1             0.11512260
## Seg639.7               0.11512260
## Seg1303.13_Seg1303.14  0.11527230
## Seg2514.6              0.11542784
## Seg3581.1              0.11546646
## Seg4697.5              0.11546646
## Seg14170.1             0.11564464
## Seg1873.7              0.11564464
## Seg1205.2              0.11587745
## Seg2171.2              0.11592669
## Seg2941.1.1.57f48f7a   0.11598982
## Seg212.5.1.57f48f79    0.11600394
## Seg335.11              0.11637646
## Seg4646.4              0.11692101
## Seg376.4               0.11706354
## Seg4975.5              0.11736431
## Seg2739.1.4.57f48f7a   0.11736431
## Seg4175.4              0.11736431
## Seg353.3               0.11788858
## Seg2698.3              0.11801870
## Seg1643.4              0.11813992
## Seg88.6                0.11816308
## Seg1078.4              0.11817035
## Seg2514.7              0.11888561
## Seg2360.1              0.11923650
## Seg7613.1              0.11924693
## Seg889.14              0.11947588
## Seg1751.7              0.11958764
## Seg2083.6              0.12017168
## Seg2895.2              0.12028189
## Seg6.5                 0.12039763
## Seg164.11.1.57f48f77   0.12061906
## Seg1495.2              0.12066764
## Seg1839.11             0.12088929
## Seg2018.2              0.12102904
## Seg1727.2.1.57f48f77   0.12105105
## Seg599.6               0.12108777
## Seg2108.5              0.12124418
## Seg2407.5              0.12185591
## Seg1725.10             0.12219160
## Seg2118.1              0.12219210
## Seg2322.4              0.12219489
## Seg1177.8              0.12223404
## Seg889.13              0.12287334
## Seg768.3.1.57f48f7e    0.12325969
## Seg846.9.1.57f48f7e    0.12337419
## Seg2384.1              0.12337419
## Seg417.24              0.12337419
## Seg5529.2              0.12346074
## Seg41.5                0.12346074
## Seg5481.1              0.12365265
## Seg2112.7              0.12365265
## Seg765.7               0.12376381
## Seg4423.2              0.12376381
## Seg1784.14             0.12379222
## Seg1635.3              0.12383640
## Seg4827.2              0.12387284
## Seg697.2               0.12387284
## Seg2158.1              0.12401400
## Seg329.2               0.12408144
## Seg6424.2              0.12445080
## Seg5335.1              0.12445080
## Seg4430.2              0.12454118
## Seg570.1               0.12460482
## Seg1987.3              0.12538364
## Seg468.6               0.12584117
## Seg2293.14             0.12586571
## Seg5869.2              0.12586571
## Seg1032.1              0.12600844
## Seg102.14              0.12640906
## Seg3325.2              0.12644321
## Seg21394.1             0.12686372
## Seg2022.3              0.12697516
## Seg1656.4              0.12706489
## Seg2151.4              0.12713923
## Seg625.10              0.12774020
## Seg66.8                0.12775602
## Seg3100.6              0.12821204
## Seg1416.5              0.12828094
## Seg3720.5              0.12865967
## Seg2262.2              0.12865967
## Seg5800.3              0.12886484
## Seg2485.5              0.12904507
## Seg1643.3              0.12907235
## Seg5043.3              0.12945925
## Seg1784.8              0.12963896
## Seg690.10              0.12999331
## Seg3120.3              0.13002409
## Seg1745.6              0.13031858
## Seg3817.3              0.13031858
## Seg1715.2              0.13035947
## Seg4860.2              0.13109372
## Seg1570.5              0.13135161
## Seg5863.4              0.13138821
## Seg824.4               0.13175741
## Seg1121.19             0.13245818
## Seg3648.1              0.13286455
## Seg1740.12             0.13294871
## Seg386.2.1.57f48f7b    0.13298172
## Seg462.1               0.13341130
## Seg7196.2              0.13353410
## Seg1412.6              0.13445923
## Seg191.8               0.13445923
## Seg2565.1              0.13452746
## Seg1876.7              0.13463568
## Seg1807.2.2.57f48f78   0.13474244
## Seg3073.4              0.13474244
## Seg2951.3              0.13480622
## Seg4812.3              0.13548143
## Seg164.11.2.57f48f77   0.13549753
## Seg974.11              0.13588286
## Seg2880.1              0.13597728
## Seg1201.6              0.13613763
## Seg3241.2              0.13613763
## Seg616.13              0.13613763
## Seg9483.1              0.13631170
## Seg59.2                0.13646814
## Seg7571.1              0.13734011
## Seg3125.2              0.13742806
## Seg3889.3              0.13771316
## Seg1115.6              0.13780322
## Seg287.2               0.13783855
## Seg7891.3              0.13866971
## Seg780.2.1.57f48f7e    0.13871907
## Seg665.3               0.13874689
## Seg2846.1              0.13874689
## Seg14074.1             0.13898999
## Seg2700.1              0.13913190
## Seg1634.2              0.13924419
## Seg350.23              0.13924419
## Seg1598.3              0.13924419
## Seg4715.1              0.13924419
## Seg359.1               0.13924419
## Seg4304.1              0.13963934
## Seg8140.1              0.13963934
## Seg2345.6              0.13964165
## Seg2781.1              0.13972870
## Seg11.3                0.13972870
## Seg1439.9              0.13974263
## Seg1641.2              0.13981744
## Seg5180.1              0.14002352
## Seg3929.1              0.14004738
## Seg3687.1              0.14027052
## Seg4460.3              0.14032680
## Seg3004.6              0.14047415
## Seg1535.1              0.14067876
## Seg59.3                0.14074084
## Seg4631.3              0.14088283
## Seg2375.3              0.14088283
## Seg1775.11             0.14124393
## Seg4755.3              0.14156466
## Seg2350.1              0.14245119
## Seg3073.6              0.14308039
## Seg679.16              0.14367687
## Seg4697.1              0.14393422
## Seg6.6                 0.14394135
## Seg3887.2              0.14459806
## Seg3798.1              0.14464914
## Seg1172.11             0.14464914
## Seg2681.4              0.14470890
## Seg2783.6              0.14525942
## Seg219.6               0.14525942
## Seg7113.1              0.14532574
## Seg2392.4              0.14544979
## Seg430.4               0.14604618
## Seg8099.1              0.14633457
## Seg1081.13             0.14633457
## Seg2913.1              0.14682878
## Seg757.1.1.57f48f7d    0.14690700
## Seg2325.3              0.14690700
## Seg4063.2              0.14766685
## Seg13.10               0.14768160
## Seg1039.3              0.14775835
## Seg1514.2.1.57f48f76   0.14778126
## Seg3668.6              0.14778126
## Seg2058.5              0.14784841
## Seg1806.9              0.14794388
## Seg5160.2              0.14794388
## Seg2483.4              0.14811079
## Seg2884.3              0.14834274
## Seg994.2               0.14929759
## Seg1245.6              0.14954878
## Seg2811.2.1.57f48f7a   0.14959074
## Seg1883.5              0.14966578
## Seg58.18               0.14966578
## Seg3126.1              0.14966578
## Seg1001.13             0.14975353
## Seg2085.6              0.14982883

Differential Expression for Pre-Amputated VS All Amputated (27+51h)

amp.both.vs.blank = edgeR_wrapper(group = c(1,1,2,2,2,2,2,2,2,2),x,c(3,4,1,2,5,6,7,8,9,10),0.15)
##  [1] "blank_2"    "blank_1"    "treat_27_2" "treat_27_1" "ctrl_51_2" 
##  [6] "ctrl_51_1"  "treat_51_2" "treat_51_1" "ctrl_27_2"  "ctrl_27_1"
amp.both.vs.blank
##                             logFC      logCPM          F       PValue
## Seg1682.3.1.57f48f77    -9.189965  3.46666589 107.762534 1.634711e-07
## Seg2800.2               -3.260212  5.99636682 100.110057 2.475339e-07
## Seg1891.11               7.261531  8.10208863  92.040396 3.958780e-07
## Seg1822.6               -2.927760  7.65828911  89.297319 4.682961e-07
## Seg473.4                -3.366490  8.11444700  84.837753 6.215607e-07
## Seg22845.1              -2.781711  9.98238553  83.044681 6.990961e-07
## Seg207.7                12.317569  6.68980088  92.214545 7.678374e-07
## Seg94.9                 -2.841054  8.91614285  80.593582 8.239786e-07
## Seg2332.1                7.019857  8.55322447  80.106627 8.517710e-07
## Seg1179.1                7.086932  8.77545401  78.379885 9.594775e-07
## Seg417.1                -3.720598  6.77643932  78.070959 9.803726e-07
## Seg2624.3.2.57f48f79     7.395660  6.01995760  76.718879 1.078264e-06
## Seg2967.1.1.57f48f7a    10.126945  4.51627766  79.014602 1.694804e-06
## Seg3190.1               -4.027563  7.44473715  69.786366 1.799469e-06
## Seg1012.9               -2.993509  9.38655597  69.612264 1.823777e-06
## Seg711.3                -3.349058  4.86421552  69.022037 1.909064e-06
## Seg1695.10               8.615942  5.40892846  68.175144 2.039655e-06
## Seg1077.4               -2.410418  9.19794958  68.152768 2.043243e-06
## Seg1509.11              -2.938542  5.21356518  67.762209 2.107071e-06
## Seg1578.9               -8.346413  3.41079417  67.253099 2.193778e-06
## Seg1755.3               -2.669506  8.17949256  67.137940 2.213961e-06
## Seg6214.1               -2.470676  6.66892070  66.198088 2.386983e-06
## Seg8734.1               -4.351000  4.98827668  65.716419 2.481710e-06
## Seg343.1                -3.271425  8.97283988  65.411939 2.543839e-06
## Seg353.11               -2.493484  9.22983124  65.099145 2.609553e-06
## Seg598.5                -3.363763  4.33996437  62.952490 3.117643e-06
## Seg500.3                -2.512247  6.56891968  62.433153 3.257264e-06
## Seg335.12.1.57f48f7a    -8.260017  3.58959541  61.686005 3.471060e-06
## Seg1845.3                5.359789  7.53847610  61.556505 3.509750e-06
## Seg50.14                -4.010302  6.79533318  61.280583 3.593866e-06
## Seg2781.1               -8.342880  8.04405686  59.924448 4.042876e-06
## Seg337.1                -3.263380  6.77342668  59.805472 4.085284e-06
## Seg1181.11              -2.413498  5.22529933  58.163530 4.726626e-06
## Seg2275.12               9.270020  6.81237757  57.959003 4.814424e-06
## Seg7472.1               -3.410885  6.61058141  57.820244 4.875066e-06
## Seg172.13               -2.562952  6.40756202  55.864620 5.831489e-06
## Seg400.1                11.688444  6.06347819  61.176769 6.091332e-06
## Seg2350.3               10.058284  8.64005068  55.328608 6.130540e-06
## Seg555.6                 5.355270  5.70517195  54.737373 6.481256e-06
## Seg8672.1                6.447586  4.44432883  54.293451 6.759931e-06
## Seg3335.3               -3.541786  5.81068336  53.888188 7.026541e-06
## Seg593.11                4.057999  6.15435305  53.113122 7.571170e-06
## Seg3794.2               -2.581475  5.95622873  52.495231 8.040636e-06
## Seg3935.2               -3.121460  4.82171495  51.486787 8.881384e-06
## Seg9565.1                6.797951  6.97745965  51.428798 8.932752e-06
## Seg1822.4               -2.311095  7.65635285  51.281214 9.065049e-06
## Seg2064.1               -2.594225  7.72161400  50.604432 9.701604e-06
## Seg994.5                -2.339435  5.35706909  50.571667 9.733714e-06
## Seg3035.2               -2.521230  5.19318859  49.764470 1.056513e-05
## Seg4268.2               -2.949609  5.50094164  49.759597 1.057039e-05
## Seg3381.1               13.719817  8.08908924  54.295700 1.089134e-05
## Seg1496.8               -2.319473  9.81795005  49.464921 1.089443e-05
## Seg1730.7.1.57f48f77    -3.013768  8.12869275  49.076717 1.133906e-05
## Seg1259.5               -2.427551  7.14850357  49.014769 1.141194e-05
## Seg580.2                 6.720678  3.92000874  48.653501 1.184798e-05
## Seg774.1_Seg774.3       -2.021303  8.79934907  48.512002 1.202401e-05
## Seg5671.1               -2.419798  6.84716671  48.209523 1.241059e-05
## Seg1891.12_Seg1891.13    7.566042  6.41025991  48.169529 1.246277e-05
## Seg207.8                 3.705728 11.55303494  46.681161 1.459885e-05
## Seg2175.6                4.528945  7.29378604  46.674870 1.460874e-05
## Seg446.7                -2.576698  7.03625608  46.478881 1.492080e-05
## Seg1000.14              -3.174179  4.08229531  46.300208 1.521204e-05
## Seg650.14               -7.441775  3.72793060  45.985404 1.574138e-05
## Seg6854.3               -2.568186  4.51952336  45.921996 1.585057e-05
## Seg4466.2                5.263300  7.37434754  45.516677 1.656967e-05
## Seg3823.2               -2.358747  5.66976884  45.286193 1.699545e-05
## Seg3557.1               -2.371998  8.61740454  44.628263 1.828249e-05
## Seg1509.5                7.163887  7.04674261  44.429766 1.869276e-05
## Seg650.7                -2.833829  8.68819155  44.197818 1.918577e-05
## Seg1896.6                9.745936  4.14166408  48.213917 1.921269e-05
## Seg1973.4                4.340668  7.07586245  44.152034 1.928486e-05
## Seg319.14               -3.490663  2.56860630  43.761463 2.015474e-05
## Seg154.8                 6.963990 10.02729303  43.676596 2.034973e-05
## Seg12003.1               4.230738  6.01451050  43.669274 2.036665e-05
## Seg2967.1.2.57f48f7a   -11.006407  3.44860331 178.446751 2.053673e-05
## Seg4229.2                4.456853  5.53617971  43.588901 2.055352e-05
## Seg1873.5               -3.014909  4.01549663  43.411486 2.097309e-05
## Seg1787.11               6.576416  7.68523343  43.314449 2.120678e-05
## Seg11296.3               6.740509  7.47058412  42.984398 2.202454e-05
## Seg3545.1                3.565490  5.97000615  42.705271 2.274479e-05
## Seg2624.3              -10.934923  3.38056278 170.169500 2.333230e-05
## Seg6822.1               -3.203821  4.37577621  42.221367 2.405923e-05
## Seg1405.8               -7.204127  2.08910899  42.008748 2.466452e-05
## Seg846.9.2.57f48f7e     -6.884653  2.30681866  41.977523 2.475489e-05
## Seg1749.2.3.57f48f78     9.522021  3.92268157  45.551815 2.509919e-05
## Seg1896.6.1.57f48f78   -10.865333  3.31465528 163.887558 2.581087e-05
## Seg2737.2               -2.442235  5.90713897  41.618612 2.582174e-05
## Seg852.16                5.010510  6.83164821  41.267976 2.691585e-05
## Seg1641.9               -2.028572 13.87424737  41.083333 2.751358e-05
## Seg229.10               -2.417207  6.50169132  41.083087 2.751439e-05
## Seg16688.1              -3.541600  3.60568501  40.017425 3.128106e-05
## Seg1644.15.1.57f48f77    8.995999  3.41094757  43.296224 3.179955e-05
## Seg586.17                6.377216  3.66066220  39.497603 3.333375e-05
## Seg1379.9                7.758656  8.96049945  39.490312 3.336364e-05
## Seg1730.10              -2.289400 10.86936495  39.474637 3.342799e-05
## Seg1379.11               7.461190  7.49180757  39.270522 3.427925e-05
## Seg385.4                -3.286044  3.60282390  39.121749 3.491557e-05
## Seg1611.1              -10.669345  3.12978304 145.834308 3.528101e-05
## Seg3216.1               -2.646679  7.63818424  38.528246 3.759431e-05
## Seg2513.1               -6.947429  2.81987165  38.501546 3.772032e-05
## Seg2142.7               -2.515500  4.12117650  38.303082 3.867246e-05
## Seg1200.2               -6.707459  5.38934163  38.044529 3.995504e-05
## Seg2299.6                6.769753 11.43833841  37.996954 4.019638e-05
## Seg2298.7               -7.066341  2.02731806  37.570504 4.243698e-05
## Seg1877.8               -2.349660  5.89396593  37.456868 4.305828e-05
## Seg226.3                 7.679352 10.95245103  37.001761 4.565468e-05
## Seg1999.5               -2.036199  5.33090843  36.923457 4.611951e-05
## Seg1797.3               -2.623300  4.22458603  36.896612 4.628013e-05
## Seg1121.18              -2.925572  5.95694822  36.273281 5.019875e-05
## Seg667.5                 3.919782  5.42178268  36.263586 5.026268e-05
## Seg1915.10              -2.365134  5.97959945  36.170217 5.088315e-05
## Seg1379.16               7.720580  8.10595708  36.023679 5.187497e-05
## Seg3026.1.1.57f48f7a     3.979991  6.38064013  36.008115 5.198162e-05
## Seg1370.12              -2.017961  5.68666392  35.801097 5.342473e-05
## Seg5340.1              -10.457973  2.93160762 123.840759 5.455284e-05
## Seg1516.10              -2.001382  8.06571088  35.625367 5.468632e-05
## Seg2577.2                5.198064  6.68524732  35.506041 5.556270e-05
## Seg9718.1                4.502111  4.28951942  35.429640 5.613238e-05
## Seg1067.4              -10.307849  2.79396258 121.190980 5.778011e-05
## Seg1871.7               -3.022580  5.60392079  34.890346 6.035216e-05
## Seg1761.2                8.021416  2.48062776  37.544649 6.101157e-05
## Seg1379.10              10.484863  6.47707243  34.633871 6.248753e-05
## Seg1118.12.1.57f48f75  -10.232796  2.72383970 115.908847 6.503435e-05
## Seg450.4                -6.594599  2.58418247  34.232957 6.600371e-05
## Seg1118.8                3.903814  6.13327762  34.130974 6.693446e-05
## Seg1999.6                4.099781  6.38811842  34.056666 6.762223e-05
## Seg3927.2               -2.285298  6.03098527  34.022621 6.794007e-05
## Seg2025.6                3.650086  8.49385201  33.759371 7.045721e-05
## Seg1303.9                4.199446  7.77631159  33.738197 7.066433e-05
## Seg2904.4                4.061678  4.89866390  33.713180 7.090996e-05
## Seg415.3.1.57f48f7b    -10.203273  2.69633867 112.072898 7.110073e-05
## Seg3785.1               -2.264185  7.16558706  33.104608 7.720189e-05
## Seg1250.5               -2.647792  6.99061049  33.057730 7.771287e-05
## Seg8628.1               -3.671159  5.88989025  32.977126 7.860068e-05
## Seg183.2.1.57f48f78      9.802764  4.19734483  35.269552 8.070070e-05
## Seg5464.1.1.57f48f7c     6.731890  8.70277273  32.746347 8.120846e-05
## Seg1999.10               3.961071  4.88258298  32.743944 8.123613e-05
## Seg1585.12              -2.212067  6.35127729  32.613606 8.275388e-05
## Seg2229.2               -2.393742  8.58320412  32.465010 8.452455e-05
## Seg3143.2               -2.127940 10.82086763  32.150782 8.841579e-05
## Seg795.1                -2.778331  6.78706267  32.068905 8.946361e-05
## Seg1715.9               -6.284429  3.16588985  31.927773 9.130379e-05
## Seg4630.1               -3.080025  2.66230465  31.911061 9.152459e-05
## Seg227.1                -2.125080  4.89561781  31.848967 9.235042e-05
## Seg1123.8               -2.582715  3.86931463  31.580494 9.602208e-05
## Seg2915.2               -2.260746 11.29808843  31.576987 9.607116e-05
## Seg4035.2.1.57f48f7b    -9.926633  2.44394774  97.390648 1.030116e-04
## Seg169.11               -2.086028  4.39727419  30.922920 1.057543e-04
## Seg2992.2               -2.121760  5.87663881  30.910594 1.059474e-04
## Seg1671.13               4.671077  5.92189991  30.829197 1.072327e-04
## Seg419.7                -2.885407  5.64794822  30.785820 1.079250e-04
## Seg3993.2                6.115109  4.54276957  30.780296 1.080136e-04
## Seg26.4                 -2.433557  4.29984358  30.761228 1.083199e-04
## Seg796.1                -3.194339  3.71571865  30.560308 1.116092e-04
## Seg1512.9_Seg1512.10    -2.113885  5.80387844  30.555229 1.116939e-04
## Seg118.6                -2.765089  8.44499616  30.471623 1.130979e-04
## Seg1715.1.1.57f48f77    -9.866646  2.39238745  93.537543 1.145475e-04
## Seg2232.4                7.077449  1.61998076  32.570779 1.145783e-04
## Seg7799.1               -2.142561  7.60398543  30.368878 1.148515e-04
## Seg1088.2               10.395045  4.78084510  32.379654 1.175560e-04
## Seg8230.2                6.480752  5.54896800  30.092981 1.197189e-04
## Seg2530.3                3.799281  3.80635515  29.900594 1.232549e-04
## Seg353.10               -2.363531  5.96232503  29.898614 1.232919e-04
## Seg593.14                3.978459  4.51513509  29.886098 1.235262e-04
## Seg2577.1                2.385087  9.09207737  29.823391 1.247079e-04
## Seg6838.2               -2.342857  5.27317324  29.731651 1.264603e-04
## Seg2317.3.1.57f48f79    -9.828093  2.35448373  89.824412 1.273955e-04
## Seg397.33                3.118864  8.29456090  29.558227 1.298519e-04
## Seg932.9                -2.535617  5.85974156  29.556386 1.298885e-04
## Seg1329.7                8.349437  9.90667060  29.338484 1.343022e-04
## Seg1431.3                5.361396  3.82680653  29.296636 1.351696e-04
## Seg2312.2.2.57f48f79    -9.695259  2.23624744  87.721679 1.355532e-04
## Seg1658.23              -3.213592  4.54562411  29.240324 1.363472e-04
## Seg3892.1               -2.004230  6.94607316  29.230781 1.365479e-04
## Seg1455.4               -2.366934  3.49947590  29.226830 1.366311e-04
## Seg550.3                 7.195215  1.72183311  31.243459 1.372571e-04
## Seg8852.2               -2.179821  4.84847018  29.135722 1.385663e-04
## Seg7574.2               -2.201009  4.47206214  29.106377 1.391964e-04
## Seg9743.1                5.386032  6.82826244  29.017960 1.411150e-04
## Seg1516.9.1.57f48f76   -10.152182  2.64759640  86.348802 1.412675e-04
## Seg3307.3                8.442524  4.53959313  28.949865 1.426136e-04
## Seg1430.21.1.57f48f76    3.814722  3.33162289  28.740361 1.473414e-04
## Seg1649.3                7.023409  4.21936083  28.426731 1.547636e-04
## Seg19800.1              -2.388959  4.44209185  28.416575 1.550111e-04
## Seg2867.2               -2.537081  3.76375337  28.416464 1.550138e-04
## Seg2427.16              -5.055116  1.21117607  28.381761 1.558630e-04
## Seg1891.14               6.258621  3.80923858  28.186222 1.607503e-04
## Seg2887.2.1.57f48f7a    -9.498455  2.06363649  81.890465 1.622554e-04
## Seg3283.2               -2.459214  4.60106758  28.038068 1.645719e-04
## Seg1770.5               -2.321426  5.62734900  27.997743 1.656303e-04
## Seg7453.1               -2.460330  4.73110570  27.946027 1.669992e-04
## Seg4877.2               -3.144842  2.45978663  27.887520 1.685638e-04
## Seg6133.2                4.178536  8.17940071  27.860152 1.693015e-04
## Seg5063.5                7.137082  1.67015906  29.709970 1.703512e-04
## Seg1361.3                3.697153  8.58593046  27.784315 1.713654e-04
## Seg4466.3                4.888756  6.99801606  27.689702 1.739813e-04
## Seg94.10                 2.888335  7.31856584  27.682234 1.741898e-04
## Seg2175.7                5.318396  5.81228259  27.578465 1.771164e-04
## Seg1346.2                6.384963  6.72347562  27.460823 1.805037e-04
## Seg785.1                 2.902722  6.42414091  27.284828 1.857126e-04
## Seg65.2                 -9.389051  1.96841935  77.709054 1.859958e-04
## Seg2073.6               -2.116203  4.66665249  27.183961 1.887766e-04
## Seg738.3                 2.557972  5.12660589  27.144939 1.899776e-04
## Seg1925.6                2.967954  7.60799735  27.068215 1.923651e-04
## Seg1001.2               -2.664203  4.91534699  27.024559 1.937392e-04
## Seg80.5                 -2.045718  5.86265998  26.833875 1.998760e-04
## Seg1996.8                3.214506  6.51492292  26.716644 2.037609e-04
## Seg1648.4                3.150471  5.76382063  26.636080 2.064816e-04
## Seg2725.2.1.57f48f7a    -9.273420  1.86757532  73.749734 2.130582e-04
## Seg4822.1               -2.702096  4.33685560  26.233174 2.207376e-04
## Seg2654.3                4.142373  4.55550997  26.135671 2.243573e-04
## Seg580.2.2.57f48f7c     -9.389272  1.96547513  72.176998 2.253009e-04
## Seg4334.1                6.660769  5.08568473  25.939462 2.318526e-04
## Seg1031.7               -2.069088  4.26342409  25.877237 2.342901e-04
## Seg6374.1               -2.161033  5.55198767  25.863136 2.348465e-04
## Seg1445.2               -2.339740  6.35768444  25.843939 2.356066e-04
## Seg1374.4               -2.080515  4.97733523  25.779985 2.381595e-04
## Seg582.2                 7.578305  2.07031351  27.436231 2.384032e-04
## Seg229.6                -2.032365  4.95644849  25.568852 2.468184e-04
## Seg1988.5                3.283326  3.10698800  25.515896 2.490472e-04
## Seg2170.6                2.496588  5.75702919  25.471657 2.509270e-04
## Seg1347.4                3.734832  5.78912565  25.445766 2.520349e-04
## Seg6812.1               -6.595986  2.94260738  25.434315 2.525267e-04
## Seg1904.1.1.57f48f78    -9.313573  1.90547894  69.044633 2.526998e-04
## Seg3186.6               -2.376272  7.98422692  25.412334 2.534738e-04
## Seg3511.1               -6.177871  1.49887599  25.393726 2.542789e-04
## Seg5671.2               -2.748501  4.50813877  25.354157 2.560006e-04
## Seg1885.8                3.323533  5.23480742  25.297647 2.584831e-04
## Seg1816.3                4.360735  5.46870631  25.148233 2.651826e-04
## Seg852.3                 3.045575  5.33935693  25.146752 2.652500e-04
## Seg1276.3.1.57f48f76    -9.088021  1.70915627  67.619426 2.666783e-04
## Seg154.12                4.585820  5.78185495  24.991655 2.724208e-04
## Seg519.2.1.57f48f7c     -6.116461  2.93599163  24.698552 2.865965e-04
## Seg1782.12              -2.133630  4.75982912  24.679733 2.875355e-04
## Seg5525.1                4.230419  5.41142748  24.627842 2.901435e-04
## Seg11011.2              -2.080860  7.14174009  24.627817 2.901447e-04
## Seg2941.1               -9.049268  1.67521514  65.355722 2.911330e-04
## Seg1771.8               -2.047235  4.74532082  24.596536 2.917302e-04
## Seg3630.3               -3.177828  7.73124674  24.588244 2.921521e-04
## Seg2175.8               -6.226702  2.52894752  24.553769 2.939140e-04
## Seg429.9                 3.459237  6.31972975  24.513158 2.960054e-04
## Seg5567.4                3.390334  5.36762382  24.382264 3.028647e-04
## Seg284.3_Seg284.4        2.909666  6.13008303  24.354311 3.043533e-04
## Seg13540.1               5.402021  4.29158885  24.295406 3.075183e-04
## Seg1374.9.1.57f48f76    -3.472742  3.01934796  24.275864 3.085767e-04
## Seg1095.18              -2.758694  2.99111662  24.240274 3.105152e-04
## Seg942.2                -3.090259  4.87658495  24.169499 3.144124e-04
## Seg5859.2               -2.916233  3.39021886  24.137917 3.161697e-04
## Seg50.15                -4.021377  2.70411024  24.054669 3.208570e-04
## Seg8.2                  -4.986038  1.76704983  23.951023 3.268059e-04
## Seg720.8                 4.353274  4.37008946  23.947036 3.270373e-04
## Seg2416.2.1.57f48f79     3.582194  5.74959643  23.930499 3.279991e-04
## Seg675.11                7.727781  5.82728043  23.789454 3.363370e-04
## Seg1090.1               -2.107642  5.53978280  23.604266 3.476613e-04
## Seg2216.4               -2.427891  8.39984809  23.526263 3.525633e-04
## Seg298.5.1.57f48f7a     -8.848277  1.50988179  60.202584 3.594475e-04
## Seg1370.1                3.519597  4.13844434  23.389393 3.613604e-04
## Seg21.3                  2.838848  8.11560420  23.356886 3.634870e-04
## Seg5314.1                7.012567  5.06510748  23.348461 3.640406e-04
## Seg3403.1               -2.540129  3.49897657  23.290045 3.679057e-04
## Seg395.5                -8.988053  1.62890230  59.498257 3.704325e-04
## Seg794.4                -6.079979  1.41916310  23.230774 3.718762e-04
## Seg5296.1                4.228622  4.55465471  23.166499 3.762383e-04
## Seg920.2                -2.559587  5.31373331  23.077885 3.823501e-04
## Seg3561.4               -3.206258  2.31573819  23.052652 3.841115e-04
## Seg2595.1                4.370946  5.03333270  22.957403 3.908458e-04
## Seg11740.1               3.402462  5.79135428  22.947636 3.915441e-04
## Seg5087.2                3.874219  3.75146134  22.899651 3.949959e-04
## Seg2693.2                5.025850  6.96267593  22.815154 4.011605e-04
## Seg397.35               -2.227040  8.08799414  22.775586 4.040856e-04
## Seg5146.1                3.941450  7.36549673  22.745562 4.063216e-04
## Seg5567.3                4.603193  6.43169264  22.690964 4.104249e-04
## Seg3348.2               -2.274856  7.15427658  22.604927 4.169890e-04
## Seg1031.3               -2.089056  5.71766811  22.571531 4.195698e-04
## Seg1986.5               -2.316972  7.08276509  22.541052 4.219413e-04
## Seg3021.2               -2.431525  9.57970333  22.525537 4.231545e-04
## Seg1159.2               -2.766744  3.97494325  22.524913 4.232034e-04
## Seg12380.1              -2.535602  7.33617813  22.518192 4.237303e-04
## Seg947.5                -2.015411  5.11840970  22.507099 4.246016e-04
## Seg9198.1                2.607772  7.68479884  22.476125 4.270454e-04
## Seg752.10               -2.152318  6.25484381  22.471287 4.274285e-04
## Seg2548.2                9.772832  4.16817070  23.779713 4.282766e-04
## Seg3956.3               -8.703085  1.38870961  55.942898 4.334840e-04
## Seg3239.4               -2.046625  5.18813802  22.366635 4.358160e-04
## Seg6790.1                2.758350  5.68679535  22.350599 4.371181e-04
## Seg4294.2                3.743169  9.28337536  22.320567 4.395687e-04
## Seg765.1                 3.951841  8.04152385  22.297101 4.414948e-04
## Seg3888.1                3.380130  6.54433662  22.278196 4.430535e-04
## Seg2281.2               -3.831083  6.04245555  22.167690 4.522940e-04
## Seg2719.2               -2.142784  6.79862294  22.150491 4.537522e-04
## Seg139.2                 3.639542  5.90010714  22.043828 4.629188e-04
## Seg1431.1                4.664401  4.80165446  22.031719 4.639729e-04
## Seg2532.2.1.57f48f79    -8.813485  1.48444328  54.333574 4.668739e-04
## Seg1985.4                2.771966  5.51993749  21.881422 4.772923e-04
## Seg806.13.1.57f48f7e   -10.472626  2.94279800  53.513608 4.852425e-04
## Seg6817.1                3.382386  4.75617637  21.788727 4.857286e-04
## Seg246.9                 3.872545  9.82825155  21.713586 4.926946e-04
## Seg1666.23              -2.001437  5.69805021  21.712716 4.927759e-04
## Seg826.6.3.57f48f7e     -8.589791  1.29950013  53.152263 4.936504e-04
## Seg7733.2               -2.482379  3.16406453  21.462474 5.168311e-04
## Seg1000.9               -8.544226  1.26231068  52.158581 5.178199e-04
## Seg2286.4                2.594778  4.43967452  21.413838 5.216633e-04
## Seg17621.1              -3.114755  2.96977295  21.359986 5.270751e-04
## Seg13094.1               3.051043  6.06378954  21.351948 5.278885e-04
## Seg385.22               -2.171796  7.07993542  21.214025 5.420746e-04
## Seg2530.4                3.063467  4.18790655  21.205625 5.429528e-04
## Seg5088.1                2.512622  7.84915115  21.135370 5.503630e-04
## Seg1221.3               -3.389541  4.43297210  21.038205 5.608062e-04
## Seg2152.6                7.945426  2.41148193  22.180699 5.646379e-04
## Seg3693.2                3.676758  4.64443793  20.926861 5.730577e-04
## Seg1963.3               -8.486585  1.21396976  49.808002 5.817905e-04
## Seg98.3                  2.055335 10.24437154  20.789104 5.886486e-04
## Seg5580.1               -3.233050  5.51069337  20.771168 5.907147e-04
## Seg2281.1               -3.597922  4.64953343  20.766409 5.912642e-04
## Seg387.2                 2.521036  6.87636035  20.737392 5.946281e-04
## Seg1754.9.2.57f48f78    -8.753253  1.42518602  48.987238 6.066613e-04
## Seg385.15               -2.483691  4.86224123  20.620954 6.083523e-04
## Seg900.9.1.57f48f7e     -8.773527  1.45328370  48.694677 6.158766e-04
## Seg2356.3               -2.065026  5.59606532  20.502703 6.226686e-04
## Seg7585.1                3.591543  8.53599515  20.461446 6.277553e-04
## Seg859.11.1.57f48f7e     9.026552  5.02309128  20.448363 6.293785e-04
## Seg3188.2                5.909562  3.12347064  20.325331 6.448835e-04
## Seg1674.6               -3.723474  1.46870638  20.295363 6.487270e-04
## Seg1478.13               4.217144  6.84946622  20.293707 6.489402e-04
## Seg764.8                -2.389933  3.86131850  20.260835 6.531887e-04
## Seg1348.8.2.57f48f76    -5.573350  0.72139722  20.258453 6.534978e-04
## Seg4496.2                3.089435  8.39405307  20.177302 6.641308e-04
## Seg1945.5               -2.000311  5.19123091  20.176447 6.642440e-04
## Seg1279.8                4.615358  5.71919996  20.158806 6.665824e-04
## Seg1720.8.1.57f48f77     9.296323  3.70238729  21.208035 6.725968e-04
## Seg1070.2                7.002314  1.55275740  21.198745 6.737393e-04
## Seg1766.2                5.630041  2.85178819  19.968453 6.924339e-04
## Seg1528.6                5.635858  3.47137790  19.962281 6.932915e-04
## Seg2353.7               -5.385154  1.26831256  19.886740 7.038877e-04
## Seg3865.1                4.468915  4.79431735  19.870279 7.062216e-04
## Seg1141.2                4.360835  7.60479137  19.866197 7.068017e-04
## Seg274.8                 3.001949  3.91136715  19.843672 7.100131e-04
## Seg3373.2                3.854428  4.95063694  19.699388 7.309905e-04
## Seg2753.1.2.57f48f7a     7.620260  2.10966960  20.748929 7.318977e-04
## Seg456.2                -2.589636  3.46348124  19.691146 7.322104e-04
## Seg2192.8.1.57f48f79    -5.616301  1.07561286  19.672125 7.350348e-04
## Seg1161.2.1.57f48f75    -8.264636  1.04329117  45.234235 7.409377e-04
## Seg1666.9                2.757808  9.01562095  19.613506 7.438190e-04
## Seg1783.2                6.600296  2.77696082  19.609611 7.444069e-04
## Seg6.6.1.57f48f7c        5.309270  1.46061772  19.431179 7.719314e-04
## Seg2869.1               10.549904  4.93348494  20.410221 7.796101e-04
## Seg130.7                -2.459831  7.75379259  19.350652 7.847398e-04
## Seg153.15                4.858969  2.45177520  19.315453 7.904158e-04
## Seg577.2.1.57f48f7c      3.629613  3.97830860  19.208818 8.079052e-04
## Seg700.8                 2.126247  5.81229687  19.197603 8.097707e-04
## Seg1027.14               3.228553  8.73190759  19.180522 8.126215e-04
## Seg1225.7               -8.217565  1.00467755  43.455344 8.189352e-04
## Seg652.7                -3.381689  2.39163383  19.142264 8.190489e-04
## Seg675.10                5.245566  7.79273270  19.134485 8.203632e-04
## Seg1437.7                2.979155 10.48762774  19.071309 8.311270e-04
## Seg813.12               -3.519689  5.98617843  19.062757 8.325968e-04
## Seg1734.3                3.192017  4.49400929  19.048950 8.349759e-04
## Seg7305.1               -2.115110  6.91105126  18.923443 8.569688e-04
## Seg1528.7                4.562770  4.85274711  18.888310 8.632455e-04
## Seg3381.2                6.567970  3.30772512  18.877712 8.651494e-04
## Seg766.1                 3.136479  7.98224464  18.869634 8.666039e-04
## Seg2175.3                7.630699  2.11919657  19.850233 8.667700e-04
## Seg746.7                -2.300365  4.31966041  18.836284 8.726387e-04
## Seg1585.10              -2.074856  3.85269059  18.803985 8.785301e-04
## Seg49.4                  2.405398  5.12533866  18.740463 8.902518e-04
## Seg1233.4                7.002130  1.55249438  19.663883 8.982829e-04
## Seg3794.1               -2.026531  4.71348636  18.671615 9.031624e-04
## Seg372.1                -8.142835  0.95290392  41.635103 9.108022e-04
## Seg529.6                 5.584529  7.39388132  18.547687 9.269548e-04
## Seg2789.1                3.075473  4.80734708  18.545905 9.273022e-04
## Seg3509.1               -2.017980  8.69080208  18.461928 9.438464e-04
## Seg168.2                -8.086288  0.90731337  40.940735 9.495513e-04
## Seg3885.1               -2.040724  4.31345632  18.432872 9.496503e-04
## Seg1666.17              -5.496550  0.90617667  18.394799 9.573185e-04
## Seg1794.2               -8.297703  1.07510410  40.423855 9.798678e-04
## Seg2919.3               -3.345315  4.00493266  18.277315 9.814388e-04
## Seg1019.1.1.57f48f75    -8.160661  0.95891102  40.346697 9.845061e-04
## Seg5552.1                4.270274 12.18984653  18.224665 9.924770e-04
## Seg768.14.1.57f48f7e    -8.147372  0.94890725  40.130176 9.976828e-04
## Seg4235.1               -8.121303  0.92984308  40.119180 9.983584e-04
## Seg5138.1                2.780566  5.86049455  18.178045 1.002372e-03
## Seg418.13                3.023613  5.15197382  18.141690 1.010167e-03
## Seg552.3                 2.895155  4.62094720  18.052531 1.029587e-03
## Seg161.7                 2.793923 11.37744198  17.992300 1.042951e-03
## Seg508.5                 3.358178  3.28401230  17.973569 1.047148e-03
## Seg1917.1               -5.759647  5.73671749  17.924770 1.058176e-03
## Seg2162.8                3.515335  2.76612939  17.922558 1.058679e-03
## Seg3715.2                3.406646  4.15845451  17.910675 1.061386e-03
## Seg4689.1               -5.598208  1.50756174  17.880789 1.068230e-03
## Seg1689.3                3.184347  9.00832199  17.873081 1.070004e-03
## Seg552.5.1.57f48f7c      9.365382  3.76965219  18.724402 1.079267e-03
## Seg1329.6                2.908853  5.63404108  17.821477 1.081966e-03
## Seg1154.2                2.748526  7.26541680  17.749758 1.098851e-03
## Seg1389.16.13.57f48f76  -5.376119  3.32926786  17.749475 1.098918e-03
## Seg6106.1               -8.009209  0.84728828  38.493915 1.105483e-03
## Seg6278.1               -2.237588  4.63971009  17.678431 1.115948e-03
## Seg1073.1                2.724212  6.48922025  17.645924 1.123842e-03
## Seg3961.2                8.069259  2.52665894  18.517083 1.124796e-03
## Seg3904.2                3.729674  4.41670317  17.632430 1.127138e-03
## Seg397.5                 3.460536  3.11584665  17.616148 1.131131e-03
## Seg1431.2                4.690199  4.74472823  17.560707 1.144848e-03
## Seg13200.1               4.641000  4.56706595  17.514379 1.156459e-03
## Seg3078.4                3.937963  2.00308870  17.443149 1.174580e-03
## Seg7542.1                3.200253  5.44787404  17.438054 1.175889e-03
## Seg1863.6               -2.088778  5.20556924  17.366906 1.194343e-03
## Seg1116.4                3.926001  4.55791392  17.355133 1.197429e-03
## Seg2253.7               -5.627878  1.97347691  17.333674 1.203078e-03
## Seg2454.8                5.528723  1.80001355  17.313965 1.208294e-03
## Seg1501.5                5.916985  4.87171718  17.311700 1.208895e-03
## Seg940.16                3.160267  8.61307571  17.272891 1.219248e-03
## Seg2279.1                6.490580  1.11562212  18.108834 1.221235e-03
## Seg932.6                -3.234677  2.19114464  17.256479 1.223658e-03
## Seg1950.2               -2.396925  2.89182631  17.175515 1.245683e-03
## Seg803.13               10.018005  4.40890893  17.995878 1.249615e-03
## Seg835.3                -3.221304  2.45578636  17.156211 1.251003e-03
## Seg2152.7                5.859601  5.05909814  17.152034 1.252157e-03
## Seg16297.1              -2.346558  3.09388708  17.147437 1.253429e-03
## Seg920.3                -2.406762  5.71240214  17.027446 1.287169e-03
## Seg61.6                  2.138640  6.37731050  17.010327 1.292069e-03
## Seg7205.1               -7.880607  0.75353123  36.075243 1.296031e-03
## Seg4360.1                3.285011  5.17894767  16.991348 1.297526e-03
## Seg3693.4                3.650755  4.39118935  16.987825 1.298541e-03
## Seg2200.5                2.420237  4.86161316  16.961011 1.306304e-03
## Seg2340.10               4.973979  3.24758953  16.960136 1.306558e-03
## Seg236.2                -2.025991  3.88986141  16.899581 1.324292e-03
## Seg2475.6               -7.841131  0.72771171  35.733701 1.326469e-03
## Seg1873.4                4.000593  2.48688527  16.892099 1.326503e-03
## Seg4018.2.3.57f48f7b     5.513626  3.07853743  16.854504 1.337676e-03
## Seg2104.2                3.130510  5.59696125  16.848975 1.339328e-03
## Seg1882.13               2.474403  4.49629084  16.844605 1.340636e-03
## Seg1359.7                3.734297  4.24852144  16.832963 1.344127e-03
## Seg3689.1.1.57f48f7b    -7.870064  0.75255797  35.354843 1.361384e-03
## Seg2191.4.1.57f48f79    -7.915967  0.78730271  35.305815 1.365993e-03
## Seg1845.3.1.57f48f78     3.286619  6.14488833  16.758265 1.366779e-03
## Seg478.3                 4.828078  3.42834625  16.747938 1.369946e-03
## Seg1379.12               3.452327  6.99012149  16.746294 1.370451e-03
## Seg4739.1                3.363529  3.02514151  16.693233 1.386863e-03
## Seg1731.8.1.57f48f77    -7.835190  0.72656853  35.058445 1.389578e-03
## Seg652.6                -3.908324  3.28141248  16.658023 1.397880e-03
## Seg1123.4                6.106758  0.80514849  17.403865 1.411699e-03
## Seg2767.1                7.826068  2.29926658  17.400871 1.412580e-03
## Seg265.1.1.57f48f79      7.720334  2.20178636  17.362614 1.423888e-03
## Seg1520.4                2.528693  5.47820117  16.556391 1.430256e-03
## Seg4396.3                2.599457  5.16082628  16.541903 1.434942e-03
## Seg1512.4.1.57f48f76     2.741123  9.72704413  16.528810 1.439192e-03
## Seg675.13                7.360339  1.87160791  17.229688 1.464016e-03
## Seg501.1                -2.573047  2.21616745  16.451893 1.464459e-03
## Seg103.1                 5.437303  4.24243591  16.440173 1.468354e-03
## Seg952.4                 3.051905  8.41976396  16.438237 1.468998e-03
## Seg6310.3                8.266309  2.71305128  17.204066 1.471903e-03
## Seg708.15               -2.241119  6.72936986  16.427285 1.472651e-03
## Seg639.8                -2.021814  5.68709999  16.409511 1.478601e-03
## Seg80.10                 2.409375  6.20575825  16.408492 1.478943e-03
## Seg1770.7                3.419586  9.31886060  16.388063 1.485819e-03
## Seg811.6                 2.394671  4.94088611  16.382512 1.487693e-03
## Seg6221.1               -3.369714  2.71572792  16.369527 1.492090e-03
## Seg1152.1                2.902150  6.45257295  16.355337 1.496911e-03
## Seg4287.2                3.212686  3.33100157  16.344193 1.500710e-03
## Seg1895.5                3.111215  4.49925022  16.341063 1.501779e-03
## Seg5332.2                4.441295  3.05346716  16.316439 1.510220e-03
## Seg4299.3               -2.379469  3.00810382  16.283895 1.521461e-03
## Seg976.3                 7.850005  2.32284945  17.036118 1.524859e-03
## Seg1816.7                3.903057  4.03849213  16.234779 1.538612e-03
## Seg8951.1               -7.733078  0.65198794  33.566634 1.544273e-03
## Seg16345.1               2.511107  7.36245221  16.165526 1.563178e-03
## Seg6255.3                2.671146  8.14563116  16.151882 1.568072e-03
## Seg1451.1               -2.004749  4.89017584  16.151062 1.568366e-03
## Seg2051.8.1.57f48f78    -5.490869  1.57053918  16.131592 1.575382e-03
## Seg1604.2                6.913170  1.47687427  16.826022 1.594296e-03
## Seg2390.1               -2.144985  4.59103067  16.052923 1.604103e-03
## Seg3885.1.1.57f48f7b    -6.442064  2.33599558  16.030694 1.612329e-03
## Seg1903.2                2.504610  8.98346507  16.029559 1.612750e-03
## Seg6.6                   2.384671  8.36911611  16.022399 1.615411e-03
## Seg1904.4               -4.492507  2.22030102  16.020380 1.616162e-03
## Seg4642.1               -3.132967  4.27405439  15.872477 1.672315e-03
## Seg1645.1               -4.921816  2.17819750  15.872111 1.672457e-03
## Seg1738.4                2.874156  2.95359061  15.846194 1.682530e-03
## Seg3247.3                3.194755 10.50951114  15.800023 1.700651e-03
## Seg187.10                2.546188  4.65198755  15.748959 1.720957e-03
## Seg2137.4.1.57f48f79    -7.765424  0.67994252  32.055333 1.725948e-03
## Seg1338.7                2.421523  4.57410342  15.724163 1.730919e-03
## Seg2054.2               -5.171813  0.52113485  15.673791 1.751364e-03
## Seg1058.1                2.516255  3.83500661  15.670798 1.752588e-03
## Seg2136.6               -6.980396  4.27199291  15.633765 1.767811e-03
## Seg4009.1                8.457769  2.89409223  16.334402 1.771859e-03
## Seg1058.4               -5.207270  0.78476791  15.623124 1.772213e-03
## Seg13228.1               4.601762  4.77230386  15.622181 1.772604e-03
## Seg886.2                -2.656539  1.45887469  15.595986 1.783499e-03
## Seg1305.8                2.438416  9.03516915  15.587479 1.787054e-03
## Seg287.9.2.57f48f7a      2.883877  6.04541616  15.559946 1.798617e-03
## Seg665.4                -2.869373  2.14259223  15.543317 1.805642e-03
## Seg3628.2                5.801477  1.90021843  15.533636 1.809747e-03
## Seg1966.3                5.855088  2.61847509  15.483976 1.830975e-03
## Seg7.2                   8.503723  2.93770764  16.171371 1.835817e-03
## Seg820.4                -2.079818  5.23624416  15.450731 1.845348e-03
## Seg897.4                 3.818735  3.51515925  15.446701 1.847099e-03
## Seg7457.2                3.862147  3.30623271  15.408377 1.863850e-03
## Seg2876.2.1.57f48f7a     8.755542  3.17871846  16.076908 1.874118e-03
## Seg6367.1               -3.174766  4.20308608  15.350248 1.889596e-03
## Seg18.4                 -2.558119  3.39381621  15.325196 1.900820e-03
## Seg1999.9                4.204854  3.41437187  15.320606 1.902884e-03
## Seg1095.19              -2.981712  4.15814811  15.299159 1.912567e-03
## Seg649.13               -2.125587  4.94056546  15.296830 1.913622e-03
## Seg6811.2                3.740897  2.34712432  15.268425 1.926542e-03
## Seg2063.5.1.57f48f79     7.798427  2.27149528  15.934365 1.933713e-03
## Seg1348.8.3.57f48f76     5.299961  2.87190389  15.225980 1.946038e-03
## Seg1475.1               -7.511061  0.49772650  30.417558 1.957379e-03
## Seg1870.6.1.57f48f78     7.840078  2.31200884  15.830645 1.978481e-03
## Seg3693.1                4.506067  5.59588487  15.146941 1.982959e-03
## Seg1712.9               -7.482207  0.47791891  30.066930 2.012361e-03
## Seg6955.1               -2.230346  6.40252627  15.079364 2.015173e-03
## Seg1338.5                2.414416  3.78070998  15.032047 2.038093e-03
## Seg750.12                3.366271  7.83751295  15.025739 2.041171e-03
## Seg405.7                -2.061912  5.43811633  15.023514 2.042258e-03
## Seg2941.1.1.57f48f7a     4.707434  2.90128748  14.988844 2.059285e-03
## Seg1131.9                7.866970  2.33743890  15.635659 2.065992e-03
## Seg3979.1               -2.136941  8.00616713  14.946937 2.080087e-03
## Seg3953.1               -2.464040  3.02383114  14.946129 2.080491e-03
## Seg506.3                 2.742705  5.16363982  14.935133 2.085991e-03
## Seg1180.5                2.150981  9.46073479  14.918951 2.094116e-03
## Seg187.11                2.937429  6.68122735  14.910354 2.098447e-03
## Seg2326.6               -4.605708  1.45067803  14.909117 2.099071e-03
## Seg133.2                 2.558320  8.03186965  14.908400 2.099433e-03
## Seg4294.3                3.508932  9.60561532  14.896944 2.105224e-03
## Seg639.4                -7.431017  0.44349182  29.428427 2.118023e-03
## Seg319.15               -3.091202  4.29956831  14.824618 2.142219e-03
## Seg1328.7                2.632786  8.08410115  14.817805 2.145743e-03
## Seg2154.1                4.646293  2.02384594  14.812566 2.148457e-03
## Seg1080.5                3.362888  3.78207239  14.793795 2.158215e-03
## Seg11511.1               4.619284  3.01394512  14.790258 2.160059e-03
## Seg821.11                7.493214  1.99372107  15.364844 2.195221e-03
## Seg253.19                4.922032  3.34146644  14.703192 2.206046e-03
## Seg1470.10              -3.053735  4.73968286  14.697457 2.209115e-03
## Seg1076.5.2.57f48f75     6.795583  1.37495151  15.335962 2.209557e-03
## Seg6437.1                3.338918  3.62210916  14.676823 2.220198e-03
## Seg1507.11               2.178100  6.03040052  14.656067 2.231412e-03
## Seg1740.10              -4.508237  2.99112931  14.654790 2.232104e-03
## Seg2533.5                2.948076  7.45691356  14.642729 2.238653e-03
## Seg1721.13               3.523081  4.73855655  14.615041 2.253772e-03
## Seg2850.3                2.343093  3.74462437  14.598738 2.262730e-03
## Seg319.7                 4.016207  4.11222879  14.581183 2.272422e-03
## Seg1574.16               2.560047  5.88585683  14.576320 2.275115e-03
## Seg3495.4                2.527305  9.35311729  14.541840 2.294319e-03
## Seg1635.3                2.733317  6.56664399  14.514128 2.309891e-03
## Seg192.1                 2.392838  4.10007788  14.490823 2.323081e-03
## Seg1091.24               4.839664  2.10563289  14.430449 2.357663e-03
## Seg1026.3                2.508181  7.91038468  14.422802 2.362086e-03
## Seg620.3                 4.529758  5.15377934  14.407669 2.370867e-03
## Seg1266.1.1.57f48f76    -4.791604  1.08889643  14.383776 2.384809e-03
## Seg140.4                 4.822567  1.77880595  14.380902 2.386492e-03
## Seg1439.10               3.172017  3.23103305  14.369672 2.393083e-03
## Seg3117.5                2.097620  3.50630427  14.360352 2.398570e-03
## Seg8852.1               -2.107603  3.04760959  14.346193 2.406932e-03
## Seg2695.3                2.556320  6.64413646  14.338588 2.411438e-03
## Seg1756.16               3.833221  5.65275036  14.337282 2.412213e-03
## Seg7410.1                2.299858  6.67339903  14.335092 2.413513e-03
## Seg4642.2               -2.023833  3.32795913  14.333245 2.414610e-03
## Seg861.9                 8.440865  2.87696075  14.936886 2.419397e-03
## Seg1602.2               -3.200585  6.17928736  14.325018 2.419502e-03
## Seg1433.4                2.468546  7.67896847  14.324692 2.419696e-03
## Seg914.5                 2.068859  5.47192918  14.321933 2.421340e-03
## Seg1721.15               3.249928  5.31113221  14.320807 2.422012e-03
## Seg889.9                -2.618876  2.51741012  14.297812 2.435765e-03
## Seg4819.1                3.493776  5.97238432  14.296051 2.436822e-03
## Seg1880.1                3.035400  6.26316474  14.274484 2.449811e-03
## Seg3589.9                7.068725  1.61193656  14.877531 2.452575e-03
## Seg4161.1                7.854210  2.32536564  14.863226 2.460651e-03
## Seg1297.1                7.859309  2.32918615  14.856044 2.464718e-03
## Seg2511.7               -2.882462  4.27720254  14.222042 2.481733e-03
## Seg722.1.1.57f48f7d     -4.846325  2.86129350  14.209985 2.489141e-03
## Seg3735.1                3.463259  8.17966190  14.206923 2.491026e-03
## Seg1854.3                7.004173  1.55356094  14.798675 2.497487e-03
## Seg954.16                3.826102  4.69447313  14.186379 2.503718e-03
## Seg11328.1               3.988102  2.95923331  14.175095 2.510722e-03
## Seg1078.7               -2.229496  6.22369634  14.170603 2.513516e-03
## Seg9504.1                3.387166  2.67126513  14.170433 2.513622e-03
## Seg3786.2                2.675713  5.72013303  14.148464 2.527341e-03
## Seg1533.2                2.888771  3.05835128  14.095489 2.560784e-03
## Seg2213.7                6.664763  1.25959351  14.651432 2.583970e-03
## Seg1726.3                2.449890  5.84622773  14.056217 2.585909e-03
## Seg17614.1              -2.118092  3.12922582  14.036029 2.598937e-03
## Seg425.4.3.57f48f7b     -7.351140  0.38313042  26.981197 2.601112e-03
## Seg1734.5               -5.015541  1.09205940  14.015734 2.612110e-03
## Seg675.14                6.833353  4.03130250  14.012897 2.613958e-03
## Seg2091.2.4.57f48f79    -7.251060  0.32122358  26.924563 2.613996e-03
## Seg2147.7                2.040308  5.09030393  14.011919 2.614595e-03
## Seg3089.1.2.57f48f7a    -5.560848  2.98901524  13.974197 2.639315e-03
## Seg1666.21              -7.281558  0.33919723  26.808766 2.640612e-03
## Seg5820.1                4.163828  4.14532499  13.947783 2.656787e-03
## Seg1615.2               -7.204105  0.29389471  26.738037 2.657051e-03
## Seg581.12                8.414966  2.85335159  14.504274 2.673952e-03
## Seg1158.4                4.556415  3.74407964  13.919056 2.675942e-03
## Seg1234.1               -2.508658  1.65615577  13.900584 2.688344e-03
## Seg9503.1                5.092699  1.27146275  13.884788 2.699004e-03
## Seg1659.14              -5.110396  1.52960553  13.879808 2.702374e-03
## Seg3412.1               -2.153123  4.26077470  13.879046 2.702890e-03
## Seg4224.1                2.940473  3.11683103  13.864406 2.712829e-03
## Seg2030.6                3.079902  4.07958352  13.838629 2.730433e-03
## Seg5619.1                2.764205  7.26374507  13.798865 2.757852e-03
## Seg1146.2               -2.170267  4.13062485  13.777588 2.772654e-03
## Seg1664.1                4.187205  2.06780528  13.769539 2.778278e-03
## Seg2730.4                2.050597  5.06294111  13.763213 2.782707e-03
## Seg4030.1                4.382211  4.11873460  13.745359 2.795253e-03
## Seg434.6                 2.654832  4.65326168  13.731886 2.804764e-03
## Seg8305.2                4.974218  2.56063256  13.695149 2.830890e-03
## Seg4445.2.1.57f48f7b    -5.011421  0.68789861  13.678530 2.842801e-03
## Seg2797.7                5.944668  0.67652094  14.192733 2.876930e-03
## Seg1184.2.4.57f48f75     2.101920  3.90678524  13.619979 2.885236e-03
## Seg1021.4                3.323510  3.90743029  13.567938 2.923573e-03
## Seg2316.3                8.091019  2.54693951  14.119106 2.927521e-03
## Seg4429.1               -7.120488  0.24491900  25.597419 2.942575e-03
## Seg402.2                 8.207872  2.65682159  14.090097 2.947742e-03
## Seg515.2                 6.065630  0.76856521  14.054570 2.972730e-03
## Seg675.17                7.846511  2.31862368  14.045266 2.979316e-03
## Seg2949.3                7.365878  1.87835678  14.045104 2.979430e-03
## Seg225.9.1.57f48f79      9.916455  4.30931508  14.043601 2.980496e-03
## Seg4133.4                5.703769  0.49293352  14.041072 2.982290e-03
## Seg1915.9               -3.017934  3.92095145  13.475523 2.993126e-03
## Seg932.11                2.350226  4.16716910  13.475283 2.993309e-03
## Seg2045.1               -5.100425  1.52367234  13.436802 3.022840e-03
## Seg3062.3                3.181162  4.50309972  13.426172 3.031057e-03
## Seg734.12                4.617665  1.59802772  13.396952 3.053780e-03
## Seg4579.1                3.541795  4.71900355  13.385139 3.063024e-03
## Seg1064.1                6.470808  1.09836437  13.925844 3.065388e-03
## Seg4855.1.1.57f48f7c     3.107163  3.18095026  13.380432 3.066715e-03
## Seg2677.6                2.386023  7.23156447  13.371606 3.073652e-03
## Seg2485.5               -4.944880  2.26463938  13.351872 3.089228e-03
## Seg2506.1               -2.026008  2.49281768  13.324630 3.110881e-03
## Seg1526.9                2.648072  6.10094582  13.303414 3.127867e-03
## Seg444.14                2.258496  4.41569741  13.288536 3.139843e-03
## Seg1053.11              -3.043112  2.16349861  13.287933 3.140330e-03
## Seg212.7                 2.350272  9.36242975  13.286313 3.141638e-03
## Seg2963.3.1.57f48f7a    -5.898645  2.90686008  13.222836 3.193373e-03
## Seg1476.4                2.669820  6.45457455  13.157739 3.247465e-03
## Seg1720.8               -5.027815  1.57268045  13.154126 3.250498e-03
## Seg1112.2                2.834464  6.39841506  13.149703 3.254215e-03
## Seg3561.1               -2.239215  2.99703048  13.116823 3.282009e-03
## Seg1784.13               7.981904  2.44610115  13.592274 3.321796e-03
## Seg914.7                -4.221627  1.78779624  13.061563 3.329348e-03
## Seg239.3                 2.270198  6.60485207  13.031955 3.355038e-03
## Seg3685.3               -2.241303  1.88101921  13.020467 3.365068e-03
## Seg2666.3                2.379936  7.43392167  12.977708 3.402710e-03
## Seg3058.1                2.167567  4.92991049  12.935586 3.440273e-03
## Seg572.2                 3.711879  2.84218614  12.906717 3.466295e-03
## Seg2818.2                4.785144  2.38237967  12.895271 3.476677e-03
## Seg460.11                2.383198  3.94627353  12.888385 3.482940e-03
## Seg1019.1               -4.511631  2.15458594  12.880980 3.489690e-03
## Seg319.13               -3.423495  2.28406691  12.867971 3.501584e-03
## Seg7441.2               -2.032792  3.96392686  12.842603 3.524915e-03
## Seg1965.1                2.899661  3.09754137  12.827045 3.539313e-03
## Seg1563.4               -6.915307  0.11459841  23.635093 3.540497e-03
## Seg1219.3                2.969215  3.22722771  12.819995 3.545861e-03
## Seg647.4                -2.836044  2.98384837  12.805182 3.559663e-03
## Seg1582.16               5.713445  6.28649697  12.782439 3.580977e-03
## Seg16610.1               4.329002  2.89689402  12.781803 3.581575e-03
## Seg599.4                 2.108682  5.49139641  12.768154 3.594441e-03
## Seg1756.9                3.140314  2.68968616  12.751441 3.610267e-03
## Seg1647.12               2.078570  6.01831496  12.731583 3.629178e-03
## Seg1809.5               -4.823725  0.64679726  12.716430 3.643685e-03
## Seg2113.5.1.57f48f79    -4.787164  1.49714385  12.694953 3.664364e-03
## Seg2487.1               -2.944239  5.55402031  12.685524 3.673486e-03
## Seg2875.5                2.788672  8.90304429  12.663430 3.694964e-03
## Seg2769.1                7.250533  1.77397443  13.113583 3.735370e-03
## Seg2321.4                2.509195  3.26942645  12.608160 3.749338e-03
## Seg438.4                 2.830875  2.93452811  12.584147 3.773252e-03
## Seg1714.8                3.226800  3.23790501  12.580056 3.777344e-03
## Seg10219.1               2.738354  5.35753056  12.547120 3.810476e-03
## Seg4496.1                2.387243  7.10612303  12.544878 3.812744e-03
## Seg229.12                2.686579 11.49770208  12.544215 3.813414e-03
## Seg3735.2                7.421207  1.92757252  13.003466 3.838928e-03
## Seg1496.7                2.314391  7.95892820  12.516144 3.841947e-03
## Seg675.16                7.499041  1.99843225  12.991393 3.850487e-03
## Seg6391.1                2.059364  7.17580027  12.502269 3.856141e-03
## Seg2869.2                6.551639  1.16595246  12.981095 3.860380e-03
## Seg453.1                 2.473113  7.36167498  12.471251 3.888095e-03
## Seg2326.7               -6.856672  0.07679639  22.685580 3.890161e-03
## Seg81.11                 2.198312  5.77785107  12.443623 3.916818e-03
## Seg3351.3                3.474852  3.06847790  12.419419 3.942185e-03
## Seg598.3                 2.096361  5.38558845  12.408997 3.953166e-03
## Seg1698.1.1.57f48f77     6.637202  3.83754597  12.408376 3.953822e-03
## Seg1372.7               -2.782455  4.54043857  12.392994 3.970098e-03
## Seg1095.25              -2.112889  2.54619619  12.376448 3.987693e-03
## Seg6658.1               -4.808665  0.94298888  12.359554 4.005752e-03
## Seg2797.8                6.042370  0.75356149  12.819391 4.019707e-03
## Seg1549.11               2.528724  3.76501491  12.346444 4.019832e-03
## Seg255.4                -2.052635  2.78660684  12.341738 4.024900e-03
## Seg2623.1                4.161430  1.80931753  12.316390 4.052329e-03
## Seg5426.1               -2.829394  2.76274438  12.311748 4.057375e-03
## Seg14464.1               6.685560  1.27905254  12.761695 4.078425e-03
## Seg1983.9                7.491918  1.99302408  12.719566 4.121941e-03
## Seg4381.1                6.757742  1.34025315  12.718550 4.122997e-03
## Seg551.6                 4.540288  1.83275787  12.245584 4.130108e-03
## Seg846.9.1.57f48f7e      2.585435  5.50327125  12.244791 4.130989e-03
## Seg552.2                 2.859877  4.59472855  12.205229 4.175216e-03
## Seg12433.1               6.488949  1.11455128  12.667078 4.176925e-03
## Seg2042.1                2.547610  5.46124942  12.202473 4.178317e-03
## Seg1749.2.4.57f48f78    -4.738816  1.67482405  12.181383 4.202141e-03
## Seg1867.5               -4.284107  1.56530251  12.165575 4.220102e-03
## Seg213.5                -2.853411  5.33956601  12.160511 4.225874e-03
## Seg1221.19               6.845222  1.41523548  12.617458 4.229703e-03
## Seg3304.6               -4.556985  0.69398907  12.124660 4.267005e-03
## Seg859.11               -3.435645  5.56444959  12.113832 4.279521e-03
## Seg5572.1                2.713352  3.96782235  12.111557 4.282156e-03
## Seg2302.4               -2.752087  3.94049469  12.102219 4.292991e-03
## Seg6667.1               -2.676094  3.37829301  12.091933 4.304962e-03
## Seg120.7                 4.527026  1.40476758  12.091525 4.305437e-03
## Seg24446.1              -2.699647  3.72836651  12.085926 4.311971e-03
## Seg4551.1                6.684876  1.27932269  12.537996 4.315869e-03
## Seg1103.4                6.515649  1.13745689  12.537651 4.316248e-03
## Seg2807.7                3.202095  2.24235711  12.081264 4.317421e-03
## Seg8226.1                2.215587  9.19583875  12.059266 4.343241e-03
## Seg5068.2               -2.091377  3.01468671  12.052733 4.350945e-03
## Seg250.9                 6.385296  1.03040172  12.492872 4.365723e-03
## Seg5283.4               -2.983418  5.08130050  12.017156 4.393175e-03
## Seg270.4                 2.054210  8.76210605  12.011630 4.399777e-03
## Seg1691.5                2.275078  8.36167497  12.009615 4.402188e-03
## Seg1345.8                2.192255  4.17194304  12.006525 4.405887e-03
## Seg2996.2                6.460220  1.09084676  12.437777 4.427518e-03
## Seg4067.1                7.023809  1.57272725  12.431685 4.434413e-03
## Seg1505.6                9.132685  3.54332859  12.415554 4.452734e-03
## Seg6027.1                8.336306  2.77836282  12.411778 4.457036e-03
## Seg5758.2                4.195828  2.81897603  11.957267 4.465349e-03
## Seg9519.1                5.258446  2.05997709  11.948883 4.475563e-03
## Seg5451.2                3.855924  3.72537379  11.944720 4.480644e-03
## Seg87.2                  2.857960  7.03167226  11.943755 4.481823e-03
## Seg549.3                -2.851558  2.15640138  11.934707 4.492895e-03
## Seg236.11               -4.868828  2.61902737  11.929724 4.499006e-03
## Seg3186.2                2.784883  4.17449606  11.925570 4.504108e-03
## Seg3787.2                2.515234  4.85647118  11.922569 4.507797e-03
## Seg2055.5                4.755139  1.13717752  11.920484 4.510363e-03
## Seg49.3                  2.480594  7.29276410  11.918706 4.512553e-03
## Seg8843.1                2.347486  4.48037801  11.912256 4.520505e-03
## Seg1719.5                2.325305  3.73118012  11.888786 4.549580e-03
## Seg2619.4                2.280692  8.25239893  11.864484 4.579916e-03
## Seg53.6                  4.302929  1.80677432  11.846897 4.602017e-03
## Seg832.3                 6.108691  0.80487132  12.284034 4.605492e-03
## Seg4751.4               -4.636237  0.34304194  11.832520 4.620176e-03
## Seg4860.2               -3.256758  0.36923479  11.814514 4.643038e-03
## Seg7391.1                2.198658  4.99591418  11.786533 4.678827e-03
## Seg1903.9               -2.026917  3.45469366  11.778078 4.689705e-03
## Seg1422.5               -2.745105  2.60796942  11.753347 4.721692e-03
## Seg649.14                4.347767  6.64028972  11.751838 4.723651e-03
## Seg3470.3               -2.802838  5.08899251  11.747995 4.728648e-03
## Seg1009.2                2.090044  6.98326344  11.741263 4.737413e-03
## Seg1878.1               -2.933815  1.81233425  11.732455 4.748913e-03
## Seg821.5                 2.052483  3.82759575  11.692544 4.801423e-03
## Seg4663.2                3.282660  4.26652642  11.690624 4.803966e-03
## Seg539.6                -2.728892  4.72087873  11.686435 4.809521e-03
## Seg247.9                -4.333770  2.03042285  11.683014 4.814063e-03
## Seg2997.2                4.946506  1.29638049  11.670006 4.831376e-03
## Seg896.6.1.57f48f7e      2.205053  7.77986977  11.667967 4.834097e-03
## Seg3687.1                4.163889  5.92673480  11.658288 4.847035e-03
## Seg10002.1               4.088923  4.13122160  11.656029 4.850061e-03
## Seg1757.4               -2.771936  4.54820500  11.654287 4.852396e-03
## Seg675.4                -3.441305  0.60321714  11.648883 4.859647e-03
## Seg7695.2               -4.432637  0.87073089  11.643489 4.866896e-03
## Seg1001.1               -3.524933  4.21050510  11.616735 4.903045e-03
## Seg2022.3                2.881309  3.61718024  11.613513 4.907419e-03
## Seg2291.2               -2.621819  4.40288197  11.604897 4.919138e-03
## Seg2175.2               10.131765  4.52079212  12.005312 4.950163e-03
## Seg1841.4               -4.828120  1.34098126  11.575036 4.960012e-03
## Seg1190.9                2.009605  7.76958890  11.569650 4.967425e-03
## Seg1531.7               -3.309813  3.02927266  11.559297 4.981713e-03
## Seg3473.2                7.415414  1.92274913  11.977649 4.986005e-03
## Seg2028.9                6.930988  1.48873541  11.969205 4.997007e-03
## Seg1273.5                3.720469  1.50218202  11.548087 4.997238e-03
## Seg1354.13               2.150919  5.25299572  11.544950 5.001593e-03
## Seg1075.1                5.614704  3.25085730  11.528499 5.024502e-03
## Seg1886.2                2.192609  9.04350639  11.517637 5.039695e-03
## Seg3908.1               -2.618574  2.50865839  11.517372 5.040067e-03
## Seg4541.2                2.858206  4.36929412  11.486428 5.083648e-03
## Seg1347.5                2.876476  3.29190895  11.472103 5.103972e-03
## Seg1853.5               -2.945028  5.26733766  11.460479 5.120534e-03
## Seg1243.2               -4.304590  3.10111228  11.455338 5.127879e-03
## Seg516.1                 2.047811  7.85686252  11.449633 5.136043e-03
## Seg2229.1                3.427320  2.57728083  11.442726 5.145950e-03
## Seg9569.1                4.467212  2.04360606  11.430683 5.163275e-03
## Seg4320.2               -2.321839  1.94414719  11.427226 5.168261e-03
## Seg1833.1                3.552929  3.69573889  11.414929 5.186041e-03
## Seg4407.2                6.972803  1.52749341  11.823429 5.191535e-03
## Seg1807.2.3.57f48f78     4.723868  3.70330053  11.390279 5.221899e-03
## Seg8551.1               -3.516459  1.54454611  11.352354 5.277636e-03
## Seg171.3                -2.005425  3.60471620  11.351571 5.278793e-03
## Seg6288.2                2.987982  3.98071161  11.324881 5.318444e-03
## Seg4996.2                3.060578  1.96175955  11.305630 5.347261e-03
## Seg2091.1                3.436711  5.57722174  11.294429 5.364110e-03
## Seg4756.2                6.566274  1.17849484  11.679383 5.392599e-03
## Seg9440.1                2.983883  3.16661619  11.271621 5.398613e-03
## Seg1242.3.1.57f48f76    10.602563  4.98589941  11.674307 5.399850e-03
## Seg62.7                 -2.669499  5.10860906  11.265003 5.408674e-03
## Seg1091.23               4.537252  1.83193885  11.253026 5.426934e-03
## Seg980.4                 2.102571  4.94554578  11.251851 5.428731e-03
## Seg1983.7                4.607931  1.99082677  11.249587 5.432192e-03
## Seg7397.1                2.570287  3.44440660  11.248654 5.433619e-03
## Seg1953.2                3.472942  1.52617117  11.248111 5.434450e-03
## Seg2787.7                4.635408  1.49751395  11.242466 5.443095e-03
## Seg102.13                3.700170  2.21252383  11.233177 5.457358e-03
## Seg7919.1               -2.631457  3.80141418  11.230733 5.461118e-03
## Seg1675.1                2.253772  5.28457137  11.219308 5.478734e-03
## Seg3239.3                6.545721  1.15756165  11.615813 5.484249e-03
## Seg7733.1               -2.003513  3.05777040  11.214768 5.485752e-03
## Seg372.1.2.57f48f7b      6.228324  3.43522806  11.191701 5.521576e-03
## Seg4108.5               -2.550159  1.33964017  11.163058 5.566439e-03
## Seg3264.4                2.956124  3.81612620  11.121416 5.632425e-03
## Seg2447.5.1.57f48f79     8.587364  3.01771225  11.461811 5.714013e-03
## Seg671.4                -2.626880  4.04560505  11.056396 5.737291e-03
## Seg2645.2                2.069068  7.50559861  11.036163 5.770388e-03
## Seg1233.3                6.878304  1.44524548  11.424072 5.772041e-03
## Seg4679.3                3.518752  1.63215686  11.025802 5.787422e-03
## Seg831.4                 5.473034  0.32656888  11.380014 5.840668e-03
## Seg13582.1              -3.108718  0.99554554  10.983730 5.857199e-03
## Seg1216.2                6.345672  0.99358047  11.368596 5.858611e-03
## Seg373.1                 6.318083  0.97262362  11.363866 5.866063e-03
## Seg806.1                -4.134448  6.71650254  10.965902 5.887062e-03
## Seg1784.12              -4.596603  0.65880373  10.958265 5.899911e-03
## Seg1397.4.1.57f48f76     2.436329  3.05361617  10.936070 5.937434e-03
## Seg4270.2                6.441788  1.07472074  11.314075 5.945190e-03
## Seg1079.6                2.445453 11.59206281  10.929192 5.949119e-03
## Seg508.10                3.691071  4.18369882  10.927861 5.951383e-03
## Seg8991.1               -2.680210  2.94332902  10.923519 5.958777e-03
## Seg1936.6                6.437339  1.07526061  11.294659 5.976387e-03
## Seg4818.1                2.065753  9.88135690  10.908984 5.983605e-03
## Seg3929.3                2.076860  3.96089134  10.904545 5.991213e-03
## Seg1374.6                2.115872  6.87462232  10.903227 5.993474e-03
## Seg3875.3               -2.347773  3.80960014  10.901649 5.996180e-03
## Seg1470.9               -3.734991  3.15690503  10.894453 6.008548e-03
## Seg7103.1                2.079934  4.14729099  10.872633 6.046231e-03
## Seg1662.5               -3.925785  0.93143936  10.848722 6.087843e-03
## Seg246.7                 2.006076  6.57761539  10.836900 6.108540e-03
## Seg545.2                 2.141562  4.56501242  10.818514 6.140892e-03
## Seg203.6                 4.687298  1.54461123  10.815728 6.145812e-03
## Seg1430.8                2.327943  5.16047827  10.815186 6.146770e-03
## Seg2129.10              -4.361145  0.87956312  10.800637 6.172541e-03
## Seg12481.1              -3.623513  2.33547617  10.799508 6.174546e-03
## Seg3.10                  2.563027  3.59838044  10.796894 6.179192e-03
## Seg4329.4               -2.831881  2.12635306  10.787255 6.196357e-03
## Seg2231.1               -2.009048  2.57645520  10.780170 6.209010e-03
## Seg1839.8                6.980156  1.53345016  11.148244 6.217973e-03
## Seg3522.1               -4.621397  0.76888293  10.741120 6.279290e-03
## Seg1930.3                3.204364  5.85749607  10.716341 6.324369e-03
## Seg3759.1                3.402122  1.72130950  10.710982 6.334168e-03
## Seg451.3                -4.368325  1.01340453  10.694582 6.364265e-03
## Seg606.4                 4.666456  0.91432915  10.689954 6.372790e-03
## Seg1045.7                3.195842  6.31515666  10.688655 6.375184e-03
## Seg435.11               -2.673655  5.01426853  10.676952 6.396807e-03
## Seg562.9                 3.032338  5.08144549  10.665356 6.418318e-03
## Seg5650.1               -4.789532  1.56997745  10.661075 6.426279e-03
## Seg4845.1               -2.752124  5.47721378  10.659722 6.428798e-03
## Seg2797.9                6.083338  0.78671934  11.024603 6.431013e-03
## Seg2497.5                3.063724  2.69159441  10.647890 6.450876e-03
## Seg203.7                 4.331419  3.08363833  10.646489 6.453497e-03
## Seg1208.4                2.511946 10.26125842  10.643812 6.458505e-03
## Seg920.1                -2.636441  4.59356022  10.632694 6.479360e-03
## Seg970.1                 6.051146  0.75832743  10.989257 6.493493e-03
## Seg2672.4                2.519820  5.78932820  10.603044 6.535362e-03
## Seg1597.8                2.280759  5.77298402  10.588509 6.563021e-03
## Seg1426.1                6.011259  0.72343674  10.939700 6.582307e-03
## Seg2895.2                3.725859  6.33450564  10.574840 6.589158e-03
## Seg1949.3.1.57f48f78     8.638608  3.06631324  10.934977 6.590845e-03
## Seg1225.3                2.872475  3.85736849  10.567056 6.604097e-03
## Seg166.6                 2.110253  6.76039655  10.566368 6.605418e-03
## Seg3459.1               -2.707870  5.54766921  10.560470 6.616767e-03
## Seg1611.1.1.57f48f77     7.909930  2.37802083  10.918336 6.621037e-03
## Seg2228.4               -2.067669  2.15773661  10.537760 6.660674e-03
## Seg1477.2                3.208563  5.41893189  10.513478 6.707998e-03
## Seg3727.1                5.048573  1.38294119  10.508399 6.717946e-03
## Seg369.1                 8.899131  3.31749418  10.856998 6.733739e-03
## Seg11598.2               6.143799  2.21657510  10.498713 6.736966e-03
## Seg5225.1                2.091672  6.93149777  10.488465 6.757159e-03
## Seg5758.3                4.049634  3.15525919  10.483829 6.766317e-03
## Seg2324.9               -2.683904  3.15976465  10.453986 6.825615e-03
## Seg4895.1               -3.549104  1.39844555  10.441534 6.850537e-03
## Seg3887.1               -2.414001  1.42947380  10.441336 6.850936e-03
## Seg3495.3                2.379230  6.51264587  10.429894 6.873932e-03
## Seg3633.1                5.457016  0.31352144  10.765234 6.906613e-03
## Seg1144.7               -2.840338  3.55743941  10.408872 6.916416e-03
## Seg675.12                9.056885  3.46992539  10.740890 6.953352e-03
## Seg2380.5                2.182351  9.82360714  10.379581 6.976128e-03
## Seg1312.4                6.037539  0.75035811  10.692265 7.047832e-03
## Seg1471.10               2.744263  2.82368881  10.328155 7.082424e-03
## Seg2497.2.1.57f48f79     9.100192  3.51190000  10.673428 7.084841e-03
## Seg249.2                -3.188973  1.59135424  10.305566 7.129713e-03
## Seg4698.1                2.141254  8.65967626  10.292577 7.157074e-03
## Seg6419.1               -2.750558  2.43914617  10.276271 7.191593e-03
## Seg5020.1                5.854480  0.60227200  10.612904 7.205317e-03
## Seg2182.4                4.039197  0.99244549  10.268447 7.208225e-03
## Seg61.5                 -2.086368  2.30806527  10.258758 7.228884e-03
## Seg3440.1               -2.528951  3.39322898  10.255273 7.236332e-03
## Seg340.1                 3.961397  1.04114655  10.249631 7.248409e-03
## Seg1431.4                3.898063  2.53786475  10.249537 7.248611e-03
## Seg11826.1              -3.035441  0.69089214  10.235467 7.278833e-03
## Seg4119.2                2.084653  6.31447788  10.216067 7.320743e-03
## Seg1422.13               2.127063  3.58642037  10.208714 7.336702e-03
## Seg281.11                6.331844  0.98418331  10.547008 7.339250e-03
## Seg3580.1                2.749064  2.62587027  10.171601 7.417875e-03
## Seg3733.3               -4.031315  0.56932686  10.164800 7.432864e-03
## Seg4403.3               -2.191404  5.68977466  10.149034 7.467747e-03
## Seg1966.4                3.297478  2.95276285  10.139146 7.489723e-03
## Seg3864.2.1.57f48f7b     2.021775  3.10723832  10.133853 7.501516e-03
## Seg800.7                -2.509840  4.17624119  10.124747 7.521857e-03
## Seg7624.1                5.719124  0.50352107  10.457052 7.526869e-03
## Seg9651.1                6.221418  0.89297159  10.416975 7.612280e-03
## Seg643.8                -3.988505  2.89069983  10.059604 7.669276e-03
## Seg2933.3                6.326549  0.97918650  10.390499 7.669335e-03
## Seg2508.1                6.214650  0.89208850  10.383732 7.683998e-03
## Seg5052.2                3.313540  1.81152114  10.022091 7.755701e-03
## Seg3552.2                2.766709  6.24470710  10.010453 7.782746e-03
## Seg1031.1                7.651962  2.13899804  10.331905 7.797409e-03
## Seg1276.4                9.485653  3.88700811  10.325532 7.811491e-03
## Seg1719.3                4.631298  1.91649205   9.998040 7.811712e-03
## Seg330.12               -2.052288  3.11809976   9.996257 7.815883e-03
## Seg815.10.1.57f48f7e     7.774943  2.25098459  10.315379 7.833988e-03
## Seg1363.34               7.552125  2.04638815  10.295162 7.879013e-03
## Seg360.5                 4.354184  0.66667142   9.956743 7.908992e-03
## Seg1947.7                2.166483  7.04735321   9.945120 7.936627e-03
## Seg1819.4                3.081454  2.73561605   9.941398 7.945499e-03
## Seg934.3.1.57f48f7e      2.701417  5.73753290   9.924870 7.985041e-03
## Seg2427.15               2.308707  6.30829727   9.914467 8.010048e-03
## Seg323.8                 4.006106  2.63790154   9.910212 8.020303e-03
## Seg1400.4                6.178064  0.85935844  10.229687 8.026949e-03
## Seg934.2                 2.094655  3.53086931   9.906411 8.029477e-03
## Seg934.1.2.57f48f7e      7.927636  2.39247317  10.225809 8.035813e-03
## Seg6431.1                6.766734  1.34582246  10.211777 8.067986e-03
## Seg928.10               -2.605614  1.60714010   9.887967 8.074166e-03
## Seg768.2                 3.214972  3.13730228   9.885180 8.080944e-03
## Seg2919.4               -2.568587  2.94450687   9.870595 8.116522e-03
## Seg8862.1                3.140941  3.07004969   9.869741 8.118612e-03
## Seg1475.1.1.57f48f76     7.906889  2.37440177  10.177529 8.147150e-03
## Seg114.9                 5.330234  2.12580926   9.849814 8.167534e-03
## Seg1010.20.1.57f48f75   -3.477587  1.68580083   9.841060 8.189136e-03
## Seg1730.1                5.648445  3.90836383   9.836866 8.199506e-03
## Seg3035.1               -2.622073  5.83244159   9.827837 8.221890e-03
## Seg4133.2                7.430549  1.93688740  10.142825 8.228308e-03
## Seg1472.20              -2.508319  2.91080714   9.824471 8.230253e-03
## Seg6685.1                2.566940  2.36254241   9.823875 8.231734e-03
## Seg8531.1                5.595584  3.66035663   9.819085 8.243655e-03
## Seg1245.6                3.710452  7.45839594   9.811466 8.262657e-03
## Seg897.3                 4.295597  1.80003173   9.804490 8.280099e-03
## Seg1244.2                2.998920  3.16080087   9.792352 8.310551e-03
## Seg1064.14               3.523609  1.88991692   9.779550 8.342812e-03
## Seg12214.1              -3.019641  1.58627323   9.769774 8.367545e-03
## Seg831.5                 6.184777  0.86277976  10.075030 8.389630e-03
## Seg1738.7                3.199799  4.55529015   9.752184 8.412267e-03
## Seg147.4                 3.463566  5.22131639   9.740807 8.441340e-03
## Seg212.2                -2.433850  4.61857590   9.731590 8.464981e-03
## Seg2870.1                5.866519  2.10244145   9.702476 8.540164e-03
## Seg3581.1                3.954499  4.31949050   9.695659 8.557881e-03
## Seg2731.1                2.104496  4.81085564   9.694929 8.559780e-03
## Seg1268.7                2.980702  3.81700232   9.694716 8.560334e-03
## Seg2884.3                2.973563  1.80635502   9.691687 8.568224e-03
## Seg543.18                5.890522  0.63491540  10.000156 8.572165e-03
## Seg1698.7               -2.210878  2.16107063   9.690157 8.572211e-03
## Seg1514.2.1.57f48f76     3.596646  4.62827383   9.688282 8.577102e-03
## Seg2082.2               -2.011167  5.60139766   9.687717 8.578575e-03
## Seg1225.11               5.794222  0.56187714   9.996970 8.580036e-03
## Seg2364.1               -2.778500  1.62704941   9.682804 8.591406e-03
## Seg2877.4                3.411284  4.33838106   9.676308 8.608407e-03
## Seg1997.4               -2.511224  3.44849951   9.673041 8.616972e-03
## Seg3702.2                7.672372  2.15483833   9.981199 8.619123e-03
## Seg1095.22               4.858289  5.48573731   9.661253 8.647959e-03
## Seg6014.1                2.365800  3.82190288   9.659602 8.652309e-03
## Seg8734.2               -2.052926  3.70820452   9.658005 8.656519e-03
## Seg1914.4                3.059153  1.73887739   9.653676 8.667943e-03
## Seg8459.1                6.100561  0.79141497   9.960403 8.670988e-03
## Seg13980.1               3.833353  2.22395541   9.650538 8.676237e-03
## Seg3336.2                2.199164  4.68330700   9.645023 8.690835e-03
## Seg1074.13               5.608804  0.43061871   9.932593 8.740925e-03
## Seg2726.5                7.254834  1.77804470   9.930514 8.746179e-03
## Seg4403.5               -2.673608  5.13538567   9.619688 8.758263e-03
## Seg1266.3               -2.311582  2.86226455   9.616353 8.767183e-03
## Seg888.26               -2.653772  3.75720255   9.611941 8.779004e-03
## Seg875.4                 2.160708  7.69421124   9.609302 8.786081e-03
## Seg1556.16               7.651940  2.13923216   9.898602 8.827312e-03
## Seg1312.3                3.877397  2.56586570   9.575483 8.877384e-03
## Seg20987.1               3.508492  1.68985366   9.572768 8.884762e-03
## Seg2708.5                6.905445  1.47005638   9.860041 8.926542e-03
## Seg2426.7                5.643932  0.45392542   9.854265 8.941519e-03
## Seg3409.2                2.409678  4.34977807   9.538657 8.978072e-03
## Seg1850.8.5.57f48f78     3.033875  2.02218771   9.532174 8.995935e-03
## Seg440.2                 6.925251  1.48770154   9.831713 9.000280e-03
## Seg2640.3.1.57f48f79    -4.272915  3.05365648   9.525863 9.013365e-03
## Seg1313.2               -3.226256  5.37157288   9.510738 9.055299e-03
## Seg1200.2.1.57f48f75     3.753375  4.95428632   9.509891 9.057654e-03
## Seg1499.4                2.830299  2.11061291   9.509353 9.059150e-03
## Seg894.5                 3.141099  1.98623057   9.495318 9.098285e-03
## Seg1758.1                6.149790  0.83988777   9.789227 9.112229e-03
## Seg1234.10               2.995809  5.20808593   9.489911 9.113416e-03
## Seg3634.1                2.211766  6.86430809   9.488766 9.116622e-03
## Seg1367.2               -2.477372  2.81053850   9.464123 9.185980e-03
## Seg2735.5               -2.390031  3.97063509   9.461764 9.192652e-03
## Seg4752.2               -2.815893  1.09793903   9.452357 9.219312e-03
## Seg287.12                3.187841  2.10437224   9.444875 9.240583e-03
## Seg8838.3                3.393966  1.30232313   9.437142 9.262628e-03
## Seg1069.6                3.392893  1.71610681   9.432139 9.276920e-03
## Seg2343.4                2.176692  6.36793899   9.383164 9.418227e-03
## Seg1863.1                6.303308  0.96019514   9.675099 9.421213e-03
## Seg1812.3                7.147855  1.68411889   9.654396 9.478583e-03
## Seg1983.4                6.183172  0.86311580   9.651305 9.487184e-03
## Seg1956.6                5.608399  0.42543133   9.643702 9.508379e-03
## Seg5688.3               -2.276354  1.49423708   9.337452 9.552398e-03
## Seg1491.4               -2.412235  3.63469606   9.334097 9.562333e-03
## Seg2726.2                6.891583  1.45733325   9.618385 9.579362e-03
## Seg1349.1                2.063268  5.29575277   9.318555 9.608514e-03
## Seg2375.3                3.625798  3.99185547   9.316927 9.613368e-03
## Seg17787.1               5.962250  0.68722078   9.589974 9.659770e-03
## Seg5612.2                2.094625  3.97183891   9.299439 9.665678e-03
## Seg684.5                -2.718045  2.44060806   9.297382 9.671850e-03
## Seg2186.4               -2.412827  4.40358652   9.269180 9.756975e-03
## Seg4479.1               -2.560452  3.23016244   9.267916 9.760810e-03
## Seg2651.5                2.717293  5.22353881   9.266452 9.765255e-03
## Seg3491.1.1.57f48f7a     2.873084  3.85593358   9.258746 9.788689e-03
## Seg12047.1               2.934948  5.04155244   9.253832 9.803670e-03
## Seg675.15                8.011801  2.47257626   9.530106 9.831836e-03
## Seg1578.2                7.201657  1.73110893   9.516752 9.870711e-03
## Seg2322.3               -2.042920  3.96771204   9.231636 9.871662e-03
## Seg413.12                2.299978  3.80021447   9.217094 9.916505e-03
## Seg5090.1                5.613260  2.39014600   9.213254 9.928390e-03
## Seg2175.1                2.534426  6.96746290   9.207173 9.947238e-03
## Seg4154.5                5.512769  1.64036333   9.190866 9.997995e-03
## Seg3388.2                2.185295  6.94314444   9.186552 1.001147e-02
## Seg1607.2                2.074520  3.74314114   9.167988 1.006971e-02
## Seg7680.1                2.382162  3.22400084   9.162904 1.008574e-02
## Seg3059.2                6.980952  1.53490473   9.423975 1.014587e-02
## Seg12502.1               5.066490  1.88429018   9.141844 1.015242e-02
## Seg1046.1                3.280450  6.37502702   9.141399 1.015383e-02
## Seg5561.1                3.630284  1.57728555   9.139896 1.015861e-02
## Seg2937.3                6.191397  0.87063416   9.413785 1.017665e-02
## Seg1783.4                5.180098  4.03599331   9.116140 1.023450e-02
## Seg9950.1               -2.371672  3.14281241   9.093900 1.030615e-02
## Seg7105.1                6.406371  1.04738864   9.355239 1.035561e-02
## Seg1733.7                6.940085  1.49643048   9.326978 1.044333e-02
## Seg21394.1              -3.615897  0.54083644   9.036813 1.049277e-02
## Seg865.2                 5.068224  1.25484084   9.023423 1.053712e-02
## Seg4164.1                2.375121  4.43114935   9.019095 1.055150e-02
## Seg649.16               -2.443542  1.79058036   9.009191 1.058449e-02
## Seg3444.4               -2.447237  3.92974040   9.003073 1.060493e-02
## Seg1115.6                2.830524  3.30228573   8.998186 1.062129e-02
## Seg1830.9                2.088274  8.36567017   8.996497 1.062696e-02
## Seg110.6                 2.840666  2.55590506   8.988542 1.065367e-02
## Seg4067.3               -2.045851  2.35919968   8.971805 1.071013e-02
## Seg524.1                 2.598791  6.52465523   8.971753 1.071031e-02
## Seg8589.1                2.099377  7.04104265   8.968600 1.072098e-02
## Seg2314.7                5.628131  3.19019988   8.962596 1.074135e-02
## Seg1263.4                2.192208  4.30884815   8.961942 1.074357e-02
## Seg620.2                 4.052794  1.49897528   8.959275 1.075263e-02
## Seg4894.3               -2.613564  6.16325509   8.957339 1.075921e-02
## Seg756.7                -3.801711  0.79822664   8.953877 1.077100e-02
## Seg1524.11               2.122940 12.13967414   8.947501 1.079275e-02
## Seg351.11                2.370385  4.26969071   8.941905 1.081187e-02
## Seg101.4                 5.069883  2.32119389   8.940972 1.081507e-02
## Seg6483.1                6.820126  1.39717311   9.205362 1.083101e-02
## Seg267.7                 6.375069  1.02101386   9.202332 1.084088e-02
## Seg1300.8                6.585410  1.19623064   9.199349 1.085061e-02
## Seg8025.1                5.473141  0.32250240   9.195478 1.086326e-02
## Seg3483.1               -2.978472  2.74310832   8.919792 1.088785e-02
## Seg3.15                  2.297215  7.16089940   8.901053 1.095272e-02
## Seg5006.2                2.660690  2.96076463   8.897060 1.096660e-02
## Seg3734.3                6.649096  1.24963425   9.156178 1.099262e-02
## Seg1449.1                3.706538  2.26578428   8.882993 1.101567e-02
## Seg2569.1                5.558187  0.38720276   9.142504 1.103806e-02
## Seg5677.2                5.362627  3.43185571   8.874387 1.104582e-02
## Seg3839.1                5.630892  0.44011585   9.130003 1.107979e-02
## Seg2871.2                2.466136  3.06904992   8.860698 1.109397e-02
## Seg8754.2                2.610713  2.95140063   8.837402 1.117648e-02
## Seg1597.11               3.533529  1.06190750   8.811750 1.126817e-02
## Seg1782.9.1.57f48f78    -4.010953  2.42387607   8.810705 1.127192e-02
## Seg4033.1               -2.061490  6.31744417   8.803270 1.129867e-02
## Seg1604.3                3.968930  0.93632698   8.800460 1.130880e-02
## Seg624.4                 2.453852  6.47036566   8.783880 1.136879e-02
## Seg1983.6                5.782251  2.02815347   8.779297 1.138544e-02
## Seg14234.1               2.715031  2.73283212   8.771625 1.141336e-02
## Seg1383.4                6.130102  0.81895212   9.030678 1.141812e-02
## Seg1121.15               3.904096  1.66272665   8.762193 1.144782e-02
## Seg59.4                  5.255139  1.41402020   8.756685 1.146799e-02
## Seg4288.2                2.082981  4.59493665   8.754959 1.147432e-02
## Seg607.9                -4.158929  0.14816860   8.749307 1.149508e-02
## Seg3745.2               -2.971251  2.03205021   8.745026 1.151083e-02
## Seg1485.1                5.688338  0.47681510   9.002794 1.151529e-02
## Seg2205.5               -3.732423  0.36334285   8.717576 1.161243e-02
## Seg2440.7               -2.342599  3.83299448   8.717481 1.161278e-02
## Seg2483.4                3.147282  3.85282698   8.702598 1.166831e-02
## Seg5211.1                3.621121  1.79313845   8.684476 1.173635e-02
## Seg59.3                  4.130106  2.03770328   8.683324 1.174069e-02
## Seg1961.7               -2.000677  3.63321582   8.673958 1.177605e-02
## Seg233.6                -2.412401  2.76176795   8.665571 1.180782e-02
## Seg4026.1                3.729641  1.43212567   8.642370 1.189623e-02
## Seg246.1                 2.330123  2.90471577   8.631193 1.193910e-02
## Seg708.6                 2.586543  1.76581417   8.605118 1.203981e-02
## Seg1994.3                2.050470  3.65458587   8.595192 1.207842e-02
## Seg1944.6               -2.699095  4.10479876   8.588295 1.210532e-02
## Seg2129.9               -4.320650  1.07628167   8.583134 1.212550e-02
## Seg3759.3                2.585925  2.92878772   8.566626 1.219032e-02
## Seg2126.11               5.509994  0.34990521   8.800163 1.225168e-02
## Seg1242.1               -4.008110  2.78339496   8.544850 1.227644e-02
## Seg1333.5                3.452655  3.02672819   8.533752 1.232060e-02
## Seg3921.4                2.172401  6.07443424   8.524773 1.235647e-02
## Seg2593.5                3.190760  2.16138854   8.518824 1.238030e-02
## Seg3864.1                6.755370  1.33866666   8.765521 1.238310e-02
## Seg1045.5                4.044266  1.95976493   8.517841 1.238425e-02
## Seg1095.5                2.215920  4.45234141   8.512659 1.240506e-02
## Seg883.6.2.57f48f7e      3.918637  1.28635058   8.510804 1.241252e-02
## Seg1034.6.1.57f48f75     6.935495  1.49520750   8.752971 1.243112e-02
## Seg2757.5               -2.178438  2.55573496   8.498665 1.246147e-02
## Seg2363.4                2.275589  4.60837060   8.496215 1.247137e-02
## Seg1811.6                6.680677  1.27517774   8.740473 1.247916e-02
## Seg4153.2                2.063822  2.82894061   8.491900 1.248884e-02
## Seg874.6                 3.236263  1.74591883   8.479752 1.253818e-02
## Seg1850.5               -2.562821  2.31085021   8.459955 1.261907e-02
## Seg622.5                 2.769837  1.53837045   8.452818 1.264838e-02
## Seg3884.1               -2.581959  6.14916655   8.445602 1.267810e-02
## Seg1445.3               -2.417802  4.58554382   8.443569 1.268649e-02
## Seg780.3                 2.418468  2.69492488   8.422147 1.277527e-02
## Seg1814.8               -3.002176  3.95180655   8.415979 1.280096e-02
## Seg1670.4                2.155170  4.05494248   8.412301 1.281631e-02
##                                FDR
## Seg1682.3.1.57f48f77   0.001639094
## Seg2800.2              0.001639094
## Seg1891.11             0.001639094
## Seg1822.6              0.001639094
## Seg473.4               0.001639094
## Seg22845.1             0.001639094
## Seg207.7               0.001639094
## Seg94.9                0.001639094
## Seg2332.1              0.001639094
## Seg1179.1              0.001639094
## Seg417.1               0.001639094
## Seg2624.3.2.57f48f79   0.001652529
## Seg2967.1.1.57f48f7a   0.001919691
## Seg3190.1              0.001919691
## Seg1012.9              0.001919691
## Seg711.3               0.001919691
## Seg1695.10             0.001919691
## Seg1077.4              0.001919691
## Seg1509.11             0.001919691
## Seg1578.9              0.001919691
## Seg1755.3              0.001919691
## Seg6214.1              0.001919691
## Seg8734.1              0.001919691
## Seg343.1               0.001919691
## Seg353.11              0.001919691
## Seg598.5               0.002203160
## Seg500.3               0.002203160
## Seg335.12.1.57f48f7a   0.002203160
## Seg1845.3              0.002203160
## Seg50.14               0.002203160
## Seg2781.1              0.002347890
## Seg337.1               0.002347890
## Seg1181.11             0.002561638
## Seg2275.12             0.002561638
## Seg7472.1              0.002561638
## Seg172.13              0.002967020
## Seg400.1               0.002967020
## Seg2350.3              0.002967020
## Seg555.6               0.003056328
## Seg8672.1              0.003108047
## Seg3335.3              0.003151832
## Seg593.11              0.003315271
## Seg3794.2              0.003438961
## Seg3935.2              0.003624246
## Seg9565.1              0.003624246
## Seg1822.4              0.003624246
## Seg2064.1              0.003729432
## Seg994.5               0.003729432
## Seg3035.2              0.003853065
## Seg4268.2              0.003853065
## Seg3381.1              0.003853065
## Seg1496.8              0.003853065
## Seg1730.7.1.57f48f77   0.003886612
## Seg1259.5              0.003886612
## Seg580.2               0.003948814
## Seg774.1_Seg774.3      0.003948814
## Seg5671.1              0.003951772
## Seg1891.12_Seg1891.13  0.003951772
## Seg207.8               0.004477822
## Seg2175.6              0.004477822
## Seg446.7               0.004498498
## Seg1000.14             0.004512332
## Seg650.14              0.004554811
## Seg6854.3              0.004554811
## Seg4466.2              0.004688198
## Seg3823.2              0.004735808
## Seg3557.1              0.004973681
## Seg1509.5              0.004973681
## Seg650.7               0.004973681
## Seg1896.6              0.004973681
## Seg1973.4              0.004973681
## Seg319.14              0.004973681
## Seg154.8               0.004973681
## Seg12003.1             0.004973681
## Seg2967.1.2.57f48f7a   0.004973681
## Seg4229.2              0.004973681
## Seg1873.5              0.005000177
## Seg1787.11             0.005000177
## Seg11296.3             0.005127257
## Seg3545.1              0.005228742
## Seg2624.3              0.005297585
## Seg6822.1              0.005396017
## Seg1405.8              0.005419848
## Seg846.9.2.57f48f7e    0.005419848
## Seg1749.2.3.57f48f78   0.005430578
## Seg1896.6.1.57f48f78   0.005458478
## Seg2737.2              0.005458478
## Seg852.16              0.005622412
## Seg1641.9              0.005622412
## Seg229.10              0.005622412
## Seg16688.1             0.006321868
## Seg1644.15.1.57f48f77  0.006356800
## Seg586.17              0.006471306
## Seg1379.9              0.006471306
## Seg1730.10             0.006471306
## Seg1379.11             0.006566975
## Seg385.4               0.006619920
## Seg1611.1              0.006620949
## Seg3216.1              0.006937144
## Seg2513.1              0.006937144
## Seg2142.7              0.007041834
## Seg1200.2              0.007177201
## Seg2299.6              0.007177201
## Seg2298.7              0.007504409
## Seg1877.8              0.007541760
## Seg226.3               0.007880906
## Seg1999.5              0.007880906
## Seg1797.3              0.007880906
## Seg1121.18             0.008403463
## Seg667.5               0.008403463
## Seg1915.10             0.008430558
## Seg1379.16             0.008460124
## Seg3026.1.1.57f48f7a   0.008460124
## Seg1370.12             0.008618721
## Seg5340.1              0.008670138
## Seg1516.10             0.008670138
## Seg2577.2              0.008733791
## Seg9718.1              0.008748564
## Seg1067.4              0.008929698
## Seg1871.7              0.009249472
## Seg1761.2              0.009273254
## Seg1379.10             0.009387295
## Seg1118.12.1.57f48f75  0.009645538
## Seg450.4               0.009710995
## Seg1118.8              0.009761608
## Seg1999.6              0.009761608
## Seg3927.2              0.009761608
## Seg2025.6              0.009906163
## Seg1303.9              0.009906163
## Seg2904.4              0.009906163
## Seg415.3.1.57f48f7b    0.009906163
## Seg3785.1              0.010508951
## Seg1250.5              0.010508951
## Seg8628.1              0.010551424
## Seg183.2.1.57f48f78    0.010671526
## Seg5464.1.1.57f48f7c   0.010671526
## Seg1999.10             0.010671526
## Seg1585.12             0.010793805
## Seg2229.2              0.010947120
## Seg3143.2              0.011292047
## Seg795.1               0.011347071
## Seg1715.9              0.011450535
## Seg4630.1              0.011450535
## Seg227.1               0.011475788
## Seg1123.8              0.011778965
## Seg2915.2              0.011778965
## Seg4035.2.1.57f48f7b   0.012463726
## Seg169.11              0.012608297
## Seg2992.2              0.012608297
## Seg1671.13             0.012608297
## Seg419.7               0.012608297
## Seg3993.2              0.012608297
## Seg26.4                0.012608297
## Seg796.1               0.012758769
## Seg1512.9_Seg1512.10   0.012758769
## Seg118.6               0.012801423
## Seg1715.1.1.57f48f77   0.012801423
## Seg2232.4              0.012801423
## Seg7799.1              0.012801423
## Seg1088.2              0.013023926
## Seg8230.2              0.013184136
## Seg2530.3              0.013363359
## Seg353.10              0.013363359
## Seg593.14              0.013363359
## Seg2577.1              0.013412296
## Seg6838.2              0.013521699
## Seg2317.3.1.57f48f79   0.013542949
## Seg397.33              0.013572610
## Seg932.9               0.013572610
## Seg1329.7              0.013718997
## Seg1431.3              0.013718997
## Seg2312.2.2.57f48f79   0.013718997
## Seg1658.23             0.013718997
## Seg3892.1              0.013718997
## Seg1455.4              0.013718997
## Seg550.3               0.013718997
## Seg8852.2              0.013763231
## Seg7574.2              0.013763231
## Seg9743.1              0.013819417
## Seg1516.9.1.57f48f76   0.013819417
## Seg3307.3              0.013877284
## Seg1430.21.1.57f48f76  0.014261876
## Seg1649.3              0.014771288
## Seg19800.1             0.014771288
## Seg2867.2              0.014771288
## Seg2427.16             0.014775652
## Seg1891.14             0.015147410
## Seg2887.2.1.57f48f7a   0.015147410
## Seg3283.2              0.015286071
## Seg1770.5              0.015307069
## Seg7453.1              0.015356416
## Seg4877.2              0.015413981
## Seg6133.2              0.015413981
## Seg5063.5              0.015433150
## Seg1361.3              0.015448925
## Seg4466.3              0.015475962
## Seg94.10               0.015475962
## Seg2175.7              0.015620037
## Seg1346.2              0.015807827
## Seg785.1               0.016135133
## Seg65.2                0.016135133
## Seg2073.6              0.016299483
## Seg738.3               0.016326537
## Seg1925.6              0.016454825
## Seg1001.2              0.016488668
## Seg80.5                0.016862015
## Seg1996.8              0.017111264
## Seg1648.4              0.017260922
## Seg2725.2.1.57f48f7a   0.017730103
## Seg4822.1              0.018286417
## Seg2654.3              0.018497805
## Seg580.2.2.57f48f7c    0.018497805
## Seg4334.1              0.018898594
## Seg1031.7              0.018898594
## Seg6374.1              0.018898594
## Seg1445.2              0.018898594
## Seg1374.4              0.018898594
## Seg582.2               0.018898594
## Seg229.6               0.019404326
## Seg1988.5              0.019404326
## Seg2170.6              0.019404326
## Seg1347.4              0.019404326
## Seg6812.1              0.019404326
## Seg1904.1.1.57f48f78   0.019404326
## Seg3186.6              0.019404326
## Seg3511.1              0.019404326
## Seg5671.2              0.019454991
## Seg1885.8              0.019562806
## Seg1816.3              0.019749847
## Seg852.3               0.019749847
## Seg1276.3.1.57f48f76   0.019776131
## Seg154.12              0.020089906
## Seg519.2.1.57f48f7c    0.020745054
## Seg1782.12             0.020745054
## Seg5525.1              0.020745054
## Seg11011.2             0.020745054
## Seg2941.1              0.020745054
## Seg1771.8              0.020745054
## Seg3630.3              0.020745054
## Seg2175.8              0.020789894
## Seg429.9               0.020857604
## Seg5567.4              0.021259482
## Seg284.3_Seg284.4      0.021282746
## Seg13540.1             0.021303511
## Seg1374.9.1.57f48f76   0.021303511
## Seg1095.18             0.021303511
## Seg942.2               0.021416141
## Seg5859.2              0.021456376
## Seg50.15               0.021694412
## Seg8.2                 0.021855909
## Seg720.8               0.021855909
## Seg2416.2.1.57f48f79   0.021855909
## Seg675.11              0.022330591
## Seg1090.1              0.022835137
## Seg2216.4              0.023074706
## Seg298.5.1.57f48f7a    0.023441837
## Seg1370.1              0.023483316
## Seg21.3                0.023491475
## Seg5314.1              0.023491475
## Seg3403.1              0.023657879
## Seg395.5               0.023737364
## Seg794.4               0.023747134
## Seg5296.1              0.023859997
## Seg920.2               0.024164264
## Seg3561.4              0.024192448
## Seg2595.1              0.024327326
## Seg11740.1             0.024327326
## Seg5087.2              0.024459159
## Seg2693.2              0.024757524
## Seg397.35              0.024854641
## Seg5146.1              0.024908870
## Seg5567.3              0.025076827
## Seg3348.2              0.025244981
## Seg1031.3              0.025244981
## Seg1986.5              0.025244981
## Seg3021.2              0.025244981
## Seg1159.2              0.025244981
## Seg12380.1             0.025244981
## Seg947.5               0.025244981
## Seg9198.1              0.025244981
## Seg752.10              0.025244981
## Seg2548.2              0.025244981
## Seg3956.3              0.025470303
## Seg3239.4              0.025520759
## Seg6790.1              0.025520759
## Seg4294.2              0.025582621
## Seg765.1               0.025613660
## Seg3888.1              0.025623259
## Seg2281.2              0.026075671
## Seg2719.2              0.026077990
## Seg139.2               0.026499770
## Seg1431.1              0.026499770
## Seg2532.2.1.57f48f79   0.026582904
## Seg1985.4              0.026973844
## Seg806.13.1.57f48f7e   0.027152082
## Seg6817.1              0.027152082
## Seg246.9               0.027345556
## Seg1666.23             0.027345556
## Seg826.6.3.57f48f7e    0.027345556
## Seg7733.2              0.028512651
## Seg1000.9              0.028512651
## Seg2286.4              0.028557401
## Seg17621.1             0.028723067
## Seg13094.1             0.028723067
## Seg385.22              0.029197209
## Seg2530.4              0.029197209
## Seg5088.1              0.029509407
## Seg1221.3              0.029895033
## Seg2152.6              0.030012297
## Seg3693.2              0.030284782
## Seg1963.3              0.030658190
## Seg98.3                0.030891874
## Seg5580.1              0.030891874
## Seg2281.1              0.030891874
## Seg387.2               0.030892106
## Seg1754.9.2.57f48f78   0.031427551
## Seg385.15              0.031427551
## Seg900.9.1.57f48f7e    0.031727131
## Seg2356.3              0.031950337
## Seg7585.1              0.032063432
## Seg859.11.1.57f48f7e   0.032063432
## Seg3188.2              0.032517552
## Seg1674.6              0.032517552
## Seg1478.13             0.032517552
## Seg764.8               0.032517552
## Seg1348.8.2.57f48f76   0.032517552
## Seg4496.2              0.032517552
## Seg1945.5              0.032517552
## Seg1279.8              0.032517552
## Seg1720.8.1.57f48f77   0.032693246
## Seg1070.2              0.032693246
## Seg1766.2              0.033465419
## Seg1528.6              0.033465419
## Seg2353.7              0.033654256
## Seg3865.1              0.033654256
## Seg1141.2              0.033654256
## Seg274.8               0.033654256
## Seg3373.2              0.034352250
## Seg2753.1.2.57f48f7a   0.034352250
## Seg456.2               0.034352250
## Seg2192.8.1.57f48f79   0.034397009
## Seg1161.2.1.57f48f75   0.034510389
## Seg1666.9              0.034510389
## Seg1783.2              0.034510389
## Seg6.6.1.57f48f7c      0.035412684
## Seg2869.1              0.035666195
## Seg130.7               0.035711023
## Seg153.15              0.035716305
## Seg577.2.1.57f48f7c    0.036186251
## Seg700.8               0.036186251
## Seg1027.14             0.036186251
## Seg1225.7              0.036267545
## Seg652.7               0.036267545
## Seg675.10              0.036267545
## Seg1437.7              0.036626903
## Seg813.12              0.036626903
## Seg1734.3              0.036626903
## Seg7305.1              0.037258897
## Seg1528.7              0.037330184
## Seg3381.2              0.037330184
## Seg766.1               0.037330184
## Seg2175.3              0.037330184
## Seg746.7               0.037409553
## Seg1585.10             0.037487348
## Seg49.4                0.037899585
## Seg1233.4              0.038153168
## Seg3794.1              0.038184046
## Seg372.1               0.038418724
## Seg529.6               0.038847414
## Seg2789.1              0.038847414
## Seg3509.1              0.039450634
## Seg168.2               0.039513618
## Seg3885.1              0.039513618
## Seg1666.17             0.039742766
## Seg1794.2              0.040263982
## Seg2919.3              0.040263982
## Seg1019.1.1.57f48f75   0.040263982
## Seg5552.1              0.040381956
## Seg768.14.1.57f48f7e   0.040442311
## Seg4235.1              0.040442311
## Seg5138.1              0.040515646
## Seg418.13              0.040741202
## Seg552.3               0.041433541
## Seg161.7               0.041879720
## Seg508.5               0.041956654
## Seg1917.1              0.042234620
## Seg2162.8              0.042234620
## Seg3715.2              0.042250967
## Seg4689.1              0.042410431
## Seg1689.3              0.042410431
## Seg552.5.1.57f48f7c    0.042593977
## Seg1329.6              0.042609081
## Seg1154.2              0.043000422
## Seg1389.16.13.57f48f76 0.043000422
## Seg6106.1              0.043074033
## Seg6278.1              0.043389844
## Seg1073.1              0.043548745
## Seg3961.2              0.043548745
## Seg3904.2              0.043548745
## Seg397.5               0.043611372
## Seg1431.2              0.043864378
## Seg13200.1             0.044125394
## Seg3078.4              0.044589217
## Seg7542.1              0.044589217
## Seg1863.6              0.045180458
## Seg1116.4              0.045180458
## Seg2253.7              0.045247065
## Seg2454.8              0.045280631
## Seg1501.5              0.045280631
## Seg940.16              0.045463212
## Seg2279.1              0.045463212
## Seg932.6               0.045463212
## Seg1950.2              0.046011620
## Seg803.13              0.046011620
## Seg835.3               0.046011620
## Seg2152.7              0.046011620
## Seg16297.1             0.046011620
## Seg920.3               0.046567664
## Seg61.6                0.046567664
## Seg7205.1              0.046567664
## Seg4360.1              0.046567664
## Seg3693.4              0.046567664
## Seg2200.5              0.046567664
## Seg2340.10             0.046567664
## Seg236.2               0.046824790
## Seg2475.6              0.046824790
## Seg1873.4              0.046824790
## Seg4018.2.3.57f48f7b   0.047052735
## Seg2104.2              0.047052735
## Seg1882.13             0.047052735
## Seg1359.7              0.047085402
## Seg3689.1.1.57f48f7b   0.047399091
## Seg2191.4.1.57f48f79   0.047399091
## Seg1845.3.1.57f48f78   0.047399091
## Seg478.3               0.047399091
## Seg1379.12             0.047399091
## Seg4739.1              0.047853273
## Seg1731.8.1.57f48f77   0.047857175
## Seg652.6               0.048053103
## Seg1123.4              0.048287651
## Seg2767.1              0.048287651
## Seg265.1.1.57f48f79    0.048583905
## Seg1520.4              0.048710805
## Seg4396.3              0.048780064
## Seg1512.4.1.57f48f76   0.048834279
## Seg675.13              0.049096110
## Seg501.1               0.049096110
## Seg103.1               0.049096110
## Seg952.4               0.049096110
## Seg6310.3              0.049096110
## Seg708.15              0.049096110
## Seg639.8               0.049096110
## Seg80.10               0.049096110
## Seg1770.7              0.049171648
## Seg811.6               0.049171648
## Seg6221.1              0.049171648
## Seg1152.1              0.049171648
## Seg4287.2              0.049171648
## Seg1895.5              0.049171648
## Seg5332.2              0.049171648
## Seg4299.3              0.049436742
## Seg976.3               0.049459753
## Seg1816.7              0.049730434
## Seg8951.1              0.049783922
## Seg16345.1             0.050250564
## Seg6255.3              0.050250564
## Seg1451.1              0.050250564
## Seg2051.8.1.57f48f78   0.050366335
## Seg1604.2              0.050815772
## Seg2390.1              0.051012429
## Seg3885.1.1.57f48f7b   0.051012429
## Seg1903.2              0.051012429
## Seg6.6                 0.051012429
## Seg1904.4              0.051012429
## Seg4642.1              0.052578047
## Seg1645.1              0.052578047
## Seg1738.4              0.052714504
## Seg3247.3              0.053191608
## Seg187.10              0.053644270
## Seg2137.4.1.57f48f79   0.053708823
## Seg1338.7              0.053772524
## Seg2054.2              0.054171163
## Seg1058.1              0.054171163
## Seg2136.6              0.054330480
## Seg4009.1              0.054330480
## Seg1058.4              0.054330480
## Seg13228.1             0.054330480
## Seg886.2               0.054395246
## Seg1305.8              0.054413432
## Seg287.9.2.57f48f7a    0.054596891
## Seg665.4               0.054617709
## Seg3628.2              0.054651980
## Seg1966.3              0.055202395
## Seg7.2                 0.055257778
## Seg820.4               0.055415991
## Seg897.4               0.055415991
## Seg7457.2              0.055827473
## Seg2876.2.1.57f48f7a   0.056043758
## Seg6367.1              0.056414868
## Seg18.4                0.056508848
## Seg1999.9              0.056508848
## Seg1095.19             0.056581053
## Seg649.13              0.056581053
## Seg6811.2              0.056871636
## Seg2063.5.1.57f48f79   0.056982699
## Seg1348.8.3.57f48f76   0.057129785
## Seg1475.1              0.057321902
## Seg1870.6.1.57f48f78   0.057847764
## Seg3693.1              0.057886652
## Seg1712.9              0.058640905
## Seg6955.1              0.058640905
## Seg1338.5              0.059055300
## Seg750.12              0.059055300
## Seg405.7               0.059055300
## Seg2941.1.1.57f48f7a   0.059454172
## Seg1131.9              0.059461136
## Seg3979.1              0.059615391
## Seg3953.1              0.059615391
## Seg506.3               0.059615391
## Seg1180.5              0.059615391
## Seg187.11              0.059615391
## Seg2326.6              0.059615391
## Seg133.2               0.059615391
## Seg4294.3              0.059615391
## Seg639.4               0.059834976
## Seg319.15              0.060416328
## Seg1328.7              0.060416328
## Seg2154.1              0.060416328
## Seg1080.5              0.060557395
## Seg11511.1             0.060557395
## Seg821.11              0.061305486
## Seg253.19              0.061305486
## Seg1470.10             0.061305486
## Seg1076.5.2.57f48f75   0.061305486
## Seg6437.1              0.061493472
## Seg1507.11             0.061541208
## Seg1740.10             0.061541208
## Seg2533.5              0.061541208
## Seg1721.13             0.061864362
## Seg2850.3              0.061925386
## Seg319.7               0.062079595
## Seg1574.16             0.062079595
## Seg3495.4              0.062274175
## Seg1635.3              0.062380623
## Seg192.1               0.062553131
## Seg1091.24             0.063003131
## Seg1026.3              0.063003131
## Seg620.3               0.063003131
## Seg1266.1.1.57f48f76   0.063003131
## Seg140.4               0.063003131
## Seg1439.10             0.063003131
## Seg3117.5              0.063003131
## Seg8852.1              0.063003131
## Seg2695.3              0.063003131
## Seg1756.16             0.063003131
## Seg7410.1              0.063003131
## Seg4642.2              0.063003131
## Seg861.9               0.063003131
## Seg1602.2              0.063003131
## Seg1433.4              0.063003131
## Seg914.5               0.063003131
## Seg1721.15             0.063003131
## Seg889.9               0.063031782
## Seg4819.1              0.063031782
## Seg1880.1              0.063261305
## Seg3589.9              0.063261305
## Seg4161.1              0.063320050
## Seg1297.1              0.063320050
## Seg2511.7              0.063326067
## Seg722.1.1.57f48f7d    0.063326067
## Seg3735.1              0.063326067
## Seg1854.3              0.063326067
## Seg954.16              0.063326067
## Seg11328.1             0.063326067
## Seg1078.7              0.063326067
## Seg9504.1              0.063326067
## Seg3786.2              0.063584593
## Seg1533.2              0.064250184
## Seg2213.7              0.064543652
## Seg1726.3              0.064543652
## Seg17614.1             0.064543652
## Seg425.4.3.57f48f7b    0.064543652
## Seg1734.5              0.064543652
## Seg675.14              0.064543652
## Seg2091.2.4.57f48f79   0.064543652
## Seg2147.7              0.064543652
## Seg3089.1.2.57f48f7a   0.065011378
## Seg1666.21             0.065011378
## Seg5820.1              0.065241430
## Seg1615.2              0.065241430
## Seg581.12              0.065443158
## Seg1158.4              0.065443158
## Seg1234.1              0.065572073
## Seg9503.1              0.065636301
## Seg1659.14             0.065636301
## Seg3412.1              0.065636301
## Seg4224.1              0.065733393
## Seg2030.6              0.066072893
## Seg5619.1              0.066526732
## Seg1146.2              0.066636422
## Seg1664.1              0.066636422
## Seg2730.4              0.066636422
## Seg4030.1              0.066849811
## Seg434.6               0.066990145
## Seg8305.2              0.067526447
## Seg4445.2.1.57f48f7b   0.067635129
## Seg2797.7              0.068358673
## Seg1184.2.4.57f48f75   0.068467579
## Seg1021.4              0.069287916
## Seg2316.3              0.069292206
## Seg4429.1              0.069469690
## Seg402.2               0.069502455
## Seg515.2               0.069633787
## Seg675.17              0.069633787
## Seg2949.3              0.069633787
## Seg225.9.1.57f48f79    0.069633787
## Seg4133.4              0.069633787
## Seg1915.9              0.069683485
## Seg932.11              0.069683485
## Seg2045.1              0.070193247
## Seg3062.3              0.070295305
## Seg734.12              0.070676641
## Seg4579.1              0.070676641
## Seg1064.1              0.070676641
## Seg4855.1.1.57f48f7c   0.070676641
## Seg2677.6              0.070747860
## Seg2485.5              0.071017479
## Seg2506.1              0.071425994
## Seg1526.9              0.071726440
## Seg444.14              0.071773742
## Seg1053.11             0.071773742
## Seg212.7               0.071773742
## Seg2963.3.1.57f48f7a   0.072594965
## Seg1476.4              0.073523675
## Seg1720.8              0.073523675
## Seg1112.2              0.073523675
## Seg3561.1              0.073969886
## Seg1784.13             0.074774963
## Seg914.7               0.074853338
## Seg239.3               0.075246954
## Seg3685.3              0.075323838
## Seg2666.3              0.075853626
## Seg3058.1              0.076413107
## Seg572.2               0.076805588
## Seg2818.2              0.076896456
## Seg460.11              0.076896456
## Seg1019.1              0.076896456
## Seg319.13              0.077026694
## Seg7441.2              0.077266640
## Seg1965.1              0.077419180
## Seg1563.4              0.077419180
## Seg1219.3              0.077419180
## Seg647.4               0.077532520
## Seg1582.16             0.077767113
## Seg16610.1             0.077767113
## Seg599.4               0.077866056
## Seg1756.9              0.077930063
## Seg1647.12             0.078246438
## Seg1809.5              0.078467230
## Seg2113.5.1.57f48f79   0.078820260
## Seg2487.1              0.078924158
## Seg2875.5              0.079200569
## Seg2769.1              0.079880449
## Seg2321.4              0.080086027
## Seg438.4               0.080464784
## Seg1714.8              0.080464784
## Seg10219.1             0.080891008
## Seg4496.1              0.080891008
## Seg229.12              0.080891008
## Seg3735.2              0.081231398
## Seg1496.7              0.081231398
## Seg675.16              0.081231398
## Seg6391.1              0.081231398
## Seg2869.2              0.081231398
## Seg453.1               0.081671171
## Seg2326.7              0.081671171
## Seg81.11               0.081950162
## Seg3351.3              0.082256488
## Seg598.3               0.082256488
## Seg1698.1.1.57f48f77   0.082256488
## Seg1372.7              0.082501779
## Seg1095.25             0.082680564
## Seg6658.1              0.082961466
## Seg2797.8              0.082972770
## Seg1549.11             0.082972770
## Seg255.4               0.082984235
## Seg2623.1              0.083280330
## Seg5426.1              0.083280330
## Seg14464.1             0.083464601
## Seg1983.9              0.083703374
## Seg4381.1              0.083703374
## Seg551.6               0.083703374
## Seg846.9.1.57f48f7e    0.083703374
## Seg552.2               0.084007988
## Seg12433.1             0.084007988
## Seg2042.1              0.084007988
## Seg1749.2.4.57f48f78   0.084184726
## Seg1867.5              0.084452551
## Seg213.5               0.084460874
## Seg1221.19             0.084460874
## Seg3304.6              0.084740321
## Seg859.11              0.084740321
## Seg5572.1              0.084740321
## Seg2302.4              0.084740321
## Seg6667.1              0.084740321
## Seg120.7               0.084740321
## Seg24446.1             0.084740321
## Seg4551.1              0.084740321
## Seg1103.4              0.084740321
## Seg2807.7              0.084740321
## Seg8226.1              0.085156240
## Seg5068.2              0.085216439
## Seg250.9               0.085324140
## Seg5283.4              0.085653990
## Seg270.4               0.085653990
## Seg1691.5              0.085653990
## Seg1345.8              0.085653990
## Seg2996.2              0.085885534
## Seg4067.1              0.085885534
## Seg1505.6              0.086011914
## Seg6027.1              0.086011914
## Seg5758.2              0.086038841
## Seg9519.1              0.086038841
## Seg5451.2              0.086038841
## Seg87.2                0.086038841
## Seg549.3               0.086089589
## Seg236.11              0.086089589
## Seg3186.2              0.086089589
## Seg3787.2              0.086089589
## Seg2055.5              0.086089589
## Seg49.3                0.086089589
## Seg8843.1              0.086151932
## Seg1719.5              0.086616281
## Seg2619.4              0.087013675
## Seg53.6                0.087319187
## Seg832.3               0.087319187
## Seg4751.4              0.087507378
## Seg4860.2              0.087849906
## Seg7391.1              0.088175670
## Seg1903.9              0.088278767
## Seg1422.5              0.088465040
## Seg649.14              0.088465040
## Seg3470.3              0.088468528
## Seg1009.2              0.088542447
## Seg1878.1              0.088667262
## Seg821.5               0.089332396
## Seg4663.2              0.089332396
## Seg539.6               0.089339482
## Seg247.9               0.089339482
## Seg2997.2              0.089508935
## Seg896.6.1.57f48f7e    0.089508935
## Seg3687.1              0.089508935
## Seg10002.1             0.089508935
## Seg1757.4              0.089508935
## Seg675.4               0.089552876
## Seg7695.2              0.089596686
## Seg1001.1              0.090162188
## Seg2022.3              0.090162188
## Seg2291.2              0.090287301
## Seg2175.2              0.090766151
## Seg1841.4              0.090803852
## Seg1190.9              0.090803852
## Seg1531.7              0.090803852
## Seg3473.2              0.090803852
## Seg2028.9              0.090803852
## Seg1273.5              0.090803852
## Seg1354.13             0.090803852
## Seg1075.1              0.091129796
## Seg1886.2              0.091232154
## Seg3908.1              0.091232154
## Seg4541.2              0.091660159
## Seg1347.5              0.091936479
## Seg1853.5              0.092006649
## Seg1243.2              0.092006649
## Seg516.1               0.092061443
## Seg2229.1              0.092061443
## Seg9569.1              0.092281055
## Seg4320.2              0.092281055
## Seg1833.1              0.092481674
## Seg4407.2              0.092481674
## Seg1807.2.3.57f48f78   0.092698785
## Seg8551.1              0.093258675
## Seg171.3               0.093258675
## Seg6288.2              0.093780918
## Seg4996.2              0.094106672
## Seg2091.1              0.094312949
## Seg4756.2              0.094489673
## Seg9440.1              0.094489673
## Seg1242.3.1.57f48f76   0.094489673
## Seg62.7                0.094554109
## Seg1091.23             0.094555309
## Seg980.4               0.094555309
## Seg1983.7              0.094555309
## Seg7397.1              0.094555309
## Seg1953.2              0.094555309
## Seg2787.7              0.094616228
## Seg102.13              0.094661091
## Seg7919.1              0.094661091
## Seg1675.1              0.094804465
## Seg3239.3              0.094804465
## Seg7733.1              0.094804465
## Seg372.1.2.57f48f7b    0.095170849
## Seg4108.5              0.095854291
## Seg3264.4              0.096809271
## Seg2447.5.1.57f48f79   0.098028369
## Seg671.4               0.098335994
## Seg2645.2              0.098655774
## Seg1233.3              0.098655774
## Seg4679.3              0.098826812
## Seg831.4               0.099183499
## Seg13582.1             0.099213360
## Seg1216.2              0.099213360
## Seg373.1               0.099248172
## Seg806.1               0.099511914
## Seg1784.12             0.099637525
## Seg1397.4.1.57f48f76   0.100047427
## Seg4270.2              0.100047427
## Seg1079.6              0.100047427
## Seg508.10              0.100047427
## Seg8991.1              0.100080239
## Seg1936.6              0.100159631
## Seg4818.1              0.100159631
## Seg3929.3              0.100159631
## Seg1374.6              0.100159631
## Seg3875.3              0.100159631
## Seg1470.9              0.100184226
## Seg7103.1              0.100539098
## Seg1662.5              0.100866235
## Seg246.7               0.101118062
## Seg545.2               0.101476876
## Seg203.6               0.101476876
## Seg1430.8              0.101476876
## Seg2129.10             0.101677621
## Seg12481.1             0.101677621
## Seg3.10                0.101677621
## Seg4329.4              0.101747499
## Seg2231.1              0.101864326
## Seg1839.8              0.101920446
## Seg3522.1              0.102651040
## Seg1930.3              0.103272774
## Seg3759.1              0.103272774
## Seg451.3               0.103385918
## Seg606.4               0.103385918
## Seg1045.7              0.103385918
## Seg435.11              0.103429590
## Seg562.9               0.103566337
## Seg5650.1              0.103566337
## Seg4845.1              0.103566337
## Seg2797.9              0.103566337
## Seg2497.5              0.103646051
## Seg203.7               0.103646051
## Seg1208.4              0.103646051
## Seg920.1               0.103890073
## Seg970.1               0.103935444
## Seg2672.4              0.104403293
## Seg1597.8              0.104403293
## Seg1426.1              0.104403293
## Seg2895.2              0.104403293
## Seg1949.3.1.57f48f78   0.104403293
## Seg1225.3              0.104431806
## Seg166.6               0.104431806
## Seg3459.1              0.104431806
## Seg1611.1.1.57f48f77   0.104431806
## Seg2228.4              0.104877108
## Seg1477.2              0.105413278
## Seg3727.1              0.105417878
## Seg369.1               0.105536242
## Seg11598.2             0.105536242
## Seg5225.1              0.105672538
## Seg5758.3              0.105725854
## Seg2324.9              0.106381259
## Seg4895.1              0.106595233
## Seg3887.1              0.106595233
## Seg3495.3              0.106708236
## Seg3633.1              0.106917071
## Seg1144.7              0.106917071
## Seg675.12              0.107191194
## Seg2380.5              0.107413461
## Seg1312.4              0.108194220
## Seg1471.10             0.108490684
## Seg2497.2.1.57f48f79   0.108490684
## Seg249.2               0.108996301
## Seg4698.1              0.109237160
## Seg6419.1              0.109577945
## Seg5020.1              0.109649686
## Seg2182.4              0.109649686
## Seg61.5                0.109873069
## Seg3440.1              0.109895440
## Seg340.1               0.109900423
## Seg1431.4              0.109900423
## Seg11826.1             0.110176962
## Seg4119.2              0.110538413
## Seg1422.13             0.110636190
## Seg281.11              0.110636190
## Seg3580.1              0.111274176
## Seg3733.3              0.111408147
## Seg4403.3              0.111748846
## Seg1966.4              0.111986575
## Seg3864.2.1.57f48f7b   0.112071799
## Seg800.7               0.112177185
## Seg7624.1              0.112177185
## Seg9651.1              0.113191513
## Seg643.8               0.113839172
## Seg2933.3              0.113839172
## Seg2508.1              0.113964842
## Seg5052.2              0.114935618
## Seg3552.2              0.115243544
## Seg1031.1              0.115270173
## Seg1276.4              0.115270173
## Seg1719.3              0.115270173
## Seg330.12              0.115270173
## Seg815.10.1.57f48f7e   0.115352185
## Seg1363.34             0.115922345
## Seg360.5               0.116177539
## Seg1947.7              0.116490429
## Seg1819.4              0.116508947
## Seg934.3.1.57f48f7e    0.116642483
## Seg2427.15             0.116735096
## Seg323.8               0.116735096
## Seg1400.4              0.116735096
## Seg934.2               0.116735096
## Seg934.1.2.57f48f7e    0.116735096
## Seg6431.1              0.116922823
## Seg928.10              0.116922823
## Seg768.2               0.116928905
## Seg2919.4              0.117017060
## Seg8862.1              0.117017060
## Seg1475.1.1.57f48f76   0.117333001
## Seg114.9               0.117534514
## Seg1010.20.1.57f48f75  0.117626455
## Seg1730.1              0.117626455
## Seg3035.1              0.117708892
## Seg4133.2              0.117708892
## Seg1472.20             0.117708892
## Seg6685.1              0.117708892
## Seg8531.1              0.117708892
## Seg1245.6              0.117797300
## Seg897.3               0.117954195
## Seg1244.2              0.118205211
## Seg1064.14             0.118572376
## Seg12214.1             0.118740372
## Seg831.5               0.118961974
## Seg1738.7              0.119191068
## Seg147.4               0.119510918
## Seg212.2               0.119753438
## Seg2870.1              0.120270914
## Seg3581.1              0.120270914
## Seg2731.1              0.120270914
## Seg1268.7              0.120270914
## Seg2884.3              0.120270914
## Seg543.18              0.120270914
## Seg1698.7              0.120270914
## Seg1514.2.1.57f48f76   0.120270914
## Seg2082.2              0.120270914
## Seg1225.11             0.120270914
## Seg2364.1              0.120334119
## Seg2877.4              0.120334119
## Seg1997.4              0.120334119
## Seg3702.2              0.120334119
## Seg1095.22             0.120334119
## Seg6014.1              0.120334119
## Seg8734.2              0.120334119
## Seg1914.4              0.120335350
## Seg8459.1              0.120335350
## Seg13980.1             0.120335350
## Seg3336.2              0.120356282
## Seg1074.13             0.120578536
## Seg2726.5              0.120578536
## Seg4403.5              0.120578536
## Seg1266.3              0.120578536
## Seg888.26              0.120578536
## Seg875.4               0.120585677
## Seg1556.16             0.120971004
## Seg1312.3              0.121566613
## Seg20987.1             0.121577132
## Seg2708.5              0.122058016
## Seg2426.7              0.122171978
## Seg3409.2              0.122489412
## Seg1850.8.5.57f48f78   0.122610484
## Seg440.2               0.122610484
## Seg2640.3.1.57f48f79   0.122697847
## Seg1313.2              0.122957066
## Seg1200.2.1.57f48f75   0.122957066
## Seg1499.4              0.122957066
## Seg894.5               0.123010859
## Seg1758.1              0.123010859
## Seg1234.10             0.123010859
## Seg3634.1              0.123010859
## Seg1367.2              0.123493107
## Seg2735.5              0.123493107
## Seg4752.2              0.123726627
## Seg287.12              0.123775361
## Seg8838.3              0.123980347
## Seg1069.6              0.124081342
## Seg2343.4              0.125645774
## Seg1863.1              0.125645774
## Seg1812.3              0.126319288
## Seg1983.4              0.126342361
## Seg1956.6              0.126441500
## Seg5688.3              0.126883737
## Seg1491.4              0.126883737
## Seg2726.2              0.126926521
## Seg1349.1              0.127011097
## Seg2375.3              0.127011097
## Seg17787.1             0.127508958
## Seg5612.2              0.127508958
## Seg684.5               0.127508958
## Seg2186.4              0.128189007
## Seg4479.1              0.128189007
## Seg2651.5              0.128189007
## Seg3491.1.1.57f48f7a   0.128404981
## Seg12047.1             0.128509831
## Seg675.15              0.128787247
## Seg1578.2              0.129033215
## Seg2322.3              0.129033215
## Seg413.12              0.129343577
## Seg5090.1              0.129406813
## Seg2175.1              0.129560664
## Seg4154.5              0.130129605
## Seg3388.2              0.130212877
## Seg1607.2              0.130785397
## Seg7680.1              0.130901055
## Seg3059.2              0.131383250
## Seg12502.1             0.131383250
## Seg1046.1              0.131383250
## Seg5561.1              0.131383250
## Seg2937.3              0.131524057
## Seg1783.4              0.131993445
## Seg9950.1              0.132545718
## Seg7105.1              0.133088750
## Seg1733.7              0.134028771
## Seg21394.1             0.134381996
## Seg865.2               0.134856022
## Seg4164.1              0.134946151
## Seg649.16              0.135126930
## Seg3444.4              0.135159316
## Seg1115.6              0.135159316
## Seg1830.9              0.135159316
## Seg110.6               0.135405412
## Seg4067.3              0.135843632
## Seg524.1               0.135843632
## Seg8589.1              0.135885324
## Seg2314.7              0.135901575
## Seg1263.4              0.135901575
## Seg620.2               0.135901575
## Seg4894.3              0.135901575
## Seg756.7               0.135957091
## Seg1524.11             0.136138143
## Seg351.11              0.136232806
## Seg101.4               0.136232806
## Seg6483.1              0.136340228
## Seg267.7               0.136371159
## Seg1300.8              0.136400279
## Seg8025.1              0.136465955
## Seg3483.1              0.136681511
## Seg3.15                0.137039499
## Seg5006.2              0.137039499
## Seg3734.3              0.137061193
## Seg1449.1              0.137144738
## Seg2569.1              0.137255525
## Seg5677.2              0.137259217
## Seg3839.1              0.137588437
## Seg2871.2              0.137671531
## Seg8754.2              0.138322100
## Seg1597.11             0.139222269
## Seg1782.9.1.57f48f78   0.139222269
## Seg4033.1              0.139365458
## Seg1604.3              0.139396905
## Seg624.4               0.139593030
## Seg1983.6              0.139593030
## Seg14234.1             0.139807369
## Seg1383.4              0.139807369
## Seg1121.15             0.140069304
## Seg59.4                0.140090276
## Seg4288.2              0.140090276
## Seg607.9               0.140090276
## Seg3745.2              0.140090276
## Seg1485.1              0.140090276
## Seg2205.5              0.140599551
## Seg2440.7              0.140599551
## Seg2483.4              0.140900825
## Seg5211.1              0.141403416
## Seg59.3                0.141403416
## Seg1961.7              0.141736476
## Seg233.6               0.141933045
## Seg4026.1              0.142622905
## Seg246.1               0.142950476
## Seg708.6               0.144062601
## Seg1994.3              0.144430527
## Seg1944.6              0.144614166
## Seg2129.9              0.144617425
## Seg3759.3              0.145108167
## Seg2126.11             0.145650085
## Seg1242.1              0.145850115
## Seg1333.5              0.146280305
## Seg3921.4              0.146611516
## Seg2593.5              0.146657258
## Seg3864.1              0.146657258
## Seg1045.5              0.146657258
## Seg1095.5              0.146802974
## Seg883.6.2.57f48f7e    0.146802974
## Seg1034.6.1.57f48f75   0.146928442
## Seg2757.5              0.147098092
## Seg2363.4              0.147118070
## Seg1811.6              0.147118070
## Seg4153.2              0.147137898
## Seg874.6               0.147530154
## Seg1850.5              0.148292228
## Seg622.5               0.148446967
## Seg3884.1              0.148606103
## Seg1445.3              0.148609699
## Seg780.3               0.149430948
## Seg1814.8              0.149464045
## Seg1670.4              0.149464045

Differential Expression for Pre-Amputated VS All Amputated (27h)

amp.27.vs.blank = edgeR_wrapper(group = c(1,1,2,2,2,2),x,c(3,4,1,2,9,10),0.15)
## [1] "blank_2"    "blank_1"    "treat_27_2" "treat_27_1" "ctrl_27_2" 
## [6] "ctrl_27_1"
amp.27.vs.blank
##                            logFC    logCPM         F       PValue       FDR
## Seg859.11.1.57f48f7e    9.037260  4.639862  73.68884 5.740504e-05 0.1442505
## Seg1891.11              7.181514  7.670100  71.40653 6.354659e-05 0.1442505
## Seg3007.2.1.57f48f7a  -13.714185  6.626070 286.71266 6.987259e-05 0.1442505
## Seg1509.5               7.074996  6.603671  67.52889 7.606018e-05 0.1442505
## Seg2967.1.1.57f48f7a   10.355743  4.281444  89.76695 7.782551e-05 0.1442505
## Seg4048.1             -13.215260  6.129969 265.03219 8.165506e-05 0.1442505
## Seg2332.1               6.996594  8.180056  65.15319 8.531836e-05 0.1442505
## Seg225.9.1.57f48f79    10.403128  4.328163  86.42268 8.667790e-05 0.1442505
## Seg1695.10              8.830353  5.250908  61.79663 1.010264e-04 0.1442505
## Seg1200.2             -13.052318  5.968142 232.82709 1.055224e-04 0.1442505
## Seg2624.3.2.57f48f79    7.522895  5.789590  60.44499 1.083974e-04 0.1442505
## Seg1822.6              -3.101936  7.989499  60.06062 1.106189e-04 0.1442505
## Seg1179.1               7.117935  8.460587  58.38261 1.210329e-04 0.1442505
## Seg1012.9              -2.919480  9.774974  53.88216 1.559351e-04 0.1442505
## Seg593.11               4.161211  5.919161  50.49803 1.911056e-04 0.1442505
## Seg2800.2              -3.181226  6.413181  50.30735 1.933778e-04 0.1442505
## Seg417.1               -3.493525  7.262671  49.63716 2.016445e-04 0.1442505
## Seg1749.2.3.57f48f78    9.978200  3.909989  60.77286 2.325708e-04 0.1442505
## Seg2275.12              9.560835  6.732090  47.13430 2.368481e-04 0.1442505
## Seg353.11              -2.406278  9.555840  46.89529 2.406106e-04 0.1442505
## Seg4229.2               4.755232  5.484680  46.32843 2.498460e-04 0.1442505
## Seg3823.2              -2.650050  5.874168  46.00488 2.553222e-04 0.1442505
## Seg172.13              -2.784725  6.667939  44.83978 2.763681e-04 0.1442505
## Seg1755.3              -2.806557  8.475902  44.51506 2.826282e-04 0.1442505
## Seg1949.3.1.57f48f78    9.409390  3.354114  56.20729 2.885098e-04 0.1442505
## Seg1332.2.1.57f48f76  -11.484399  4.421099 138.06114 2.952517e-04 0.1442505
## Seg555.6                5.323836  5.326480  43.86888 2.956381e-04 0.1442505
## Seg12003.1              4.503296  5.940329  43.71997 2.987449e-04 0.1442505
## Seg189.2              -11.446296  4.383745 136.01104 3.040293e-04 0.1442505
## Seg207.7               12.399393  6.309477  55.11971 3.044288e-04 0.1442505
## Seg94.9                -2.764080  9.286306  43.32772 3.071316e-04 0.1442505
## Seg2548.2              10.200898  4.128966  54.86779 3.082824e-04 0.1442505
## Seg8672.1               6.556033  4.194683  43.22634 3.093484e-04 0.1442505
## Seg2577.2               5.596700  6.734294  43.09318 3.122912e-04 0.1442505
## Seg22845.1             -2.780958 10.326156  42.32981 3.298760e-04 0.1442505
## Seg50.14               -3.888464  7.287037  42.31587 3.302087e-04 0.1442505
## Seg1077.4              -2.251104  9.535375  41.94893 3.391263e-04 0.1442505
## Seg2350.3              10.354601  8.576683  41.44042 3.520034e-04 0.1442505
## Seg1845.3               5.366982  7.200206  41.11404 3.606009e-04 0.1442505
## Seg500.3               -2.412634  6.899009  40.74167 3.707423e-04 0.1442505
## Seg335.12.1.57f48f7a  -11.241658  4.183863 119.31649 3.927227e-04 0.1442505
## Seg9565.1               6.915339  6.745361  39.70265 4.010485e-04 0.1442505
## Seg473.4               -3.402643  8.544133  39.64405 4.028510e-04 0.1442505
## Seg12380.1             -3.250541  7.495840  39.46559 4.084051e-04 0.1442505
## Seg2967.1.2.57f48f7a  -11.111936  4.057665 115.82769 4.161265e-04 0.1442505
## Seg400.1               12.039068  5.950570  49.04243 4.188998e-04 0.1442505
## Seg4466.2               5.524482  7.294692  38.51392 4.397468e-04 0.1442505
## Seg1578.9             -11.057390  4.004621 112.25495 4.423278e-04 0.1442505
## Seg711.3               -2.974098  5.340552  38.36472 4.449374e-04 0.1442505
## Seg2624.3             -11.038962  3.986689 110.39240 4.569788e-04 0.1451913
## Seg1896.6.1.57f48f78  -10.969421  3.919202 106.52198 4.898470e-04 0.1499265
## Seg130.7               -3.239042  7.884123  37.11117 4.918213e-04 0.1499265
## Seg1095.22.2.57f48f75 -11.326646  4.267137 104.65921 5.069429e-04 0.1499265
## Seg3335.3              -3.341390  6.275583  36.54057 5.152672e-04 0.1499265
## Seg2175.6               4.705922  7.135283  36.39389 5.215254e-04 0.1499265
## Seg1949.3             -10.870556  3.823505 101.89750 5.339830e-04 0.1499265
## Seg649.14               5.159397  7.093219  36.01954 5.379460e-04 0.1499265

Differential Expression for Pre-Amputated VS All Amputated (51h)

amp.51.vs.blank = edgeR_wrapper(group = c(1,1,2,2,2,2),x,c(3,4,5,6,7,8),0.15)
## [1] "blank_2"    "blank_1"    "ctrl_51_2"  "ctrl_51_1"  "treat_51_2"
## [6] "treat_51_1"
amp.51.vs.blank 
##                             logFC     logCPM          F       PValue
## Seg1200.2               -5.772523  6.1840022 254.427274 4.105736e-07
## Seg1845.3                5.368123  7.3524472 202.476731 9.528963e-07
## Seg1891.11               7.355043  7.9948305 188.729446 1.233381e-06
## Seg1698.1               -9.100972  3.9906436 156.074847 2.468586e-06
## Seg8734.1               -4.518308  5.6434491 150.255732 2.834323e-06
## Seg1088.2               10.466433  4.3845474 209.611770 3.047612e-06
## Seg207.7                12.702872  6.6096584 198.818344 3.610425e-06
## Seg1787.11               6.227678  7.1386183 139.115131 3.747956e-06
## Seg2332.1                7.058232  8.3917974 135.250864 4.150128e-06
## Seg2624.3.2.57f48f79     7.302869  5.6987708 135.011221 4.176824e-06
## Seg1896.6               10.246993  4.1673685 188.006425 4.318005e-06
## Seg3381.1               14.133736  8.0386131 178.762911 5.072850e-06
## Seg2869.1               10.957254  4.8711497 173.634815 5.566685e-06
## Seg1379.9                7.632074  8.6339967 122.699261 5.897146e-06
## Seg1695.10               8.453637  4.9918984 120.325934 6.326312e-06
## Seg1379.10              10.573905  6.2943149 118.918797 6.599474e-06
## Seg1720.8.1.57f48f77     9.633366  3.5630271 159.008630 7.367755e-06
## Seg1379.11               7.342720  7.1735460 114.582711 7.540546e-06
## Seg1179.1                7.062982  8.5518221 110.922017 8.470580e-06
## Seg2175.8               -8.283198  3.2159154 110.496500 8.587883e-06
## Seg2919.3               -3.073929  4.6219714 107.550537 9.458955e-06
## Seg1871.7               -3.136431  6.1211743 104.686967 1.041541e-05
## Seg337.1                -3.195373  7.3560671 103.971065 1.067341e-05
## Seg343.1                -3.020182  9.5934543 102.538029 1.121457e-05
## Seg1973.4                4.569967  7.1125952 102.025536 1.141649e-05
## Seg8628.1               -4.515806  6.4180072 100.443091 1.206967e-05
## Seg6822.1               -3.008430  4.9676286  99.956102 1.228014e-05
## Seg1262.3.1.57f48f76   -12.477352  5.4018379 395.947454 1.236356e-05
## Seg1379.16               7.570819  7.7599241  98.869678 1.276664e-05
## Seg852.16                4.819287  6.4515796  98.811311 1.279346e-05
## Seg3190.1               -3.991848  8.1006827  98.517957 1.292935e-05
## Seg675.11                7.505253  5.4012693  98.392903 1.298783e-05
## Seg400.1                11.671101  5.5809717 132.057392 1.327403e-05
## Seg2175.2               10.626793  4.5432875 130.161000 1.389427e-05
## Seg1509.11              -3.128389  5.7028079  96.436224 1.394794e-05
## Seg555.6                 5.406468  5.5572910  95.317879 1.453710e-05
## Seg2487.1               -2.748847  6.1232197  95.167491 1.461871e-05
## Seg2281.2               -4.133558  6.6437583  93.011093 1.585516e-05
## Seg711.3                -3.749143  5.3854814  93.010166 1.585571e-05
## Seg3630.3               -3.118033  8.3013059  92.951208 1.589134e-05
## Seg1682.3.1.57f48f77    -8.547248  4.2337068  92.472232 1.618456e-05
## Seg164.11              -11.995032  4.9275415 350.830320 1.627696e-05
## Seg3935.2               -3.261342  5.3444107  90.932220 1.717488e-05
## Seg2281.1               -3.415550  5.2807451  90.401369 1.753391e-05
## Seg1313.2               -2.852536  6.0079527  90.364857 1.755896e-05
## Seg650.7                -2.657920  9.2447218  89.693185 1.802779e-05
## Seg598.5                -3.332974  4.9184472  89.462226 1.819265e-05
## Seg620.3                 4.482442  4.9157311  88.658354 1.878152e-05
## Seg183.2.1.57f48f78     10.422558  4.3410292 116.864706 1.950700e-05
## Seg586.17                5.945187  3.0040085  87.584037 1.960663e-05
## Seg3216.1               -2.506894  8.1610581  87.186109 1.992385e-05
## Seg3557.1               -2.469496  9.0372278  87.158044 1.994647e-05
## Seg1822.6               -2.733511  8.2302045  82.965689 2.372322e-05
## Seg8672.1                6.394677  4.1538135  82.954898 2.373406e-05
## Seg2511.7               -3.016935  4.7659150  81.202464 2.558022e-05
## Seg5580.1               -4.198058  5.9504617  80.783876 2.604779e-05
## Seg1250.5               -2.608923  7.4883290  80.240984 2.667043e-05
## Seg1649.3                7.171820  4.1535012  80.068898 2.687171e-05
## Seg8.2                  -5.121301  2.4062295  80.015242 2.693486e-05
## Seg2967.1.2.57f48f7a   -11.270350  4.2208982 278.712396 2.743441e-05
## Seg2800.2               -3.283616  6.5646191  79.406135 2.766507e-05
## Seg207.8                 3.908861 11.5745918  78.967397 2.820659e-05
## Seg3026.1.1.57f48f7a     3.898384  6.1229436  77.681044 2.987341e-05
## Seg2025.6                3.810752  8.4763228  77.601439 2.998060e-05
## Seg12003.1               3.939147  5.5471173  76.524091 3.148021e-05
## Seg119.17               -2.272591  7.4145016  76.511838 3.149781e-05
## Seg2624.3              -11.199819  4.1524197 260.760175 3.189807e-05
## Seg2275.12               8.956097  6.2935128  76.178289 3.198157e-05
## Seg3412.1               -2.907510  4.4776052  76.098851 3.209816e-05
## Seg675.12                9.598329  3.5280054  99.279200 3.249090e-05
## Seg4403.5               -2.501528  5.6664128  75.705802 3.268302e-05
## Seg1896.6.1.57f48f78   -11.130182  4.0850978 254.934392 3.357129e-05
## Seg4229.2                4.123056  5.0220826  74.496637 3.456876e-05
## Seg1181.11              -2.558021  5.6366118  74.478895 3.459744e-05
## Seg1602.2               -2.906086  6.7998250  74.336992 3.482791e-05
## Seg593.11                3.974639  5.8911116  73.547796 3.614565e-05
## Seg1662.7               -2.320942  6.4992939  73.439290 3.633172e-05
## Seg1259.5               -2.206290  7.6658034  73.038120 3.703027e-05
## Seg118.6                -2.580426  8.9947481  72.898851 3.727673e-05
## Seg1347.4                3.573832  5.4577004  72.777251 3.749363e-05
## Seg650.14              -11.535302  4.4778147 242.465580 3.760271e-05
## Seg2904.4                3.809842  4.4697321  72.318961 3.832554e-05
## Seg1121.18              -2.667792  6.5408002  71.477430 3.991480e-05
## Seg4403.3               -2.212876  6.0977725  71.239880 4.037843e-05
## Seg2350.3                9.701001  8.0936488  71.238706 4.038074e-05
## Seg994.5                -2.463819  5.7628510  70.818876 4.121696e-05
## Seg675.10                5.103173  7.4573790  70.322327 4.223444e-05
## Seg1999.6                3.845912  5.9594352  70.283413 4.231552e-05
## Seg1431.3                5.330848  3.5685509  70.182438 4.252681e-05
## Seg1611.1              -10.934796  3.8965982 227.731418 4.332491e-05
## Seg1221.3               -3.146784  5.0525458  69.682298 4.359323e-05
## Seg6214.1               -2.544913  7.1124550  69.067454 4.495098e-05
## Seg50.15                -4.489677  3.2804736  68.693646 4.580263e-05
## Seg319.14               -3.529917  3.1267683  68.356045 4.658938e-05
## Seg3470.3               -2.489504  5.6693121  67.785604 4.795796e-05
## Seg16688.1              -3.898990  4.1515114  67.334718 4.907583e-05
## Seg9565.1                6.681423  6.6679682  67.012900 4.989389e-05
## Seg813.12               -3.177184  6.6422288  66.609737 5.094320e-05
## Seg1755.3               -2.522796  8.7099702  66.239365 5.193187e-05
## Seg581.12                8.576164  2.5341778  85.071082 5.245537e-05
## Seg1067.4              -10.569818  3.5484146 209.081080 5.253846e-05
## Seg22845.1              -2.745496 10.5020559  65.872614 5.293487e-05
## Seg1986.5               -2.277423  7.5307237  65.414325 5.422289e-05
## Seg9743.1                4.858810  6.1142624  65.226608 5.476189e-05
## Seg2693.2                4.328458  6.0885440  65.097979 5.513514e-05
## Seg62.7                 -2.694035  5.5913622  64.873840 5.579326e-05
## Seg4642.1               -2.932334  4.8556961  64.626924 5.652978e-05
## Seg2064.1               -2.438378  8.2436117  64.413382 5.717669e-05
## Seg3561.4               -3.892596  2.7500980  64.261622 5.764213e-05
## Seg580.2                 6.493119  3.4808139  64.125111 5.806490e-05
## Seg473.4                -3.280352  8.7040185  63.942952 5.863516e-05
## Seg94.9                 -2.868613  9.4289218  63.290409 6.073698e-05
## Seg861.9                 8.337275  2.3066938  81.097604 6.078826e-05
## Seg1118.12.1.57f48f75  -10.497871  3.4789417 195.621399 6.103806e-05
## Seg1077.4               -2.540675  9.6164414  62.835527 6.225868e-05
## Seg4845.1               -2.673969  5.9949825  62.669197 6.282711e-05
## Seg6812.1              -10.681802  3.6537995 191.762979 6.383829e-05
## Seg3035.1               -2.237988  6.4188629  62.324528 6.402603e-05
## Seg26.4                 -2.892903  4.6426512  62.189336 6.450418e-05
## Seg2175.6                4.347804  6.9264644  62.068453 6.493555e-05
## Seg6133.2                3.792271  7.6213044  62.022857 6.509921e-05
## Seg350.19               -2.107612  6.2435510  61.795677 6.592243e-05
## Seg796.1                -3.512173  4.2187101  61.403094 6.737627e-05
## Seg229.10               -2.369994  6.9636265  61.366599 6.751347e-05
## Seg1389.16.13.57f48f76  -7.433761  3.9881567  60.780876 6.976454e-05
## Seg18.4                 -2.931481  3.7748104  60.690230 7.012134e-05
## Seg11740.1               3.113671  5.3472984  60.638369 7.032651e-05
## Seg1740.10              -3.568916  3.7501057  60.508196 7.084486e-05
## Seg1983.9                8.510107  2.4701946  76.167143 7.370091e-05
## Seg1431.1                4.831128  4.7741633  59.624707 7.449355e-05
## Seg1118.8                3.629811  5.6886504  59.607428 7.456725e-05
## Seg2182.2               -2.269244  6.7054310  59.500035 7.502738e-05
## Seg4294.2                3.298121  8.6853169  59.452046 7.523415e-05
## Seg1611.1.1.57f48f77     8.380292  2.3466469  75.454888 7.585287e-05
## Seg1578.9               -7.591759  4.1828049  59.249217 7.611608e-05
## Seg415.3.1.57f48f7b    -10.469448  3.4515496 177.212283 7.623792e-05
## Seg2577.2                4.683731  5.9863353  58.899511 7.766756e-05
## Seg4466.2                4.967533  6.8877380  58.753682 7.832633e-05
## Seg750.12                3.105663  7.4203681  58.407930 7.991669e-05
## Seg2291.2               -2.312853  4.9618224  58.291434 8.046172e-05
## Seg7472.1               -3.290499  7.2179918  58.283186 8.050048e-05
## Seg212.2                -2.220470  5.1292847  58.116320 8.128986e-05
## Seg2735.5               -2.309442  4.4332004  57.924591 8.220896e-05
## Seg2189.6               -2.419563  5.6643044  57.573718 8.392524e-05
## Seg5340.1              -10.725513  3.6952205 169.342726 8.442823e-05
## Seg667.5                 4.048439  5.3635916  57.343565 8.507566e-05
## Seg229.6                -2.276030  5.2699728  57.004552 8.680676e-05
## Seg369.1                 9.466419  3.3989836  71.830692 8.816992e-05
## Seg1996.8                2.966688  6.1157112  56.734098 8.821981e-05
## Seg4894.3               -2.544402  6.6584980  56.721925 8.828409e-05
## Seg2355.4.1.57f48f79   -10.391016  3.3796591 165.706159 8.864440e-05
## Seg1374.4               -2.238913  5.3244190  56.489790 8.952133e-05
## Seg1513.1               -3.126573  3.6469706  56.456476 8.970068e-05
## Seg4630.1               -3.162190  3.1659345  56.213584 9.102214e-05
## Seg3089.1.2.57f48f7a   -10.664311  3.6394325 163.109203 9.184265e-05
## Seg6838.2               -2.137559  5.7698310  56.057753 9.188292e-05
## Seg3307.3                8.179402  3.9752561  55.559533 9.470491e-05
## Seg1822.4               -2.572351  8.0262103  55.469267 9.522786e-05
## Seg417.1                -3.917475  7.3775824  55.391956 9.567865e-05
## Seg1812.3                7.940386  1.9318820  69.914943 9.574331e-05
## Seg1999.10               3.523820  4.2802709  55.312414 9.614527e-05
## Seg115.4               -10.132988  3.1342640 159.743241 9.624005e-05
## Seg2967.1.1.57f48f7a    10.293712  4.2135579  69.439511 9.775306e-05
## Seg821.11                8.134796  2.1129084  69.392850 9.795325e-05
## Seg1431.2                4.777720  4.6368057  54.980387 9.812442e-05
## Seg1891.12_Seg1891.13    7.658262  6.3171362  54.958982 9.825377e-05
## Seg1782.12              -2.255452  5.1277900  54.768861 9.941217e-05
## Seg3927.2               -2.025667  6.5418277  54.705303 9.980327e-05
## Seg710.1                 3.811873  4.7872576  54.583080 1.005609e-04
## Seg652.6                -3.433299  3.9623291  54.567115 1.006603e-04
## Seg2142.7               -2.304765  4.6358000  54.486092 1.011672e-04
## Seg3283.2               -2.580877  5.0262779  54.126848 1.034537e-04
## Seg172.13               -2.334482  6.9438525  54.068467 1.038315e-04
## Seg4035.2.1.57f48f7b   -10.192928  3.1901764 154.100678 1.043185e-04
## Seg1999.5               -2.184378  5.6741328  53.898960 1.049381e-04
## Seg397.35               -2.189338  8.5224983  53.819416 1.054626e-04
## Seg236.11              -10.201411  3.2011418 151.237263 1.087944e-04
## Seg3035.2               -2.386895  5.6963006  53.299470 1.089736e-04
## Seg24446.1              -2.395328  4.2866822  53.241626 1.093733e-04
## Seg385.4                -3.225377  4.1751450  53.109148 1.102957e-04
## Seg139.2                 3.425809  5.5204763  53.095378 1.103921e-04
## Seg3953.1               -3.021675  3.3467262  52.813805 1.123876e-04
## Seg1144.7               -2.800971  4.0685811  52.709632 1.131374e-04
## Seg419.7                -2.910618  6.1657522  52.577703 1.140961e-04
## Seg397.33                3.018687  8.0365726  52.351866 1.157612e-04
## Seg2530.3                3.714341  3.5391387  52.346676 1.157998e-04
## Seg1658.23              -3.258157  5.0967310  52.320419 1.159955e-04
## Seg652.7                -3.064457  2.9929632  51.980776 1.185645e-04
## Seg3735.1                3.502334  8.0465282  51.963981 1.186933e-04
## Seg1372.7               -2.451618  5.1218257  51.899660 1.191886e-04
## Seg335.12.1.57f48f7a    -7.478124  4.3664526  51.870999 1.194101e-04
## Seg1715.1.1.57f48f77   -10.126295  3.1307981 145.059936 1.194381e-04
## Seg1455.4               -2.589318  3.8740744  51.437529 1.228248e-04
## Seg319.15               -3.330271  4.8015669  51.428571 1.228967e-04
## Seg3951.2               -2.376440  5.0665794  51.256351 1.242886e-04
## Seg2887.2.1.57f48f7a    -9.761412  2.7900226 142.426587 1.244334e-04
## Seg1405.8               -9.759799  2.7887215 142.061157 1.251502e-04
## Seg1668.12               3.648978  4.8519341  51.135585 1.252765e-04
## Seg13200.1               4.671439  4.4036264  50.961120 1.267214e-04
## Seg1374.9.1.57f48f76    -4.430921  3.4898494  50.772769 1.283050e-04
## Seg2312.2.2.57f48f79    -9.961316  2.9734737 139.622557 1.300888e-04
## Seg1915.8               -2.647764  5.1642451  50.512001 1.305389e-04
## Seg4819.1                3.604734  5.9029943  50.392940 1.315752e-04
## Seg2152.7                6.550865  5.5592681  50.345757 1.319888e-04
## Seg308.11               -2.569740  3.3559163  50.190103 1.333648e-04
## Seg1649.2                3.796336  3.9456678  50.173707 1.335108e-04
## Seg500.3                -2.571037  7.0229655  50.131488 1.338876e-04
## Seg1698.1.1.57f48f77     7.031515  4.0139479  50.057335 1.345528e-04
## Seg4261.1               -2.194299  5.2679336  49.919961 1.357962e-04
## Seg5283.4               -2.840517  5.6408551  49.801786 1.368774e-04
## Seg11296.3               6.729765  7.2668306  49.301514 1.415771e-04
## Seg5087.2                3.611554  3.3109796  49.246295 1.421082e-04
## Seg65.2                 -9.651321  2.6892726 133.855649 1.429400e-04
## Seg976.3                 8.510506  2.4745774  61.104798 1.439789e-04
## Seg3026.1               -7.733105  5.3440483  49.051208 1.440050e-04
## Seg795.1                -2.741995  7.3039651  48.887663 1.456199e-04
## Seg6367.1               -3.317858  4.7296437  48.642806 1.480807e-04
## Seg5146.1                3.694123  6.9497326  48.565733 1.488661e-04
## Seg2298.7               -9.680312  2.7165424 131.244067 1.493650e-04
## Seg1095.19              -2.709002  4.7440121  47.879542 1.560964e-04
## Seg1512.9_Seg1512.10    -2.387161  6.1281751  47.834311 1.565884e-04
## Seg7.2                   8.653259  2.6067102  59.388573 1.568645e-04
## Seg3459.1               -2.755011  6.0322568  47.581288 1.593773e-04
## Seg5314.1                7.074586  4.9358922  47.491998 1.603764e-04
## Seg1370.1                3.750162  4.1723193  47.420580 1.611813e-04
## Seg2040.1               -2.584504  3.3967315  47.401436 1.613979e-04
## Seg446.7                -2.752938  7.4738503  47.387014 1.615613e-04
## Seg2317.3.1.57f48f79   -10.095812  3.0983081 126.381128 1.624836e-04
## Seg2725.2.1.57f48f7a    -9.537075  2.5838277 126.316777 1.626681e-04
## Seg6278.1               -2.033392  5.1204260  47.274681 1.628415e-04
## Seg3823.2               -2.096590  6.1907364  47.168650 1.640615e-04
## Seg1917.1               -8.599329  6.4451486  47.035592 1.656090e-04
## Seg19800.1              -2.670617  4.8158615  46.975738 1.663111e-04
## Seg3188.2                6.418669  3.4069791  46.336017 1.740557e-04
## Seg1297.1                7.917374  1.9121213  56.866685 1.786676e-04
## Seg13228.1               4.656912  4.6252215  45.671506 1.825895e-04
## Seg2388.2               -2.310576  3.6219405  45.642399 1.829753e-04
## Seg6854.3               -2.415315  5.0320089  45.387497 1.863979e-04
## Seg675.14                6.832876  3.8170896  45.327990 1.872086e-04
## Seg6419.1               -2.870310  2.8881901  45.207346 1.888658e-04
## Seg593.14                4.115807  4.4646599  45.046913 1.910984e-04
## Seg1496.8               -2.543989 10.1973763  45.024206 1.914170e-04
## Seg4877.2               -3.355900  2.9496628  44.923160 1.928433e-04
## Seg429.9                 3.313078  6.0108675  44.906419 1.930809e-04
## Seg1721.15               2.664940  4.5973199  44.778305 1.949115e-04
## Seg2440.4               -2.225226  9.1510908  44.687841 1.962174e-04
## Seg3794.2               -2.594037  6.4320259  44.682387 1.962965e-04
## Seg1877.8               -2.057963  6.4212645  44.680012 1.963309e-04
## Seg4603.2.1.57f48f7b    -7.373529  4.7180872  44.632284 1.970248e-04
## Seg5671.1               -2.385251  7.3140147  44.598295 1.975209e-04
## Seg3647.2               -2.113768  5.2507143  44.594235 1.975803e-04
## Seg319.13               -2.843045  2.9323656  44.412494 2.002607e-04
## Seg3888.1                3.483664  6.4717501  44.364114 2.009820e-04
## Seg7574.2               -2.273381  4.8657979  44.324119 2.015807e-04
## Seg1276.3.1.57f48f76    -9.351703  2.4156296 114.081709 2.040533e-04
## Seg4268.2               -3.249720  5.9796143  44.111613 2.048001e-04
## Seg846.9.2.57f48f7e     -6.095105  3.0480600  44.103774 2.049201e-04
## Seg1080.6.1.57f48f75    -6.490596  2.2831775  44.064688 2.055197e-04
## Seg4334.1                6.919270  5.1574221  44.018888 2.062252e-04
## Seg1988.5                3.256234  2.8963612  43.983933 2.067657e-04
## Seg169.11               -2.133735  4.7788037  43.981011 2.068110e-04
## Seg954.16                2.867363  3.6102524  43.813650 2.094244e-04
## Seg1761.2                7.978642  1.9670831  53.882300 2.098710e-04
## Seg1359.7                3.437026  3.7817385  43.699693 2.112279e-04
## Seg1648.4                2.945299  5.4049992  43.629829 2.123432e-04
## Seg1163.7                3.906837  2.8284786  43.623611 2.124429e-04
## Seg539.6                -2.700775  5.2232485  43.589551 2.129896e-04
## Seg675.15                8.388527  2.3526466  53.523148 2.140920e-04
## Seg1199.1               -2.440424  3.4137666  43.364546 2.166468e-04
## Seg1770.5               -2.181578  6.1025032  43.271496 2.181824e-04
## Seg1807.2               -2.048421  6.4854180  43.231460 2.188473e-04
## Seg1077.3               -2.041632  5.4298251  43.094661 2.211387e-04
## Seg1715.9               -6.806246  3.8885128  42.799815 2.261816e-04
## Seg708.15               -2.118784  7.1915460  42.794658 2.262711e-04
## Seg3693.2                3.708170  4.4951915  42.762145 2.268363e-04
## Seg1671.13               5.000667  6.0555100  42.632040 2.291160e-04
## Seg508.5                 3.304466  3.0468254  42.622796 2.292791e-04
## Seg552.5.1.57f48f7c      9.832419  3.7582278  52.151150 2.312738e-04
## Seg1509.5                7.260048  6.9382306  42.418355 2.329235e-04
## Seg353.11               -2.538484  9.6855892  42.398177 2.332872e-04
## Seg2427.16              -5.036265  1.8219572  42.388615 2.334598e-04
## Seg2767.1                8.410575  2.3731806  51.980066 2.335407e-04
## Seg2152.6                8.803565  2.7548720  51.979044 2.335544e-04
## Seg1303.9                4.528054  7.9094650  42.346011 2.342307e-04
## Seg9718.1                4.507162  4.1018806  42.319423 2.347134e-04
## Seg2877.4                3.276187  4.0347945  42.303332 2.350062e-04
## Seg3785.1               -2.213946  7.6084939  42.061725 2.394580e-04
## Seg3545.1                3.546091  5.7743257  41.986128 2.408728e-04
## Seg5677.1                4.413431  2.2068268  41.803406 2.443363e-04
## Seg1915.10              -2.281853  6.4497972  41.749684 2.453665e-04
## Seg1001.2               -2.918242  5.3486100  41.696984 2.463826e-04
## Seg1012.9               -3.028009  9.9199026  41.579771 2.486615e-04
## Seg1666.23              -2.314539  5.9886486  41.538131 2.494774e-04
## Seg98.3                  2.168627 10.2227084  41.511099 2.500090e-04
## Seg1370.12              -2.213747  6.0138127  41.421272 2.517856e-04
## Seg440.2                 7.559264  1.5779712  50.672026 2.518680e-04
## Seg2941.1               -9.314760  2.3807359 103.389954 2.538166e-04
## Seg154.8                 6.919855  9.7778308  41.295788 2.542942e-04
## Seg3979.1               -2.156890  8.4052817  41.202762 2.561744e-04
## Seg16610.1               4.397587  2.7543664  41.184278 2.565501e-04
## Seg1730.10              -2.400536 11.2727873  41.060730 2.590791e-04
## Seg952.4                 2.579243  7.8232477  41.023625 2.598448e-04
## Seg4009.1                8.693587  2.6470542  50.069109 2.609477e-04
## Seg1730.7.1.57f48f77    -3.000016  8.6740848  40.903025 2.623533e-04
## Seg80.5                 -2.310978  6.1754837  40.883480 2.627627e-04
## Seg1313.9               -2.330955  4.7839786  40.853866 2.633845e-04
## Seg103.1                 5.377449  3.9847992  40.841757 2.636393e-04
## Seg8852.2               -2.182073  5.2598507  40.798753 2.645468e-04
## Seg2992.2               -2.318588  6.2231942  40.699292 2.666608e-04
## Seg1734.3                2.918055  4.0680018  40.594902 2.689026e-04
## Seg2390.2               -2.051329  6.0601915  40.495188 2.710663e-04
## Seg639.8                -2.049724  6.0642760  40.434070 2.724034e-04
## Seg1470.10              -2.980453  5.2966662  40.431868 2.724517e-04
## Seg161.7                 2.658345 11.1005588  40.421611 2.726770e-04
## Seg1445.2               -2.224629  6.8269744  40.390277 2.733666e-04
## Seg298.5.1.57f48f7a     -9.110023  2.2010512  99.489316 2.763562e-04
## Seg1895.5                2.563982  3.8272068  40.147180 2.787922e-04
## Seg1983.7                5.307357  2.3923835  40.074291 2.804455e-04
## Seg1430.21.1.57f48f76    3.894408  3.2062867  39.995557 2.822453e-04
## Seg675.17                8.030019  2.0164496  48.724058 2.827967e-04
## Seg3715.2                3.807928  4.3603299  39.943392 2.834458e-04
## Seg2511.3               -2.222301  3.4392640  39.939646 2.835323e-04
## Seg1946.8               -2.238694  3.5794780  39.916102 2.840764e-04
## Seg3335.3               -3.709198  6.3921580  39.842884 2.857771e-04
## Seg720.8                 4.392727  4.2106500  39.739294 2.882054e-04
## Seg6310.3                8.936069  2.8841867  48.228165 2.914521e-04
## Seg1946.5                7.411803  1.4450410  48.052701 2.945973e-04
## Seg580.2.2.57f48f7c     -9.657470  2.6908269  96.596355 2.949751e-04
## Seg3381.2                6.773150  3.2748650  39.368139 2.971225e-04
## Seg1076.5.2.57f48f75     7.443198  1.4726133  47.823418 2.987742e-04
## Seg800.7                -2.349896  4.6784085  39.285865 2.991462e-04
## Seg4133.2                8.022411  2.0062967  47.802698 2.991555e-04
## Seg1121.27               2.735336  4.2783283  39.182704 3.017083e-04
## Seg227.1                -2.313976  5.2410544  39.048861 3.050740e-04
## Seg265.1.1.57f48f79      7.934576  1.9282568  47.333308 3.079650e-04
## Seg1445.3               -2.296015  5.0629108  38.902219 3.088162e-04
## Seg835.3                -2.962402  3.0319867  38.713536 3.137170e-04
## Seg2229.2               -2.677927  8.9641641  38.663018 3.150458e-04
## Seg1666.9                2.709998  8.8247274  38.628167 3.159667e-04
## Seg7335.1               -2.207846  3.5807352  38.535859 3.184222e-04
## Seg1078.7               -2.034176  6.7067484  38.362024 3.231123e-04
## Seg1475.1.1.57f48f76     8.387841  2.3519793  46.523452 3.239762e-04
## Seg582.2                 7.671478  1.6782197  46.441055 3.256655e-04
## Seg880.5_Seg880.8        4.772950  3.3948898  38.259777 3.259118e-04
## Seg8949.1               -2.126519  4.4690285  38.258050 3.259593e-04
## Seg1904.1.1.57f48f78    -9.571318  2.6193881  91.990454 3.285454e-04
## Seg1874.2               -2.131984  6.3019522  38.146814 3.290404e-04
## Seg1491.4               -2.025608  4.1884753  38.055821 3.315882e-04
## Seg3143.2               -2.030984 11.2610790  37.951408 3.345425e-04
## Seg1853.5               -2.853769  5.8153329  37.763861 3.399332e-04
## Seg852.3                 2.689261  4.8459325  37.725104 3.410608e-04
## Seg5090.1                5.951708  2.4725856  37.635769 3.436781e-04
## Seg2716.3               -8.960921  2.0699514  89.947262 3.452116e-04
## Seg1131.9                8.096701  2.0766641  45.514366 3.454799e-04
## Seg647.4                -2.472713  3.5627110  37.573084 3.455298e-04
## Seg3956.3               -8.967583  2.0721288  89.662791 3.476277e-04
## Seg3904.2                3.272486  3.8007637  37.500791 3.476810e-04
## Seg675.16                7.540678  1.5606901  45.137854 3.539792e-04
## Seg226.3                 7.218249 10.2849462  37.289151 3.540769e-04
## Seg154.12                4.833760  5.8317152  37.250360 3.552652e-04
## Seg1437.7                2.814246 10.1784140  37.239913 3.555861e-04
## Seg1619.6                7.603767  1.6224779  44.926986 3.588585e-04
## Seg2730.4                2.179090  5.0516240  37.099517 3.599345e-04
## Seg1000.14              -3.131782  4.6421503  37.083938 3.604211e-04
## Seg2299.6                6.580286 11.0409305  37.080446 3.605303e-04
## Seg5671.2               -2.384406  5.0971862  36.958672 3.643645e-04
## Seg50.14                -4.115789  7.4395174  36.892284 3.664765e-04
## Seg4287.2                3.230543  3.1650668  36.731349 3.716610e-04
## Seg932.6                -2.966725  2.7617295  36.654836 3.741583e-04
## Seg3444.4               -2.402399  4.3901694  36.650067 3.743147e-04
## Seg3993.2                5.849254  4.0919094  36.610992 3.755989e-04
## Seg1031.7               -2.071122  4.6527967  36.525407 3.784314e-04
## Seg1873.5               -3.051666  4.5376667  36.502146 3.792058e-04
## Seg3865.1                3.800321  3.9605189  36.498221 3.793367e-04
## Seg1721.11              -2.037479  5.6489806  36.495883 3.794147e-04
## Seg13094.1               2.685547  5.5591716  36.492373 3.795318e-04
## Seg766.1                 2.867962  7.5667356  36.445759 3.810915e-04
## Seg6027.1                8.182520  2.1569883  43.990730 3.816142e-04
## Seg450.4                -5.754417  3.3362205  36.420866 3.819278e-04
## Seg1556.16               7.869667  1.8676441  43.942198 3.828444e-04
## Seg826.6.3.57f48f7e     -8.851480  1.9736100  85.809942 3.828890e-04
## Seg4822.1               -2.984005  4.7661988  36.330446 3.849850e-04
## Seg7216.1               -2.090687  4.2618845  36.257519 3.874733e-04
## Seg112.7                -2.362779  5.2762232  36.255457 3.875440e-04
## Seg2708.6                8.264613  2.2390363  43.721676 3.884999e-04
## Seg1123.15              -2.611087  3.2891637  36.199526 3.894666e-04
## Seg9950.1               -2.304336  3.5918233  36.199061 3.894826e-04
## Seg5088.1                2.325230  7.5360795  36.106247 3.926999e-04
## Seg1123.8               -2.796711  4.2827254  36.098500 3.929700e-04
## Seg1000.9               -8.806771  1.9336314  84.614606 3.948731e-04
## Seg5893.1               -2.322173  4.6320769  36.024780 3.955516e-04
## Seg213.5                -2.765777  5.8750405  36.000096 3.964209e-04
## Seg7585.1                3.084207  7.8795350  35.990165 3.967713e-04
## Seg1749.2.3.57f48f78     9.366748  3.3016782  43.319397 3.991004e-04
## Seg1925.6                3.041851  7.5189405  35.912031 3.995417e-04
## Seg1838.3                2.499153  4.0038666  35.839733 4.021271e-04
## Seg4799.1                4.374683  4.8583018  35.787205 4.040187e-04
## Seg2513.1               -6.611133  3.5670116  35.783188 4.041638e-04
## Seg1234.10               3.230861  5.2655089  35.580601 4.115691e-04
## Seg2232.4                7.393062  1.4301348  42.851847 4.118998e-04
## Seg13540.1               4.897710  3.6059815  35.566995 4.120725e-04
## Seg94.10                 2.855919  7.1353787  35.561212 4.122867e-04
## Seg1855.5               -2.011839  5.0835320  35.473886 4.155388e-04
## Seg2949.3                7.703266  1.7122189  42.569375 4.198928e-04
## Seg1556.17               7.397382  1.4310414  42.556290 4.202679e-04
## Seg287.9.2.57f48f7a      2.541213  5.5723810  35.281783 4.228078e-04
## Seg785.1                 2.831659  6.1981883  35.281629 4.228137e-04
## Seg10002.1               4.346090  4.1963011  35.211770 4.254970e-04
## Seg1608.5                4.202161  2.2745474  35.193541 4.262007e-04
## Seg100.5                -2.071755  4.6552686  35.052788 4.316842e-04
## Seg2186.4               -2.126672  4.9339536  35.039163 4.322197e-04
## Seg444.14                2.331713  4.3426048  35.036433 4.323271e-04
## Seg2737.2               -2.545967  6.3345129  35.030583 4.325574e-04
## Seg1885.8                3.395732  5.1310946  34.995280 4.339502e-04
## Seg435.11               -2.251947  5.6159442  34.992274 4.340691e-04
## Seg1891.14               6.176823  3.5248222  34.983074 4.344331e-04
## Seg1784.13               8.930862  2.8784521  42.025513 4.358607e-04
## Seg1966.3                5.912887  2.4368321  34.934394 4.363658e-04
## Seg1841.4               -8.742786  1.8769934  80.552861 4.398754e-04
## Seg9504.1                3.705787  2.7730285  34.781534 4.425057e-04
## Seg2002.4               -2.277450  4.9712365  34.653762 4.477219e-04
## Seg8531.1                5.945906  3.8123704  34.644453 4.481049e-04
## Seg1784.9               -2.091556  6.2621884  34.644325 4.481102e-04
## Seg4689.1               -9.005217  2.1112941  79.757030 4.495494e-04
## Seg1378.3                2.950230  3.1529673  34.580558 4.507454e-04
## Seg1031.3               -2.054985  6.1258323  34.566012 4.513493e-04
## Seg353.10               -2.574405  6.3553290  34.474489 4.551723e-04
## Seg1983.6                6.441371  2.3062625  34.448236 4.562765e-04
## Seg1516.9.1.57f48f76   -10.423942  3.4062519  79.035300 4.585888e-04
## Seg5464.1.1.57f48f7c     6.592929  8.3636256  34.222343 4.659187e-04
## Seg1426.8               -2.173863  3.1748978  34.222243 4.659230e-04
## Seg395.5                -9.245728  2.3257840  78.452522 4.660796e-04
## Seg1975.2                7.823334  1.8225706  40.789686 4.752023e-04
## Seg8852.1               -2.284107  3.3838354  33.967724 4.770981e-04
## Seg1915.9               -2.844026  4.4880002  33.959962 4.774442e-04
## Seg1882.13               2.318579  4.2097475  33.910021 4.796786e-04
## Seg4161.1                7.990204  1.9761753  40.550494 4.833456e-04
## Seg1393.8               -2.126743  3.8194191  33.823154 4.835967e-04
## Seg2302.4               -2.466556  4.5041105  33.790486 4.850807e-04
## Seg745.3                -2.034084  5.6530148  33.758389 4.865443e-04
## Seg6667.1               -2.388516  3.9282547  33.755126 4.866934e-04
## Seg4496.2                2.494184  7.6785072  33.735913 4.875725e-04
## Seg7453.1               -2.252242  5.2459432  33.698608 4.892852e-04
## Seg1644.15.1.57f48f77    9.202896  3.1425228  40.351219 4.902694e-04
## Seg233.6                -2.532735  3.1642372  33.638132 4.920779e-04
## Seg1797.3               -2.541193  4.7216511  33.608403 4.934581e-04
## Seg2440.7               -2.004273  4.3614311  33.600271 4.938365e-04
## Seg2769.1                7.683437  1.6902777  40.178905 4.963611e-04
## Seg1783.2                6.718891  2.5668661  33.524809 4.973654e-04
## Seg1585.12              -2.386741  6.7233713  33.510578 4.980345e-04
## Seg2162.8                3.603183  2.6441259  33.446445 5.010639e-04
## Seg1585.10              -2.051257  4.2451971  33.390044 5.037473e-04
## Seg738.3                 2.393174  4.8271669  33.382006 5.041312e-04
## Seg1131.10               2.229405  5.6654726  33.323725 5.069260e-04
## Seg1689.3                2.664868  8.3620126  33.311733 5.075034e-04
## Seg2345.2               -3.254050  6.4289139  33.256716 5.101634e-04
## Seg4215.2                3.114408  3.2434122  33.174583 5.141674e-04
## Seg1963.3               -8.751878  1.8824241  74.929148 5.153396e-04
## Seg5552.1                3.706516 11.4595462  33.121484 5.167770e-04
## Seg7542.1                2.765271  4.8744683  33.045831 5.205242e-04
## Seg6255.3                2.348624  7.7045857  32.799550 5.329632e-04
## Seg7103.1                2.469276  4.3630572  32.771485 5.344044e-04
## Seg3336.2                2.252800  4.5984373  32.719606 5.370815e-04
## Seg387.2                 2.599115  6.8085551  32.667581 5.397833e-04
## Seg1641.9               -2.053504 14.2600343  32.601827 5.432227e-04
## Seg671.4                -2.538915  4.5455148  32.597240 5.434636e-04
## Seg2175.3                8.185191  2.1593567  38.920376 5.439882e-04
## Seg1367.2               -2.468579  3.2557548  32.513106 5.479074e-04
## Seg274.8                 3.121634  3.8549472  32.489569 5.491587e-04
## Seg5011.1                2.597759  4.6423786  32.486640 5.493147e-04
## Seg8230.2                6.522006  5.4065601  32.296526 5.595598e-04
## Seg1780.1               -8.579777  1.7372288  71.878626 5.642577e-04
## Seg2789.1                3.236912  4.7921925  32.174064 5.662873e-04
## Seg2175.7                4.928993  5.2403955  32.107674 5.699772e-04
## Seg920.3                -2.321369  6.1843261  32.030620 5.742980e-04
## Seg3073.5               -2.903475  2.3061518  31.881526 5.827768e-04
## Seg2286.4                2.435160  4.1415640  31.756129 5.900308e-04
## Seg4855.1.1.57f48f7c     3.202775  3.0935263  31.618736 5.981104e-04
## Seg1073.1                2.566439  6.1953261  31.595875 5.994683e-04
## Seg1756.9                3.300768  2.6531050  31.572675 6.008503e-04
## Seg1697.10_Seg1697.9    -2.109865  4.7651718  31.485491 6.060801e-04
## Seg1470.9               -3.121867  3.8517452  31.475936 6.066567e-04
## Seg2532.2.1.57f48f79    -9.070872  2.1708323  69.517796 6.068230e-04
## Seg2251.3.1.57f48f79    -8.540208  1.7053791  69.471388 6.077054e-04
## Seg5310.3                7.392167  1.4269112  37.437473 6.080562e-04
## Seg920.2                -2.383211  5.8322314  31.440578 6.087967e-04
## Seg3735.2                7.498337  1.5193888  37.391448 6.101983e-04
## Seg1161.2.1.57f48f75    -8.527083  1.6931725  69.295811 6.110602e-04
## Seg1422.5               -2.587668  3.1192130  31.347833 6.144553e-04
## Seg1985.4                2.568216  5.1779971  31.347596 6.144699e-04
## Seg1333.7                2.975270  3.6588282  31.110092 6.292672e-04
## Seg4996.2                3.392945  2.0523272  31.086499 6.307617e-04
## Seg2837.2.1.57f48f7a    -2.435361  5.2960152  31.086249 6.307775e-04
## Seg5619.1                2.555848  6.9209103  31.066463 6.320344e-04
## Seg1333.5                3.586351  2.9661996  31.064260 6.321744e-04
## Seg2482.1                3.443158  2.0553055  31.011193 6.355619e-04
## Seg9519.1                5.372378  1.9235582  31.010458 6.356089e-04
## Seg11511.1               4.438638  2.6294059  30.912035 6.419531e-04
## Seg2919.4               -2.242274  3.4828699  30.880839 6.439806e-04
## Seg2867.2               -2.508692  4.2329135  30.851933 6.458665e-04
## Seg1604.2                7.509295  1.5354425  36.630701 6.470754e-04
## Seg8997.1               -2.143491  5.2620274  30.827381 6.474738e-04
## Seg4403.1               -2.036352  6.6785647  30.823498 6.477285e-04
## Seg675.3                -8.489357  1.6616533  67.243795 6.523208e-04
## Seg2175.1                2.569872  6.8530787  30.749623 6.525979e-04
## Seg5296.1                4.061329  4.1968760  30.691831 6.564395e-04
## Seg2031.2               -2.092615  3.3703611  30.640542 6.598728e-04
## Seg2726.2                7.409012  1.4402626  36.352614 6.612795e-04
## Seg5068.2               -2.047417  3.4111591  30.536687 6.668947e-04
## Seg385.15               -2.398299  5.3423526  30.517453 6.682055e-04
## Seg2495.1                7.121619  1.1822392  36.114792 6.737511e-04
## Seg1739.11              -2.090363  4.9641694  30.431688 6.740903e-04
## Seg550.3                 7.068109  1.1384704  36.091371 6.749958e-04
## Seg2279.1                7.120107  1.1811217  35.964296 6.818020e-04
## Seg3078.4                4.065224  1.8882281  30.282020 6.845177e-04
## Seg1816.7                3.083691  3.0813894  30.247419 6.869573e-04
## Seg396.7                 4.669715  2.3911931  30.243244 6.872524e-04
## Seg1144.6               -2.448634  4.4809098  30.164005 6.928839e-04
## Seg1516.2               -2.074082  3.3969036  30.111728 6.966313e-04
## Seg1733.7                7.120551  1.1855133  35.673600 6.977118e-04
## Seg5650.1               -9.000637  2.1092555  65.184155 6.978786e-04
## Seg21.3                  2.742592  7.8703986  30.086571 6.984437e-04
## Seg73.3                 -2.048424  3.6370261  30.027081 7.027535e-04
## Seg140.4                 4.761762  1.4517409  30.014339 7.036809e-04
## Seg1512.4.1.57f48f76     2.385913  9.2523509  29.950209 7.083724e-04
## Seg1983.8                5.355631  2.7165315  29.859787 7.150546e-04
## Seg15829.1              -2.055215  5.9301299  29.765323 7.221210e-04
## Seg3628.2                5.843538  1.6503748  29.764471 7.221851e-04
## Seg920.1                -2.396124  5.1355747  29.704200 7.267403e-04
## Seg11328.1               3.957930  2.7331560  29.693506 7.275524e-04
## Seg1999.9                3.580079  2.6230441  29.687413 7.280155e-04
## Seg8991.1               -2.655458  3.4219624  29.568958 7.370948e-04
## Seg1195.1               -2.107517  3.6882703  29.549449 7.386039e-04
## Seg6483.1                7.552694  1.5726957  34.909065 7.419308e-04
## Seg3466.2               -2.020211  4.4351205  29.439799 7.471583e-04
## Seg4663.2                2.585458  3.4491188  29.433077 7.476868e-04
## Seg4299.3               -2.549203  3.3961382  29.428011 7.480854e-04
## Seg1578.2                7.495984  1.5223628  34.805638 7.481907e-04
## Seg34.1                 -2.371615  6.1393432  29.409744 7.495250e-04
## Seg1757.4               -2.473269  5.1203163  29.407806 7.496779e-04
## Seg1225.7               -8.482417  1.6515244  62.929871 7.531639e-04
## Seg3037.2               -2.197252  4.5468410  29.350702 7.542018e-04
## Seg384.3.1.57f48f7b     -2.059247  5.4861071  29.309047 7.575236e-04
## Seg5090.2                7.711390  1.7204983  34.652952 7.575584e-04
## Seg2154.1                4.632959  1.7693396  29.284810 7.594649e-04
## Seg2314.6                4.048640  1.6251627  29.278578 7.599651e-04
## Seg7441.2               -2.352713  4.2530149  29.206274 7.657987e-04
## Seg811.6                 2.482940  4.8809169  29.193686 7.668202e-04
## Seg6374.1               -2.367788  5.9038495  29.156822 7.698213e-04
## Seg2956.2                3.204880  4.4524262  28.893977 7.916562e-04
## Seg1770.7                2.814596  8.5808860  28.884149 7.924877e-04
## Seg1997.4               -2.368214  3.9426037  28.883724 7.925237e-04
## Seg1950.2               -2.189021  3.3803818  28.775984 8.017126e-04
## Seg6707.1.1.57f48f7d     3.839494  2.9863736  28.747899 8.041300e-04
## Seg6854.2               -2.145826  2.9757087  28.695482 8.086665e-04
## Seg2091.1                3.410912  5.3778266  28.626945 8.146471e-04
## Seg16047.1               7.224867  1.2754257  33.772286 8.146858e-04
## Seg1075.1                5.505726  2.9196723  28.597731 8.172133e-04
## Seg4224.1                2.812081  2.8240611  28.587276 8.181342e-04
## Seg3758.2               -2.389027  2.7217176  28.584219 8.184037e-04
## Seg114.9                 5.306440  1.8601818  28.554684 8.210133e-04
## Seg168.2                -8.349217  1.5422400  60.354462 8.243510e-04
## Seg94.5                  2.889989  3.7317551  28.483502 8.273462e-04
## Seg647.3                -2.142795  2.8885035  28.452711 8.301047e-04
## Seg101.4                 5.045073  2.0765355  28.435381 8.316624e-04
## Seg1244.2                2.986639  2.9736932  28.398011 8.350340e-04
## Seg5426.1               -2.379962  3.3569311  28.366662 8.378756e-04
## Seg978.3                -2.057110  5.9866447  28.324541 8.417130e-04
## Seg1328.7                2.338301  7.6694383  28.324442 8.417221e-04
## Seg4121.1               -2.108095  4.8145956  28.317710 8.423374e-04
## Seg102.13                3.443118  1.7663653  28.316122 8.424826e-04
## Seg1338.7                2.194792  4.2258859  28.265274 8.471502e-04
## Seg6221.1               -2.840528  3.3641022  28.261704 8.474791e-04
## Seg6790.1                2.551379  5.3402349  28.249920 8.485660e-04
## Seg1379.12               3.504418  6.8644690  28.226951 8.506896e-04
## Seg372.1                -8.402997  1.5919100  59.475773 8.508546e-04
## Seg11598.2               6.649664  2.4146448  28.207372 8.525051e-04
## Seg284.3_Seg284.4        3.032582  6.0844146  28.189109 8.542029e-04
## Seg501.1                -2.644408  2.6449015  28.182545 8.548143e-04
## Seg375.7                -2.127266  8.0285030  28.166365 8.563234e-04
## Seg2170.6                2.577257  5.6838982  28.165331 8.564200e-04
## Seg1928.4               -2.287032  3.9079147  28.146409 8.581894e-04
## Seg5525.1                4.377058  5.3670577  28.139931 8.587963e-04
## Seg4466.3                4.504281  6.4275015  28.103031 8.622634e-04
## Seg262.2                 7.387345  1.4204362  33.076874 8.638242e-04
## Seg16297.1              -2.389076  3.5088733  28.085770 8.638913e-04
## Seg1966.4                3.559430  3.0146578  28.066749 8.656896e-04
## Seg3346.2               -2.309049  4.8700883  27.975573 8.743761e-04
## Seg192.1                 2.631865  4.1699718  27.894001 8.822412e-04
## Seg2326.5               -5.764556  1.7045022  27.879699 8.836294e-04
## Seg456.2                -2.592200  3.9338633  27.878164 8.837786e-04
## Seg1329.7                8.055808  9.4137257  27.831327 8.883450e-04
## Seg6811.2                3.478981  1.9069698  27.792671 8.921364e-04
## Seg16345.1               2.449235  7.1680852  27.760454 8.953120e-04
## Seg1095.18              -3.019792  3.4232479  27.696021 9.017058e-04
## Seg764.8                -2.848755  4.1970141  27.649932 9.063148e-04
## Seg418.13                2.840123  4.8195276  27.638304 9.074823e-04
## Seg552.3                 2.899561  4.4640192  27.522699 9.191940e-04
## Seg1769.8                3.127572  6.1807736  27.501370 9.213756e-04
## Seg11011.2              -2.212627  7.5023730  27.458400 9.257906e-04
## Seg806.1                -6.356314  7.2597088  27.402692 9.315545e-04
## Seg1345.8                2.237864  4.0757948  27.386606 9.332272e-04
## Seg187.11                2.680435  6.2888278  27.351606 9.368801e-04
## Seg1674.6               -3.581923  2.0318097  27.336028 9.385116e-04
## Seg7632.1                2.488055  4.9274998  27.317787 9.404267e-04
## Seg4360.1                3.421563  5.1373655  27.316144 9.405995e-04
## Seg7919.1               -2.354175  4.3447507  27.295395 9.427844e-04
## Seg18102.1               3.964993  1.7957998  27.284762 9.439065e-04
## Seg746.7                -2.416044  4.7202735  27.267421 9.457404e-04
## Seg4425.3                3.666432  2.0732001  27.266452 9.458430e-04
## Seg3403.1               -2.311658  4.0199597  27.256509 9.468966e-04
## Seg1878.1               -3.108001  2.2625825  27.171026 9.560163e-04
## Seg9198.1                2.696347  7.6209937  27.134496 9.599473e-04
## Seg3473.2                7.465234  1.4929315  31.785830 9.657901e-04
## Seg1027.14               2.685971  8.0596498  27.080402 9.658061e-04
## Seg478.3                 5.141522  3.5472052  27.039779 9.702357e-04
## Seg1816.3                4.243730  5.1691850  27.027916 9.715341e-04
## Seg4697.3                5.038215  2.0675213  27.021223 9.722676e-04
## Seg506.3                 2.387746  4.6858456  26.955122 9.795496e-04
## Seg8305.1                5.808610  3.4417358  26.920896 9.833473e-04
## Seg7105.1                7.095646  1.1589943  31.560881 9.851374e-04
## Seg5138.1                2.584181  5.5234011  26.874524 9.885223e-04
## Seg8862.1                3.132616  2.8817118  26.869886 9.890418e-04
## Seg5063.5                7.099874  1.1661495  31.453582 9.945440e-04
## Seg10219.1               2.293070  4.7981834  26.794510 9.975331e-04
## Seg3947.4               -2.124517  4.0375464  26.760706 1.001371e-03
## Seg4614.3               -2.557183  2.3001018  26.758343 1.001640e-03
## Seg1329.6                2.678452  5.2611077  26.735274 1.004271e-03
## Seg11652.1              -2.377101  5.7868967  26.679092 1.010715e-03
## Seg5814.2                3.884268  2.7750902  26.675589 1.011118e-03
## Seg1001.1               -3.123491  4.8702971  26.644111 1.014753e-03
## Seg1279.8                4.653948  5.5694422  26.548282 1.025922e-03
## Seg2915.2               -2.395349 11.6913085  26.509278 1.030512e-03
## Seg1266.3               -3.407443  3.0611088  26.481283 1.033822e-03
## Seg2666.3                2.173505  7.1129886  26.481278 1.033823e-03
## Seg12502.1               5.096558  1.6667324  26.446888 1.037908e-03
## Seg6.6.1.57f48f7c        5.530472  1.3680335  26.373508 1.046694e-03
## Seg1478.13               4.105425  6.5568037  26.359291 1.048407e-03
## Seg1627.3               -2.113281  5.0632124  26.345926 1.050021e-03
## Seg3794.3               -2.124846  3.6971827  26.323454 1.052741e-03
## Seg1347.5                2.801255  3.0512108  26.212334 1.066324e-03
## Seg9440.1                2.854189  2.8723944  26.198156 1.068073e-03
## Seg4957.2                6.940237  1.0274648  30.573810 1.076272e-03
## Seg9386.1                4.132634  1.8902272  26.123892 1.077293e-03
## Seg1234.1               -2.585063  2.0542476  26.094840 1.080928e-03
## Seg3589.9                7.508966  1.5278036  30.516035 1.081941e-03
## Seg1526.9                2.303561  5.6400256  26.007585 1.091937e-03
## Seg4235.1               -8.387656  1.5688337  52.830934 1.097524e-03
## Seg1363.34               7.394547  1.4231343  30.350956 1.098354e-03
## Seg3085.2               -2.218363  3.1114313  25.953857 1.098787e-03
## Seg7397.1                2.338758  3.0804552  25.930593 1.101770e-03
## Seg6106.1               -8.274332  1.4758018  52.684386 1.104069e-03
## Seg2862.3                2.274057  3.0583362  25.878954 1.108427e-03
## Seg1026.3                2.107328  7.4067566  25.858749 1.111046e-03
## Seg1439.10               2.823719  2.7333092  25.812038 1.117130e-03
## Seg1574.16               2.282432  5.4888948  25.809280 1.117491e-03
## Seg6817.1                3.374011  4.5736113  25.789460 1.120086e-03
## Seg1346.2                6.208592  6.3597625  25.777507 1.121655e-03
## Seg1103.4                7.043452  1.1161467  30.122030 1.121658e-03
## Seg233.1                -2.304360  5.7589349  25.632917 1.140856e-03
## Seg1754.9.2.57f48f78    -9.023468  2.1152968  51.864090 1.141757e-03
## Seg12214.1              -2.771000  2.1112735  25.613635 1.143448e-03
## Seg1771.8               -2.112068  5.1158547  25.587197 1.147014e-03
## Seg1304.8                7.459564  1.4883684  29.762503 1.159575e-03
## Seg258.4                -2.213780  3.5363270  25.489120 1.160365e-03
## Seg267.7                 6.899467  0.9881231  29.753229 1.160575e-03
## Seg1154.2                2.538959  6.9212369  25.478957 1.161760e-03
## Seg1019.1.1.57f48f75    -8.427710  1.6015886  51.198781 1.173695e-03
## Seg382.7                -2.274018  3.2949835  25.391729 1.173819e-03
## Seg1095.25              -2.387232  2.8514804  25.384809 1.174782e-03
## Seg239.3                 2.155238  6.3653152  25.380079 1.175441e-03
## Seg665.4                -2.719287  2.6549845  25.376661 1.175918e-03
## Seg1839.8                6.867698  0.9655779  29.606208 1.176579e-03
## Seg768.14.1.57f48f7e    -8.414337  1.5903896  51.083529 1.179358e-03
## Seg2454.8                5.700764  1.6237999  25.350338 1.179596e-03
## Seg5677.2                5.319882  3.1939940  25.343303 1.180582e-03
## Seg593.13               -2.139519  3.5423283  25.334489 1.181818e-03
## Seg900.9.1.57f48f7e     -9.028848  2.1359851  50.999921 1.183491e-03
## Seg2314.7                5.351949  2.7131403  25.291774 1.187832e-03
## Seg3875.3               -2.026328  4.3369310  25.246137 1.194301e-03
## Seg3300.3.1.57f48f7a    -5.551464  2.2557136  25.226256 1.197133e-03
## Seg2324.9               -2.772135  3.6181827  25.218591 1.198227e-03
## Seg940.16                2.775975  8.0947790  25.216626 1.198508e-03
## Seg1058.1                2.552884  3.7152986  25.196991 1.201317e-03
## Seg1730.1                5.895022  3.9625385  25.189170 1.202438e-03
## Seg2104.2                3.422668  5.7047957  25.132296 1.210632e-03
## Seg1300.8                7.091122  1.1595701  29.295318 1.211383e-03
## Seg1450.28              -2.918508  2.0779824  25.112789 1.213459e-03
## Seg397.5                 3.115774  2.6096100  25.085049 1.217493e-03
## Seg1854.3                6.975198  1.0526506  29.179217 1.224724e-03
## Seg1944.6               -2.784670  4.5714682  24.930751 1.240244e-03
## Seg2475.6               -8.103451  1.3398323  49.874598 1.241196e-03
## Seg1141.2                4.228041  7.2870597  24.884328 1.247194e-03
## Seg3745.2               -2.899380  2.5382956  24.861311 1.250658e-03
## Seg2051.8.1.57f48f78    -9.066920  2.1697969  49.431728 1.265017e-03
## Seg2340.10               5.102213  3.1798845  24.687965 1.277143e-03
## Seg7205.1               -8.145127  1.3697565  48.964403 1.290871e-03
## Seg8327.1               -2.165396  3.2211403  24.579164 1.294129e-03
## Seg6917.1               -2.912316  1.5187693  24.553816 1.298127e-03
## Seg372.1.2.57f48f7b      6.356348  3.3463704  24.512405 1.304693e-03
## Seg1472.20              -2.259786  3.4227520  24.402301 1.322356e-03
## Seg1756.16               3.679367  5.3231959  24.389927 1.324360e-03
## Seg1850.5               -2.754466  2.7099506  24.291981 1.340358e-03
## Seg519.2.1.57f48f7c     -5.216881  3.6920862  24.283340 1.341781e-03
## Seg1152.1                2.814025  6.2133084  24.259483 1.345720e-03
## Seg6703.1                2.570514  4.0341515  24.238628 1.349175e-03
## Seg430.3                -2.604104  1.7871040  24.211829 1.353631e-03
## Seg4294.3                2.800556  8.7679661  24.210035 1.353930e-03
## Seg1233.3                7.107451  1.1678332  28.084461 1.360475e-03
## Seg153.15                4.696580  2.0901249  24.123827 1.368397e-03
## Seg776.2                 6.852468  0.9497384  28.022027 1.368796e-03
## Seg61.6                  2.008068  6.1358848  24.097770 1.372809e-03
## Seg815.4                 2.043743  3.9329481  24.076032 1.376502e-03
## Seg1738.4                2.784460  2.7001866  24.063208 1.378687e-03
## Seg249.2                -3.890427  2.0011343  24.030261 1.384321e-03
## Seg440.1                 2.910112  3.1838668  24.026500 1.384966e-03
## Seg1123.4                6.739914  0.8542004  27.811911 1.397292e-03
## Seg434.6                 2.532457  4.3889387  23.943350 1.399323e-03
## Seg1873.4                3.903160  2.1799757  23.893009 1.408106e-03
## Seg2073.6               -2.006103  5.1027252  23.892117 1.408263e-03
## Seg949.9.1.57f48f7e      3.191129  3.3074198  23.816485 1.421592e-03
## Seg1731.8.1.57f48f77    -8.095027  1.3378392  46.762795 1.423484e-03
## Seg2127.4                3.913295  1.8135802  23.778705 1.428311e-03
## Seg6297.1                2.713681  2.7179472  23.749451 1.433541e-03
## Seg460.11                2.328885  3.7512076  23.746653 1.434042e-03
## Seg1095.23              -2.212867  4.0294050  23.704331 1.441654e-03
## Seg928.10               -2.514719  2.0540919  23.672950 1.447332e-03
## Seg577.2.1.57f48f7c      3.224087  3.4129175  23.660259 1.449636e-03
## Seg3693.4                3.817747  4.3730033  23.636006 1.454052e-03
## Seg9192.1                2.721577  2.5114293  23.594934 1.461569e-03
## Seg3689.1.1.57f48f7b    -8.129219  1.3670433  46.146725 1.464091e-03
## Seg1807.2.3.57f48f78     3.397586  2.2523042  23.537086 1.472241e-03
## Seg3440.1               -2.792073  3.7918210  23.528063 1.473914e-03
## Seg2577.1                2.312432  8.8822021  23.467304 1.485246e-03
## Seg3908.1               -2.531955  2.9840552  23.467014 1.485300e-03
## Seg1070.2                7.143429  1.1988766  27.186702 1.486793e-03
## Seg4642.2               -2.104967  3.6764315  23.424956 1.493209e-03
## Seg4551.1                7.072681  1.1378060  27.134363 1.494620e-03
## Seg2294.8               -2.107648  3.2327901  23.406759 1.496647e-03
## Seg61.5                 -2.128317  2.6695893  23.399429 1.498035e-03
## Seg919.2                 2.025007  6.7911899  23.319741 1.513228e-03
## Seg649.14                2.586025  4.7830050  23.300313 1.516962e-03
## Seg8951.1               -7.994279  1.2533629  45.290987 1.523310e-03
## Seg1819.4                2.956842  2.4411548  23.210526 1.534369e-03
## Seg3247.3                2.627232  9.8191729  23.203628 1.535717e-03
## Seg4665.2               -2.832391  2.3491931  23.185024 1.539359e-03
## Seg762.4                 3.523895  2.0846969  23.181010 1.540146e-03
## Seg1321.2                2.145917  4.8236583  23.164970 1.543298e-03
## Seg7410.1                2.073205  6.3393475  23.163202 1.543646e-03
## Seg2199.1.1.57f48f79     2.637581  2.9767899  23.149921 1.546262e-03
## Seg1180.5                2.194074  9.3734993  23.145351 1.547163e-03
## Seg2480.5               -2.332045  2.2984414  23.130766 1.550045e-03
## Seg12380.1              -2.039789  7.9511097  23.101245 1.555898e-03
## Seg1225.3                3.068641  3.8742685  23.088097 1.558514e-03
## Seg1021.4                3.031479  3.4576511  23.087682 1.558597e-03
## Seg3419.4                3.907739  3.3443809  23.086785 1.558775e-03
## Seg5567.4                3.192798  5.0064906  23.066816 1.562760e-03
## Seg6437.1                3.320270  3.4279433  23.058649 1.564393e-03
## Seg1520.4                2.630552  5.4284345  23.052921 1.565540e-03
## Seg1794.2               -8.553822  1.7251963  44.430572 1.586382e-03
## Seg1528.7                3.829207  3.9557099  22.924571 1.591519e-03
## Seg1903.2                2.163819  8.5348864  22.895145 1.597552e-03
## Seg187.10                2.549560  4.5080321  22.889941 1.598622e-03
## Seg932.11                2.565447  4.2168605  22.867578 1.603230e-03
## Seg1041.3               -2.106792  2.4943069  22.839787 1.608980e-03
## Seg114.11                3.387232  4.4462715  22.815963 1.613930e-03
## Seg1665.10               2.363596  4.0374978  22.811618 1.614835e-03
## Seg4591.2                6.965302  1.0454700  26.357875 1.617335e-03
## Seg1338.5                2.530682  3.7360824  22.784973 1.620398e-03
## Seg1422.13               2.206395  3.5185379  22.732524 1.631419e-03
## Seg216.3                -2.499422  2.0156049  22.661508 1.646493e-03
## Seg3885.1               -2.260910  4.6368552  22.657502 1.647349e-03
## Seg1936.3               -2.725522  3.1164313  22.653629 1.648177e-03
## Seg2191.4.1.57f48f79    -8.173924  1.4058510  43.436773 1.664003e-03
## Seg9903.1               -2.026385  3.2941295  22.572434 1.665651e-03
## Seg2530.4                3.103337  4.0563870  22.557032 1.668992e-03
## Seg3351.3                2.953362  2.3993852  22.480663 1.685685e-03
## Seg17614.1              -2.028186  3.5485868  22.478359 1.686191e-03
## Seg1721.13               3.327277  4.3750294  22.441421 1.694344e-03
## Seg1090.1               -2.009209  5.9744376  22.420437 1.698998e-03
## Seg147.4                 3.427539  5.0117028  22.383204 1.707295e-03
## Seg620.2                 4.185149  1.3669763  22.365245 1.711315e-03
## Seg1069.6                3.928881  1.9715984  22.330936 1.719029e-03
## Seg123.1                -2.129382  4.9184821  22.316276 1.722339e-03
## Seg5113.1                5.147079  2.1715256  22.293845 1.727418e-03
## Seg932.9                -2.582502  6.3191418  22.232181 1.741480e-03
## Seg1379.1                4.152233  2.1796394  22.230344 1.741901e-03
## Seg7733.2               -2.332564  3.6514943  22.203811 1.747998e-03
## Seg535.3                 3.536857  1.4217620  22.193259 1.750430e-03
## Seg1766.2                5.326028  2.3404747  22.180338 1.753414e-03
## Seg1403.6_Seg1403.7     -2.015539  2.3609539  22.177680 1.754029e-03
## Seg2221.5               -2.067394  3.1372446  22.166058 1.756720e-03
## Seg2534.1                4.283139  1.5280335  22.165107 1.756940e-03
## Seg4407.2                6.889292  0.9811048  25.538782 1.761429e-03
## Seg1064.1                6.855233  0.9459651  25.517632 1.765367e-03
## Seg4445.2.1.57f48f7b    -7.913946  1.1895105  42.208821 1.767666e-03
## Seg3734.3                7.285669  1.3289724  25.485436 1.771384e-03
## Seg1659.5               -2.026110  4.0550270  22.100311 1.772040e-03
## Seg1933.1               -2.086698  3.4836270  22.089770 1.774513e-03
## Seg4739.1                3.249702  2.7333172  22.079067 1.777027e-03
## Seg2231.1               -2.166004  2.8972660  22.067200 1.779820e-03
## Seg330.12               -2.058428  3.4955329  22.060210 1.781468e-03
## Seg2988.2               -2.036925  3.5060045  22.053110 1.783144e-03
## Seg2654.3                4.070785  4.2924393  22.047216 1.784537e-03
## Seg1501.5                4.943155  3.7134146  22.047045 1.784577e-03
## Seg5859.2               -2.944747  3.8975377  21.947099 1.808405e-03
## Seg675.9                 2.723658  4.8588556  21.929921 1.812541e-03
## Seg3884.1               -2.104392  6.7604040  21.919343 1.815093e-03
## Seg1726.3                2.615175  5.8576232  21.908181 1.817792e-03
## Seg2316.3                8.592268  2.5478199  25.223716 1.821307e-03
## Seg5965.1               -2.102273  2.6220700  21.891593 1.821812e-03
## Seg1496.7                2.025000  7.5668740  21.890777 1.822010e-03
## Seg6373.1               -2.451642  4.4152395  21.832009 1.836344e-03
## Seg1361.3                3.739916  8.4424842  21.801806 1.843766e-03
## Seg1112.2                2.691100  6.1114847  21.800897 1.843990e-03
## Seg495.1                -2.670811  1.6312477  21.784712 1.847984e-03
## Seg2590.3                2.801365  4.0701875  21.768068 1.852102e-03
## Seg3561.1               -2.577193  3.3209392  21.743502 1.858202e-03
## Seg2117.2               -2.313569  2.3171166  21.718447 1.864450e-03
## Seg734.12                4.629654  1.3300776  21.710367 1.866470e-03
## Seg893.9                 3.704566  1.6262035  21.658644 1.879469e-03
## Seg1305.8                2.311901  8.7842187  21.629654 1.886805e-03
## Seg1727.6               -2.055858  3.1191842  21.613598 1.890884e-03
## Seg7467.1               -2.073652  4.3931370  21.593335 1.896047e-03
## Seg4154.5                5.318381  1.1783161  21.545700 1.908256e-03
## Seg2695.3                2.188725  6.1677710  21.540495 1.909595e-03
## Seg319.7                 4.066438  3.9774410  21.517872 1.915434e-03
## Seg6835.1               -2.224230  3.9408661  21.514967 1.916185e-03
## Seg2818.2                4.600338  1.9973716  21.512054 1.916939e-03
## Seg883.6.4.57f48f7e      7.169428  1.2331510  24.721953 1.922267e-03
## Seg3062.3                3.136057  4.2903645  21.464652 1.929257e-03
## Seg1645.1               -4.905318  2.8382192  21.428310 1.938769e-03
## Seg895.3                 2.864058  6.2540045  21.388722 1.949198e-03
## Seg2781.1               -8.338816  8.8506996  21.345397 1.960693e-03
## Seg1528.6                4.943867  2.5954230  21.210215 1.997117e-03
## Seg331.4                -2.096305  3.5582907  21.129914 2.019159e-03
## Seg551.5                 3.260279  1.6066508  21.113627 2.023667e-03
## Seg1526.8                2.018150  3.3196178  21.103467 2.026486e-03
## Seg1582.16               5.487225  5.8740690  21.097228 2.028219e-03
## Seg49.4                  2.510816  5.0776497  21.066873 2.036679e-03
## Seg9214.1               -2.021662 11.8123468  21.066326 2.036832e-03
## Seg2398.6               -2.033261  4.1124905  21.042143 2.043605e-03
## Seg133.2                 2.455156  7.7967341  20.994900 2.056918e-03
## Seg1855.11.1.57f48f78    2.253763  3.3012618  20.992332 2.057645e-03
## Seg7850.1                3.920447  1.5117427  20.991075 2.058000e-03
## Seg3784.3                2.606403  2.3368418  20.973019 2.063121e-03
## Seg4636.1                4.295540  1.4654500  20.957034 2.067668e-03
## Seg6527.1                4.935724  1.5154361  20.930472 2.075251e-03
## Seg2274.4                3.683751  1.3109708  20.918761 2.078606e-03
## Seg1507.11               2.113042  5.8399630  20.842966 2.100484e-03
## Seg572.2                 3.195099  2.1724844  20.794086 2.114748e-03
## Seg4119.2                2.012835  6.1246899  20.790428 2.115821e-03
## Seg703.7                -2.979113  1.4354089  20.784934 2.117433e-03
## Seg933.5                 2.808802  3.1928005  20.772420 2.121110e-03
## Seg1586.9                3.196152  1.9965665  20.756334 2.125849e-03
## Seg250.9                 7.230402  1.2860185  23.730193 2.144329e-03
## Seg6395.1               -2.362482  2.7864838  20.668350 2.152008e-03
## Seg3975.1                5.266569  2.6306552  20.667705 2.152201e-03
## Seg3058.1                2.070550  4.7141794  20.661715 2.153997e-03
## Seg5060.1                2.154831  3.7727559  20.652216 2.156849e-03
## Seg2850.3                2.326297  3.5843276  20.647947 2.158132e-03
## Seg1533.2                2.659143  2.6796328  20.645661 2.158819e-03
## Seg1243.2               -3.358181  3.8615715  20.643545 2.159456e-03
## Seg888.26               -2.572212  4.2520557  20.614947 2.168084e-03
## Seg1080.5                3.252932  3.4988177  20.604979 2.171102e-03
## Seg2870.1                6.202002  2.0774016  20.604885 2.171130e-03
## Seg2221.6                3.245217  2.0002810  20.565473 2.183113e-03
## Seg1475.1               -7.772446  1.0758397  38.027774 2.199553e-03
## Seg2555.2               -2.134443  5.7144015  20.505852 2.201401e-03
## Seg1341.8                7.427077  1.4489697  23.458749 2.210888e-03
## Seg2530.5                5.422380  2.1336726  20.430732 2.224719e-03
## Seg2677.6                2.171969  6.9035769  20.384686 2.239167e-03
## Seg3511.1               -5.411350  2.1925112  20.360956 2.246660e-03
## Seg2533.5                2.539835  6.9232063  20.344764 2.251790e-03
## Seg1914.4                3.346325  1.7879538  20.321756 2.259106e-03
## Seg581.9                 3.186519  1.9475648  20.304239 2.264696e-03
## Seg5332.2                4.553982  2.9721497  20.230917 2.288285e-03
## Seg865.2                 5.533233  1.3706592  20.224792 2.290270e-03
## Seg4642.4               -2.195259  3.1410645  20.222524 2.291005e-03
## Seg1712.9               -7.743762  1.0528381  37.201404 2.302598e-03
## Seg2137.4.1.57f48f79    -8.022771  1.2843011  37.121751 2.312895e-03
## Seg4894.2               -2.166968  2.7660504  20.149715 2.314774e-03
## Seg5567.3                4.343921  5.9874841  20.073557 2.339971e-03
## Seg3021.2               -2.190694 10.1081743  20.024923 2.356243e-03
## Seg797.6                -7.730016  1.0433433  36.584268 2.384134e-03
## Seg1184.2.4.57f48f75     2.007111  3.6923184  19.922415 2.391013e-03
## Seg4396.3                2.134209  4.5898551  19.920378 2.391710e-03
## Seg1221.19               6.739820  0.8478953  22.770347 2.392214e-03
## Seg1019.11               2.126276  3.3461695  19.891292 2.401698e-03
## Seg3114.1                2.527095  3.0051443  19.876941 2.406645e-03
## Seg1811.6                7.032896  1.0993094  22.687406 2.415353e-03
## Seg1952.2                2.616635  3.2362385  19.816655 2.427569e-03
## Seg2399.2               -2.163311  2.5963299  19.798136 2.434043e-03
## Seg3552.2                2.495034  5.8425028  19.794851 2.435194e-03
## Seg3787.2                2.255312  4.4752627  19.754773 2.449288e-03
## Seg2595.1                4.441845  4.9152853  19.736706 2.455675e-03
## Seg2200.5                2.282570  4.5969274  19.694402 2.470713e-03
## Seg5572.1                2.571332  3.6801272  19.667016 2.480511e-03
## Seg1956.5               -2.008205  6.5811277  19.623603 2.496143e-03
## Seg3652.3               -2.007677  6.5807760  19.603531 2.503413e-03
## Seg1232.13.3.57f48f75    2.659630  4.1557106  19.599369 2.504923e-03
## Seg8218.1                4.416680  1.1547899  19.589296 2.508584e-03
## Seg639.4                -7.692563  1.0127077  35.679265 2.511398e-03
## Seg326.5                 6.650440  0.7810604  22.320612 2.521260e-03
## Seg889.9                -2.922093  2.9109175  19.538238 2.527246e-03
## Seg1053.11              -2.770830  2.7196041  19.537911 2.527367e-03
## Seg9838.1               -2.178503  3.8898002  19.529772 2.530358e-03
## Seg1186.1               -2.288921  2.5018710  19.512304 2.536793e-03
## Seg150.6.2.57f48f76     -4.810760  2.9081592  19.473628 2.551115e-03
## Seg3052.2                7.454079  1.4814859  22.172808 2.565650e-03
## Seg1499.4                3.123545  2.1801441  19.403201 2.577458e-03
## Seg2497.5                2.696452  2.1840103  19.402152 2.577853e-03
## Seg2869.2                6.735087  0.8449225  22.130677 2.578489e-03
## Seg1700.3                3.897758  3.1833491  19.391397 2.581907e-03
## Seg1043.10               6.775057  0.8786291  22.104370 2.586549e-03
## Seg1708.5                2.389309  6.3987686  19.372824 2.588927e-03
## Seg2030.6                2.949430  3.7881882  19.348985 2.597972e-03
## Seg562.9                 2.667686  4.5810528  19.343221 2.600166e-03
## Seg550.1.1.57f48f7c     -2.176905  5.1944513  19.326846 2.606409e-03
## Seg4381.1                7.151935  1.2085552  22.024096 2.611346e-03
## Seg649.16               -2.693664  2.1481232  19.288016 2.621289e-03
## Seg401.6                -2.044894  3.3221918  19.249516 2.636150e-03
## Seg1994.3.1.57f48f78    -7.662222  0.9885700  34.822805 2.641017e-03
## Seg255.4                -2.401674  3.0665010  19.236776 2.641091e-03
## Seg1975.5                5.001909  0.9020558  19.204428 2.653690e-03
## Seg2949.1                3.181953  3.3430627  19.184116 2.661640e-03
## Seg1596.1                2.528291  3.7734548  19.171448 2.666613e-03
## Seg3186.6               -2.517687  8.3941638  19.089292 2.699153e-03
## Seg2416.2.1.57f48f79     3.310218  5.3117586  19.081604 2.702224e-03
## Seg3985.2                3.036635  2.1284712  19.075902 2.704504e-03
## Seg3929.3                2.000807  3.7631129  19.065473 2.708681e-03
## Seg59.4                  5.073295  0.9681786  19.031412 2.722381e-03
## Seg1675.1                2.480413  5.3607160  19.013831 2.729486e-03
## Seg1312.4                6.557665  0.6985104  21.649933 2.731115e-03
## Seg3654.1                2.065125  3.0575991  19.002820 2.733948e-03
## Seg1333.3               -2.353294  3.1755291  19.001830 2.734350e-03
## Seg897.4                 3.122065  2.6785949  18.990486 2.738957e-03
## Seg1970.6               -2.347830  2.5816758  18.979813 2.743302e-03
## Seg12433.1               6.956881  1.0395969  21.569473 2.757802e-03
## Seg8305.2                5.222868  2.5862621  18.937729 2.760515e-03
## Seg1513.2               -2.332080  2.1078254  18.919328 2.768085e-03
## Seg1116.4                4.261214  4.6966113  18.897062 2.777280e-03
## Seg2213.7                6.529265  0.6721797  21.501304 2.780679e-03
## Seg2889.3               -2.372073  2.3724306  18.854639 2.794906e-03
## Seg3685.3               -2.422600  2.2208770  18.843319 2.799633e-03
## Seg914.9                -2.477896  2.8383428  18.831231 2.804692e-03
## Seg886.2                -2.414562  1.9384422  18.806538 2.815062e-03
## Seg2708.5                7.254358  1.3046892  21.380890 2.821698e-03
## Seg3348.2               -2.465604  7.5325596  18.752014 2.838134e-03
## Seg1777.1               -2.474557  1.6189574  18.734194 2.845726e-03
## Seg1698.7               -2.177383  2.5580713  18.731685 2.846797e-03
## Seg801.1                 2.153861  4.2331891  18.730567 2.847274e-03
## Seg2163.1               -2.063056  2.8408265  18.728491 2.848161e-03
## Seg6803.2                3.165082  2.6969312  18.724587 2.849830e-03
## Seg4731.1                2.246790  6.0895305  18.713279 2.854670e-03
## Seg2229.1                3.279584  2.2509380  18.674135 2.871504e-03
## Seg1567.1               -2.329282  1.7985931  18.670916 2.872894e-03
## Seg5552.2                2.248027  2.8456946  18.668456 2.873957e-03
## Seg791.1                 4.441199  1.5142777  18.655909 2.879385e-03
## Seg2028.9                7.598579  1.6055613  21.212521 2.880388e-03
## Seg253.21                2.579858  4.9766759  18.601026 2.903284e-03
## Seg4697.2                4.354775  2.7789897  18.595765 2.905588e-03
## Seg1365.9.2.57f48f76    -7.636826  0.9642071  33.239536 2.907248e-03
## Seg933.6                 4.773248  1.3668092  18.569014 2.917340e-03
## Seg2404.5               -2.145660  2.6403458  18.544064 2.928355e-03
## Seg5758.2                4.393204  2.8172988  18.540937 2.929739e-03
## Seg1845.3.1.57f48f78     3.565442  6.2452907  18.522866 2.937754e-03
## Seg2506.1               -2.064419  2.8451229  18.509078 2.943889e-03
## Seg765.1                 4.110817  8.0061302  18.487120 2.953692e-03
## Seg4329.4               -2.747045  2.6200758  18.455464 2.967897e-03
## Seg101.3                 5.239388  1.8017759  18.450639 2.970070e-03
## Seg19.3                  3.425526  2.4780155  18.421375 2.983291e-03
## Seg6004.2               -2.175788  2.5664649  18.379888 3.002162e-03
## Seg2937.3                6.748670  0.8539033  20.831542 3.019194e-03
## Seg1607.2                2.378268  3.8785520  18.332557 3.023877e-03
## Seg2783.2               -4.469717  2.1654667  18.332435 3.023933e-03
## Seg22.2                  2.462803  2.6295775  18.303888 3.037127e-03
## Seg6364.1               -2.235569  2.6875452  18.300661 3.038622e-03
## Seg599.4                 2.060299  5.3237233  18.300513 3.038691e-03
## Seg1549.11               2.757352  3.8191270  18.294970 3.041263e-03
## Seg1936.6                7.252965  1.3066876  20.714127 3.063728e-03
## Seg1034.6.1.57f48f75     6.837781  0.9333982  20.710229 3.065221e-03
## Seg2353.7               -4.564647  1.9409015  18.231925 3.070711e-03
## Seg301.5                -2.629848  3.1074880  18.226886 3.073080e-03
## Seg2875.5                2.195641  8.2108289  18.225220 3.073863e-03
## Seg4496.1                2.153713  6.7519119  18.214394 3.078963e-03
## Seg1714.8                3.195976  3.0200962  18.143210 3.112762e-03
## Seg4479.1               -2.102060  3.8140608  18.123719 3.122099e-03
## Seg1121.26               4.373578  3.3828520  18.097167 3.134874e-03
## Seg7457.2                3.767180  3.0076994  18.089976 3.138346e-03
## Seg4030.1                4.753526  4.3016370  18.078903 3.143701e-03
## Seg2042.1                2.202497  5.0048164  18.072181 3.146957e-03
## Seg166.6                 2.241478  6.7539478  18.066826 3.149555e-03
## Seg3786.2                2.361357  5.2820060  18.009643 3.177459e-03
## Seg1064.2                6.618630  0.7458086  20.399866 3.187219e-03
## Seg1267.5                2.643223  3.3970828  17.926006 3.218840e-03
## Seg2191.3               -2.002216  2.3461811  17.885403 3.239175e-03
## Seg597.6                -7.533981  0.8872629  31.471190 3.252612e-03
## Seg121.2                 7.556959  1.5740803  20.211463 3.264381e-03
## Seg1839.10               5.370271  4.0386456  17.803320 3.280784e-03
## Seg451.3                -5.016380  1.5385689  17.785220 3.290050e-03
## Seg49.3                  2.158278  6.8639066  17.778939 3.293273e-03
## Seg6685.1                2.651379  2.2633990  17.757332 3.304391e-03
## Seg5386.1               -3.581373  2.0150313  17.747489 3.309473e-03
## Seg2132.5               -7.510121  0.8714018  31.125548 3.326951e-03
## Seg1953.2                3.666671  1.4751066  17.712244 3.327746e-03
## Seg11781.1               2.264254  4.5259454  17.705904 3.331047e-03
## Seg2806.1                2.981097  4.5837735  17.698337 3.334992e-03
## Seg1289.10.1.57f48f76    4.564640  3.2463780  17.686891 3.340971e-03
## Seg1093.13.2.57f48f75   -4.910353  1.4007525  17.636055 3.367689e-03
## Seg1521.1                2.187966  5.1222019  17.590244 3.391998e-03
## Seg572.1                 3.227885  3.7532342  17.586276 3.394114e-03
## Seg914.7                -4.367496  2.3768912  17.564289 3.405869e-03
## Seg80.10                 2.574009  6.2118795  17.553141 3.411849e-03
## Seg843.16               -2.254823  2.4224324  17.551551 3.412703e-03
## Seg9569.1                4.759724  2.0272434  17.550293 3.413379e-03
## Seg2753.1.2.57f48f7a     7.848631  1.8499855  19.856471 3.416525e-03
## Seg17621.1              -3.217816  3.4869762  17.537480 3.420272e-03
## Seg722.1.1.57f48f7d     -4.702842  3.5407379  17.527081 3.425880e-03
## Seg756.6                -2.801464  1.2220885  17.486066 3.448111e-03
## Seg3463.1                7.027057  1.1040318  19.775561 3.452491e-03
## Seg458.2                 3.160715  2.2076119  17.464041 3.460125e-03
## Seg5831.1               -2.291397  2.0041444  17.449449 3.468113e-03
## Seg1964.1               -2.091503  6.6734140  17.433705 3.476759e-03
## Seg453.1                 2.355229  7.1132759  17.427062 3.480415e-03
## Seg5820.1                3.513651  3.3347005  17.414902 3.487119e-03
## Seg2129.10              -4.896105  1.3934128  17.406003 3.492037e-03
## Seg1233.4                7.033664  1.1045543  19.683713 3.493920e-03
## Seg2096.6               -7.715726  1.0187142  30.369141 3.498383e-03
## Seg373.1                 6.940553  1.0174997  19.595858 3.534158e-03
## Seg4541.2                2.303587  3.7058536  17.295863 3.553628e-03
## Seg4665.1                2.603890  3.2470581  17.290502 3.556662e-03
## Seg2634.1                2.834666  2.0395788  17.289166 3.557418e-03
## Seg1615.2               -7.466325  0.8362875  30.080426 3.567171e-03
## Seg1121.23               6.476749  0.6305041  19.507166 3.575395e-03
## Seg2319.5                2.163845  4.2952922  17.252662 3.578163e-03
## Seg1764.4.1.57f48f78     2.411367  6.6669612  17.252555 3.578224e-03
## Seg1333.1                3.850357  2.1986319  17.245064 3.582500e-03
## Seg1146.2               -2.217674  4.5276645  17.173940 3.623423e-03
## Seg6266.3                2.592418  1.7775139  17.167196 3.627334e-03
## Seg2091.2.4.57f48f79    -7.515093  0.8686205  29.823744 3.629971e-03
## Seg752.10               -2.052945  6.6983140  17.084531 3.675712e-03
## Seg1348.8.2.57f48f76    -4.845838  1.3298159  17.082187 3.677095e-03
## Seg1158.4                4.271449  3.2842320  17.075183 3.681234e-03
## Seg4799.3                4.903788  4.4492806  17.073898 3.681994e-03
## Seg2208.5                3.259739  3.1388620  17.061909 3.689093e-03
## Seg794.4                -5.315746  2.1081169  17.049818 3.696270e-03
## Seg3161.1                2.362683  3.7717659  17.049277 3.696592e-03
## Seg1019.1               -3.587526  2.8840283  17.041452 3.701247e-03
## Seg1311.7                3.920560  1.1322095  17.038758 3.702851e-03
## Seg2062.1.1.57f48f79    -7.478773  0.8528046  29.507606 3.709522e-03
## Seg5612.2                2.441404  4.1471509  17.001956 3.724855e-03
## Seg1452.13               4.720178  1.5003853  16.995979 3.728445e-03
## Seg5814.1                4.590881  2.7820887  16.985448 3.734780e-03
## Seg5758.3                4.255984  3.1700409  16.963780 3.747857e-03
## Seg1433.4                2.035472  7.1487366  16.959769 3.750284e-03
## Seg3580.1                2.345965  2.0988925  16.958849 3.750841e-03
## Seg1774.4                6.481300  0.6333253  19.115175 3.765369e-03
## Seg1474.8                3.132385  2.9528294  16.930334 3.768157e-03
## Seg1073.6               -2.316378  1.6984589  16.928435 3.769314e-03
## Seg3373.2                3.531820  4.4600860  16.923103 3.772564e-03
## Seg1658.8                6.154663  6.4259390  16.868016 3.806353e-03
## Seg2147.7                2.031851  4.9540967  16.858367 3.812310e-03
## Seg1833.1                3.667396  3.6268976  16.830149 3.829802e-03
## Seg4756.2                6.811851  0.9099836  18.987019 3.830329e-03
## Seg5688.3               -2.451327  1.8300047  16.820140 3.836030e-03
## Seg1305.10              -2.053021  8.7561286  16.800752 3.848133e-03
## Seg1688.5               -9.169600  2.2422578  28.928048 3.862001e-03
## Seg2297.6               -2.055019  5.3606145  16.768496 3.868373e-03
## Seg1666.21              -7.546766  0.8898812  28.884214 3.873898e-03
## Seg2578.1                2.165355  3.9239571  16.741793 3.885232e-03
## Seg5481.1               -2.427009  2.2954631  16.698587 3.912708e-03
## Seg1946.6                2.290457  2.3378279  16.694716 3.915181e-03
## Seg2056.10              -2.067981  2.6237100  16.668131 3.932223e-03
## Seg1147.8                2.021827  6.2891207  16.641470 3.949409e-03
## Seg1664.1                3.909728  1.5728544  16.616114 3.965841e-03
## Seg2871.2                2.533197  2.9708642  16.613831 3.967325e-03
## Seg6546.2               -4.896819  1.7722482  16.564946 3.999266e-03
## Seg287.12                2.962384  1.7163826  16.556555 4.004781e-03
## Seg5445.1                5.826284  6.0608379  16.522053 4.027560e-03
## Seg1365.9               -7.411452  0.7915745  28.306892 4.035620e-03
## Seg942.2                -3.214232  5.3993853  16.503691 4.039751e-03
## Seg425.4.3.57f48f7b     -7.617525  0.9418591  28.268612 4.046684e-03
## Seg806.13.1.57f48f7e   -10.749492  3.7154619  28.223110 4.059892e-03
## Seg87.2                  2.840988  6.8600349  16.461772 4.067756e-03
## Seg1867.5               -3.376616  2.2570368  16.461055 4.068236e-03
## Seg2870.2                4.761575  1.3544956  16.458412 4.070011e-03
## Seg3541.3                3.255273  1.9248863  16.439641 4.082640e-03
## Seg2281.5                2.688343  1.6647818  16.366865 4.132075e-03
## Seg3123.3               -2.494285  1.8556874  16.353197 4.141444e-03
## Seg72.8                  2.871102  2.2665575  16.350590 4.143233e-03
## Seg339.4                 6.815964  0.9126976  18.376647 4.160637e-03
## Seg700.8                 2.024170  5.5886737  16.302214 4.176628e-03
## Seg1914.5                3.240697  1.4182915  16.288191 4.186373e-03
## Seg5815.2                3.276871  3.1225853  16.263206 4.203805e-03
## Seg4429.1               -7.380286  0.7781838  27.712533 4.212442e-03
## Seg1190.9                2.019854  7.6612145  16.237868 4.221577e-03
## Seg7139.1               -2.595381  1.2012727  16.230563 4.226719e-03
## Seg3979.5                2.530531  3.5484055  16.182803 4.260531e-03
## Seg1705.2               -2.506990  1.5141857  16.118975 4.306256e-03
## Seg1488.3                4.196690  1.6242035  16.107836 4.314299e-03
## Seg1164.2                2.111525  3.0446874  16.087903 4.328740e-03
## Seg1476.4                2.247289  5.9234469  16.085801 4.330267e-03
## Seg246.9                 3.875415  9.6411026  16.074286 4.338641e-03
## Seg1952.4                4.469281  3.4756675  16.065009 4.345402e-03
## Seg8754.2                2.553319  2.7338450  16.061847 4.347710e-03
## Seg1600.6               -7.371527  0.7725712  27.266785 4.352446e-03
## Seg1890.7               -2.242505  1.6165229  16.050810 4.355777e-03
## Seg1374.6                2.163272  6.7932791  16.046122 4.359209e-03
## Seg1348.8.3.57f48f76     5.208949  2.5729821  16.026784 4.373403e-03
## Seg2682.1.1.57f48f79     3.248377  5.4739099  16.011712 4.384506e-03
## Seg4952.2               -3.403675  2.2582931  16.011379 4.384753e-03
## Seg4961.2                2.011879  4.3187030  16.007966 4.387272e-03
## Seg8230.1               -7.342509  0.7494027  27.142966 4.392522e-03
## Seg643.8.1.57f48f7d      3.110695  2.1690313  15.997268 4.395181e-03
## Seg859.1                -2.124857  4.6268887  15.991581 4.399393e-03
## Seg624.4                 2.332641  6.2213578  15.984226 4.404847e-03
## Seg7680.1                2.114417  2.8381468  15.956815 4.425252e-03
## Seg980.5                 3.583588  1.2248760  15.946774 4.432757e-03
## Seg6288.2                2.894751  3.7269676  15.935278 4.441369e-03
## Seg2321.4                2.484982  3.0912746  15.925179 4.448951e-03
## Seg855.2                 2.327226  2.9179426  15.889772 4.475666e-03
## Seg3718.2                2.226564  2.5340876  15.836727 4.516071e-03
## Seg2192.8.1.57f48f79    -4.837941  1.7260737  15.832490 4.519318e-03
## Seg5297.1               -2.208552  2.8387499  15.804822 4.540595e-03
## Seg1431.4                4.055190  2.4947410  15.798625 4.545378e-03
## Seg3685.2                2.306501  1.9029085  15.782894 4.557549e-03
## Seg552.2                 2.612348  4.2086947  15.768645 4.568609e-03
## Seg11826.1              -3.172841  1.0906654  15.767772 4.569287e-03
## Seg1268.4               -2.245731  5.3343655  15.748561 4.584255e-03
## Seg2672.4                2.080030  5.2497979  15.733879 4.595736e-03
## Seg235.7                 2.125666  2.6373771  15.687803 4.632003e-03
## Seg5792.1                6.774390  0.8719111  17.606002 4.632931e-03
## Seg6201.1                2.400506  1.7311797  15.686361 4.633145e-03
## Seg2449.3                2.458303  2.6764185  15.684592 4.634545e-03
## Seg675.4                -2.854455  1.1311948  15.678619 4.639276e-03
## Seg2216.4               -2.606497  8.8115211  15.666261 4.649084e-03
## Seg2326.6               -4.145646  2.0894459  15.635640 4.673501e-03
## Seg5386.2               -2.227590  1.8117534  15.625646 4.681506e-03
## Seg1833.8                2.714611  1.7244319  15.620605 4.685550e-03
## Seg200.1                -7.273235  0.6957506  26.218049 4.709371e-03
## Seg1312.3                4.155411  2.6285737  15.566839 4.728959e-03
## Seg1902.3                3.960010  2.0885496  15.543414 4.748031e-03
## Seg120.7                 4.542706  1.1620577  15.536882 4.753367e-03
## Seg17966.1               5.255170  1.1144226  15.479590 4.800491e-03
## Seg359.8                 3.086223  1.7353410  15.465217 4.812406e-03
## Seg1956.4                6.341594  0.5285111  17.318612 4.826931e-03
## Seg725.2                 2.823737  1.7431813  15.435566 4.837106e-03
## Seg6703.2                3.456278  1.7263299  15.427469 4.843879e-03
## Seg247.9                -3.413167  2.7515342  15.420432 4.849775e-03
## Seg2451.3                4.177490  1.7395052  15.418489 4.851404e-03
## Seg529.6                 5.402101  7.0166969  15.394151 4.871874e-03
## Seg1965.1                2.881203  2.9087863  15.388107 4.876975e-03
## Seg589.7                -2.084612  2.6807438  15.383634 4.880754e-03
## Seg1876.7               -2.605877  2.2942598  15.371781 4.890786e-03
## Seg254.1                 2.172068  4.0372519  15.369877 4.892400e-03
## Seg1884.4                2.138919  2.5562230  15.365391 4.896205e-03
## Seg708.6                 2.820220  1.7768441  15.351435 4.908067e-03
## Seg13980.1               3.783352  1.9721609  15.347928 4.911054e-03
## Seg551.6                 4.353353  1.4338424  15.340150 4.917686e-03
## Seg1561.2                2.488137  3.5484101  15.325773 4.929975e-03
## Seg2696.1                2.508731  1.9752583  15.322958 4.932385e-03
## Seg554.7                 4.092586  1.7969808  15.314539 4.939604e-03
## Seg1987.3               -2.493560  2.3872691  15.314188 4.939905e-03
## Seg688.4                 2.832729  1.5619265  15.272611 4.975754e-03
## Seg9834.1                2.323056  2.3950957  15.268654 4.979183e-03
## Seg549.3                -2.503805  2.7122693  15.250457 4.994990e-03
## Seg1662.5               -3.738322  1.4709531  15.234355 5.009031e-03
## Seg2780.1                2.083698  5.1473369  15.228147 5.014458e-03
## Seg2363.4                2.164455  4.3734906  15.226519 5.015882e-03
## Seg1876.6               -2.536657  1.6856658  15.208516 5.031667e-03
## Seg3578.1                4.336791  2.2451168  15.201287 5.038023e-03
## Seg1658.7                3.826345  6.6970290  15.197389 5.041455e-03
## Seg5361.2               -7.502994  0.8522327  25.308810 5.053864e-03
## Seg1880.1                3.143024  6.2044910  15.178390 5.058222e-03
## Seg1501.10               2.202009  2.1697445  15.157149 5.077053e-03
## Seg1010.20.1.57f48f75   -3.525192  2.2060755  15.155350 5.078651e-03
## Seg1268.7                3.145337  3.8040021  15.145088 5.087785e-03
## Seg2787.7                4.594833  1.2126876  15.138794 5.093397e-03
## Seg1814.8               -3.597639  4.3833466  15.138711 5.093470e-03
## Seg1719.5                2.400688  3.6524288  15.133039 5.098534e-03
## Seg1045.3                4.244929  3.1588250  15.128912 5.102222e-03
## Seg438.4                 2.939777  2.8587552  15.079450 5.146695e-03
## Seg4270.2                6.439712  0.6070782  16.854685 5.163106e-03
## Seg650.18                2.319329  4.4221029  15.059936 5.164375e-03
## Seg3258.2                2.964283  1.9692191  15.043105 5.179687e-03
## Seg9197.1               -2.401922  1.7923632  15.041646 5.181018e-03
## Seg1159.2               -2.546920  4.5257421  15.041406 5.181236e-03
## Seg1926.1               -2.384302  3.4467578  15.040211 5.182325e-03
## Seg1693.10              -2.118699  3.9338855  15.022909 5.198136e-03
## Seg1839.11               4.452638  3.2537033  14.932179 5.282052e-03
## Seg2807.7                2.891960  1.7683368  14.924053 5.289651e-03
## Seg1292.3                2.197077  3.5556712  14.922829 5.290797e-03
## Seg2645.2                2.258895  7.5538291  14.910873 5.302006e-03
## Seg2138.1.1.57f48f79     4.094985  1.6641816  14.890548 5.321131e-03
## Seg4386.3.1.57f48f7b     6.851446  0.9437061  16.634597 5.333306e-03
## Seg4697.4                3.907434  1.8496724  14.872156 5.338512e-03
## Seg3186.2                2.579131  3.8259066  14.868598 5.341883e-03
## Seg321.7                 2.128570  4.4137738  14.849001 5.360497e-03
## Seg1903.4                2.188112  2.5033679  14.832146 5.376573e-03
## Seg1405.8.1.57f48f76     2.922056  3.0816991  14.821981 5.386297e-03
## Seg1477.2                3.254694  5.2944270  14.775618 5.430934e-03
## Seg1563.4               -7.177603  0.6199488  24.330801 5.466303e-03
## Seg3117.1.4.57f48f7a     3.130290  4.9616809  14.733519 5.471874e-03
## Seg114.7                 4.185986  2.1030013  14.732422 5.472946e-03
## Seg2640.2.2.57f48f79    -5.298855  2.5940986  14.731992 5.473367e-03
## Seg3232.1                2.292356  2.9609250  14.719067 5.486018e-03
## Seg768.2                 2.688759  2.4797524  14.713395 5.491582e-03
## Seg1268.6                2.146055  4.5017603  14.694385 5.510282e-03
## Seg1416.5                2.651772  3.7608830  14.684886 5.519656e-03
## Seg1883.7               -2.094139  1.9824955  14.678754 5.525718e-03
## Seg1363.36               6.655346  0.7776753  16.394113 5.527758e-03
## Seg4288.2                2.223115  4.5894910  14.653055 5.551217e-03
## Seg633.21                4.745459  1.3387842  14.637904 5.566319e-03
## Seg8551.1               -3.589127  2.0648855  14.635125 5.569095e-03
## Seg1069.1               -2.380276  2.1026543  14.634773 5.569447e-03
## Seg873.4                 6.356258  0.5283129  16.342070 5.571054e-03
## Seg2634.2                6.872336  0.9694068  16.329482 5.581594e-03
## Seg253.19                4.455820  2.6570534  14.620752 5.583479e-03
## Seg229.12                2.277198 10.9796033  14.618503 5.585734e-03
## Seg1542.9                2.406204  2.0506243  14.607513 5.596770e-03
## Seg2412.5               -4.615381  1.9195019  14.586365 5.618085e-03
## Seg2701.7                4.096888  1.8051285  14.563018 5.641736e-03
## Seg2698.3                2.308890  3.2677096  14.554405 5.650493e-03
## Seg1446.7                2.468422  4.9166728  14.551743 5.653202e-03
## Seg2364.1               -2.716835  2.0887108  14.533460 5.671860e-03
## Seg6076.1               -7.136982  0.5949135  23.878241 5.673658e-03
## Seg7499.1                3.283005  3.7915032  14.503011 5.703105e-03
## Seg967.1                 4.211181  3.5630025  14.488130 5.718455e-03
## Seg1249.1_Seg1249.3      2.121924  4.7534677  14.477252 5.729708e-03
## Seg1756.4               -2.290806  1.5348910  14.448892 5.759180e-03
## Seg203.6                 4.620990  1.2288754  14.446907 5.761250e-03
## Seg1605.8                2.016520  2.7350490  14.405121 5.805046e-03
## Seg2197.1                2.142524  2.2403574  14.401861 5.808480e-03
## Seg1172.12               2.770427  1.7983618  14.375524 5.836322e-03
## Seg897.3                 3.836235  1.1402326  14.342482 5.871491e-03
## Seg4366.2                4.425924  1.0633072  14.318390 5.897303e-03
## Seg68.7                  3.054528  1.6702118  14.308771 5.907649e-03
## Seg2514.5               -2.882754  1.3125610  14.306597 5.909991e-03
## Seg859.11.1.57f48f7e     9.149402  4.8743100  14.303854 5.912947e-03
## Seg463.6                 3.956983  1.8941640  14.296642 5.920727e-03
## Seg110.6                 3.079578  2.5841479  14.264532 5.955530e-03
## Seg313.2                 2.113547  2.3436967  14.254941 5.965976e-03
## Seg330.5                 6.328237  0.5109551  15.880871 5.974813e-03
## Seg53.6                  4.056927  1.3261881  14.217845 6.006594e-03
## Seg665.3                -2.633978  3.1986478  14.193451 6.033497e-03
## Seg3495.4                2.318811  9.0228492  14.187340 6.040260e-03
## Seg910.4                -2.821266  1.1377568  14.186244 6.041475e-03
## Seg223.7                -2.421569  2.1823676  14.165390 6.064633e-03
## Seg3364.1               -2.105112  1.8310947  14.163946 6.066241e-03
## Seg1666.17              -4.731002  1.5397731  14.158633 6.072161e-03
## Seg1731.8                4.283778  1.3768552  14.139244 6.093828e-03
## Seg836.5                 2.008862  3.9713141  14.120257 6.115140e-03
## Seg5613.2                3.899328  2.0315662  14.110914 6.125663e-03
## Seg4880.1               -7.090451  0.5576123  22.958388 6.131432e-03
## Seg2709.3               -2.425971  2.5333833  14.097155 6.141200e-03
## Seg2533.2                3.624015  1.1905816  14.036576 6.210205e-03
## Seg1166.5                2.589729  2.0750841  14.021796 6.227190e-03
## Seg5970.1                2.800520  4.6772887  14.011346 6.239235e-03
## Seg2205.4               -2.443220  1.7116701  13.986824 6.267614e-03
## Seg1770.6                3.356840  1.4632362  13.983451 6.271531e-03
## Seg9605.1                5.209698  1.0714027  13.963475 6.294789e-03
## Seg7164.2                2.397157  2.9056140  13.942589 6.319224e-03
## Seg2142.8               -4.641513  0.7850954  13.937322 6.325406e-03
## Seg1449.1                3.644512  2.0080445  13.920004 6.345782e-03
## Seg991.4                -2.355261  1.8568089  13.892748 6.378022e-03
## Seg4018.2.3.57f48f7b     5.306731  2.6723107  13.873285 6.401171e-03
## Seg1359.9                2.192600  2.4809742  13.868381 6.407020e-03
## Seg1844.5                2.081829  2.4191344  13.867344 6.408258e-03
## Seg1980.4                3.445600  2.7641960  13.862822 6.413660e-03
## Seg2022.3                3.073344  3.6287625  13.851091 6.427698e-03
## Seg3664.5                2.488290  4.4362271  13.841283 6.439465e-03
## Seg9503.1                4.792844  0.7368277  13.831782 6.450890e-03
## Seg3304.6               -4.718467  1.2208375  13.814217 6.472081e-03
## Seg4279.1                3.332641  1.7630832  13.805635 6.482467e-03
## Seg2941.1.1.57f48f7a     4.383647  2.3476545  13.801765 6.487156e-03
## Seg5616.1                4.092391  2.3773295  13.801006 6.488076e-03
## Seg3693.1                4.648732  5.5497462  13.787088 6.504982e-03
## Seg203.7                 4.535797  3.0925531  13.763982 6.533173e-03
## Seg7968.2               -7.034702  0.5208583  22.212121 6.542842e-03
## Seg804.13                4.365490  1.0151157  13.755710 6.543303e-03
## Seg2326.7               -7.120442  0.5729485  22.154387 6.576309e-03
## Seg656.2                -2.032526  1.7441012  13.713662 6.595103e-03
## Seg5259.1               -2.469910  2.1789897  13.713113 6.595783e-03
## Seg1631.1                2.140911  3.5780782  13.631435 6.697913e-03
## Seg261.2                 4.750522  0.6878343  13.606014 6.730109e-03
## Seg3581.1                4.148555  4.3290470  13.597268 6.741232e-03
## Seg1342.11               2.028569  2.9965549  13.576716 6.767458e-03
## Seg4067.3               -2.056026  2.7248653  13.571481 6.774160e-03
## Seg6275.1                3.000696  1.5771481  13.558070 6.791366e-03
## Seg997.1                -3.725739  0.5515730  13.552946 6.797955e-03
## Seg2997.2                4.868124  0.9037068  13.548213 6.804048e-03
## Seg2548.2                9.726529  3.6538354  15.020646 6.836085e-03
## Seg1091.24               4.305601  1.3993514  13.512939 6.849676e-03
## Seg1758.1                6.634901  0.7710210  14.965891 6.896253e-03
## Seg1047.4                2.048011  3.1214536  13.461946 6.916327e-03
## Seg1866.7                2.346086  3.2834751  13.456366 6.923670e-03
## Seg1273.5                3.619061  1.1788473  13.424533 6.965752e-03
## Seg1719.3                4.332229  1.4200744  13.400642 6.997548e-03
## Seg1975.2.2.57f48f78    -6.986393  0.4855665  21.448406 7.006223e-03
## Seg2700.4                3.566602  1.1412838  13.363232 7.047706e-03
## Seg1045.7                3.146791  6.0968106  13.331756 7.090262e-03
## Seg2700.1                4.908394  3.9982943  13.309587 7.120432e-03
## Seg3.10                  2.699390  3.5646947  13.305788 7.125618e-03
## Seg4623.2                2.281063  2.6697788  13.295037 7.140321e-03
## Seg2253.7               -4.769545  2.6965455  13.289551 7.147838e-03
## Seg2652.2                3.122361  3.3137555  13.271618 7.172482e-03
## Seg1266.1.1.57f48f76    -3.940243  1.7395129  13.267572 7.178057e-03
## Seg114.8                 2.990482  1.3246542  13.240211 7.215901e-03
## Seg1074.13               6.288556  0.4959000  14.666895 7.237321e-03
## Seg1184.2.11.57f48f75   -7.018419  0.5013674  21.059891 7.260221e-03
## Seg1771.6                2.434326  2.8020420  13.201837 7.269407e-03
## Seg625.2                 5.590108  1.4123034  13.197247 7.275840e-03
## Seg2171.2               -4.475280  1.3738666  13.169505 7.314878e-03
## Seg2085.8                2.194979  2.1227898  13.136163 7.362150e-03
## Seg5800.1               -2.019095  2.5567516  13.128275 7.373390e-03
## Seg1289.5                2.271877  2.4253358  13.124037 7.379436e-03
## Seg2171.7                2.302829  3.3895394  13.123898 7.379635e-03
## Seg258.2                 2.255486  1.8164970  13.115752 7.391279e-03
## Seg2219.10               3.203726  1.6023796  13.100991 7.412436e-03
## Seg1531.7               -3.270243  3.5906337  13.095049 7.420974e-03
## Seg3239.3                6.399002  0.5722841  14.511169 7.423716e-03
## Seg6192.1                4.859835  0.7875710  13.085135 7.435248e-03
## Seg5397.1                2.790953  1.5651230  13.077391 7.446422e-03
## Seg1045.6                4.884104  0.9206875  13.068507 7.459266e-03
## Seg2992.1                2.033244  4.8836428  13.060317 7.471134e-03
## Seg1849.1               -2.034104  3.3162526  13.055172 7.478600e-03
## Seg2841.3               -2.304492  1.8887794  13.052672 7.482231e-03
## Seg806.30                6.281216  0.4728856  14.456689 7.490406e-03
## Seg928.9                -2.325354  1.9493489  13.010683 7.543562e-03
## Seg1798.3                2.009820  3.1450095  13.004514 7.552626e-03
## Seg1032.2                2.063745  2.5156638  12.952387 7.629774e-03
## Seg2936.1                2.769512  3.4190455  12.936933 7.652838e-03
## Seg4579.1                2.723919  3.7798414  12.936481 7.653514e-03
## Seg1115.6                2.810869  3.1182285  12.930467 7.662514e-03
## Seg7613.1                2.407217  2.0298292  12.912139 7.690024e-03
## Seg1353.7                2.778944  1.7069258  12.892486 7.719665e-03
## Seg118.5                 2.359321  4.5120889  12.856235 7.774719e-03
## Seg3059.2                6.808325  0.9135526  14.224738 7.783274e-03
## Seg576.4                -6.910699  0.4306915  20.287703 7.805896e-03
## Seg3412.4                2.181777  2.4358817  12.832671 7.810772e-03
## Seg8289.2                2.860020  1.7380773  12.812398 7.841961e-03
## Seg1397.4.1.57f48f76     2.145359  2.6454851  12.808147 7.848521e-03
## Seg4430.2                4.088016  1.7894063  12.796931 7.865862e-03
## Seg246.1                 2.138365  2.5874424  12.796691 7.866234e-03
## Seg1064.14               3.629150  1.7552014  12.780211 7.891804e-03
## Seg1147.7               -2.175648  2.2518679  12.751394 7.936768e-03
## Seg13582.1              -2.898808  1.4809620  12.747442 7.942961e-03
## Seg2326.3                2.517582  3.0848251  12.742592 7.950569e-03
## Seg843.8                 2.244983  3.0361142  12.725298 7.977769e-03
## Seg1994.3                2.039150  3.5121629  12.712377 7.998169e-03
## Seg1128.5                2.263473  3.2632695  12.678060 8.052673e-03
## Seg5180.1                2.850512  3.2608885  12.668173 8.068464e-03
## Seg2533.1                2.100823  2.2903019  12.652356 8.093807e-03
## Seg9725.1                4.239049  0.9060182  12.629987 8.129820e-03
## Seg1966.5                3.763860  2.5925966  12.621518 8.143508e-03
## Seg1904.4               -4.675454  2.8346718  12.616789 8.151163e-03
## Seg675.8                 2.174241  2.6976641  12.610111 8.161991e-03
## Seg1685.7.1.57f48f77     2.647200  3.5649997  12.609801 8.162494e-03
## Seg2514.6               -2.622062  1.3116103  12.594961 8.186621e-03
## Seg1121.15               3.639989  1.1982192  12.587556 8.198693e-03
## Seg1335.1               -2.705364  1.4182548  12.582563 8.206846e-03
## Seg1628.1                3.143943  2.4539456  12.578145 8.214068e-03
## Seg2086.4                2.776792  2.9710312  12.570705 8.226251e-03
## Seg771.7                 3.590075  0.8587311  12.549352 8.261340e-03
## Seg2497.2.1.57f48f79     9.502339  3.4356979  13.844835 8.296144e-03
## Seg4895.1               -3.249806  1.9633975  12.509692 8.327019e-03
## Seg874.6                 3.244548  1.5442240  12.504259 8.336068e-03
## Seg3713.1                3.148140  1.0303543  12.501219 8.341136e-03
## Seg772.5                 3.984668  1.1130029  12.500804 8.341828e-03
## Seg3073.4               -2.516290  3.1605120  12.489766 8.360267e-03
## Seg1783.4                3.815395  2.5282117  12.481290 8.374461e-03
## Seg2830.1                2.468211  4.0295545  12.465809 8.400466e-03
## Seg1930.3                3.335095  5.8107611  12.435231 8.452129e-03
## Seg3541.2                4.282097  0.9412025  12.405488 8.502771e-03
## Seg1570.5               -2.058169  2.1201462  12.362942 8.575883e-03
## Seg167.12                2.460799  1.5734942  12.338243 8.618693e-03
## Seg2049.4               -4.426079  1.0051897  12.337972 8.619164e-03
## Seg1791.1               -2.326915  1.5338946  12.331961 8.629624e-03
## Seg3680.2                2.234002  2.7557013  12.331901 8.629728e-03
## Seg12481.1              -3.217467  2.9690281  12.294437 8.695289e-03
## Seg1656.4                2.439176  1.8877022  12.284607 8.712595e-03
## Seg846.9.1.57f48f7e      2.750082  5.5004484  12.284605 8.712598e-03
## Seg518.10                2.990368  1.6163795  12.272192 8.734516e-03
## Seg5006.2                2.392114  2.5576980  12.251182 8.771770e-03
## Seg2426.7                6.182078  0.4035895  13.508401 8.787844e-03
## Seg2136.5.1.57f48f79    11.078107  4.9911839  13.486997 8.820400e-03
## Seg2343.4                2.024769  6.1076794  12.222802 8.822417e-03
## Seg4287.3                2.164559  1.6704527  12.208221 8.848582e-03
## Seg1219.3                2.946923  3.0371399  12.206768 8.851194e-03
## Seg4814.1                4.536340  1.5963253  12.180386 8.898804e-03
## Seg7572.1                2.482646  2.4845462  12.179083 8.901164e-03
## Seg1549.10               2.189156  2.4790349  12.179065 8.901197e-03
## Seg14339.1               4.165784  0.9474462  12.175567 8.907536e-03
## Seg570.1                -2.634031  1.6093860  12.169959 8.917711e-03
## Seg1058.4               -4.425964  1.4013234  12.166416 8.924147e-03
## Seg3961.2                8.336470  2.3090782  13.411697 8.936200e-03
## Seg1095.13               9.549320  7.6103870  12.157392 8.940566e-03
## Seg3483.1               -3.113968  3.2262892  12.135136 8.981222e-03
## Seg803.13               10.017919  3.9421324  13.366771 9.006238e-03
## Seg1603.17               3.184181  1.9469462  12.087826 9.068434e-03
## Seg3907.1                2.986756  7.5938856  12.080957 9.081185e-03
## Seg826.6                 2.519409  2.5740165  12.068205 9.104919e-03
## Seg1118.1               -3.186679  2.7895721  12.060815 9.118708e-03
## Seg2182.4                4.215304  0.8779749  12.051765 9.135631e-03
## Seg95.2                  4.518163  1.1353419  12.031795 9.173116e-03
## Seg2485.5               -4.029079  2.9955619  12.030513 9.175529e-03
## Seg4179.1                2.335600  4.4495037  12.022813 9.190040e-03
## Seg1242.3.1.57f48f76    10.835305  4.7500685  13.244028 9.201285e-03
## Seg3759.3                2.529226  2.7147140  12.001960 9.229482e-03
## Seg3388.2                2.020008  6.6703473  11.989962 9.252275e-03
## Seg1541.5                2.586802  1.5455045  11.955998 9.317182e-03
## Seg4697.1                3.843477  2.8710540  11.944620 9.339054e-03
## Seg1782.9.1.57f48f78    -4.595822  2.9813748  11.939774 9.348390e-03
## Seg3264.4                2.896480  3.5933881  11.895136 9.434945e-03
## Seg1635.3                2.536663  6.2252963  11.878810 9.466857e-03
## Seg1535.1                3.663064  2.4984095  11.865656 9.492667e-03
## Seg5316.1               -3.160361  1.6805622  11.857122 9.509461e-03
## Seg4752.2               -2.339948  1.6189715  11.852236 9.519093e-03
## Seg6349.1                2.695761  1.5288396  11.838861 9.545521e-03
## Seg4360.3               -2.439844  2.2111927  11.805335 9.612181e-03
## Seg1077.7               -2.931975  0.7694341  11.803922 9.615002e-03
## Seg768.6                 2.269253  3.5350771  11.802596 9.617651e-03
## Seg1245.6                3.865290  7.4218713  11.781309 9.660314e-03
## Seg1604.3                4.174713  0.8508668  11.776112 9.670765e-03
## Seg308.2                 2.110057  3.2315833  11.766000 9.691144e-03
## Seg2483.4                3.562647  4.0661137  11.758867 9.705552e-03
## Seg2054.2               -4.431463  1.0992986  11.755952 9.711447e-03
## Seg2696.2                2.717840  1.2962483  11.746337 9.730925e-03
## Seg643.8                -3.361562  3.5934666  11.745412 9.732802e-03
## Seg3985.3                4.214056  0.8773358  11.743163 9.737366e-03
## Seg2129.6               -4.471936  0.7165458  11.737065 9.749756e-03
## Seg6.6                   2.373873  8.2114796  11.734130 9.755728e-03
## Seg1333.9                2.394788  1.6070086  11.729858 9.764425e-03
## Seg3202.2               -3.246374  1.3576874  11.723686 9.777011e-03
## Seg3752.2                2.091752  2.4650361  11.719827 9.784888e-03
## Seg1349.2                3.003222  1.6646945  11.718989 9.786602e-03
## Seg4806.3               -3.176386  1.4535427  11.695708 9.834315e-03
## Seg2240.5                2.370875  5.5213852  11.694652 9.836486e-03
## Seg552.4                 2.451287  5.8803803  11.692204 9.841523e-03
## Seg1263.4                2.001369  4.0079942  11.680129 9.866410e-03
## Seg1365.3                3.866276  5.0793440  11.675883 9.875180e-03
## Seg1349.9               -3.141774  1.9602794  11.655000 9.918460e-03
## Seg1635.7                2.015924  5.1069742  11.648984 9.930972e-03
## Seg4931.2               -2.008000  4.0800967  11.635826 9.958409e-03
## Seg4026.1                3.950582  1.4041087  11.602221 1.002892e-02
## Seg2447.5.1.57f48f79     8.906719  2.8524070  12.734129 1.007340e-02
## Seg2222.6               -2.242698  1.5595285  11.578234 1.007964e-02
## Seg5659.2                4.662358  0.6239015  11.544930 1.015060e-02
## Seg974.11                2.574709  2.1904208  11.543109 1.015450e-02
## Seg7851.1                2.714333  2.7386421  11.542872 1.015501e-02
## Seg11909.1               2.104861  3.9558985  11.531943 1.017844e-02
## Seg1091.23               4.298456  1.3908831  11.529557 1.018357e-02
## Seg153.1                 2.774144  7.6425667  11.527575 1.018783e-02
## Seg3380.1                6.198155  0.4131635  12.664034 1.020162e-02
## Seg281.11                6.726182  0.8388351  12.659158 1.021062e-02
## Seg306.7                 2.198292  2.2592150  11.506212 1.023390e-02
## Seg2180.2                2.332940  2.3920812  11.505719 1.023496e-02
## Seg357.6                 2.468233  1.5526731  11.502864 1.024114e-02
## Seg6008.2                3.656637  0.9086551  11.498199 1.025124e-02
## Seg1095.5                2.225025  4.3241419  11.498152 1.025135e-02
## Seg41.5                  3.853829  1.3174019  11.495947 1.025613e-02
## Seg1585.1                2.914031  1.3099288  11.480460 1.028978e-02
## Seg1471.10               2.688887  2.6014096  11.478094 1.029493e-02
## Seg1031.1                7.835334  1.8399756  12.600552 1.031960e-02
## Seg413.12                2.144990  3.5189056  11.461296 1.033162e-02
## Seg649.13               -2.016037  5.3779935  11.435178 1.038899e-02
## Seg2565.1                3.170243  1.8607484  11.433421 1.039286e-02
## Seg7030.4                3.716501  0.9656737  11.430721 1.039882e-02
## Seg59.2                  3.987323  4.4031501  11.420861 1.042060e-02
## Seg1737.6               -2.293375  2.7154688  11.413923 1.043597e-02
## Seg6607.3                3.195651  0.9040439  11.411670 1.044097e-02
## Seg1505.6                8.340066  2.3083440  12.527990 1.045665e-02
## Seg2895.2                4.182089  6.5941926  11.404373 1.045717e-02
## Seg4457.1                7.750590  1.7599931  12.516620 1.047834e-02
## Seg676.2                 2.120112  2.0590202  11.387933 1.049379e-02
## Seg4320.2               -2.072591  2.4123186  11.381573 1.050800e-02
## Seg4860.2               -2.981623  0.8084092  11.365297 1.054448e-02
## Seg1367.9                2.219530  3.0546142  11.343433 1.059374e-02
## Seg202.14                7.856800  1.8535426  12.436352 1.063315e-02
## Seg339.12                2.123980  3.3767592  11.315588 1.065690e-02
## Seg7760.1                2.176649  1.7416846  11.303839 1.068369e-02
## Seg1643.5                3.345738  1.2556428  11.287126 1.072195e-02
## Seg2843.1                8.070845  2.0552324  12.386152 1.073149e-02
## Seg898.3                 4.672969  0.7423893  11.267829 1.076634e-02
## Seg2515.3                2.306748  2.0069966  11.255051 1.079586e-02
## Seg1870.6.1.57f48f78     8.022256  2.0083168  12.350075 1.080291e-02
## Seg2951.3                2.427634  3.1583325  11.249456 1.080882e-02
## Seg7571.1               -2.106754  1.6550599  11.248515 1.081100e-02
## Seg4503.1                4.701465  1.2980382  11.244872 1.081945e-02
## Seg6133.1               -2.441896  1.9927819  11.242803 1.082426e-02
## Seg4697.5                3.796579  2.1012806  11.240591 1.082940e-02
## Seg2151.4                2.166077  1.9124255  11.240474 1.082967e-02
## Seg11930.1              -2.512208  0.9196971  11.234319 1.084398e-02
## Seg59.3                  3.738039  1.4783552  11.231819 1.084980e-02
## Seg679.5                -2.409489  2.5095767  11.220477 1.087626e-02
## Seg9737.2                4.807681  0.8692243  11.220230 1.087684e-02
## Seg4850.2                3.121494  2.1781162  11.217540 1.088313e-02
## Seg4710.3                4.977626  1.0004628  11.211771 1.089663e-02
## Seg4426.1.1.57f48f7b     2.341126  3.7462163  11.204142 1.091451e-02
## Seg2507.5               -2.010601  2.1066654  11.191795 1.094354e-02
## Seg1559.2                4.251587  1.3460380  11.178928 1.097389e-02
## Seg5060.3                2.235839  4.3566520  11.162869 1.101192e-02
## Seg4108.5               -2.195243  1.8298631  11.161883 1.101426e-02
## Seg7402.1                4.427478  1.2460235  11.147184 1.104923e-02
## Seg2316.2                2.230941  5.5793530  11.127928 1.109526e-02
## Seg1242.1               -3.062713  3.5357667  11.084585 1.119974e-02
## Seg2083.6                2.144305  4.2750939  11.058053 1.126432e-02
## Seg2498.7               -2.537330  1.0558457  11.053338 1.127585e-02
## Seg924.12                2.579796  1.6356166  11.031064 1.133049e-02
## Seg1734.5               -4.178048  1.7420477  11.027618 1.133898e-02
## Seg759.2                 2.181103  1.7952129  11.020458 1.135664e-02
## Seg1166.7                2.301083  1.5087013  11.007263 1.138926e-02
## Seg7886.1                2.267628  1.8258131  11.002562 1.140092e-02
## Seg1779.8                2.589038  2.2885536  10.992371 1.142623e-02
## Seg984.15                3.082676  1.2943349  10.990009 1.143211e-02
## Seg4033.1               -2.791211  6.5171619  10.979274 1.145887e-02
## Seg1477.5                2.121560  3.5337839  10.971511 1.147827e-02
## Seg7227.2               -3.151870  1.6268000  10.960894 1.150488e-02
## Seg3436.3                7.424014  1.4602119  12.010105 1.150744e-02
## Seg934.1.2.57f48f7e      8.168023  2.1432492  12.001330 1.152641e-02
## Seg3887.1               -2.453214  1.8141707  10.945192 1.154437e-02
## Seg3981.2                2.435270  1.5505028  10.938199 1.156201e-02
## Seg1874.1.3.57f48f78     4.162849  3.9205042  10.910895 1.163122e-02
## Seg1702.4               -3.162905  1.6427854  10.902931 1.165150e-02
## Seg1276.4                9.951980  3.8759763  11.911927 1.172204e-02
## Seg894.5                 2.924346  1.5959259  10.875189 1.172252e-02
## Seg1201.1                2.484811  1.4944465  10.857614 1.176780e-02
## Seg2077.4               -2.117493  2.1555094  10.815904 1.187614e-02
## Seg1166.3                7.539927  1.5669600  11.835958 1.189170e-02
## Seg278.5                 2.867576  1.8169174  10.805816 1.190253e-02
## Seg508.10                3.827251  4.1382788  10.802336 1.191166e-02
## Seg1643.6                2.243670  1.3951895  10.796199 1.192777e-02
## Seg831.5                 6.226247  0.4191513  11.808576 1.195364e-02
## Seg1244.1                2.918654  2.8498585  10.785340 1.195634e-02
## Seg2370.3                3.887951  2.9140130  10.784273 1.195915e-02
## Seg2301.9               -3.138927  1.7837474  10.780422 1.196931e-02
## Seg1538.2                3.079450  2.0399544  10.751144 1.204688e-02
## Seg3110.1                3.671328  2.2719365  10.742757 1.206922e-02
## Seg1514.2.1.57f48f76     3.929820  4.7733488  10.736525 1.208586e-02
## Seg7196.2               -2.742115  0.9340095  10.735381 1.208891e-02
## Seg4632.1               -4.200171  0.8481090  10.733653 1.209353e-02
## Seg172.6                 2.010856  2.4272437  10.720064 1.212994e-02
## Seg277.1                 2.001628  3.2206005  10.707459 1.216383e-02
## Seg3744.4                4.436619  1.0711896  10.697640 1.219031e-02
## Seg1296.2.1.57f48f76     6.795161  0.9156518  11.705637 1.219032e-02
## Seg1276.9.1.57f48f76     3.161687  1.4739632  10.694334 1.219924e-02
## Seg15024.1              -2.748487  0.9328702  10.682964 1.223003e-02
## Seg6424.2               -2.877225  2.9746327  10.673404 1.225599e-02
## Seg1659.14              -4.247558  2.2205193  10.656120 1.230311e-02
## Seg1634.2                3.509048  2.1237140  10.653667 1.230981e-02
## Seg3818.1                4.067027  1.1736034  10.646852 1.232847e-02
## Seg3727.1                4.923859  0.9640616  10.643903 1.233655e-02
## Seg10336.1               2.858071  3.4849823  10.643288 1.233824e-02
## Seg2206.2               -2.105930  2.2437648  10.637842 1.235318e-02
## Seg2623.1                3.826727  1.2900702  10.623616 1.239234e-02
## Seg2708.3                7.996614  1.9863995  11.614180 1.240577e-02
## Seg612.1                -4.277710  0.9819005  10.614942 1.241629e-02
## Seg1615.4                6.417694  0.5922691  11.608004 1.242049e-02
## Seg7695.2               -3.573551  1.4952827  10.594118 1.247403e-02
## Seg4644.2                2.349711  5.5308332  10.593365 1.247613e-02
## Seg4191.1               -3.075114  2.1147981  10.588444 1.248983e-02
## Seg3094.1                3.966890  1.9685132  10.562956 1.256108e-02
## Seg247.7                -4.467222  2.7842856  10.558239 1.257433e-02
## Seg2783.6                3.438637  1.7806812  10.557002 1.257780e-02
## Seg859.11               -2.802900  6.2711710  10.538863 1.262891e-02
## Seg2222.5               -2.008317  1.9721099  10.525403 1.266701e-02
## Seg1412.6                3.421461  2.0420397  10.522169 1.267619e-02
## Seg1910.6                2.794774  7.1571381  10.514770 1.269721e-02
## Seg1383.5                6.389518  0.5581440  11.463682 1.277128e-02
## Seg1045.5                3.678813  1.4190782  10.452693 1.287536e-02
## Seg381.12                2.023747  6.0657386  10.447568 1.289021e-02
## Seg2681.4                2.591574  3.4663425  10.446669 1.289281e-02
## Seg418.1                 2.609720  1.2564484  10.445442 1.289637e-02
## Seg3073.6               -3.104568  1.5912140  10.439675 1.291312e-02
## Seg2726.5                7.369323  1.4092098  11.405123 1.291732e-02
## Seg1300.5               -2.015386  3.8922674  10.429150 1.294375e-02
## Seg862.2                 2.309524  1.6650869  10.423794 1.295938e-02
## Seg1881.1.1.57f48f78     7.881325  1.8690698  11.369231 1.300791e-02
## Seg1399.8                3.106219  1.0593540  10.403282 1.301943e-02
## Seg994.2                -2.936160  2.0056609  10.397887 1.303529e-02
## Seg2739.1.4.57f48f7a     3.628583  1.7825645  10.395578 1.304208e-02
## Seg1108.11               2.817471  1.7714180  10.393086 1.304942e-02
## Seg2340.7                2.723675  1.3833218  10.377325 1.309594e-02
## Seg3257.4                2.145279  1.9450369  10.377168 1.309640e-02
## Seg1208.4                2.118701  9.7640106  10.363639 1.313651e-02
## Seg4914.1               -2.400800  0.8511597  10.353297 1.316728e-02
## Seg900.14                2.796698  1.5310992  10.320411 1.326571e-02
## Seg697.2                -2.991068  3.0072805  10.314741 1.328278e-02
## Seg8384.1                3.751889  1.2341745  10.296623 1.333749e-02
## Seg625.10                2.487488  3.3001527  10.292066 1.335130e-02
## Seg1172.11               3.570069  2.7038745  10.279448 1.338963e-02
## Seg14234.1               2.245778  2.1512995  10.249532 1.348106e-02
## Seg8843.1                2.332172  4.3207128  10.247856 1.348621e-02
## Seg2651.5                2.078738  4.4965748  10.242387 1.350302e-02
## Seg272.5                -4.227486  0.9467592  10.235510 1.352420e-02
## Seg1796.2               -2.015779  2.8621215  10.235496 1.352424e-02
## Seg3906.1                2.089293  6.3057235  10.232041 1.353489e-02
## Seg1715.2                3.435245  2.0566616  10.231520 1.353650e-02
## Seg3907.2                2.644708  6.3241474  10.223427 1.356150e-02
## Seg734.17                3.647056  0.9816529  10.208100 1.360901e-02
## Seg1492.1               -2.224369  2.4385274  10.198127 1.364004e-02
## Seg765.7                 3.642436  3.5144217  10.189484 1.366700e-02
## Seg351.11                2.286679  4.0501070  10.184231 1.368342e-02
## Seg3725.5                2.299590  1.4068170  10.178766 1.370053e-02
## Seg625.1                 3.616607  3.8577397  10.167965 1.373443e-02
## Seg6.5                   2.077457  1.6891896  10.161547 1.375462e-02
## Seg2018.2                3.639389  1.3912414  10.149974 1.379113e-02
## Seg171.1                -2.033557  2.9803825  10.134221 1.384102e-02
## Seg1639.5                2.274998  2.8061886  10.092389 1.397461e-02
## Seg4975.4                2.185211  1.8781310  10.084272 1.400073e-02
## Seg2375.3                3.881083  4.0542468  10.067911 1.405355e-02
## Seg4679.3                2.984843  0.9688593  10.062671 1.407052e-02
## Seg6771.1               -2.385761  1.3901690  10.051148 1.410793e-02
## Seg1720.8               -4.153907  2.2638587  10.043280 1.413356e-02
## Seg1775.11               2.479892  1.5229053   9.993296 1.429770e-02
## Seg2351.7                7.504573  1.5287323  10.884830 1.431615e-02
## Seg359.1                 3.416432  2.0379389   9.981538 1.433666e-02
## Seg2063.5.1.57f48f79     7.519199  1.5340279  10.875592 1.434274e-02
## Seg1121.19               2.033674  1.7178525   9.965965 1.438847e-02
## Seg1853.10               2.558395  1.4165092   9.957372 1.441716e-02
## Seg1650.4                6.099936  0.3225374  10.836403 1.445626e-02
## Seg59.6                  3.398015  0.7019067   9.943741 1.446283e-02
## Seg5211.1                3.678458  1.6432368   9.928382 1.451450e-02
## Seg2307.4                3.797651  0.9464503   9.920677 1.454051e-02
## Seg2045.1               -4.226607  2.2135679   9.893015 1.463439e-02
## Seg10268.1               3.450568  1.4387696   9.854688 1.476573e-02
## Seg12854.1              -2.123047  2.4084485   9.845963 1.479584e-02
## Seg6501.2               -2.061148  1.8197649   9.837093 1.482653e-02
## Seg119.15                4.001284  1.1162767   9.833588 1.483868e-02
## Seg2104.1                2.098411  3.4052371   9.830002 1.485112e-02
## Seg1809.5               -4.019350  1.2417217   9.799531 1.495739e-02
## Seg3027.3                2.846449  1.0457672   9.758484 1.510208e-02
## Seg2858.2               -2.934346  1.7692784   9.744393 1.515216e-02
## Seg6124.2                2.412719  3.2749472   9.739426 1.516987e-02
## Seg6414.1                3.979224  0.8804437   9.739225 1.517059e-02
## Seg1883.5                2.172639  1.7252689   9.728324 1.520953e-02
## Seg6218.1               -2.243397  1.6996002   9.718616 1.524433e-02
## Seg1598.18               2.003425  2.3708556   9.716084 1.525342e-02
## Seg840.7                -2.138541  1.5040442   9.713542 1.526255e-02
## Seg1986.9                7.123616  1.1881091  10.565603 1.527378e-02
## Seg508.4.1.57f48f7c      4.758313  1.8038497   9.697737 1.531950e-02
## Seg1379.8                3.758312  0.9200551   9.696276 1.532478e-02
## Seg3290.2                6.908232  1.0047912  10.536460 1.536533e-02
## Seg1134.5                6.928415  1.0241662  10.516387 1.542882e-02
## Seg549.8                 3.248362  1.5468907   9.640175 1.552921e-02
## Seg3733.3               -3.661880  1.0943090   9.627783 1.557483e-02
## Seg2593.5                2.526532  1.3936396   9.626181 1.558074e-02
## Seg1679.1               -2.094274  2.3861116   9.618880 1.560772e-02
## Seg2881.9                2.859190  2.6351924   9.617878 1.561142e-02
## Seg757.1.1.57f48f7d      2.198791  2.1574898   9.581448 1.574694e-02
## Seg1303.13_Seg1303.14    2.019931  7.8169163   9.579716 1.575342e-02
## Seg3959.1                2.648606  1.6581573   9.563746 1.581334e-02
## Seg4032.2                2.001741  2.2765703   9.550881 1.586181e-02
## Seg5451.2                3.466498  3.1684622   9.527553 1.595019e-02
## Seg2803.2               -2.098744  1.2462078   9.505862 1.603294e-02
## Seg6150.2                2.097030  2.1633396   9.504556 1.603794e-02
## Seg159.6.1.57f48f77      2.163354  3.0186283   9.496213 1.606992e-02
## Seg2754.3                2.155915  2.6656907   9.489760 1.609471e-02
## Seg562.6                 2.137587  4.3103564   9.476097 1.614737e-02
## Seg6658.1               -3.971930  1.5768242   9.473830 1.615613e-02
## Seg1488.2                3.372094  2.4302776   9.471673 1.616446e-02
## Seg5964.2                2.965652  6.9698710   9.466862 1.618309e-02
## Seg6312.1                3.269593  0.6075301   9.463890 1.619460e-02
## Seg2678.6               -2.907900  1.6047115   9.457200 1.622056e-02
## Seg1078.5.2.57f48f75     8.195123  2.1707975  10.266113 1.624998e-02
## Seg5853.1.2.57f48f7c     4.282088  0.9412409   9.448840 1.625307e-02
## Seg1006.1                6.813319  0.9221418  10.242907 1.632900e-02
## Seg3687.1                3.913160  5.4974727   9.414249 1.638849e-02
## Seg66.8                  2.136687  1.7504932   9.393446 1.647063e-02
## Seg1562.1.1.57f48f77     6.996058  1.0674130  10.199954 1.647659e-02
## Seg4460.3               -2.470338  1.4542003   9.382847 1.651267e-02
## Seg549.4                -2.595293  1.4613888   9.378707 1.652914e-02
## Seg3476.1                3.439506  1.0248607   9.375078 1.654358e-02
## Seg1665.2                3.420725  3.1371386   9.371631 1.655732e-02
## Seg1423.1                2.609474  3.3096065   9.331361 1.671888e-02
## Seg301.2                 3.137452  3.0266102   9.321329 1.675944e-02
## Seg324.4                 2.027217  3.0714889   9.278833 1.693265e-02
## Seg42.9.1.57f48f7b       3.813023  1.9587645   9.275645 1.694574e-02
## Seg15.3                 -2.866242  3.3526847   9.270147 1.696834e-02
## Seg2325.3                2.240532  2.5516505   9.225051 1.715515e-02
## Seg991.1                 2.352382  2.8500070   9.199685 1.726138e-02
## Seg1439.9                2.395036  1.5633761   9.199575 1.726185e-02
## Seg299.9                 2.208414  2.3959481   9.196937 1.727294e-02
## Seg873.10                6.841683  0.9415847   9.964891 1.731606e-02
## Seg290.3                 2.658267  1.4983513   9.170642 1.738404e-02
## Seg2173.3                2.112290  3.1682984   9.154818 1.745134e-02
## Seg2293.14               2.307756  1.6199399   9.142993 1.750185e-02
## Seg1865.4                2.093871  3.6380815   9.141342 1.750892e-02
## Seg402.2                 8.542560  2.5051257   9.910879 1.751683e-02
## Seg5099.1                2.923581  0.6945621   9.119430 1.760305e-02
## Seg833.5                 2.123614  1.9251091   9.108759 1.764913e-02
## Seg27.2.1.57f48f7a       4.083205  4.8861470   9.108348 1.765091e-02
## Seg2113.5.1.57f48f79    -4.047583  2.1717255   9.107676 1.765381e-02
## Seg3100.5               -2.654239  2.4082360   9.107576 1.765425e-02
## Seg666.4                -2.002202  5.9724470   9.088596 1.773661e-02
## Seg3241.6                2.890222  0.8281489   9.088409 1.773742e-02
## Seg5994.1                6.946734  1.0324854   9.841942 1.777754e-02
## Seg14892.1               2.521349  1.1781597   9.069420 1.782033e-02
## Seg1039.3                3.222603  1.5858489   9.044407 1.793028e-02
## Seg66.5                  2.190485  6.5566842   9.013384 1.806785e-02
## Seg2876.2.1.57f48f7a     9.108753  3.0459345   9.765710 1.807180e-02
## Seg756.7                -3.388067  1.3425843   9.005179 1.810446e-02
## Seg8145.1                2.882099  1.1812270   9.004446 1.810774e-02
## Seg20987.1               3.108435  1.1300415   8.996130 1.814495e-02
## Seg468.6                 2.335870  1.8443196   8.992731 1.816019e-02
## Seg1498.5                4.189663  1.0581370   8.992244 1.816237e-02
## Seg4651.4.1.57f48f7b     5.537837  2.0778662   8.976079 1.823507e-02
## Seg2269.5                2.762893  1.1384953   8.975726 1.823666e-02
## Seg1599.4                3.940698  1.3047291   8.956569 1.832331e-02
## Seg1198.2                2.021416  1.9344241   8.956445 1.832387e-02
## Seg191.8                 2.924608  1.5130407   8.942260 1.838837e-02
## Seg2269.3                4.621155  0.5977667   8.934705 1.842284e-02
## Seg925.1                 3.687854  1.1721208   8.914426 1.851577e-02
## Seg9017.2                2.471639  1.3053308   8.910373 1.853442e-02
## Seg616.13                3.387886  2.5363560   8.905519 1.855678e-02
## Seg524.1                 2.057394  5.8834589   8.900488 1.857999e-02
## Seg27.1                  2.632630  3.8040421   8.897830 1.859227e-02
## Seg1850.8.5.57f48f78     2.546971  1.4080169   8.897691 1.859292e-02
## Seg1597.11               3.438088  0.7409764   8.893597 1.861185e-02
## Seg3716.1                3.783802  1.1819714   8.878612 1.868136e-02
## Seg5052.2                3.016296  1.3465850   8.818249 1.896476e-02
## Seg3345.2                2.751926  0.9640441   8.802880 1.903778e-02
## Seg1528.4               -2.109025  1.5096151   8.791988 1.908975e-02
## Seg4257.2                2.206954  2.0284267   8.760480 1.924112e-02
## Seg1428.2                4.020254  1.1305229   8.755184 1.926671e-02
## Seg1749.2.4.57f48f78    -4.082469  2.3512830   8.754364 1.927067e-02
## Seg1736.1                6.852981  0.9385916   9.469570 1.927750e-02
## Seg652.8                 3.848064  2.7750383   8.713051 1.947186e-02
## Seg2053.1                6.988823  1.0675184   9.423283 1.947541e-02
## Seg7634.1                2.262532  2.7832420   8.708608 1.949366e-02
## Seg6273.1                2.853822  1.2606296   8.704675 1.951298e-02
## Seg417.16                3.516446  3.4700430   8.688579 1.959230e-02
## Seg3839.2               -2.957956  0.8970979   8.685240 1.960881e-02
## Seg3125.2               -2.846989  3.6634413   8.684451 1.961271e-02
## Seg335.11               -2.670870  3.2967643   8.678052 1.964440e-02
## Seg3392.2                7.592968  1.6138091   9.381314 1.965716e-02
## Seg1333.6                3.329279  2.9907267   8.673925 1.966487e-02
## Seg4975.2                7.026111  1.0899237   9.376434 1.967844e-02
## Seg779.6                 3.933742  2.1800322   8.666775 1.970041e-02
## Seg474.4                 2.613625  1.3784756   8.664140 1.971352e-02
## Seg3864.1                6.411392  0.5891710   9.357256 1.976235e-02
## Seg5316.5               -3.040444  1.0322228   8.648235 1.979293e-02
## Seg3929.1                2.152983  2.8925593   8.646917 1.979953e-02
## Seg5059.1                2.019365  2.1161410   8.637616 1.984617e-02
## Seg2451.2                2.815623  1.1309826   8.632695 1.987091e-02
## Seg5241.3                7.106374  1.1584477   9.331553 1.987555e-02
## Seg5011.2                3.262058  1.7662544   8.617217 1.994897e-02
## Seg750.17                4.526134  0.6335696   8.605094 2.001037e-02
## Seg918.4                 2.147307  2.6619186   8.603825 2.001682e-02
## Seg3146.5               -2.037930  1.9923381   8.582431 2.012583e-02
## Seg12047.1               2.256339  4.2619143   8.544481 2.032106e-02
## Seg112.6                 3.324511  2.4757840   8.535083 2.036978e-02
## Seg2783.1               -3.425206  1.8069762   8.532746 2.038192e-02
## Seg1001.3               -2.068821  2.1867620   8.529019 2.040130e-02
## Seg3005.1                2.198729  1.4488494   8.522762 2.043388e-02
## Seg748.3                -2.678909  1.8150558   8.515243 2.047313e-02
## Seg305.6                 3.694008  0.8655185   8.514275 2.047818e-02
## Seg5314.2                4.605377  1.4085143   8.507609 2.051307e-02
## Seg2375.3.1.57f48f79     7.263662  1.3012039   9.186330 2.053140e-02
## Seg1045.2                7.118153  1.1673192   9.174035 2.058823e-02
## Seg2901.2               -2.679936  2.6881994   8.488732 2.061226e-02
## Seg4305.1                8.738819  2.6929965   9.164819 2.063096e-02
## Seg2815.1                2.188524  1.2542761   8.471409 2.070383e-02
## Seg2205.5               -3.395254  0.8384090   8.470035 2.071112e-02
## Seg455.1                 2.163080  3.8077090   8.466445 2.073017e-02
## Seg2256.4               -2.380647  1.1732826   8.457711 2.077661e-02
## Seg3897.2                2.442012  7.6221194   8.456627 2.078238e-02
## Seg161.7.2.57f48f77      4.173298  6.0953450   8.437456 2.088482e-02
## Seg3473.5               -2.630861  2.9802853   8.435505 2.089528e-02
## Seg1068.1                6.644660  0.7698028   9.106110 2.090590e-02
## Seg4067.1                7.338775  1.3826721   9.089182 2.098607e-02
## Seg3106.2                2.911772  1.0327724   8.407607 2.104559e-02
## Seg3470.4               -2.746771  2.8733290   8.403582 2.106739e-02
## Seg6750.2                2.308080  3.6896876   8.373316 2.123225e-02
## Seg962.1.1.57f48f7e      7.376211  1.4086463   9.030490 2.126719e-02
## Seg1029.7                2.074145  6.3132986   8.357104 2.132123e-02
## Seg2993.6                2.949465  0.8722586   8.352437 2.134694e-02
## Seg3163.8                2.512266  1.2577338   8.343254 2.139763e-02
## Seg4751.4               -3.866350  0.8877309   8.335068 2.144295e-02
## Seg1371.7                2.937607  0.8700511   8.333284 2.145284e-02
## Seg7663.2.1.57f48f7e     2.438889  1.1517668   8.315313 2.155281e-02
## Seg2545.1                3.571210  0.7660725   8.310169 2.158154e-02
## Seg6986.2                3.900143  0.6240944   8.290116 2.169399e-02
## Seg2530.7                3.107000  1.7984756   8.278098 2.176174e-02
## Seg196.1                 3.019460  0.6964570   8.274546 2.178182e-02
## Seg764.3.1.57f48f7d      6.460653  0.6362072   8.922406 2.179794e-02
## Seg1359.13               2.815077  1.7084216   8.254085 2.189793e-02
## Seg1999.8                2.215669  1.3141784   8.249407 2.192458e-02
## Seg2154.4                2.747619  1.3679657   8.228411 2.204474e-02
## Seg4404.3                3.511837  2.4624431   8.226978 2.205297e-02
## Seg21394.1              -3.343099  1.0272233   8.210529 2.214773e-02
## Seg1784.12              -3.771932  1.2545616   8.210289 2.214912e-02
## Seg3195.1                3.189143  2.8592868   8.198287 2.221860e-02
## Seg2771.3                6.759829  0.8798044   8.822160 2.230586e-02
## Seg1230.1                2.122166  2.3141839   8.175348 2.235217e-02
## Seg4827.2                2.956634  1.4052619   8.170523 2.238039e-02
## Seg5186.1                2.821373  1.8803523   8.146654 2.252069e-02
## Seg3146.4               -2.032854  2.3762555   8.136368 2.258150e-02
## Seg768.7                 6.705636  0.8430910   8.759678 2.263033e-02
## Seg3830.1                3.243266  1.4403000   8.126295 2.264125e-02
## Seg434.2                 6.419780  0.5774154   8.730795 2.278241e-02
## Seg1371.1                2.014386  4.2581659   8.099462 2.280140e-02
## Seg684.4                -2.011734  1.3912793   8.082896 2.290099e-02
## Seg3885.1.1.57f48f7b    -5.591675  3.0634268   8.076480 2.293971e-02
## Seg1721.1                6.711605  0.8217105   8.697539 2.295920e-02
## Seg5576.1               -3.601500  4.0130878   8.070615 2.297518e-02
## Seg338.7                 3.462806  0.8366669   8.065959 2.300339e-02
## Seg230.24                6.613295  0.7562881   8.687711 2.301178e-02
## Seg1796.8                3.893939  0.6118693   8.054354 2.307389e-02
## Seg4975.5                3.590189  1.0199388   8.040815 2.315649e-02
## Seg4019.1                3.739052  1.6975370   8.036182 2.318484e-02
## Seg703.6                -2.069322  0.9901795   8.035520 2.318890e-02
## Seg2700.2                3.395189  1.3882130   8.032083 2.320996e-02
## Seg319.8                 2.056483  3.1665717   8.030397 2.322030e-02
## Seg1753.3                3.786463  1.1765572   8.010750 2.334127e-02
## Seg639.7                 2.485003  2.4359220   8.002972 2.338938e-02
## Seg1806.9                2.322966  1.6748325   7.998652 2.341615e-02
## Seg900.13                3.699469  0.9545210   7.994526 2.344176e-02
## Seg3042.1                6.334242  0.5142289   8.606806 2.345076e-02
## Seg873.6                -3.090437  1.6108896   7.983917 2.350777e-02
## Seg780.3                 2.333693  2.4608847   7.982718 2.351525e-02
## Seg3567.2                2.544289  1.4438538   7.979012 2.353837e-02
## Seg4937.1                6.669893  0.8011093   8.589998 2.354334e-02
## Seg5301.1                6.418408  0.5764245   8.589150 2.354802e-02
## Seg6027.2                6.344460  0.5212187   8.572070 2.364261e-02
## Seg696.3                 2.323212  1.1473974   7.961606 2.364737e-02
## Seg7103.2                3.012447  0.9296766   7.959625 2.365982e-02
## Seg1374.5                3.765048  3.6255462   7.934626 2.381760e-02
## Seg5160.2                2.246922  1.8846514   7.927918 2.386016e-02
## Seg463.7                 2.061340  3.3077439   7.924274 2.388333e-02
## Seg3727.3                2.051497  1.2783082   7.920855 2.390509e-02
## Seg1081.10               2.533778  1.4282060   7.920617 2.390660e-02
## Seg1045.4                3.484611  1.8170313   7.910747 2.396957e-02
## Seg1221.15               2.469602  0.9072978   7.897255 2.405599e-02
## Seg1416.10               2.441119  1.9614310   7.881316 2.415858e-02
## Seg5259.3               -3.857942  0.9807151   7.874786 2.420078e-02
## Seg4865.1                6.316927  0.5135864   8.463056 2.425827e-02
## Seg739.4                 2.504005  1.1625701   7.858355 2.430737e-02
## Seg1727.5               -2.714472  3.1875245   7.857004 2.431616e-02
## Seg3491.1.1.57f48f7a     2.621600  3.4612629   7.852713 2.434411e-02
## Seg3661.1                2.111929  2.1869235   7.849954 2.436209e-02
## Seg1778.5                3.299812  1.4866586   7.848521 2.437145e-02
## Seg2884.3                2.398394  1.1298924   7.831654 2.448186e-02
## Seg3041.3                6.268818  0.4751316   8.407193 2.458193e-02
## Seg4099.1                2.392298  3.5523118   7.815554 2.458785e-02
## Seg3163.7                2.023188  1.3443233   7.814903 2.459215e-02
## Seg3475.1                2.112005  3.2649538   7.801864 2.467844e-02
## Seg1605.7                2.103985  2.1480197   7.799122 2.469663e-02
## Seg1081.13               3.220109  1.5861310   7.796896 2.471141e-02
## Seg16392.1               3.129812  1.7315209   7.782806 2.480525e-02
## Seg6522.1                2.035226  2.5882824   7.777257 2.484233e-02
## Seg1531.3                6.219049  0.4356456   8.347784 2.493240e-02
## Seg622.5                 2.398967  1.0411255   7.755316 2.498964e-02
## Seg18.9                  2.415632  1.3357794   7.746521 2.504900e-02
## Seg5556.1                2.237601  1.7434833   7.740259 2.509138e-02
## Seg65.9.1.57f48f7d       7.596725  4.5767120   7.737207 2.511207e-02
## Seg687.4                 3.909101  0.6376487   7.730387 2.515837e-02
## Seg739.1                 2.361488  0.8759396   7.723359 2.520620e-02
## Seg4503.2                6.174511  0.3992071   8.292837 2.526242e-02
## Seg3522.1               -3.782311  1.3813844   7.711291 2.528860e-02
## Seg2490.2                2.995577  1.3242186   7.689919 2.543538e-02
## Seg2253.7.1.57f48f79    -2.250012  3.1322384   7.682168 2.548889e-02
## Seg1766.7                6.454050  0.6244518   8.255254 2.549146e-02
## Seg2392.4                3.126809  1.3379378   7.672972 2.555255e-02
## Seg1475.15              -3.381925  1.8132486   7.670523 2.556954e-02
## Seg5173.2                2.519416  1.0474206   7.650210 2.571100e-02
## Seg1523.7                6.676644  0.8056741   8.213024 2.575209e-02
## Seg9160.2                2.458595  1.7443806   7.623655 2.589745e-02
## Seg1332.5               -2.927709  1.2201797   7.602164 2.604960e-02
## Seg4459.2               -3.673130  1.6428708   7.601470 2.605453e-02
## Seg1726.6                2.825859  1.2959350   7.599459 2.606884e-02
## Seg90.4                  2.736655  3.0741027   7.593608 2.611050e-02
## Seg858.5                -3.180405  1.2182499   7.592083 2.612137e-02
## Seg7223.2                2.036525  2.3012550   7.590109 2.613546e-02
## Seg1738.7                2.191339  3.4632327   7.589426 2.614033e-02
## Seg3755.3                3.416665  0.6471533   7.582869 2.618719e-02
## Seg1672.13.1.57f48f77    2.834687  3.4399428   7.565394 2.631260e-02
## Seg658.2                 6.390289  0.5839003   8.123064 2.631909e-02
## Seg2498.5                6.200075  0.4239434   8.117854 2.635243e-02
## Seg225.9.1.57f48f79      9.720732  3.6479552   8.112812 2.638474e-02
## Seg1078.9                6.227958  0.4410083   8.100423 2.646437e-02
## Seg2335.2                2.072681  2.0729219   7.534456 2.653652e-02
## Seg2013.3                3.324242  0.8644859   7.533201 2.654565e-02
## Seg3252.4               -3.274592  0.9560619   7.531324 2.655932e-02
## Seg1555.2                3.860719  1.8105153   7.526675 2.659321e-02
## Seg1374.16               6.050838  0.3061416   8.070700 2.665670e-02
## Seg376.4                -2.582237  1.4732040   7.498457 2.680013e-02
## Seg856.4                 2.462069  1.8496553   7.496356 2.681562e-02
## Seg1205.2               -2.564615  3.6083905   7.490486 2.685895e-02
## Seg2865.1               -2.098417  5.8063316   7.484776 2.690119e-02
## Seg708.2                 2.473929  1.3772376   7.474656 2.697627e-02
## Seg5689.1                2.936431  0.7022085   7.463256 2.706115e-02
## Seg8518.1                2.316948  3.4285930   7.461813 2.707192e-02
## Seg281.6                 3.027424  1.8086620   7.454709 2.712502e-02
## Seg6638.1               -2.413400  1.7631327   7.451616 2.714817e-02
## Seg1789.9                3.391020  4.7411538   7.426128 2.733999e-02
## Seg1541.6                2.033048  1.6905699   7.421917 2.737185e-02
## Seg3452.2                3.427398  0.9501213   7.398814 2.754747e-02
## Seg883.6.2.57f48f7e      3.588413  0.7770893   7.397807 2.755516e-02
## Seg1966.2                3.184815  1.2049714   7.381209 2.768227e-02
## Seg11812.1              -3.344802  3.3854644   7.377140 2.771355e-02
## Seg4593.1                3.174895  0.5428486   7.369732 2.777060e-02
## Seg3679.1               -2.135991  1.3619168   7.352810 2.790150e-02
## Seg323.8                 3.086881  1.6100190   7.348955 2.793143e-02
## Seg1067.5               -2.559674  2.5114751   7.341623 2.798847e-02
## Seg1268.10               2.681523  3.4998266   7.340266 2.799904e-02
## Seg3721.1                2.987697  0.7339282   7.339825 2.800248e-02
## Seg3863.1.1.57f48f7b     2.337708  3.7789010   7.330228 2.807741e-02
## Seg2323.1                3.221909  1.2395756   7.316548 2.818466e-02
## Seg2401.1                3.693923  0.6590398   7.314861 2.819792e-02
## Seg156.3                -2.464062  2.6267381   7.312619 2.821556e-02
## Seg4942.1               -2.549293  3.4668791   7.299167 2.832169e-02
## Seg3665.2                6.224680  0.4180330   7.815441 2.838668e-02
## Seg1784.8                3.479402  1.7756335   7.284826 2.843539e-02
## Seg3937.1.1.57f48f7b     2.377622  3.9787454   7.282069 2.845732e-02
## Seg2053.4                3.223798  0.5633639   7.280052 2.847337e-02
## Seg1815.7                2.312594  1.1759686   7.278362 2.848683e-02
## Seg1025.5                3.181064  1.5444593   7.278008 2.848966e-02
## Seg1046.1                2.603969  5.5782456   7.275428 2.851022e-02
## Seg1333.8                2.410883  1.6150112   7.269373 2.855857e-02
## Seg3275.1                3.810355  0.7455954   7.264062 2.860105e-02
## Seg1479.8               -2.959097  5.5917992   7.258127 2.864864e-02
## Seg6888.1                3.393964  2.1377548   7.250185 2.871246e-02
## Seg2615.3                2.334347  0.9901236   7.246262 2.874406e-02
## Seg2018.1                2.055118  1.4599427   7.242557 2.877394e-02
## Seg949.1                10.976844  4.8905691   7.743861 2.889821e-02
## Seg6589.2                4.186512  0.8520185   7.225265 2.891392e-02
## Seg1258.1                2.135568  2.9164780   7.219366 2.896187e-02
## Seg1721.16               3.067480  1.4546090   7.195260 2.915889e-02
## Seg2771.2                3.100082  2.1823429   7.191114 2.919294e-02
## Seg4203.5               -2.052573  1.0400912   7.190765 2.919581e-02
## Seg4304.1                3.222604  1.2364605   7.178874 2.929379e-02
## Seg6370.1                5.987306  0.2588939   7.668663 2.944874e-02
## Seg3720.5                2.472248  2.7466774   7.150400 2.953011e-02
## Seg320.7                 3.041062  0.4392728   7.149253 2.953968e-02
## Seg4503.3                6.186417  0.4056287   7.649067 2.959447e-02
## Seg60.2                  2.893743  1.8035997   7.127372 2.972302e-02
## Seg2141.2                3.447688  0.6588011   7.121179 2.977517e-02
## Seg3734.4                2.502937  0.8296486   7.112467 2.984874e-02
## Seg608.2                 2.221657  1.3887084   7.099066 2.996236e-02
## Seg6516.1                2.558646  0.8184614   7.090725 3.003335e-02
## Seg962.1                -3.366189  3.7986277   7.090530 3.003502e-02
## Seg7267.1                2.586439  3.0021012   7.078196 3.014040e-02
## Seg1522.9               -3.094296  1.2796124   7.073609 3.017971e-02
## Seg4018.4                6.236320  0.4250746   7.550124 3.034495e-02
## Seg2228.3               -2.009759  0.9533132   7.051941 3.036631e-02
## Seg1348.5               -3.187343  2.5763259   7.050252 3.038092e-02
## Seg3076.3                3.089534  1.4714911   7.044425 3.043138e-02
## Seg1882.1                2.413572  2.7237587   7.038912 3.047922e-02
## Seg2746.1                2.586069  1.7631364   7.036757 3.049795e-02
## Seg1725.10               2.557832  0.9204989   7.020642 3.063846e-02
## Seg323.9                 3.692300  1.1794650   7.018288 3.065906e-02
## Seg14170.1               3.328973  1.3322115   7.016440 3.067524e-02
## Seg852.14                2.947169  2.4420818   7.014838 3.068928e-02
## Seg679.16                2.442355  2.0043232   7.007443 3.075417e-02
## Seg1757.3               -3.653217  1.4610176   7.002983 3.079339e-02
## Seg318.26.2.57f48f7a     2.355652  2.5206085   6.990586 3.090276e-02
## Seg3073.3               -2.072311  2.1519341   6.989305 3.091408e-02
## Seg4215.1                3.068515  1.5975301   6.986578 3.093822e-02
## Seg2465.5.1.57f48f79     6.352938  0.5440135   7.467218 3.099321e-02
## Seg4300.1.1.57f48f7b     6.452624  0.6149950   7.463224 3.102490e-02
## Seg4902.1                2.017540  1.3063562   6.973052 3.105828e-02
## Seg1872.1                2.821456  1.6283701   6.951636 3.124960e-02
## Seg2661.1               -3.797864  2.5232166   6.945298 3.130652e-02
## Seg1077.8               -2.651847  1.0347801   6.943682 3.132105e-02
## Seg80.3                  2.961059  0.6605080   6.934358 3.140506e-02
## Seg2963.3.1.57f48f7a    -5.010825  3.6771245   6.925086 3.148889e-02
## Seg1668.2                2.666065  1.2129703   6.924176 3.149714e-02
## Seg1771.9               -3.378134  5.9277911   6.922043 3.151646e-02
## Seg2811.2.1.57f48f7a    -3.744125  4.0447961   6.914389 3.158597e-02
## Seg1528.3                2.817390  3.4491989   6.909787 3.162784e-02
## Seg633.16                2.990155  1.3856259   6.895113 3.176186e-02
## Seg5328.3                2.604219  0.8006572   6.875287 3.194408e-02
## Seg1477.7                2.757626  0.7267542   6.864620 3.204267e-02
## Seg5052.1                2.526229  1.0900137   6.861792 3.206888e-02
## Seg713.3.1.57f48f7d     -3.639265  1.6142014   6.857695 3.210689e-02
## Seg886.5                 2.027819  1.1331826   6.850772 3.217126e-02
## Seg2838.2               -2.562813  3.8072094   6.845696 3.221855e-02
## Seg2818.1                2.166244  1.0979635   6.843845 3.223582e-02
## Seg4806.1               -3.641830  0.8363438   6.826170 3.240132e-02
## Seg7544.2               -2.863727  5.5629593   6.816481 3.249250e-02
## Seg607.5                 3.027731  5.4973359   6.795521 3.269088e-02
## Seg1645.2               -2.032624  0.7680193   6.791036 3.273354e-02
## Seg2322.3               -2.153332  4.3209147   6.776651 3.287081e-02
## Seg1704.12               2.745266  1.3555815   6.773153 3.290431e-02
## Seg1367.3                6.184155  0.3831748   7.231672 3.293743e-02
## Seg1983.10               3.528574  0.9791299   6.756633 3.306308e-02
## Seg3537.1                6.194923  0.4114242   7.206408 3.315540e-02
## Seg4355.2                2.528918  1.2798931   6.737224 3.325087e-02
## Seg2523.2               -2.614407  2.4970353   6.715604 3.346167e-02
## Seg1619.5                6.186886  0.3847441   7.166955 3.349962e-02
## Seg4437.2                2.778376  0.8034616   6.708961 3.352679e-02
## Seg633.7                 2.543338  1.2076313   6.704768 3.356797e-02
## Seg7107.2                2.506037  1.1674267   6.704324 3.357233e-02
## Seg212.5.1.57f48f79     -3.204139  2.9806729   6.697391 3.364058e-02
## Seg1750.1               -3.336547  3.1030037   6.696879 3.364562e-02
## Seg1063.5.1.57f48f75     2.099455  6.0907499   6.690521 3.370838e-02
## Seg1177.5               -2.275029  1.0920421   6.689915 3.371437e-02
## Seg652.3                 3.027668  3.5246507   6.686913 3.374407e-02
## Seg3795.1                2.319501  1.6549334   6.680192 3.381066e-02
## Seg376.5                 2.391250  1.2787566   6.679996 3.381260e-02
## Seg3123.2.1.57f48f7a     4.234779  4.8651229   6.677254 3.383982e-02
## Seg1737.8                3.168814  2.7231033   6.660672 3.400502e-02
## Seg2135.2                3.045098  1.7053064   6.659130 3.402043e-02
## Seg2682.7                2.376515  1.7116510   6.657838 3.403335e-02
## Seg1300.7                5.907886  0.1903693   7.089560 3.418867e-02
## Seg581.10                6.356695  0.5470123   7.089171 3.419218e-02
## Seg802.4                 2.488126  1.3175865   6.636008 3.425265e-02
## Seg7544.2.1.57f48f7d    -2.447986  5.1360906   6.635950 3.425324e-02
## Seg935.9                 3.091224  1.9792634   6.622438 3.438989e-02
## Seg3183.3                2.483696  2.8491089   6.621083 3.440363e-02
## Seg351.12                3.188215  1.9054480   6.609411 3.452229e-02
## Seg3089.1.1.57f48f7a     4.541214  2.4382697   6.607983 3.453684e-02
## Seg1029.9                3.492129  1.2618090   6.591799 3.470234e-02
## Seg1705.3               -2.199639  1.7836290   6.582629 3.479656e-02
## Seg809.6                 6.284062  0.4844728   6.998906 3.501975e-02
## Seg3076.1                3.181588  1.2029215   6.559081 3.504001e-02
## Seg451.5                -2.977969  1.7307653   6.547371 3.516189e-02
## Seg1807.2.1.57f48f78    -3.813459  5.5993655   6.532140 3.532124e-02
## Seg2586.5               -2.303778  1.3125229   6.515944 3.549169e-02
## Seg1003.1.2.57f48f75     8.487814  2.4423716   6.943622 3.553968e-02
## Seg816.7                 2.441266  1.5263965   6.507158 3.558461e-02
## Seg1787.6                3.099265  0.5624429   6.504421 3.561362e-02
## Seg1658.13               2.366406  4.1491724   6.501341 3.564630e-02
## Seg2360.1                3.116791  0.9397652   6.500760 3.565246e-02
## Seg386.2.1.57f48f7b     -2.565842  3.4047454   6.499436 3.566652e-02
## Seg96.9                  2.134307  1.0430231   6.492958 3.573543e-02
## Seg4651.2                2.037277  1.3439376   6.483492 3.583642e-02
## Seg3668.6               -2.558636  1.3737056   6.479000 3.588448e-02
## Seg4181.1                2.694741  0.6746626   6.474693 3.593063e-02
## Seg991.6                 2.388358  1.1179736   6.464866 3.603623e-02
## Seg1762.10              -2.448284  3.7665852   6.458120 3.610894e-02
## Seg2311.3                3.339425  1.5223819   6.453403 3.615989e-02
## Seg442.4                -2.280616  1.7431784   6.444702 3.625413e-02
## Seg3906.3                8.688354  2.6490339   6.867363 3.627371e-02
## Seg1370.3               -2.476291  1.5535468   6.442788 3.627491e-02
## Seg1464.10               2.945075  3.5793117   6.441804 3.628558e-02
## Seg684.5                -2.482769  2.9637482   6.430498 3.640865e-02
## Seg1200.2.1.57f48f75     3.194094  4.2426247   6.429045 3.642451e-02
## Seg5216.1                2.581198  0.9462839   6.427222 3.644441e-02
## Seg5841.1                2.065920  2.6479729   6.425730 3.646070e-02
## Seg237.6                10.522905  4.4404979   6.846102 3.648192e-02
## Seg2008.4               -2.476780  3.2926289   6.419315 3.653089e-02
## Seg1481.10               4.663122  1.2683376   6.389405 3.686045e-02
##                                FDR
## Seg1200.2              0.006499480
## Seg1845.3              0.006499480
## Seg1891.11             0.006499480
## Seg1698.1              0.006499480
## Seg8734.1              0.006499480
## Seg1088.2              0.006499480
## Seg207.7               0.006499480
## Seg1787.11             0.006499480
## Seg2332.1              0.006499480
## Seg2624.3.2.57f48f79   0.006499480
## Seg1896.6              0.006499480
## Seg3381.1              0.006499480
## Seg2869.1              0.006499480
## Seg1379.9              0.006499480
## Seg1695.10             0.006499480
## Seg1379.10             0.006499480
## Seg1720.8.1.57f48f77   0.006499480
## Seg1379.11             0.006499480
## Seg1179.1              0.006499480
## Seg2175.8              0.006499480
## Seg2919.3              0.006499480
## Seg1871.7              0.006499480
## Seg337.1               0.006499480
## Seg343.1               0.006499480
## Seg1973.4              0.006499480
## Seg8628.1              0.006499480
## Seg6822.1              0.006499480
## Seg1262.3.1.57f48f76   0.006499480
## Seg1379.16             0.006499480
## Seg852.16              0.006499480
## Seg3190.1              0.006499480
## Seg675.11              0.006499480
## Seg400.1               0.006499480
## Seg2175.2              0.006499480
## Seg1509.11             0.006499480
## Seg555.6               0.006499480
## Seg2487.1              0.006499480
## Seg2281.2              0.006499480
## Seg711.3               0.006499480
## Seg3630.3              0.006499480
## Seg1682.3.1.57f48f77   0.006499480
## Seg164.11              0.006499480
## Seg3935.2              0.006499480
## Seg2281.1              0.006499480
## Seg1313.2              0.006499480
## Seg650.7               0.006499480
## Seg598.5               0.006499480
## Seg620.3               0.006499480
## Seg183.2.1.57f48f78    0.006499480
## Seg586.17              0.006499480
## Seg3216.1              0.006499480
## Seg3557.1              0.006499480
## Seg1822.6              0.007447219
## Seg8672.1              0.007447219
## Seg2511.7              0.007684540
## Seg5580.1              0.007684540
## Seg1250.5              0.007684540
## Seg1649.3              0.007684540
## Seg8.2                 0.007684540
## Seg2967.1.2.57f48f7a   0.007684540
## Seg2800.2              0.007684540
## Seg207.8               0.007708587
## Seg3026.1.1.57f48f7a   0.007799733
## Seg2025.6              0.007799733
## Seg12003.1             0.007799733
## Seg119.17              0.007799733
## Seg2624.3              0.007799733
## Seg2275.12             0.007799733
## Seg3412.1              0.007799733
## Seg675.12              0.007799733
## Seg4403.5              0.007799733
## Seg1896.6.1.57f48f78   0.007865930
## Seg4229.2              0.007865930
## Seg1181.11             0.007865930
## Seg1602.2              0.007865930
## Seg593.11              0.007865930
## Seg1662.7              0.007865930
## Seg1259.5              0.007865930
## Seg118.6               0.007865930
## Seg1347.4              0.007865930
## Seg650.14              0.007865930
## Seg2904.4              0.007919365
## Seg1121.18             0.008049545
## Seg4403.3              0.008049545
## Seg2350.3              0.008049545
## Seg994.5               0.008096340
## Seg675.10              0.008096340
## Seg1999.6              0.008096340
## Seg1431.3              0.008096340
## Seg1611.1              0.008116964
## Seg1221.3              0.008116964
## Seg6214.1              0.008278799
## Seg50.15               0.008344944
## Seg319.14              0.008397984
## Seg3470.3              0.008553681
## Seg16688.1             0.008661883
## Seg9565.1              0.008715485
## Seg813.12              0.008793417
## Seg1755.3              0.008793417
## Seg581.12              0.008793417
## Seg1067.4              0.008793417
## Seg22845.1             0.008793417
## Seg1986.5              0.008897237
## Seg9743.1              0.008897237
## Seg2693.2              0.008897237
## Seg62.7                0.008918499
## Seg4642.1              0.008944105
## Seg2064.1              0.008944105
## Seg3561.4              0.008944105
## Seg580.2               0.008944105
## Seg473.4               0.008950577
## Seg94.9                0.009072184
## Seg861.9               0.009072184
## Seg1118.12.1.57f48f75  0.009072184
## Seg1077.4              0.009116041
## Seg4845.1              0.009116041
## Seg6812.1              0.009116041
## Seg3035.1              0.009116041
## Seg26.4                0.009116041
## Seg2175.6              0.009116041
## Seg6133.2              0.009116041
## Seg350.19              0.009155653
## Seg796.1               0.009225389
## Seg229.10              0.009225389
## Seg1389.16.13.57f48f76 0.009378088
## Seg18.4                0.009378088
## Seg11740.1             0.009378088
## Seg1740.10             0.009378088
## Seg1983.9              0.009498348
## Seg1431.1              0.009498348
## Seg1118.8              0.009498348
## Seg2182.2              0.009498348
## Seg4294.2              0.009498348
## Seg1611.1.1.57f48f77   0.009498348
## Seg1578.9              0.009498348
## Seg415.3.1.57f48f7b    0.009498348
## Seg2577.2              0.009605833
## Seg4466.2              0.009617111
## Seg750.12              0.009673760
## Seg2291.2              0.009673760
## Seg7472.1              0.009673760
## Seg212.2               0.009699826
## Seg2735.5              0.009740900
## Seg2189.6              0.009865875
## Seg5340.1              0.009865875
## Seg667.5               0.009873438
## Seg229.6               0.009933911
## Seg369.1               0.009933911
## Seg1996.8              0.009933911
## Seg4894.3              0.009933911
## Seg2355.4.1.57f48f79   0.009933911
## Seg1374.4              0.009933911
## Seg1513.1              0.009933911
## Seg4630.1              0.009979899
## Seg3089.1.2.57f48f7a   0.009979899
## Seg6838.2              0.009979899
## Seg3307.3              0.010024427
## Seg1822.4              0.010024427
## Seg417.1               0.010024427
## Seg1812.3              0.010024427
## Seg1999.10             0.010024427
## Seg115.4               0.010024427
## Seg2967.1.1.57f48f7a   0.010024427
## Seg821.11              0.010024427
## Seg1431.2              0.010024427
## Seg1891.12_Seg1891.13  0.010024427
## Seg1782.12             0.010024427
## Seg3927.2              0.010024427
## Seg710.1               0.010024427
## Seg652.6               0.010024427
## Seg2142.7              0.010024427
## Seg3283.2              0.010153171
## Seg172.13              0.010153171
## Seg4035.2.1.57f48f7b   0.010153171
## Seg1999.5              0.010153171
## Seg397.35              0.010153171
## Seg236.11              0.010334164
## Seg3035.2              0.010334164
## Seg24446.1             0.010334164
## Seg385.4               0.010334164
## Seg139.2               0.010334164
## Seg3953.1              0.010463163
## Seg1144.7              0.010475413
## Seg419.7               0.010506765
## Seg397.33              0.010510306
## Seg2530.3              0.010510306
## Seg1658.23             0.010510306
## Seg652.7               0.010540413
## Seg3735.1              0.010540413
## Seg1372.7              0.010540413
## Seg335.12.1.57f48f7a   0.010540413
## Seg1715.1.1.57f48f77   0.010540413
## Seg1455.4              0.010720636
## Seg319.15              0.010720636
## Seg3951.2              0.010720636
## Seg2887.2.1.57f48f7a   0.010720636
## Seg1405.8              0.010720636
## Seg1668.12             0.010720636
## Seg13200.1             0.010789786
## Seg1374.9.1.57f48f76   0.010869997
## Seg2312.2.2.57f48f79   0.010949758
## Seg1915.8              0.010949758
## Seg4819.1              0.010959382
## Seg2152.7              0.010959382
## Seg308.11              0.010959382
## Seg1649.2              0.010959382
## Seg500.3               0.010959382
## Seg1698.1.1.57f48f77   0.010960880
## Seg4261.1              0.011009238
## Seg5283.4              0.011044054
## Seg11296.3             0.011348937
## Seg5087.2              0.011348937
## Seg65.2                0.011348937
## Seg976.3               0.011348937
## Seg3026.1              0.011348937
## Seg795.1               0.011423072
## Seg6367.1              0.011556347
## Seg5146.1              0.011556347
## Seg2298.7              0.011556347
## Seg1095.19             0.011841998
## Seg1512.9_Seg1512.10   0.011841998
## Seg7.2                 0.011841998
## Seg3459.1              0.011841998
## Seg5314.1              0.011841998
## Seg1370.1              0.011841998
## Seg2040.1              0.011841998
## Seg446.7               0.011841998
## Seg2317.3.1.57f48f79   0.011841998
## Seg2725.2.1.57f48f7a   0.011841998
## Seg6278.1              0.011841998
## Seg3823.2              0.011879738
## Seg1917.1              0.011940576
## Seg19800.1             0.011940576
## Seg3188.2              0.012443884
## Seg1297.1              0.012719929
## Seg13228.1             0.012918054
## Seg2388.2              0.012918054
## Seg6854.3              0.013105089
## Seg675.14              0.013107693
## Seg6419.1              0.013129471
## Seg593.14              0.013129471
## Seg1496.8              0.013129471
## Seg4877.2              0.013129471
## Seg429.9               0.013129471
## Seg1721.15             0.013129471
## Seg2440.4              0.013129471
## Seg3794.2              0.013129471
## Seg1877.8              0.013129471
## Seg4603.2.1.57f48f7b   0.013129471
## Seg5671.1              0.013129471
## Seg3647.2              0.013129471
## Seg319.13              0.013223416
## Seg3888.1              0.013223416
## Seg7574.2              0.013223416
## Seg1276.3.1.57f48f76   0.013223416
## Seg4268.2              0.013223416
## Seg846.9.2.57f48f7e    0.013223416
## Seg1080.6.1.57f48f75   0.013223416
## Seg4334.1              0.013223416
## Seg1988.5              0.013223416
## Seg169.11              0.013223416
## Seg954.16              0.013316960
## Seg1761.2              0.013316960
## Seg1359.7              0.013316960
## Seg1648.4              0.013316960
## Seg1163.7              0.013316960
## Seg539.6               0.013316960
## Seg675.15              0.013336671
## Seg1199.1              0.013446385
## Seg1770.5              0.013484177
## Seg1807.2              0.013484177
## Seg1077.3              0.013575995
## Seg1715.9              0.013590254
## Seg708.15              0.013590254
## Seg3693.2              0.013590254
## Seg1671.13             0.013590254
## Seg508.5               0.013590254
## Seg552.5.1.57f48f7c    0.013590254
## Seg1509.5              0.013590254
## Seg353.11              0.013590254
## Seg2427.16             0.013590254
## Seg2767.1              0.013590254
## Seg2152.6              0.013590254
## Seg1303.9              0.013590254
## Seg9718.1              0.013590254
## Seg2877.4              0.013590254
## Seg3785.1              0.013800598
## Seg3545.1              0.013835078
## Seg5677.1              0.013986601
## Seg1915.10             0.013998285
## Seg1001.2              0.014009081
## Seg1012.9              0.014073595
## Seg1666.23             0.014073595
## Seg98.3                0.014073595
## Seg1370.12             0.014084657
## Seg440.2               0.014084657
## Seg2941.1              0.014097852
## Seg154.8               0.014097852
## Seg3979.1              0.014113587
## Seg16610.1             0.014113587
## Seg1730.10             0.014136408
## Seg952.4               0.014136408
## Seg4009.1              0.014136408
## Seg1730.7.1.57f48f77   0.014136408
## Seg80.5                0.014136408
## Seg1313.9              0.014136408
## Seg103.1               0.014136408
## Seg8852.2              0.014140320
## Seg2992.2              0.014208494
## Seg1734.3              0.014283030
## Seg2390.2              0.014296059
## Seg639.8               0.014296059
## Seg1470.10             0.014296059
## Seg161.7               0.014296059
## Seg1445.2              0.014296059
## Seg298.5.1.57f48f7a    0.014399546
## Seg1895.5              0.014446041
## Seg1983.7              0.014454629
## Seg1430.21.1.57f48f76  0.014454629
## Seg675.17              0.014454629
## Seg3715.2              0.014454629
## Seg2511.3              0.014454629
## Seg1946.8              0.014454629
## Seg3335.3              0.014497628
## Seg720.8               0.014577169
## Seg6310.3              0.014653899
## Seg1946.5              0.014743535
## Seg580.2.2.57f48f7c    0.014743535
## Seg3381.2              0.014778106
## Seg1076.5.2.57f48f75   0.014778106
## Seg800.7               0.014778106
## Seg4133.2              0.014778106
## Seg1121.27             0.014860890
## Seg227.1               0.014983113
## Seg265.1.1.57f48f79    0.015079485
## Seg1445.3              0.015079485
## Seg835.3               0.015165160
## Seg2229.2              0.015165160
## Seg1666.9              0.015166400
## Seg7335.1              0.015241089
## Seg1078.7              0.015316648
## Seg1475.1.1.57f48f76   0.015316648
## Seg582.2               0.015316648
## Seg880.5_Seg880.8      0.015316648
## Seg8949.1              0.015316648
## Seg1904.1.1.57f48f78   0.015316648
## Seg1874.2              0.015316648
## Seg1491.4              0.015392958
## Seg3143.2              0.015445471
## Seg1853.5              0.015651705
## Seg852.3               0.015661069
## Seg5090.1              0.015696132
## Seg2716.3              0.015696132
## Seg1131.9              0.015696132
## Seg647.4               0.015696132
## Seg3956.3              0.015709619
## Seg3904.2              0.015709619
## Seg675.16              0.015897232
## Seg226.3               0.015897232
## Seg154.12              0.015897232
## Seg1437.7              0.015897232
## Seg1619.6              0.015908399
## Seg2730.4              0.015908399
## Seg1000.14             0.015908399
## Seg2299.6              0.015908399
## Seg5671.2              0.016035823
## Seg50.14               0.016086989
## Seg4287.2              0.016096081
## Seg932.6               0.016096081
## Seg3444.4              0.016096081
## Seg3993.2              0.016096081
## Seg1031.7              0.016096081
## Seg1873.5              0.016096081
## Seg3865.1              0.016096081
## Seg1721.11             0.016096081
## Seg13094.1             0.016096081
## Seg766.1               0.016096081
## Seg6027.1              0.016096081
## Seg450.4               0.016096081
## Seg1556.16             0.016096081
## Seg826.6.3.57f48f7e    0.016096081
## Seg4822.1              0.016096081
## Seg7216.1              0.016096081
## Seg112.7               0.016096081
## Seg2708.6              0.016096081
## Seg1123.15             0.016096081
## Seg9950.1              0.016096081
## Seg5088.1              0.016157124
## Seg1123.8              0.016157124
## Seg1000.9              0.016157124
## Seg5893.1              0.016157124
## Seg213.5               0.016157124
## Seg7585.1              0.016157124
## Seg1749.2.3.57f48f78   0.016157124
## Seg1925.6              0.016157124
## Seg1838.3              0.016189485
## Seg4799.1              0.016189485
## Seg2513.1              0.016189485
## Seg1234.10             0.016360155
## Seg2232.4              0.016360155
## Seg13540.1             0.016360155
## Seg94.10               0.016360155
## Seg1855.5              0.016450677
## Seg2949.3              0.016470331
## Seg1556.17             0.016470331
## Seg287.9.2.57f48f7a    0.016470331
## Seg785.1               0.016470331
## Seg10002.1             0.016487546
## Seg1608.5              0.016487546
## Seg100.5               0.016503978
## Seg2186.4              0.016503978
## Seg444.14              0.016503978
## Seg2737.2              0.016503978
## Seg1885.8              0.016503978
## Seg435.11              0.016503978
## Seg1891.14             0.016503978
## Seg1784.13             0.016503978
## Seg1966.3              0.016503978
## Seg1841.4              0.016597903
## Seg9504.1              0.016597903
## Seg2002.4              0.016650833
## Seg8531.1              0.016650833
## Seg1784.9              0.016650833
## Seg4689.1              0.016661573
## Seg1378.3              0.016661573
## Seg1031.3              0.016661573
## Seg353.10              0.016766174
## Seg1983.6              0.016770389
## Seg1516.9.1.57f48f76   0.016782569
## Seg5464.1.1.57f48f7c   0.016946894
## Seg1426.8              0.016946894
## Seg395.5               0.016946894
## Seg1975.2              0.017168075
## Seg8852.1              0.017175827
## Seg1915.9              0.017175827
## Seg1882.13             0.017199018
## Seg4161.1              0.017199018
## Seg1393.8              0.017199018
## Seg2302.4              0.017199018
## Seg745.3               0.017199018
## Seg6667.1              0.017199018
## Seg4496.2              0.017199018
## Seg7453.1              0.017199018
## Seg1644.15.1.57f48f77  0.017199018
## Seg233.6               0.017217214
## Seg1797.3              0.017217214
## Seg2440.7              0.017217214
## Seg2769.1              0.017257049
## Seg1783.2              0.017257049
## Seg1585.12             0.017257049
## Seg2162.8              0.017326585
## Seg1585.10             0.017361788
## Seg738.3               0.017361788
## Seg1131.10             0.017371996
## Seg1689.3              0.017371996
## Seg2345.2              0.017427840
## Seg4215.2              0.017494080
## Seg1963.3              0.017498826
## Seg5552.1              0.017512540
## Seg7542.1              0.017604315
## Seg6255.3              0.017989100
## Seg7103.1              0.018001884
## Seg3336.2              0.018020415
## Seg387.2               0.018075273
## Seg1641.9              0.018108717
## Seg671.4               0.018108717
## Seg2175.3              0.018108717
## Seg1367.2              0.018178885
## Seg274.8               0.018178885
## Seg5011.1              0.018178885
## Seg8230.2              0.018410060
## Seg1780.1              0.018528648
## Seg2789.1              0.018559327
## Seg2175.7              0.018644196
## Seg920.3               0.018713281
## Seg3073.5              0.018953109
## Seg2286.4              0.019152265
## Seg4855.1.1.57f48f7c   0.019316800
## Seg1073.1              0.019316800
## Seg1756.9              0.019316800
## Seg1697.10_Seg1697.9   0.019316800
## Seg1470.9              0.019316800
## Seg2532.2.1.57f48f79   0.019316800
## Seg2251.3.1.57f48f79   0.019316800
## Seg5310.3              0.019316800
## Seg920.2               0.019316800
## Seg3735.2              0.019316800
## Seg1161.2.1.57f48f75   0.019316800
## Seg1422.5              0.019352374
## Seg1985.4              0.019352374
## Seg1333.7              0.019690375
## Seg4996.2              0.019690375
## Seg2837.2.1.57f48f7a   0.019690375
## Seg5619.1              0.019690375
## Seg1333.5              0.019690375
## Seg2482.1              0.019724831
## Seg9519.1              0.019724831
## Seg11511.1             0.019774977
## Seg2919.4              0.019774977
## Seg2867.2              0.019774977
## Seg1604.2              0.019774977
## Seg8997.1              0.019774977
## Seg4403.1              0.019774977
## Seg675.3               0.019809809
## Seg2175.1              0.019809809
## Seg5296.1              0.019822851
## Seg2031.2              0.019824265
## Seg2726.2              0.019831361
## Seg5068.2              0.019964424
## Seg385.15              0.019968385
## Seg2495.1              0.020021459
## Seg1739.11             0.020021459
## Seg550.3               0.020021459
## Seg2279.1              0.020146721
## Seg3078.4              0.020146721
## Seg1816.7              0.020146721
## Seg396.7               0.020146721
## Seg1144.6              0.020264435
## Seg1516.2              0.020264435
## Seg1733.7              0.020264435
## Seg5650.1              0.020264435
## Seg21.3                0.020264435
## Seg73.3                0.020346706
## Seg140.4               0.020346706
## Seg1512.4.1.57f48f76   0.020379179
## Seg1983.8              0.020500653
## Seg15829.1             0.020635253
## Seg3628.2              0.020635253
## Seg920.1               0.020640738
## Seg11328.1             0.020640738
## Seg1999.9              0.020640738
## Seg8991.1              0.020823841
## Seg1195.1              0.020823841
## Seg6483.1              0.020823841
## Seg3466.2              0.020823841
## Seg4663.2              0.020823841
## Seg4299.3              0.020823841
## Seg1578.2              0.020823841
## Seg34.1                0.020823841
## Seg1757.4              0.020823841
## Seg1225.7              0.020846974
## Seg3037.2              0.020846974
## Seg384.3.1.57f48f7b    0.020870095
## Seg5090.2              0.020870095
## Seg2154.1              0.020870095
## Seg2314.6              0.020870095
## Seg7441.2              0.020990309
## Seg811.6               0.020990309
## Seg6374.1              0.021004593
## Seg2956.2              0.021417100
## Seg1770.7              0.021417100
## Seg1997.4              0.021417100
## Seg1950.2              0.021596532
## Seg6707.1.1.57f48f7d   0.021627268
## Seg6854.2              0.021714811
## Seg2091.1              0.021756704
## Seg16047.1             0.021756704
## Seg1075.1              0.021756704
## Seg4224.1              0.021756704
## Seg3758.2              0.021756704
## Seg114.9               0.021756704
## Seg168.2               0.021756704
## Seg94.5                0.021801794
## Seg647.3               0.021840518
## Seg101.4               0.021847577
## Seg1244.2              0.021881871
## Seg5426.1              0.021881871
## Seg978.3               0.021881871
## Seg1328.7              0.021881871
## Seg4121.1              0.021881871
## Seg102.13              0.021881871
## Seg1338.7              0.021881871
## Seg6221.1              0.021881871
## Seg6790.1              0.021881871
## Seg1379.12             0.021881871
## Seg372.1               0.021881871
## Seg11598.2             0.021881871
## Seg284.3_Seg284.4      0.021881871
## Seg501.1               0.021881871
## Seg375.7               0.021881871
## Seg2170.6              0.021881871
## Seg1928.4              0.021881871
## Seg5525.1              0.021881871
## Seg4466.3              0.021912835
## Seg262.2               0.021912835
## Seg16297.1             0.021912835
## Seg1966.4              0.021925627
## Seg3346.2              0.022079625
## Seg192.1               0.022161504
## Seg2326.5              0.022161504
## Seg456.2               0.022161504
## Seg1329.7              0.022200764
## Seg6811.2              0.022254694
## Seg16345.1             0.022276308
## Seg1095.18             0.022402498
## Seg764.8               0.022468472
## Seg418.13              0.022468472
## Seg552.3               0.022615197
## Seg1769.8              0.022615197
## Seg11011.2             0.022628810
## Seg806.1               0.022629359
## Seg1345.8              0.022629359
## Seg187.11              0.022629359
## Seg1674.6              0.022629359
## Seg7632.1              0.022629359
## Seg4360.1              0.022629359
## Seg7919.1              0.022629359
## Seg18102.1             0.022629359
## Seg746.7               0.022629359
## Seg4425.3              0.022629359
## Seg3403.1              0.022629359
## Seg1878.1              0.022751040
## Seg9198.1              0.022780599
## Seg3473.2              0.022855613
## Seg1027.14             0.022855613
## Seg478.3               0.022912520
## Seg1816.3              0.022912520
## Seg4697.3              0.022912520
## Seg506.3               0.023020094
## Seg8305.1              0.023077335
## Seg7105.1              0.023087368
## Seg5138.1              0.023114931
## Seg8862.1              0.023114931
## Seg5063.5              0.023211507
## Seg10219.1             0.023249244
## Seg3947.4              0.023280917
## Seg4614.3              0.023280917
## Seg1329.6              0.023310091
## Seg11652.1             0.023372968
## Seg5814.2              0.023372968
## Seg1001.1              0.023393167
## Seg1279.8              0.023586452
## Seg2915.2              0.023659880
## Seg1266.3              0.023671754
## Seg2666.3              0.023671754
## Seg12502.1             0.023733225
## Seg6.6.1.57f48f7c      0.023901865
## Seg1478.13             0.023908760
## Seg1627.3              0.023913375
## Seg3794.3              0.023943144
## Seg1347.5              0.024145690
## Seg9440.1              0.024145690
## Seg4957.2              0.024217180
## Seg9386.1              0.024217180
## Seg1234.1              0.024217180
## Seg3589.9              0.024217180
## Seg1526.9              0.024369150
## Seg4235.1              0.024384149
## Seg1363.34             0.024384149
## Seg3085.2              0.024384149
## Seg7397.1              0.024390273
## Seg6106.1              0.024390273
## Seg2862.3              0.024454680
## Seg1026.3              0.024480582
## Seg1439.10             0.024491457
## Seg1574.16             0.024491457
## Seg6817.1              0.024491457
## Seg1346.2              0.024491457
## Seg1103.4              0.024491457
## Seg233.1               0.024739033
## Seg1754.9.2.57f48f78   0.024739033
## Seg12214.1             0.024744034
## Seg1771.8              0.024789538
## Seg1304.8              0.024906375
## Seg258.4               0.024906375
## Seg267.7               0.024906375
## Seg1154.2              0.024906375
## Seg1019.1.1.57f48f75   0.024906375
## Seg382.7               0.024906375
## Seg1095.25             0.024906375
## Seg239.3               0.024906375
## Seg665.4               0.024906375
## Seg1839.8              0.024906375
## Seg768.14.1.57f48f7e   0.024906375
## Seg2454.8              0.024906375
## Seg5677.2              0.024906375
## Seg593.13              0.024906375
## Seg900.9.1.57f48f7e    0.024910639
## Seg2314.7              0.024941586
## Seg3875.3              0.024947805
## Seg3300.3.1.57f48f7a   0.024947805
## Seg2324.9              0.024947805
## Seg940.16              0.024947805
## Seg1058.1              0.024949727
## Seg1730.1              0.024949727
## Seg2104.2              0.025021834
## Seg1300.8              0.025021834
## Seg1450.28             0.025021834
## Seg397.5               0.025035436
## Seg1854.3              0.025120306
## Seg1944.6              0.025368910
## Seg2475.6              0.025368910
## Seg1141.2              0.025430151
## Seg3745.2              0.025470136
## Seg2051.8.1.57f48f78   0.025669996
## Seg2340.10             0.025885060
## Seg7205.1              0.026132046
## Seg8327.1              0.026166733
## Seg6917.1              0.026216295
## Seg372.1.2.57f48f7b    0.026286231
## Seg1472.20             0.026610449
## Seg1756.16             0.026619158
## Seg1850.5              0.026841949
## Seg519.2.1.57f48f7c    0.026841949
## Seg1152.1              0.026889000
## Seg6703.1              0.026913783
## Seg430.3               0.026926053
## Seg4294.3              0.026926053
## Seg1233.3              0.027019200
## Seg153.15              0.027094487
## Seg776.2               0.027094487
## Seg61.6                0.027130446
## Seg815.4               0.027130446
## Seg1738.4              0.027130446
## Seg249.2               0.027130446
## Seg440.1               0.027130446
## Seg1123.4              0.027273444
## Seg434.6               0.027273444
## Seg1873.4              0.027301607
## Seg2073.6              0.027301607
## Seg949.9.1.57f48f7e    0.027520023
## Seg1731.8.1.57f48f77   0.027520023
## Seg2127.4              0.027564123
## Seg6297.1              0.027611829
## Seg460.11              0.027611829
## Seg1095.23             0.027726891
## Seg928.10              0.027804525
## Seg577.2.1.57f48f7c    0.027817250
## Seg3693.4              0.027838935
## Seg9192.1              0.027927274
## Seg3689.1.1.57f48f7b   0.027936447
## Seg1807.2.3.57f48f78   0.028028821
## Seg3440.1              0.028029189
## Seg2577.1              0.028116309
## Seg3908.1              0.028116309
## Seg1070.2              0.028116309
## Seg4642.2              0.028170020
## Seg4551.1              0.028170020
## Seg2294.8              0.028171699
## Seg61.5                0.028171699
## Seg919.2               0.028425870
## Seg649.14              0.028464449
## Seg8951.1              0.028551952
## Seg1819.4              0.028619144
## Seg3247.3              0.028619144
## Seg4665.2              0.028619144
## Seg762.4               0.028619144
## Seg1321.2              0.028619144
## Seg7410.1              0.028619144
## Seg2199.1.1.57f48f79   0.028619144
## Seg1180.5              0.028619144
## Seg2480.5              0.028641178
## Seg12380.1             0.028646303
## Seg1225.3              0.028646303
## Seg1021.4              0.028646303
## Seg3419.4              0.028646303
## Seg5567.4              0.028646341
## Seg6437.1              0.028646341
## Seg1520.4              0.028646341
## Seg1794.2              0.028996396
## Seg1528.7              0.029058949
## Seg1903.2              0.029125863
## Seg187.10              0.029125863
## Seg932.11              0.029178444
## Seg1041.3              0.029251673
## Seg114.11              0.029263918
## Seg1665.10             0.029263918
## Seg4591.2              0.029277902
## Seg1338.5              0.029302048
## Seg1422.13             0.029438515
## Seg216.3               0.029611954
## Seg3885.1              0.029611954
## Seg1936.3              0.029611954
## Seg2191.4.1.57f48f79   0.029802312
## Seg9903.1              0.029802312
## Seg2530.4              0.029830591
## Seg3351.3              0.030065701
## Seg17614.1             0.030065701
## Seg1721.13             0.030124834
## Seg1090.1              0.030144313
## Seg147.4               0.030228219
## Seg620.2               0.030236209
## Seg1069.6              0.030336077
## Seg123.1               0.030336077
## Seg5113.1              0.030393949
## Seg932.9               0.030574191
## Seg1379.1              0.030574191
## Seg7733.2              0.030574191
## Seg535.3               0.030574191
## Seg1766.2              0.030574191
## Seg1403.6_Seg1403.7    0.030574191
## Seg2221.5              0.030574191
## Seg2534.1              0.030574191
## Seg4407.2              0.030574191
## Seg1064.1              0.030574191
## Seg4445.2.1.57f48f7b   0.030574191
## Seg3734.3              0.030574191
## Seg1659.5              0.030574191
## Seg1933.1              0.030574191
## Seg4739.1              0.030574191
## Seg2231.1              0.030574191
## Seg330.12              0.030574191
## Seg2988.2              0.030574191
## Seg2654.3              0.030574191
## Seg1501.5              0.030574191
## Seg5859.2              0.030826570
## Seg675.9               0.030866017
## Seg3884.1              0.030872132
## Seg1726.3              0.030872132
## Seg2316.3              0.030872132
## Seg5965.1              0.030872132
## Seg1496.7              0.030872132
## Seg6373.1              0.031083925
## Seg1361.3              0.031109286
## Seg1112.2              0.031109286
## Seg495.1               0.031125485
## Seg2590.3              0.031132956
## Seg3561.1              0.031204533
## Seg2117.2              0.031278449
## Seg734.12              0.031281373
## Seg893.9               0.031437046
## Seg1305.8              0.031466561
## Seg1727.6              0.031496688
## Seg7467.1              0.031496688
## Seg4154.5              0.031565216
## Seg2695.3              0.031565216
## Seg319.7               0.031565216
## Seg6835.1              0.031565216
## Seg2818.2              0.031565216
## Seg883.6.4.57f48f7e    0.031591557
## Seg3062.3              0.031675707
## Seg1645.1              0.031739610
## Seg895.3               0.031818122
## Seg2781.1              0.031882906
## Seg1528.6              0.032320098
## Seg331.4               0.032583450
## Seg551.5               0.032594114
## Seg1526.8              0.032605444
## Seg1582.16             0.032605444
## Seg49.4                0.032650975
## Seg9214.1              0.032650975
## Seg2398.6              0.032697674
## Seg133.2               0.032829858
## Seg1855.11.1.57f48f78  0.032829858
## Seg7850.1              0.032829858
## Seg3784.3              0.032843977
## Seg4636.1              0.032843977
## Seg6527.1              0.032893413
## Seg2274.4              0.032900818
## Seg1507.11             0.033138369
## Seg572.2               0.033250954
## Seg4119.2              0.033250954
## Seg703.7               0.033250954
## Seg933.5               0.033277863
## Seg1586.9              0.033290560
## Seg250.9               0.033476510
## Seg6395.1              0.033476510
## Seg3975.1              0.033476510
## Seg3058.1              0.033476510
## Seg5060.1              0.033476510
## Seg2850.3              0.033476510
## Seg1533.2              0.033476510
## Seg1243.2              0.033476510
## Seg888.26              0.033493493
## Seg1080.5              0.033493493
## Seg2870.1              0.033493493
## Seg2221.6              0.033597343
## Seg1475.1              0.033786716
## Seg2555.2              0.033786716
## Seg1341.8              0.033901620
## Seg2530.5              0.034021341
## Seg2677.6              0.034180589
## Seg3511.1              0.034233276
## Seg2533.5              0.034280625
## Seg1914.4              0.034330304
## Seg581.9               0.034384415
## Seg5332.2              0.034597854
## Seg865.2               0.034597854
## Seg4642.4              0.034597854
## Seg1712.9              0.034711054
## Seg2137.4.1.57f48f79   0.034832618
## Seg4894.2              0.034832618
## Seg5567.3              0.035056113
## Seg3021.2              0.035251760
## Seg797.6               0.035623250
## Seg1184.2.4.57f48f75   0.035649666
## Seg4396.3              0.035649666
## Seg1221.19             0.035649666
## Seg1019.11             0.035734214
## Seg3114.1              0.035770348
## Seg1811.6              0.035836902
## Seg1952.2              0.035955190
## Seg2399.2              0.036005168
## Seg3552.2              0.036005168
## Seg3787.2              0.036094377
## Seg2595.1              0.036150265
## Seg2200.5              0.036277092
## Seg5572.1              0.036357935
## Seg1956.5              0.036523872
## Seg3652.3              0.036572800
## Seg1232.13.3.57f48f75  0.036572800
## Seg8218.1              0.036572800
## Seg639.4               0.036572800
## Seg326.5               0.036632761
## Seg889.9               0.036632761
## Seg1053.11             0.036632761
## Seg9838.1              0.036644771
## Seg1186.1              0.036675273
## Seg150.6.2.57f48f76    0.036819255
## Seg3052.2              0.036830123
## Seg1499.4              0.036830123
## Seg2497.5              0.036830123
## Seg2869.2              0.036830123
## Seg1700.3              0.036830123
## Seg1043.10             0.036830123
## Seg1708.5              0.036830123
## Seg2030.6              0.036898612
## Seg562.9               0.036898832
## Seg550.1.1.57f48f7c    0.036925577
## Seg4381.1              0.036933763
## Seg649.16              0.037012607
## Seg401.6               0.037137466
## Seg1994.3.1.57f48f78   0.037137466
## Seg255.4               0.037137466
## Seg1975.5              0.037195586
## Seg2949.1              0.037210248
## Seg1596.1              0.037249039
## Seg3186.6              0.037623254
## Seg2416.2.1.57f48f79   0.037623254
## Seg3985.2              0.037623254
## Seg3929.3              0.037650449
## Seg59.4                0.037778889
## Seg1675.1              0.037812317
## Seg1312.4              0.037812317
## Seg3654.1              0.037812317
## Seg1333.3              0.037812317
## Seg897.4               0.037821402
## Seg1970.6              0.037821402
## Seg12433.1             0.037966050
## Seg8305.2              0.037966050
## Seg1513.2              0.038039279
## Seg1116.4              0.038126315
## Seg2213.7              0.038126315
## Seg2889.3              0.038283656
## Seg3685.3              0.038317430
## Seg914.9               0.038324756
## Seg886.2               0.038404519
## Seg2708.5              0.038464082
## Seg3348.2              0.038594974
## Seg1777.1              0.038599131
## Seg1698.7              0.038599131
## Seg801.1               0.038599131
## Seg2163.1              0.038599131
## Seg6803.2              0.038599131
## Seg4731.1              0.038628577
## Seg2229.1              0.038740118
## Seg1567.1              0.038740118
## Seg5552.2              0.038740118
## Seg791.1               0.038765126
## Seg2028.9              0.038765126
## Seg253.21              0.039033600
## Seg4697.2              0.039033600
## Seg1365.9.2.57f48f76   0.039033600
## Seg933.6               0.039076210
## Seg2404.5              0.039163895
## Seg5758.2              0.039163895
## Seg1845.3.1.57f48f78   0.039163895
## Seg2506.1              0.039214819
## Seg765.1               0.039270880
## Seg4329.4              0.039347040
## Seg101.3               0.039347040
## Seg19.3                0.039491310
## Seg6004.2              0.039703878
## Seg2937.3              0.039811596
## Seg1607.2              0.039811596
## Seg2783.2              0.039811596
## Seg22.2                0.039881941
## Seg6364.1              0.039881941
## Seg599.4               0.039881941
## Seg1549.11             0.039884803
## Seg1936.6              0.040074933
## Seg1034.6.1.57f48f75   0.040074933
## Seg2353.7              0.040090158
## Seg301.5               0.040090158
## Seg2875.5              0.040090158
## Seg4496.1              0.040099882
## Seg1714.8              0.040477850
## Seg4479.1              0.040568127
## Seg1121.26             0.040641800
## Seg7457.2              0.040641800
## Seg4030.1              0.040641800
## Seg2042.1              0.040641800
## Seg166.6               0.040644366
## Seg3786.2              0.040822635
## Seg1064.2              0.040881335
## Seg1267.5              0.041193371
## Seg2191.3              0.041297653
## Seg597.6               0.041437790
## Seg121.2               0.041494127
## Seg1839.10             0.041671365
## Seg451.3               0.041712504
## Seg49.3                0.041712504
## Seg6685.1              0.041752130
## Seg5386.1              0.041772897
## Seg2132.5              0.041859937
## Seg1953.2              0.041859937
## Seg11781.1             0.041870376
## Seg2806.1              0.041881502
## Seg1289.10.1.57f48f76  0.041881502
## Seg1093.13.2.57f48f75  0.042143364
## Seg1521.1              0.042348939
## Seg572.1               0.042348939
## Seg914.7               0.042401975
## Seg80.10               0.042401975
## Seg843.16              0.042401975
## Seg9569.1              0.042401975
## Seg2753.1.2.57f48f7a   0.042409960
## Seg17621.1             0.042425398
## Seg722.1.1.57f48f7d    0.042450929
## Seg756.6               0.042577056
## Seg3463.1              0.042577056
## Seg458.2               0.042607077
## Seg5831.1              0.042614375
## Seg1964.1              0.042614375
## Seg453.1               0.042614375
## Seg5820.1              0.042614375
## Seg2129.10             0.042614375
## Seg1233.4              0.042614375
## Seg2096.6              0.042614375
## Seg373.1               0.042917250
## Seg4541.2              0.043079453
## Seg4665.1              0.043079453
## Seg2634.1              0.043079453
## Seg1615.2              0.043142149
## Seg1121.23             0.043152612
## Seg2319.5              0.043152612
## Seg1764.4.1.57f48f78   0.043152612
## Seg1333.1              0.043173452
## Seg1146.2              0.043552719
## Seg6266.3              0.043552719
## Seg2091.2.4.57f48f79   0.043552719
## Seg752.10              0.043711885
## Seg1348.8.2.57f48f76   0.043711885
## Seg1158.4              0.043711885
## Seg4799.3              0.043711885
## Seg2208.5              0.043711885
## Seg794.4               0.043739563
## Seg3161.1              0.043739563
## Seg1019.1              0.043752515
## Seg1311.7              0.043752515
## Seg2062.1.1.57f48f79   0.043770298
## Seg5612.2              0.043859589
## Seg1452.13             0.043864828
## Seg5814.1              0.043884958
## Seg5758.3              0.043925206
## Seg1433.4              0.043925206
## Seg3580.1              0.043925206
## Seg1774.4              0.043925206
## Seg1474.8              0.043925206
## Seg1073.6              0.043925206
## Seg3373.2              0.043932866
## Seg1658.8              0.044174547
## Seg2147.7              0.044213406
## Seg1833.1              0.044238200
## Seg4756.2              0.044238200
## Seg5688.3              0.044246221
## Seg1305.10             0.044325464
## Seg1688.5              0.044454991
## Seg2297.6              0.044498111
## Seg1666.21             0.044501235
## Seg2578.1              0.044571004
## Seg5481.1              0.044763047
## Seg1946.6              0.044763047
## Seg2056.10             0.044897297
## Seg1147.8              0.045013482
## Seg1664.1              0.045035292
## Seg2871.2              0.045035292
## Seg6546.2              0.045326796
## Seg287.12              0.045358967
## Seg5445.1              0.045493090
## Seg1365.9              0.045493090
## Seg942.2               0.045493090
## Seg425.4.3.57f48f7b    0.045529228
## Seg806.13.1.57f48f7e   0.045647521
## Seg87.2                0.045670377
## Seg1867.5              0.045670377
## Seg2870.2              0.045670377
## Seg3541.3              0.045779879
## Seg2281.5              0.046061760
## Seg3123.3              0.046125458
## Seg72.8                0.046125458
## Seg339.4               0.046228091
## Seg700.8               0.046344980
## Seg1914.5              0.046422708
## Seg5815.2              0.046555075
## Seg4429.1              0.046620262
## Seg1190.9              0.046690867
## Seg7139.1              0.046717240
## Seg3979.5              0.046937869
## Seg1705.2              0.047268226
## Seg1488.3              0.047284274
## Seg1164.2              0.047318991
## Seg1476.4              0.047318991
## Seg246.9               0.047318991
## Seg1952.4              0.047318991
## Seg8754.2              0.047318991
## Seg1600.6              0.047318991
## Seg1890.7              0.047318991
## Seg1374.6              0.047318991
## Seg1348.8.3.57f48f76   0.047409397
## Seg2682.1.1.57f48f79   0.047409397
## Seg4952.2              0.047409397
## Seg4961.2              0.047409397
## Seg8230.1              0.047434359
## Seg643.8.1.57f48f7d    0.047434359
## Seg859.1               0.047443201
## Seg624.4               0.047448018
## Seg7680.1              0.047607283
## Seg980.5               0.047627538
## Seg6288.2              0.047689829
## Seg2321.4              0.047740996
## Seg855.2               0.047906303
## Seg3718.2              0.048216952
## Seg2192.8.1.57f48f79   0.048221235
## Seg5297.1              0.048387838
## Seg1431.4              0.048407852
## Seg3685.2              0.048506980
## Seg552.2               0.048529098
## Seg11826.1             0.048529098
## Seg1268.4              0.048608017
## Seg2672.4              0.048668843
## Seg235.7               0.048835650
## Seg5792.1              0.048835650
## Seg6201.1              0.048835650
## Seg2449.3              0.048835650
## Seg675.4               0.048836996
## Seg2216.4              0.048836996
## Seg2326.6              0.049032696
## Seg5386.2              0.049035166
## Seg1833.8              0.049037651
## Seg200.1               0.049195793
## Seg1312.3              0.049369978
## Seg1902.3              0.049508081
## Seg120.7               0.049527193
## Seg17966.1             0.049809872
## Seg359.8               0.049811493
## Seg1956.4              0.049931329
## Seg725.2               0.049946482
## Seg6703.2              0.049984579
## Seg247.9               0.050001150
## Seg2451.3              0.050001150
## Seg529.6               0.050151295
## Seg1965.1              0.050171681
## Seg589.7               0.050171681
## Seg1876.7              0.050179674
## Seg254.1               0.050179674
## Seg1884.4              0.050188322
## Seg708.6               0.050249335
## Seg13980.1             0.050249335
## Seg551.6               0.050256494
## Seg1561.2              0.050271322
## Seg2696.1              0.050271322
## Seg554.7               0.050271322
## Seg1987.3              0.050271322
## Seg688.4               0.050545067
## Seg9834.1              0.050549599
## Seg549.3               0.050619087
## Seg1662.5              0.050634496
## Seg2780.1              0.050634496
## Seg2363.4              0.050634496
## Seg1876.6              0.050683927
## Seg3578.1              0.050683927
## Seg1658.7              0.050683927
## Seg5361.2              0.050683927
## Seg1880.1              0.050683927
## Seg1501.10             0.050796797
## Seg1010.20.1.57f48f75  0.050796797
## Seg1268.7              0.050796797
## Seg2787.7              0.050796797
## Seg1814.8              0.050796797
## Seg1719.5              0.050817388
## Seg1045.3              0.050824255
## Seg438.4               0.051207047
## Seg4270.2              0.051262551
## Seg650.18              0.051262551
## Seg3258.2              0.051320468
## Seg9197.1              0.051320468
## Seg1159.2              0.051320468
## Seg1926.1              0.051320468
## Seg1693.10             0.051386940
## Seg1839.11             0.051962076
## Seg2807.7              0.051969428
## Seg1292.3              0.051969428
## Seg2645.2              0.052049355
## Seg2138.1.1.57f48f79   0.052135878
## Seg4386.3.1.57f48f7b   0.052135878
## Seg4697.4              0.052135878
## Seg3186.2              0.052138744
## Seg321.7               0.052220685
## Seg1903.4              0.052278332
## Seg1405.8.1.57f48f76   0.052331091
## Seg1477.2              0.052600515
## Seg1563.4              0.052795067
## Seg3117.1.4.57f48f7a   0.052795067
## Seg114.7               0.052795067
## Seg2640.2.2.57f48f79   0.052795067
## Seg3232.1              0.052875477
## Seg768.2               0.052899011
## Seg1268.6              0.052971334
## Seg1416.5              0.052984351
## Seg1883.7              0.052984351
## Seg1363.36             0.052984351
## Seg4288.2              0.053031428
## Seg633.21              0.053031428
## Seg8551.1              0.053031428
## Seg1069.1              0.053031428
## Seg873.4               0.053031428
## Seg2634.2              0.053051952
## Seg253.19              0.053051952
## Seg229.12              0.053051952
## Seg1542.9              0.053097243
## Seg2412.5              0.053210081
## Seg2701.7              0.053314875
## Seg2698.3              0.053363710
## Seg1446.7              0.053363710
## Seg2364.1              0.053467445
## Seg6076.1              0.053467445
## Seg7499.1              0.053595898
## Seg967.1               0.053704367
## Seg1249.1_Seg1249.3    0.053708046
## Seg1756.4              0.053843696
## Seg203.6               0.053843696
## Seg1605.8              0.054193220
## Seg2197.1              0.054195422
## Seg1172.12             0.054335513
## Seg897.3               0.054602933
## Seg4366.2              0.054722842
## Seg68.7                0.054748072
## Seg2514.5              0.054748072
## Seg859.11.1.57f48f7e   0.054748072
## Seg463.6               0.054790173
## Seg110.6               0.055022079
## Seg313.2               0.055080103
## Seg330.5               0.055080103
## Seg53.6                0.055335835
## Seg665.3               0.055483333
## Seg3495.4              0.055483333
## Seg910.4               0.055483333
## Seg223.7               0.055590255
## Seg3364.1              0.055590255
## Seg1666.17             0.055614429
## Seg1731.8              0.055722511
## Seg836.5               0.055801278
## Seg5613.2              0.055862878
## Seg4880.1              0.055885412
## Seg2709.3              0.055944350
## Seg2533.2              0.056472327
## Seg1166.5              0.056514998
## Seg5970.1              0.056593739
## Seg2205.4              0.056704810
## Seg1770.6              0.056704810
## Seg9605.1              0.056838440
## Seg7164.2              0.056890444
## Seg2142.8              0.056890444
## Seg1449.1              0.056890444
## Seg991.4               0.057119031
## Seg4018.2.3.57f48f7b   0.057235593
## Seg1359.9              0.057238547
## Seg1844.5              0.057238547
## Seg1980.4              0.057256610
## Seg2022.3              0.057321535
## Seg3664.5              0.057366087
## Seg9503.1              0.057407503
## Seg3304.6              0.057565848
## Seg4279.1              0.057617384
## Seg2941.1.1.57f48f7a   0.057617384
## Seg5616.1              0.057617384
## Seg3693.1              0.057707027
## Seg203.7               0.057774740
## Seg7968.2              0.057774740
## Seg804.13              0.057774740
## Seg2326.7              0.057945388
## Seg656.2               0.058043822
## Seg5259.1              0.058043822
## Seg1631.1              0.058681201
## Seg261.2               0.058871951
## Seg3581.1              0.058908423
## Seg1342.11             0.059078500
## Seg4067.3              0.059104720
## Seg6275.1              0.059172286
## Seg997.1               0.059190418
## Seg2997.2              0.059213043
## Seg2548.2              0.059369873
## Seg1091.24             0.059455595
## Seg1758.1              0.059739320
## Seg1047.4              0.059774539
## Seg1866.7              0.059780301
## Seg1273.5              0.059973422
## Seg1719.3              0.060186017
## Seg1975.2.2.57f48f78   0.060230054
## Seg2700.4              0.060525260
## Seg1045.7              0.060767528
## Seg2700.1              0.060878339
## Seg3.10                0.060885764
## Seg4623.2              0.060949923
## Seg2253.7              0.060952674
## Seg2652.2              0.061132057
## Seg1266.1.1.57f48f76   0.061148814
## Seg114.8               0.061378630
## Seg1074.13             0.061468251
## Seg1184.2.11.57f48f75  0.061631855
## Seg1771.6              0.061671752
## Seg625.2               0.061671752
## Seg2171.2              0.061839784
## Seg2085.8              0.062061824
## Seg5800.1              0.062085666
## Seg1289.5              0.062085666
## Seg2171.7              0.062085666
## Seg258.2               0.062121938
## Seg2219.10             0.062210878
## Seg1531.7              0.062212467
## Seg3239.3              0.062212467
## Seg6192.1              0.062275259
## Seg5397.1              0.062338031
## Seg1045.6              0.062414721
## Seg2992.1              0.062452338
## Seg1849.1              0.062452674
## Seg2841.3              0.062452674
## Seg806.30              0.062490123
## Seg928.9               0.062779035
## Seg1798.3              0.062823614
## Seg1032.2              0.063247991
## Seg2936.1              0.063289965
## Seg4579.1              0.063289965
## Seg1115.6              0.063333480
## Seg7613.1              0.063529875
## Seg1353.7              0.063687091
## Seg118.5               0.064042217
## Seg3059.2              0.064081535
## Seg576.4               0.064205393
## Seg3412.4              0.064214328
## Seg8289.2              0.064351625
## Seg1397.4.1.57f48f76   0.064351625
## Seg4430.2              0.064389115
## Seg246.1               0.064389115
## Seg1064.14             0.064504934
## Seg1147.7              0.064642429
## Seg13582.1             0.064642429
## Seg2326.3              0.064673276
## Seg843.8               0.064801206
## Seg1994.3              0.064935782
## Seg1128.5              0.065253225
## Seg5180.1              0.065349929
## Seg2533.1              0.065445017
## Seg9725.1              0.065607072
## Seg1966.5              0.065631437
## Seg1904.4              0.065631437
## Seg675.8               0.065631437
## Seg1685.7.1.57f48f77   0.065631437
## Seg2514.6              0.065705895
## Seg1121.15             0.065718179
## Seg1335.1              0.065747895
## Seg1628.1              0.065774657
## Seg2086.4              0.065841095
## Seg771.7               0.065935066
## Seg2497.2.1.57f48f79   0.066119408
## Seg4895.1              0.066240848
## Seg874.6               0.066265320
## Seg3713.1              0.066265320
## Seg772.5               0.066265320
## Seg3073.4              0.066356557
## Seg1783.4              0.066400028
## Seg2830.1              0.066543943
## Seg1930.3              0.066758062
## Seg3541.2              0.066947470
## Seg1570.5              0.067285680
## Seg167.12              0.067476747
## Seg2049.4              0.067476747
## Seg1791.1              0.067476747
## Seg3680.2              0.067476747
## Seg12481.1             0.067832860
## Seg1656.4              0.067874144
## Seg846.9.1.57f48f7e    0.067874144
## Seg518.10              0.068013620
## Seg5006.2              0.068209673
## Seg2426.7              0.068303312
## Seg2136.5.1.57f48f79   0.068446444
## Seg2343.4              0.068446444
## Seg4287.3              0.068512848
## Seg1219.3              0.068512848
## Seg4814.1              0.068774229
## Seg7572.1              0.068774229
## Seg1549.10             0.068774229
## Seg14339.1             0.068791836
## Seg570.1               0.068826009
## Seg1058.4              0.068826009
## Seg3961.2              0.068887609
## Seg1095.13             0.068889924
## Seg3483.1              0.069102744
## Seg803.13              0.069175743
## Seg1603.17             0.069558869
## Seg3907.1              0.069559841
## Seg826.6               0.069681003
## Seg1118.1              0.069755029
## Seg2182.4              0.069852951
## Seg95.2                0.070031605
## Seg2485.5              0.070031605
## Seg4179.1              0.070083913
## Seg1242.3.1.57f48f76   0.070101874
## Seg3759.3              0.070261210
## Seg3388.2              0.070332234
## Seg1541.5              0.070698757
## Seg4697.1              0.070801313
## Seg1782.9.1.57f48f78   0.070808727
## Seg3264.4              0.071304957
## Seg1635.3              0.071482364
## Seg1535.1              0.071645321
## Seg5316.1              0.071708193
## Seg4752.2              0.071748890
## Seg6349.1              0.071897788
## Seg4360.3              0.072238044
## Seg1077.7              0.072238044
## Seg768.6               0.072238044
## Seg1245.6              0.072328974
## Seg1604.3              0.072328974
## Seg308.2               0.072401565
## Seg2483.4              0.072451308
## Seg2054.2              0.072451308
## Seg2696.2              0.072489055
## Seg643.8               0.072489055
## Seg3985.3              0.072491184
## Seg2129.6              0.072551544
## Seg6.6                 0.072564113
## Seg1333.9              0.072592553
## Seg3202.2              0.072594947
## Seg3752.2              0.072602530
## Seg1349.2              0.072602530
## Seg4806.3              0.072863847
## Seg2240.5              0.072863847
## Seg552.4               0.072863847
## Seg1263.4              0.073002816
## Seg1365.3              0.073024520
## Seg1349.9              0.073164293
## Seg1635.7              0.073224710
## Seg4931.2              0.073343733
## Seg4026.1              0.073668171
## Seg2447.5.1.57f48f79   0.073889020
## Seg2222.6              0.073902826
## Seg5659.2              0.074213843
## Seg974.11              0.074213843
## Seg7851.1              0.074213843
## Seg11909.1             0.074225600
## Seg1091.23             0.074225600
## Seg153.1               0.074225600
## Seg3380.1              0.074282886
## Seg281.11              0.074311099
## Seg306.7               0.074311099
## Seg2180.2              0.074311099
## Seg357.6               0.074311099
## Seg6008.2              0.074311099
## Seg1095.5              0.074311099
## Seg41.5                0.074311099
## Seg1585.1              0.074508560
## Seg1471.10             0.074514031
## Seg1031.1              0.074565156
## Seg413.12              0.074614072
## Seg649.13              0.074890406
## Seg2565.1              0.074890406
## Seg7030.4              0.074890406
## Seg59.2                0.074975256
## Seg1737.6              0.074983467
## Seg6607.3              0.074983467
## Seg1505.6              0.074983467
## Seg2895.2              0.074983467
## Seg4457.1              0.075012286
## Seg676.2               0.075087336
## Seg4320.2              0.075125573
## Seg4860.2              0.075259354
## Seg1367.9              0.075420314
## Seg202.14              0.075573872
## Seg339.12              0.075710882
## Seg7760.1              0.075837631
## Seg1643.5              0.075985974
## Seg2843.1              0.075985974
## Seg898.3               0.076109859
## Seg2515.3              0.076171821
## Seg1870.6.1.57f48f78   0.076171821
## Seg2951.3              0.076171821
## Seg7571.1              0.076171821
## Seg4503.1              0.076171821
## Seg6133.1              0.076171821
## Seg4697.5              0.076171821
## Seg2151.4              0.076171821
## Seg11930.1             0.076189424
## Seg59.3                0.076189424
## Seg679.5               0.076218844
## Seg9737.2              0.076218844
## Seg4850.2              0.076223964
## Seg4710.3              0.076223964
## Seg4426.1.1.57f48f7b   0.076262063
## Seg2507.5              0.076338950
## Seg1559.2              0.076485656
## Seg5060.3              0.076651471
## Seg4108.5              0.076651471
## Seg7402.1              0.076854757
## Seg2316.2              0.077063581
## Seg1242.1              0.077646655
## Seg2083.6              0.077796152
## Seg2498.7              0.077824004
## Seg924.12              0.078105736
## Seg1734.5              0.078128578
## Seg759.2               0.078190515
## Seg1166.7              0.078319681
## Seg7886.1              0.078368021
## Seg1779.8              0.078510188
## Seg984.15              0.078518724
## Seg4033.1              0.078606944
## Seg1477.5              0.078639435
## Seg7227.2              0.078685823
## Seg3436.3              0.078685823
## Seg934.1.2.57f48f7e    0.078687698
## Seg3887.1              0.078687698
## Seg3981.2              0.078687698
## Seg1874.1.3.57f48f78   0.079021384
## Seg1702.4              0.079032453
## Seg1276.4              0.079355321
## Seg894.5               0.079355321
## Seg1201.1              0.079566461
## Seg2077.4              0.080056479
## Seg1166.3              0.080084638
## Seg278.5               0.080125756
## Seg508.10              0.080155324
## Seg1643.6              0.080206250
## Seg831.5               0.080283614
## Seg1244.1              0.080283614
## Seg2370.3              0.080283614
## Seg2301.9              0.080319963
## Seg1538.2              0.080773600
## Seg3110.1              0.080830405
## Seg1514.2.1.57f48f76   0.080875013
## Seg7196.2              0.080875013
## Seg4632.1              0.080875013
## Seg172.6               0.081012858
## Seg277.1               0.081143252
## Seg3744.4              0.081227314
## Seg1296.2.1.57f48f76   0.081227314
## Seg1276.9.1.57f48f76   0.081227314
## Seg15024.1             0.081388936
## Seg6424.2              0.081469394
## Seg1659.14             0.081576371
## Seg1634.2              0.081576371
## Seg3818.1              0.081630920
## Seg3727.1              0.081631809
## Seg10336.1             0.081631809
## Seg2206.2              0.081682199
## Seg2623.1              0.081830005
## Seg2708.3              0.081886755
## Seg612.1               0.081920144
## Seg1615.4              0.081920144
## Seg7695.2              0.082095336
## Seg4644.2              0.082095336
## Seg4191.1              0.082112370
## Seg3094.1              0.082412323
## Seg247.7               0.082412323
## Seg2783.6              0.082412323
## Seg859.11              0.082619417
## Seg2222.5              0.082772778
## Seg1412.6              0.082800804
## Seg1910.6              0.082874222
## Seg1383.5              0.083229475
## Seg1045.5              0.083746660
## Seg381.12              0.083786851
## Seg2681.4              0.083786851
## Seg418.1               0.083786851
## Seg3073.6              0.083858626
## Seg2726.5              0.083858626
## Seg1300.5              0.083998046
## Seg862.2               0.084035075
## Seg1881.1.1.57f48f78   0.084188690
## Seg1399.8              0.084231106
## Seg994.2               0.084269324
## Seg2739.1.4.57f48f7a   0.084281087
## Seg1108.11             0.084296345
## Seg2340.7              0.084503231
## Seg3257.4              0.084503231
## Seg1208.4              0.084600941
## Seg4914.1              0.084734648
## Seg900.14              0.085178294
## Seg697.2               0.085190155
## Seg8384.1              0.085408355
## Seg625.10              0.085446084
## Seg1172.11             0.085612790
## Seg14234.1             0.085903532
## Seg8843.1              0.085903532
## Seg2651.5              0.085903532
## Seg272.5               0.085903532
## Seg1796.2              0.085903532
## Seg3906.1              0.085903532
## Seg1715.2              0.085903532
## Seg3907.2              0.085965600
## Seg734.17              0.086098417
## Seg1492.1              0.086187323
## Seg765.7               0.086187323
## Seg351.11              0.086222365
## Seg3725.5              0.086266018
## Seg625.1               0.086434168
## Seg6.5                 0.086478030
## Seg2018.2              0.086643262
## Seg171.1               0.086892253
## Seg1639.5              0.087522451
## Seg4975.4              0.087570435
## Seg2375.3              0.087812504
## Seg4679.3              0.087812504
## Seg6771.1              0.087983568
## Seg1720.8              0.088043736
## Seg1775.11             0.088837607
## Seg2351.7              0.088865873
## Seg359.1               0.088865873
## Seg2063.5.1.57f48f79   0.088865873
## Seg1121.19             0.089075010
## Seg1853.10             0.089189367
## Seg1650.4              0.089298874
## Seg59.6                0.089306904
## Seg5211.1              0.089458362
## Seg2307.4              0.089558138
## Seg2045.1              0.090005454
## Seg10268.1             0.090595572
## Seg12854.1             0.090724021
## Seg6501.2              0.090758925
## Seg119.15              0.090762876
## Seg2104.1              0.090778273
## Seg1809.5              0.091296120
## Seg3027.3              0.091815470
## Seg2858.2              0.092033772
## Seg6124.2              0.092033809
## Seg6414.1              0.092033809
## Seg1883.5              0.092105199
## Seg6218.1              0.092282912
## Seg1598.18             0.092304979
## Seg840.7               0.092327287
## Seg1986.9              0.092362203
## Seg508.4.1.57f48f7c    0.092505539
## Seg1379.8              0.092505539
## Seg3290.2              0.092618366
## Seg1134.5              0.092802939
## Seg549.8               0.093241304
## Seg3733.3              0.093349842
## Seg2593.5              0.093352234
## Seg1679.1              0.093436940
## Seg2881.9              0.093436940
## Seg757.1.1.57f48f7d    0.093905445
## Seg1303.13_Seg1303.14  0.093905445
## Seg3959.1              0.094027825
## Seg4032.2              0.094236498
## Seg5451.2              0.094695194
## Seg2803.2              0.094949956
## Seg6150.2              0.094949956
## Seg159.6.1.57f48f77    0.095103207
## Seg2754.3              0.095186312
## Seg562.6               0.095437379
## Seg6658.1              0.095437379
## Seg1488.2              0.095437379
## Seg5964.2              0.095479392
## Seg6312.1              0.095479392
## Seg2678.6              0.095563694
## Seg1078.5.2.57f48f75   0.095627789
## Seg5853.1.2.57f48f7c   0.095627789
## Seg1006.1              0.095968981
## Seg3687.1              0.096251873
## Seg66.8                0.096533474
## Seg1562.1.1.57f48f77   0.096535046
## Seg4460.3              0.096646197
## Seg549.4               0.096709152
## Seg3476.1              0.096726876
## Seg1665.2              0.096773796
## Seg1423.1              0.097415665
## Seg301.2               0.097551354
## Seg324.4               0.098203735
## Seg42.9.1.57f48f7b     0.098203735
## Seg15.3                0.098231740
## Seg2325.3              0.098970688
## Seg991.1               0.099312103
## Seg1439.9              0.099312103
## Seg299.9               0.099312103
## Seg873.10              0.099492454
## Seg290.3               0.099739014
## Seg2173.3              0.099883259
## Seg2293.14             0.099990265
## Seg1865.4              0.099990265
## Seg402.2               0.100001739
## Seg5099.1              0.100341735
## Seg833.5               0.100380389
## Seg27.2.1.57f48f7a     0.100380389
## Seg2113.5.1.57f48f79   0.100380389
## Seg3100.5              0.100380389
## Seg666.4               0.100650677
## Seg3241.6              0.100650677
## Seg5994.1              0.100826915
## Seg14892.1             0.100918319
## Seg1039.3              0.101405403
## Seg66.5                0.101582205
## Seg2876.2.1.57f48f7a   0.101582205
## Seg756.7               0.101662513
## Seg8145.1              0.101662513
## Seg20987.1             0.101800605
## Seg468.6               0.101800605
## Seg1498.5              0.101800605
## Seg4651.4.1.57f48f7b   0.102081927
## Seg2269.5              0.102081927
## Seg1599.4              0.102333451
## Seg1198.2              0.102333451
## Seg191.8               0.102592204
## Seg2269.3              0.102750316
## Seg925.1               0.103033860
## Seg9017.2              0.103033860
## Seg616.13              0.103090859
## Seg524.1               0.103122215
## Seg27.1                0.103122215
## Seg1850.8.5.57f48f78   0.103122215
## Seg1597.11             0.103159703
## Seg3716.1              0.103414888
## Seg5052.2              0.104500440
## Seg3345.2              0.104712522
## Seg1528.4              0.104780774
## Seg4257.2              0.105202173
## Seg1428.2              0.105227941
## Seg1749.2.4.57f48f78   0.105227941
## Seg1736.1              0.105231324
## Seg652.8               0.105902220
## Seg2053.1              0.105902220
## Seg7634.1              0.105967437
## Seg6273.1              0.106038451
## Seg417.16              0.106273646
## Seg3839.2              0.106273646
## Seg3125.2              0.106273646
## Seg335.11              0.106377328
## Seg3392.2              0.106412431
## Seg1333.6              0.106420181
## Seg4975.2              0.106442502
## Seg779.6               0.106442502
## Seg474.4               0.106479403
## Seg3864.1              0.106635326
## Seg5316.5              0.106705861
## Seg3929.1              0.106705861
## Seg5059.1              0.106826134
## Seg2451.2              0.106911545
## Seg5241.3              0.106911545
## Seg5011.2              0.107102439
## Seg750.17              0.107125677
## Seg918.4               0.107125677
## Seg3146.5              0.107371553
## Seg12047.1             0.108038927
## Seg112.6               0.108230052
## Seg2783.1              0.108234147
## Seg1001.3              0.108261684
## Seg3005.1              0.108366722
## Seg748.3               0.108499794
## Seg305.6               0.108499794
## Seg5314.2              0.108616708
## Seg2375.3.1.57f48f79   0.108645871
## Seg1045.2              0.108785288
## Seg2901.2              0.108801932
## Seg4305.1              0.108821046
## Seg2815.1              0.109115327
## Seg2205.5              0.109118849
## Seg455.1               0.109152268
## Seg2256.4              0.109314353
## Seg3897.2              0.109314353
## Seg161.7.2.57f48f77    0.109659366
## Seg3473.5              0.109659366
## Seg1068.1              0.109659366
## Seg4067.1              0.109953006
## Seg3106.2              0.109992761
## Seg3470.4              0.110038813
## Seg6750.2              0.110530691
## Seg962.1.1.57f48f7e    0.110537182
## Seg1029.7              0.110750144
## Seg2993.6              0.110849669
## Seg3163.8              0.111044844
## Seg4751.4              0.111143867
## Seg1371.7              0.111161130
## Seg7663.2.1.57f48f7e   0.111346462
## Seg2545.1              0.111449187
## Seg6986.2              0.111829337
## Seg2530.7              0.112110365
## Seg196.1               0.112145590
## Seg764.3.1.57f48f7d    0.112194481
## Seg1359.13             0.112606536
## Seg1999.8              0.112709393
## Seg2154.4              0.113153509
## Seg4404.3              0.113153509
## Seg21394.1             0.113416339
## Seg1784.12             0.113416339
## Seg3195.1              0.113703410
## Seg2771.3              0.114046632
## Seg1230.1              0.114171488
## Seg4827.2              0.114220896
## Seg5186.1              0.114554226
## Seg3146.4              0.114694513
## Seg768.7               0.114816657
## Seg3830.1              0.114825878
## Seg434.2               0.115430796
## Seg1371.1              0.115430796
## Seg684.4               0.115831145
## Seg3885.1.1.57f48f7b   0.115954676
## Seg1721.1              0.115987065
## Seg5576.1              0.115998660
## Seg338.7               0.116071891
## Seg230.24              0.116079683
## Seg1796.8              0.116264283
## Seg4975.5              0.116418565
## Seg4019.1              0.116418565
## Seg703.6               0.116418565
## Seg2700.2              0.116438240
## Seg319.8               0.116438240
## Seg1753.3              0.116912824
## Seg639.7               0.116954108
## Seg1806.9              0.117039287
## Seg900.13              0.117132755
## Seg3042.1              0.117143206
## Seg873.6               0.117223394
## Seg780.3               0.117223394
## Seg3567.2              0.117248798
## Seg4937.1              0.117248798
## Seg5301.1              0.117248798
## Seg6027.2              0.117467325
## Seg696.3               0.117467325
## Seg7103.2              0.117494705
## Seg1374.5              0.118143111
## Seg5160.2              0.118143372
## Seg463.7               0.118223523
## Seg3727.3              0.118269629
## Seg1081.10             0.118269629
## Seg1045.4              0.118477350
## Seg1221.15             0.118832574
## Seg1416.10             0.119023084
## Seg5259.3              0.119023084
## Seg4865.1              0.119119618
## Seg739.4               0.119182227
## Seg1727.5              0.119182227
## Seg3491.1.1.57f48f7a   0.119260111
## Seg3661.1              0.119269383
## Seg1778.5              0.119280696
## Seg2884.3              0.119658701
## Seg3041.3              0.119883767
## Seg4099.1              0.119883767
## Seg3163.7              0.119883767
## Seg3475.1              0.120111906
## Seg1605.7              0.120111906
## Seg1081.13             0.120111906
## Seg16392.1             0.120434760
## Seg6522.1              0.120499860
## Seg1531.3              0.120775564
## Seg622.5               0.121012982
## Seg18.9                0.121231153
## Seg5556.1              0.121297670
## Seg65.9.1.57f48f7d     0.121334861
## Seg687.4               0.121489103
## Seg739.1               0.121679165
## Seg4503.2              0.121701485
## Seg3522.1              0.121701485
## Seg2490.2              0.122228332
## Seg2253.7.1.57f48f79   0.122428349
## Seg1766.7              0.122428349
## Seg2392.4              0.122597033
## Seg1475.15             0.122597033
## Seg5173.2              0.122959974
## Seg1523.7              0.123086996
## Seg9160.2              0.123503045
## Seg1332.5              0.123903462
## Seg4459.2              0.123903462
## Seg1726.6              0.123936706
## Seg90.4                0.123944367
## Seg858.5               0.123944367
## Seg7223.2              0.123944367
## Seg1738.7              0.123944367
## Seg3755.3              0.124081571
## Seg1672.13.1.57f48f77  0.124532445
## Seg658.2               0.124532445
## Seg2498.5              0.124622498
## Seg225.9.1.57f48f79    0.124703783
## Seg1078.9              0.124975569
## Seg2335.2              0.125103516
## Seg2013.3              0.125103516
## Seg3252.4              0.125107728
## Seg1555.2              0.125131520
## Seg1374.16             0.125324970
## Seg376.4               0.125720227
## Seg856.4               0.125756185
## Seg1205.2              0.125891599
## Seg2865.1              0.125985014
## Seg708.2               0.126127447
## Seg5689.1              0.126265340
## Seg8518.1              0.126265340
## Seg281.6               0.126404371
## Seg6638.1              0.126477500
## Seg1789.9              0.127137678
## Seg1541.6              0.127202197
## Seg3452.2              0.127534354
## Seg883.6.2.57f48f7e    0.127534354
## Seg1966.2              0.127910642
## Seg11812.1             0.127930175
## Seg4593.1              0.128144062
## Seg3679.1              0.128573012
## Seg323.8               0.128619391
## Seg1067.5              0.128723272
## Seg1268.10             0.128723272
## Seg3721.1              0.128723272
## Seg3863.1.1.57f48f7b   0.128923931
## Seg2323.1              0.129280160
## Seg2401.1              0.129289701
## Seg156.3               0.129289701
## Seg4942.1              0.129393994
## Seg3665.2              0.129470782
## Seg1784.8              0.129518604
## Seg3937.1.1.57f48f7b   0.129552077
## Seg2053.4              0.129552077
## Seg1815.7              0.129552077
## Seg1025.5              0.129552077
## Seg1046.1              0.129552077
## Seg1333.8              0.129661407
## Seg3275.1              0.129750005
## Seg1479.8              0.129896300
## Seg6888.1              0.130081270
## Seg2615.3              0.130154821
## Seg2018.1              0.130220511
## Seg949.1               0.130643356
## Seg6589.2              0.130679493
## Seg1258.1              0.130826440
## Seg1721.16             0.131471043
## Seg2771.2              0.131497576
## Seg4203.5              0.131497576
## Seg4304.1              0.131755952
## Seg6370.1              0.132355277
## Seg3720.5              0.132615474
## Seg320.7               0.132623318
## Seg4503.3              0.132763741
## Seg60.2                0.133164146
## Seg2141.2              0.133256870
## Seg3734.4              0.133499612
## Seg608.2               0.133863305
## Seg6516.1              0.134065685
## Seg962.1               0.134065685
## Seg7267.1              0.134323767
## Seg1522.9              0.134428248
## Seg4018.4              0.134964118
## Seg2228.3              0.135010955
## Seg1348.5              0.135040475
## Seg3076.3              0.135193855
## Seg1882.1              0.135296553
## Seg2746.1              0.135296553
## Seg1725.10             0.135672470
## Seg323.9               0.135672470
## Seg14170.1             0.135672470
## Seg852.14              0.135699135
## Seg679.16              0.135854429
## Seg1757.3              0.135946660
## Seg318.26.2.57f48f7a   0.136287426
## Seg3073.3              0.136301909
## Seg4215.1              0.136337361
## Seg2465.5.1.57f48f79   0.136437782
## Seg4300.1.1.57f48f7b   0.136538603
## Seg4902.1              0.136546831
## Seg1872.1              0.137103392
## Seg2661.1              0.137281997
## Seg1077.8              0.137296673
## Seg80.3                0.137429571
## Seg2963.3.1.57f48f7a   0.137583240
## Seg1668.2              0.137583796
## Seg1771.9              0.137632725
## Seg2811.2.1.57f48f7a   0.137876117
## Seg1528.3              0.137905857
## Seg633.16              0.138312247
## Seg5328.3              0.138820329
## Seg1477.7              0.138999237
## Seg5052.1              0.139041729
## Seg713.3.1.57f48f7d    0.139064216
## Seg886.5               0.139129600
## Seg2838.2              0.139263029
## Seg2818.1              0.139266631
## Seg4806.1              0.139732240
## Seg7544.2              0.139829108
## Seg607.5               0.140404542
## Seg1645.2              0.140485572
## Seg2322.3              0.140866580
## Seg1704.12             0.140968563
## Seg1367.3              0.141058809
## Seg1983.10             0.141469892
## Seg3537.1              0.141700787
## Seg4355.2              0.141951282
## Seg2523.2              0.142557772
## Seg1619.5              0.142653300
## Seg4437.2              0.142661440
## Seg633.7               0.142718681
## Seg7107.2              0.142718681
## Seg212.5.1.57f48f79    0.142820220
## Seg1750.1              0.142820220
## Seg1063.5.1.57f48f75   0.142885523
## Seg1177.5              0.142885523
## Seg652.3               0.142939865
## Seg3795.1              0.143017651
## Seg376.5               0.143017651
## Seg3123.2.1.57f48f7a   0.143095049
## Seg1737.8              0.143542872
## Seg2135.2              0.143555169
## Seg2682.7              0.143555169
## Seg1300.7              0.144032945
## Seg581.10              0.144032945
## Seg802.4               0.144159675
## Seg7544.2.1.57f48f7d   0.144159675
## Seg935.9               0.144519409
## Seg3183.3              0.144541311
## Seg351.12              0.144788542
## Seg3089.1.1.57f48f7a   0.144813721
## Seg1029.9              0.145291931
## Seg1705.3              0.145470736
## Seg809.6               0.145948376
## Seg3076.1              0.145948376
## Seg451.5               0.146348105
## Seg1807.2.1.57f48f78   0.146744286
## Seg2586.5              0.147128760
## Seg1003.1.2.57f48f75   0.147197344
## Seg816.7               0.147311408
## Seg1787.6              0.147359487
## Seg1658.13             0.147376255
## Seg2360.1              0.147376255
## Seg386.2.1.57f48f7b    0.147398439
## Seg96.9                0.147611202
## Seg4651.2              0.147812146
## Seg3668.6              0.147938352
## Seg4181.1              0.148020568
## Seg991.6               0.148275332
## Seg1762.10             0.148430334
## Seg2311.3              0.148567695
## Seg442.4               0.148715711
## Seg3906.3              0.148715711
## Seg1370.3              0.148715711
## Seg1464.10             0.148723500
## Seg684.5               0.148916769
## Seg1200.2.1.57f48f75   0.148916769
## Seg5216.1              0.148916769
## Seg5841.1              0.148916769
## Seg237.6               0.148951732
## Seg2008.4              0.149093131
## Seg1481.10             0.149980410

Differential Expression for treated VS non-treated (both)

treat.both.vs.ctrl = edgeR_wrapper(group = c(1,1,1,1,2,2,2,2),x,c(5,6,9,10,1,2,7,8),0.15)
## [1] "ctrl_51_2"  "ctrl_51_1"  "ctrl_27_2"  "ctrl_27_1"  "treat_27_2"
## [6] "treat_27_1" "treat_51_2" "treat_51_1"
treat.both.vs.ctrl
##                logFC   logCPM        F       PValue        FDR
## Seg3397.3  -2.683793 6.921428 93.36661 3.209551e-06 0.04209326
## Seg1574.12 -2.427403 5.816263 72.81186 9.346268e-06 0.06128815
## Seg1149.2  -2.804534 5.534391 62.79237 1.743771e-05 0.07623186

Differential Expression for treated VS non-treated (27h)

treat.27.vs.ctrl = edgeR_wrapper(group = c(1,1,2,2),x,c(9,10,1,2),0.15)
## [1] "ctrl_27_2"  "ctrl_27_1"  "treat_27_2" "treat_27_1"
treat.27.vs.ctrl
## data frame with 0 columns and 0 rows

Differential Expression for treated VS non-treated (51h)

treat.51.vs.ctrl = edgeR_wrapper(group = c(1,1,2,2),x,c(5,6,7,8),0.15)
## [1] "ctrl_51_2"  "ctrl_51_1"  "treat_51_2" "treat_51_1"
treat.51.vs.ctrl
##                             logFC   logCPM         F       PValue       FDR
## Seg230.23.1.57f48f79    11.829663 5.853939 273.89306 2.812777e-05 0.1147664
## Seg5021.1               -8.521963 4.842395 144.40808 3.274089e-05 0.1147664
## Seg1267.7              -11.943988 5.966131 247.16661 3.550058e-05 0.1147664
## Seg1267.7.1.57f48f76    11.395170 5.423970 245.74414 3.596781e-05 0.1147664
## Seg934.3                10.988135 5.022628 214.02035 4.917493e-05 0.1147664
## Seg237.6                11.048323 5.081689 214.01619 4.917709e-05 0.1147664
## Seg237.6.1.57f48f79    -10.123462 4.172400 164.64687 8.882136e-05 0.1147664
## Seg2548.2.1.57f48f79    10.090627 4.144280 154.83005 1.019751e-04 0.1147664
## Seg918.3                 9.977172 4.034711 148.94799 1.112334e-04 0.1147664
## Seg34.9                 -9.845420 3.902040 145.47447 1.172764e-04 0.1147664
## Seg1947.5                9.914249 3.973259 143.58041 1.207716e-04 0.1147664
## Seg1389.16.8.57f48f76  -10.362699 4.405396 140.53586 1.267109e-04 0.1147664
## Seg2543.1               10.190311 4.241932 138.96247 1.299455e-04 0.1147664
## Seg207.9                 9.673639 3.741810 129.80999 1.513341e-04 0.1147664
## Seg916.1                 9.623267 3.693461 125.83270 1.622253e-04 0.1147664
## Seg68.8.3.57f48f7d       9.669266 3.737735 125.74945 1.624651e-04 0.1147664
## Seg189.2                 9.468527 3.544865 123.28122 1.698134e-04 0.1147664
## Seg2548.2               -4.115161 4.295427  77.96260 1.705465e-04 0.1147664
## Seg1167.6                9.582114 3.652983 122.32307 1.727947e-04 0.1147664
## Seg1276.4.1.57f48f76    10.304486 4.351949 121.46101 1.755417e-04 0.1147664
## Seg1350.1                9.422397 3.500417 120.80376 1.776783e-04 0.1147664
## Seg1159.3                9.376450 3.457026 117.81753 1.878713e-04 0.1147664
## Seg8007.1                9.776352 3.841125 117.52011 1.889321e-04 0.1147664
## Seg1741.9.1.57f48f78     9.335123 3.417265 116.76407 1.916677e-04 0.1147664
## Seg122.3                 7.426004 5.553391  74.27939 1.937340e-04 0.1147664
## Seg2147.5                9.332692 3.414710 114.69496 1.994514e-04 0.1147664
## Seg2306.3                9.305028 3.388409 113.23694 2.052114e-04 0.1147664
## Seg2543.1.1.57f48f79    -9.489821 3.560022 107.98593 2.280572e-04 0.1229880
## Seg1074.5.2.57f48f75    -9.266238 3.344344 105.82522 2.385259e-04 0.1235482
## Seg3397.3               -2.840605 7.128246  67.87105 2.454600e-04 0.1235482
## Seg5021.1.1.57f48f7c    10.440756 4.486400 102.12360 2.581295e-04 0.1238576
## Seg1947.5.1.57f48f78    -9.575894 3.642996  99.97128 2.706063e-04 0.1238576
## Seg1149.2               -2.803214 5.729769  65.37443 2.707052e-04 0.1238576
## Seg916.1.1.57f48f7e     -9.451381 3.523364  98.62020 2.788848e-04 0.1238576
## Seg192.2.1.57f48f78      5.451197 5.008936  61.89034 3.121971e-04 0.1261487
## Seg2565.4.1.57f48f79     9.265412 3.352360  91.94333 3.256428e-04 0.1261487
## Seg2544.4.15.57f48f79    8.976006 3.077003  91.76291 3.270582e-04 0.1261487
## Seg1943.2                8.985443 3.087183  90.32763 3.386383e-04 0.1261487
## Seg4357.4                8.960294 3.061846  88.05561 3.582070e-04 0.1261487
## Seg3858.3                9.104180 3.196890  86.85206 3.692357e-04 0.1261487
## Seg4625.2                2.444857 8.958980  57.92141 3.707250e-04 0.1261487
## Seg508.4                 9.535924 3.610677  85.90609 3.782492e-04 0.1261487
## Seg859.8                 8.865147 2.974085  85.64486 3.807940e-04 0.1261487
## Seg225.9.1.57f48f79     -6.592725 4.289257  57.06081 3.853498e-04 0.1261487
## Seg550.10.1.57f48f7c     8.803144 2.915430  83.18899 4.059655e-04 0.1261487
## Seg3123.2.2.57f48f7a    11.223555 5.255075  82.57413 4.126404e-04 0.1261487
## Seg68.8                  8.786379 2.900060  82.44951 4.140124e-04 0.1261487
## Seg2619.6.1.57f48f79     9.554789 3.628838  82.41038 4.144446e-04 0.1261487
## Seg1639.10              -8.855667 2.957405  82.23771 4.163594e-04 0.1261487
## Seg1723.5                9.167830 3.260182  81.97579 4.192882e-04 0.1261487
## Seg1574.12              -2.455176 5.968592  54.37409 4.363753e-04 0.1261487
## Seg850.2                 9.021197 3.118347  80.44950 4.369577e-04 0.1261487
## Seg4127.6               -2.800641 6.216461  54.06733 4.427736e-04 0.1261487
## Seg2136.1                8.807410 2.918331  78.26465 4.641670e-04 0.1297949
## Seg368.2.1.57f48f7b      8.701292 2.821367  77.40976 4.754775e-04 0.1305402
## Seg2592.2                8.661123 2.784075  75.54233 5.015998e-04 0.1330590
## Seg750.7                 8.799837 2.914180  75.19634 5.066649e-04 0.1330590
## Seg368.2.2.57f48f7b     -3.482338 3.390818  51.00912 5.141261e-04 0.1330590
## Seg1741.9.4.57f48f78    -8.733340 2.843198  74.18465 5.219033e-04 0.1330590
## Seg782.12.1.57f48f7e     8.605610 2.731570  72.45418 5.495336e-04 0.1330590
## Seg1063.5.1.57f48f75     2.253926 6.566904  49.65717 5.506774e-04 0.1330590
## Seg2619.6               -3.190846 3.791150  49.27031 5.617834e-04 0.1330590
## Seg1137.4                8.611582 2.736645  71.25703 5.698925e-04 0.1330590
## Seg2162.5                8.737307 2.852383  70.62324 5.811112e-04 0.1330590
## Seg379.1                 8.571154 2.701288  70.41402 5.848843e-04 0.1330590
## Seg1725.5                8.614559 2.739178  70.40861 5.849823e-04 0.1330590
## Seg3599.2                8.539698 2.671265  70.11193 5.903943e-04 0.1330590
## Seg31.1                  8.499170 2.634801  67.74790 6.362043e-04 0.1409713
## Seg4192.2.1.57f48f7b     8.489497 2.626726  65.10780 6.936375e-04 0.1409713
## Seg2724.1                8.479162 2.614183  63.98756 7.202712e-04 0.1409713
## Seg2934.5               -2.226540 6.043805  44.13803 7.428178e-04 0.1409713
## Seg2074.1               -8.393092 2.525281  63.03766 7.440198e-04 0.1409713
## Seg138.3                 8.410481 2.551483  62.12459 7.679213e-04 0.1409713
## Seg130.10                8.355520 2.503193  61.90701 7.737791e-04 0.1409713
## Seg2984.1                8.346973 2.494616  61.66997 7.802341e-04 0.1409713
## Seg420.7                 8.906057 3.014792  60.89613 8.018535e-04 0.1409713
## Seg2437.8                8.322483 2.471349  59.34573 8.478325e-04 0.1409713
## Seg401.3.1.57f48f7b      8.438887 2.576496  59.25152 8.507472e-04 0.1409713
## Seg1091.21               8.275300 2.429544  59.22123 8.516874e-04 0.1409713
## Seg3420.2                8.271561 2.426512  59.17097 8.532507e-04 0.1409713
## Seg564.5                 8.546467 2.680525  59.09098 8.557475e-04 0.1409713
## Seg1633.1                8.306419 2.456570  58.41089 8.774041e-04 0.1409713
## Seg378.24               -2.072807 6.253875  41.23900 8.813962e-04 0.1409713
## Seg2191.5.1.57f48f79    10.030258 4.087581  58.26273 8.822262e-04 0.1409713
## Seg5509.2               -2.297612 5.561266  41.13755 8.868601e-04 0.1409713
## Seg23.13                 8.266237 2.420444  57.85751 8.956108e-04 0.1409713
## Seg318.15                8.337717 2.488634  57.56899 9.053192e-04 0.1409713
## Seg780.2                -6.490647 4.947969  40.33653 9.316577e-04 0.1409713
## Seg1886.1               -2.154192 9.315860  40.27418 9.352722e-04 0.1409713
## Seg6.8                   8.623209 2.751849  56.18557 9.540322e-04 0.1409713
## Seg3454.1                8.178408 2.342260  56.03770 9.594600e-04 0.1409713
## Seg1712.8                3.305502 3.182689  39.50496 9.814769e-04 0.1409713
## Seg2136.1.1.57f48f79    -3.018348 3.265163  39.35217 9.910221e-04 0.1409713
## Seg2294.6.1.57f48f79     8.615255 2.737598  54.74398 1.008896e-03 0.1409713
## Seg803.7.1.57f48f7e     10.546066 4.589766  54.55793 1.016305e-03 0.1409713
## Seg4033.1                2.750214 5.004141  38.71945 1.031918e-03 0.1409713
## Seg4729.1               -2.059699 9.896173  38.50546 1.046267e-03 0.1409713
## Seg1044.9                8.112012 2.283313  53.60728 1.055406e-03 0.1409713
## Seg381.33                8.951204 3.057624  53.22203 1.071867e-03 0.1409713
## Seg2464.2                8.264659 2.417397  53.15124 1.074932e-03 0.1409713
## Seg5853.1                9.449881 3.529361  53.00931 1.081115e-03 0.1409713
## Seg1159.16               3.022371 4.844781  37.95545 1.084414e-03 0.1409713
## Seg1782.13               8.074557 2.249401  52.63096 1.097848e-03 0.1409713
## Seg2153.2.1.57f48f79     8.555953 2.682597  52.32042 1.111862e-03 0.1409713
## Seg567.8                 2.054426 6.013675  37.48468 1.118580e-03 0.1409713
## Seg541.5                 8.055455 2.232131  52.07375 1.123177e-03 0.1409713
## Seg984.9                 3.141431 4.505245  37.30583 1.131942e-03 0.1409713
## Seg4400.3                8.036095 2.214644  51.46915 1.151618e-03 0.1409713
## Seg2778.1               -2.516792 4.247197  36.86928 1.165483e-03 0.1409713
## Seg2550.2               -2.596561 5.049446  36.86727 1.165640e-03 0.1409713
## Seg3204.1.1.57f48f7a     8.385677 2.526484  50.98366 1.175211e-03 0.1409713
## Seg1803.7               -8.107703 2.269126  50.93127 1.177798e-03 0.1409713
## Seg205.15                8.430813 2.575394  50.51819 1.198488e-03 0.1409713
## Seg1350.1.1.57f48f76    -2.876274 4.073311  36.38088 1.204627e-03 0.1409713
## Seg2322.3               -2.802153 3.301031  36.29637 1.211580e-03 0.1409713
## Seg2572.3                2.089690 5.464526  36.13878 1.224693e-03 0.1409713
## Seg267.2                 8.488817 2.628725  49.88095 1.231440e-03 0.1409713
## Seg44.7                  5.562208 3.742947  36.02202 1.234534e-03 0.1409713
## Seg3556.1.1.57f48f7b     8.029709 2.207287  49.78834 1.236338e-03 0.1409713
## Seg4633.3                7.971829 2.157292  49.46904 1.253437e-03 0.1409713
## Seg4826.3                8.366862 2.517100  49.13483 1.271701e-03 0.1409713
## Seg4832.1               -2.088066 6.081984  35.35745 1.292637e-03 0.1409713
## Seg190.14                7.985464 2.167875  48.49647 1.307664e-03 0.1409713
## Seg10.4                  8.130868 2.296176  48.30813 1.318553e-03 0.1409713
## Seg384.4                 8.174953 2.335541  48.19395 1.325217e-03 0.1409713
## Seg1914.1                8.497334 2.628116  48.18995 1.325452e-03 0.1409713
## Seg453.2                -2.174262 6.097414  34.96837 1.328387e-03 0.1409713
## Seg1270.4                8.196504 2.354838  48.09495 1.331035e-03 0.1409713
## Seg4355.1                7.930464 2.120144  48.02306 1.335283e-03 0.1409713
## Seg169.18                9.660930 3.731608  47.58271 1.361732e-03 0.1409713
## Seg3235.1                8.750890 2.871143  47.52704 1.365128e-03 0.1409713
## Seg11590.2               8.513788 2.652006  47.51688 1.365750e-03 0.1409713
## Seg186.11                7.932682 2.124508  47.30185 1.378995e-03 0.1409713
## Seg1673.8               -2.194087 6.891070  34.44122 1.378999e-03 0.1409713
## Seg1762.3                8.200439 2.358010  46.63004 1.421584e-03 0.1409713
## Seg2134.2                2.262659 4.620816  33.87332 1.436499e-03 0.1409713
## Seg1639.10.1.57f48f77    8.932965 3.033082  46.31744 1.442046e-03 0.1409713
## Seg798.5                 7.918811 2.108480  46.19595 1.450113e-03 0.1409713
## Seg2651.7               -2.275124 5.818268  33.56349 1.469247e-03 0.1409713
## Seg2544.4.6.57f48f79     8.432861 2.568643  45.74984 1.480296e-03 0.1409713
## Seg9015.2                7.833993 2.035173  45.15826 1.521731e-03 0.1409713
## Seg1445.5_Seg1445.6      7.841410 2.043768  45.00752 1.532554e-03 0.1409713
## Seg2237.2               -2.355198 5.452420  32.94649 1.537547e-03 0.1409713
## Seg229.2                 7.838986 2.038953  44.90794 1.539765e-03 0.1409713
## Seg271.9                 7.902278 2.093020  44.25939 1.587942e-03 0.1409713
## Seg973.2                 7.960235 2.150880  44.09865 1.600217e-03 0.1409713
## Seg2651.6                7.939559 2.132414  44.04567 1.604292e-03 0.1409713
## Seg271.3                 7.918579 2.113702  43.96601 1.610448e-03 0.1409713
## Seg347.3                 7.813861 2.019992  43.80765 1.622787e-03 0.1409713
## Seg404.9                 7.813861 2.019992  43.80765 1.622787e-03 0.1409713
## Seg4192.2               -7.830882 2.022185  43.64684 1.635456e-03 0.1409713
## Seg3938.2                2.576773 3.549284  32.02992 1.647208e-03 0.1409713
## Seg6637.1                2.382141 3.985365  31.84441 1.670687e-03 0.1409713
## Seg1099.1.1.57f48f75     8.055869 2.227855  43.07938 1.681315e-03 0.1409713
## Seg418.3                 8.402290 2.550531  42.87712 1.698106e-03 0.1409713
## Seg611.7                 7.785779 1.995833  42.53749 1.726849e-03 0.1409713
## Seg2655.4                8.439579 2.574253  42.42870 1.736203e-03 0.1409713
## Seg2002.5                7.870809 2.071817  42.39290 1.739297e-03 0.1409713
## Seg3844.1.1.57f48f7b     7.765040 1.973871  42.39117 1.739447e-03 0.1409713
## Seg1996.1                7.848787 2.052281  42.23914 1.752678e-03 0.1409713
## Seg2293.1                8.092964 2.270438  42.06140 1.768328e-03 0.1409713
## Seg1865.3                7.885546 2.077368  41.96529 1.776876e-03 0.1409713
## Seg236.13                7.858799 2.054019  41.84912 1.787286e-03 0.1409713
## Seg1050.1                2.671590 3.125982  30.97288 1.787293e-03 0.1409713
## Seg962.1                 7.735966 1.948854  41.80313 1.791431e-03 0.1409713
## Seg34.8                  2.849571 4.900782  30.93261 1.792944e-03 0.1409713
## Seg841.2                 8.337069 2.491272  41.66353 1.804099e-03 0.1409713
## Seg3491.2.1.57f48f7a     7.831555 2.030298  41.65045 1.805293e-03 0.1409713
## Seg531.3                 7.803790 2.006192  41.40123 1.828251e-03 0.1409713
## Seg1664.20               7.757143 1.971279  41.20021 1.847077e-03 0.1409713
## Seg385.24               -2.143042 6.933048  30.52276 1.851869e-03 0.1409713
## Seg1658.7                2.022834 7.283981  30.46860 1.859852e-03 0.1409713
## Seg4693.2               -2.043231 5.380657  30.44123 1.863903e-03 0.1409713
## Seg1273.4.1.57f48f76     4.994261 5.020372  30.43948 1.864163e-03 0.1409713
## Seg2677.3               -2.066727 6.902038  30.19890 1.900305e-03 0.1409713
## Seg90.4                  2.278224 3.621439  30.12743 1.911226e-03 0.1409713
## Seg3.10.1.57f48f7a       7.676011 1.897529  40.41236 1.923602e-03 0.1409713
## Seg397.19                7.717157 1.931441  40.31636 1.933237e-03 0.1409713
## Seg2904.1                7.717157 1.931441  40.31636 1.933237e-03 0.1409713
## Seg5523.1                7.681561 1.901601  40.23568 1.941388e-03 0.1409713
## Seg1646.3               -2.020491 6.032974  29.89719 1.946990e-03 0.1409713
## Seg909.14                3.082377 4.415191  29.88257 1.949292e-03 0.1409713
## Seg666.4                -2.064441 5.027988  29.85928 1.952966e-03 0.1409713
## Seg2506.2                8.301502 2.459218  40.11941 1.953221e-03 0.1409713
## Seg2051.4                8.317584 2.473865  39.92922 1.972800e-03 0.1409713
## Seg1713.4                7.751909 1.960730  39.90772 1.975031e-03 0.1409713
## Seg416.8                 7.727932 1.946316  39.79968 1.986298e-03 0.1409713
## Seg957.1                 7.722559 1.935447  39.59017 2.008410e-03 0.1409713
## Seg3460.2                7.838864 2.044801  39.25026 2.045044e-03 0.1409713
## Seg123.2                 7.904353 2.102848  39.24772 2.045322e-03 0.1409713
## Seg1224.3                7.770218 1.984240  38.93123 2.080306e-03 0.1409713
## Seg1474.5                7.662015 1.883559  38.77908 2.097431e-03 0.1409713
## Seg987.6                 7.653612 1.881174  38.74841 2.100908e-03 0.1409713
## Seg2504.2                7.613473 1.844380  38.72544 2.103517e-03 0.1409713
## Seg1822.8                8.026954 2.212190  38.71263 2.104974e-03 0.1409713
## Seg529.9                 7.722559 1.942356  38.57057 2.121231e-03 0.1409713
## Seg1658.8                2.128026 7.053844  28.78035 2.134018e-03 0.1409713
## Seg585.1.1.57f48f7c      7.698122 1.920932  38.34037 2.147958e-03 0.1409713
## Seg1737.5                3.794871 2.488946  28.62614 2.161736e-03 0.1409713
## Seg3291.1.1.57f48f7a    -3.201765 5.771334  28.56339 2.173154e-03 0.1409713
## Seg2544.4.1.57f48f79    -3.386343 4.685600  28.36852 2.209142e-03 0.1409713
## Seg541.7                 2.369040 3.935117  28.35810 2.211089e-03 0.1409713
## Seg5576.1                7.762449 1.968616  37.76479 2.216937e-03 0.1409713
## Seg7544.2.1.57f48f7d    -3.276237 3.894627  28.30223 2.221567e-03 0.1409713
## Seg5646.2                7.733307 1.943440  37.61742 2.235108e-03 0.1409713
## Seg5995.1               -2.410953 6.962978  28.14708 2.251024e-03 0.1409713
## Seg419.3                -2.650322 3.036396  28.12899 2.254493e-03 0.1409713
## Seg2612.5                7.622209 1.854610  37.42863 2.258702e-03 0.1409713
## Seg338.3                 7.764997 1.980364  37.41550 2.260356e-03 0.1409713
## Seg959.3                 7.575230 1.812829  37.30905 2.273831e-03 0.1409713
## Seg417.16                2.977099 4.050142  28.00595 2.278282e-03 0.1409713
## Seg2415.3                7.604681 1.834028  37.23414 2.283383e-03 0.1409713
## Seg1973.3                7.560185 1.797886  37.20180 2.287525e-03 0.1409713
## Seg249.12                7.717167 1.938389  37.18011 2.290308e-03 0.1409713
## Seg3325.4               -2.030438 7.004275  27.88849 2.301311e-03 0.1409713
## Seg964.5                 7.554164 1.793586  37.08940 2.302003e-03 0.1409713
## Seg1953.5                7.642194 1.865251  36.89590 2.327237e-03 0.1409713
## Seg2190.7               -2.282921 5.897415  27.72268 2.334361e-03 0.1409713
## Seg265.6                -2.339510 4.909304  27.69326 2.340292e-03 0.1409713
## Seg159.1                 2.063451 4.658542  27.67390 2.344205e-03 0.1409713
## Seg1887.2                7.548120 1.789278  36.73601 2.348390e-03 0.1409713
## Seg381.4                 7.572158 1.806468  36.71861 2.350709e-03 0.1409713
## Seg2116.6                7.572158 1.806468  36.71861 2.350709e-03 0.1409713
## Seg2630.1                7.572158 1.806468  36.71861 2.350709e-03 0.1409713
## Seg1517.2                8.042063 2.226235  36.69178 2.354290e-03 0.1409713
## Seg931.3                 7.569273 1.808570  36.61799 2.364180e-03 0.1409713
## Seg25.3                  2.178455 4.097387  27.54488 2.370520e-03 0.1409713
## Seg4161.2                2.714235 5.249770  27.49752 2.380281e-03 0.1409713
## Seg684.8                 8.451508 2.596543  36.44465 2.387650e-03 0.1409713
## Seg3162.2                8.080297 2.260512  36.40189 2.393491e-03 0.1409713
## Seg942.2                -2.607061 3.576850  27.41577 2.397256e-03 0.1409713
## Seg117.6                 7.532780 1.774040  36.36602 2.398407e-03 0.1409713
## Seg1776.6                7.616439 1.850449  36.34250 2.401637e-03 0.1409713
## Seg1361.5               -2.040886 4.115447  27.36724 2.407412e-03 0.1409713
## Seg74.4                  7.930723 2.114959  36.26226 2.412708e-03 0.1409713
## Seg3844.2                3.103679 2.917526  27.27798 2.426242e-03 0.1409713
## Seg933.3                 7.578110 1.810749  36.14663 2.428790e-03 0.1409713
## Seg1080.10               7.678770 1.895870  36.14012 2.429699e-03 0.1409713
## Seg2544.4.13.57f48f79    9.945444 4.006069  35.98665 2.451295e-03 0.1409713
## Seg1389.16.10.57f48f76   7.981260 2.159539  35.96477 2.454395e-03 0.1409713
## Seg2544.4.11.57f48f79   10.244307 4.295806  35.87993 2.466473e-03 0.1409713
## Seg703.1                 8.005884 2.181335  35.79973 2.477970e-03 0.1409713
## Seg8007.1.1.57f48f7e    -4.084064 3.869894  27.02866 2.479914e-03 0.1409713
## Seg1807.2.1.57f48f78     9.182865 3.276709  35.49115 2.522928e-03 0.1409713
## Seg2574.6                7.504840 1.749775  35.48181 2.524306e-03 0.1409713
## Seg282.9                 2.219944 3.662191  26.81399 2.527427e-03 0.1409713
## Seg2581.1                7.662093 1.891045  35.42339 2.532955e-03 0.1409713
## Seg1273.8                2.923094 5.048106  26.73001 2.546351e-03 0.1409713
## Seg46.7                  2.146988 4.284141  26.67561 2.558713e-03 0.1409713
## Seg994.9                 2.041085 5.907554  26.67284 2.559345e-03 0.1409713
## Seg5451.2               -2.696109 3.751887  26.56421 2.584281e-03 0.1409713
## Seg1519.2               -2.493735 3.344868  26.49812 2.599614e-03 0.1409713
## Seg1701.9               -2.008921 3.975465  26.46252 2.607925e-03 0.1409713
## Seg756.3                 7.508102 1.756574  34.91361 2.610273e-03 0.1409713
## Seg50.5                  7.584218 1.823348  34.85833 2.618859e-03 0.1409713
## Seg1569.8                7.584218 1.823348  34.85833 2.618859e-03 0.1409713
## Seg1593.1                7.584218 1.823348  34.85833 2.618859e-03 0.1409713
## Seg1733.6                7.584218 1.823348  34.85833 2.618859e-03 0.1409713
## Seg2091.8                7.584218 1.823348  34.85833 2.618859e-03 0.1409713
## Seg2343.2                7.584218 1.823348  34.85833 2.618859e-03 0.1409713
## Seg1882.11              -2.012539 7.949732  26.15482 2.681284e-03 0.1420610
## Seg1961.3               -2.556017 3.214002  26.05110 2.706641e-03 0.1429031
## Seg840.1                 2.935000 3.232184  25.93256 2.736025e-03 0.1431988
## Seg1146.9                7.823861 2.033540  34.01106 2.755706e-03 0.1434670
## Seg1102.4                7.434249 1.690852  33.95674 2.764827e-03 0.1434670
## Seg3306.2                7.630890 1.864720  33.78895 2.793276e-03 0.1444468
## Seg1651.3                7.911378 2.110886  33.67193 2.813366e-03 0.1449892
## Seg1394.9                4.019156 3.266048  25.56703 2.829404e-03 0.1450283
## Seg2012.2                7.953197 2.148018  33.42728 2.856043e-03 0.1450283
## Seg547.4                 2.768442 2.832890  25.43325 2.864662e-03 0.1450283
## Seg1048.17               7.444225 1.702642  33.20241 2.896094e-03 0.1450283
## Seg3418.4                7.444225 1.702642  33.20241 2.896094e-03 0.1450283
## Seg2629.3                7.404310 1.665110  33.13955 2.907433e-03 0.1450283
## Seg654.3                 3.241598 2.428369  25.17368 2.934794e-03 0.1450283
## Seg4477.1.1.57f48f7b    -7.767442 1.956940  32.94771 2.942439e-03 0.1450283
## Seg3451.2               -2.029234 4.176743  25.14102 2.943784e-03 0.1450283
## Seg353.6                 7.495616 1.747800  32.85849 2.958924e-03 0.1450283
## Seg2017.6                7.390908 1.655882  32.78483 2.972636e-03 0.1450283
## Seg3626.1                7.390908 1.655882  32.78483 2.972636e-03 0.1450283
## Seg8680.2               -2.387087 3.804577  24.93494 3.001374e-03 0.1450283
## Seg1445.7                2.134529 4.013601  24.92437 3.004367e-03 0.1450283
## Seg1226.3                7.466961 1.723189  32.57331 3.012519e-03 0.1450283
## Seg392.2                 2.322156 3.868212  24.84659 3.026532e-03 0.1450814
## Seg43.5                  7.373733 1.638879  32.27436 3.070210e-03 0.1462757
## Seg539.3                -2.161441 6.317238  24.69346 3.070822e-03 0.1462757
## Seg168.1.1.57f48f77     -2.265604 5.023627  24.59889 3.098613e-03 0.1466741
## Seg102.11               -7.354785 1.610472  31.95247 3.134115e-03 0.1471557
## Seg5964.2                2.447379 7.510322  24.45199 3.142467e-03 0.1471557
## Seg68.8.4.57f48f7d       8.276536 2.423541  31.88492 3.147768e-03 0.1471557
## Seg1820.4                7.501579 1.742898  31.66879 3.192031e-03 0.1482522
## Seg230.14                7.948582 2.144486  31.53331 3.220234e-03 0.1482522
## Seg1053.2.1.57f48f75     7.948582 2.144486  31.53331 3.220234e-03 0.1482522
## Seg1782.6                2.299552 3.171910  24.17574 3.227245e-03 0.1482522
## Seg568.6                 7.377392 1.646626  31.48617 3.230131e-03 0.1482522
## Seg889.1                 7.466610 1.713485  31.42469 3.243105e-03 0.1483966
## Seg1216.9                7.342489 1.612138  31.37263 3.254148e-03 0.1484520

Retrieve Gene annotation for the differentially expressed genes

diff_rs = list(
treat.both.vs.blank,
treat.27.vs.blank ,
treat.51.vs.blank,
ctrl.both.vs.blank,
ctrl.27.vs.blank,
ctrl.51.vs.blank,
amp.both.vs.blank,
amp.27.vs.blank,
amp.51.vs.blank ,
treat.both.vs.ctrl,
treat.27.vs.ctrl,
treat.51.vs.ctrl)
gene_annotate = function(df,anno){
  df_n = tibble::rownames_to_column(df, "ID")
  df_nn = merge(df_n,anno,by.x = "ID", by.y = "X.Gene_ID")
  rs = select(df_nn,c(1,2,5,6,7,17,18,26,22,23,24,25)) %>% 
    filter(Vetted..Not_Dubious_Not_rRNA_Not_Transposon.=="Yes") %>%
    filter(BLASTp_Best_Hit!="0") %>%
    arrange(-abs(logFC))
  bool = duplicated(rs$ID)
  rs = rs[!bool,]
  return(rs)
  }
treat.both.vs.blank.a = gene_annotate(treat.both.vs.blank,gene_anno)
# treat.27.vs.blank.a = gene_annotate(treat.27.vs.blank,gene_anno) # do not execute since empty
treat.51.vs.blank.a = gene_annotate(treat.51.vs.blank,gene_anno)
ctrl.both.vs.blank.a = gene_annotate(ctrl.both.vs.blank,gene_anno)
ctrl.27.vs.blank.a = gene_annotate(ctrl.27.vs.blank,gene_anno)
ctrl.51.vs.blank.a = gene_annotate(ctrl.51.vs.blank,gene_anno)
amp.both.vs.blank.a = gene_annotate(amp.both.vs.blank,gene_anno)
amp.27.vs.blank.a = gene_annotate(amp.27.vs.blank,gene_anno)
amp.51.vs.blank.a = gene_annotate(amp.51.vs.blank,gene_anno)
treat.both.vs.ctrl.a = gene_annotate(treat.both.vs.ctrl,gene_anno)
# treat.27.vs.ctrl.a = gene_annotate(treat.27.vs.ctrl,gene_anno) # do not execute since empty
treat.51.vs.ctrl.a = gene_annotate(treat.51.vs.ctrl,gene_anno)

Common changes after amputation

head(amp.both.vs.blank.a,100)
##                        ID      logFC       PValue         FDR
## 1               Seg3381.1  13.719817 1.089134e-05 0.003853065
## 2                Seg400.1  11.688444 6.091332e-06 0.002967020
## 3               Seg2624.3 -10.934923 2.333230e-05 0.005297585
## 6               Seg1611.1 -10.669345 3.528101e-05 0.006620949
## 8               Seg2869.1  10.549904 7.796101e-04 0.035666195
## 9              Seg1379.10  10.484863 6.248753e-05 0.009387295
## 10              Seg2548.2   9.772832 4.282766e-04 0.025244981
## 13              Seg1896.6   9.745936 1.921269e-05 0.004973681
## 15              Seg1276.4   9.485653 7.811491e-03 0.115270173
## 17              Seg675.12   9.056885 6.953352e-03 0.107191194
## 18               Seg395.5  -8.988053 3.704325e-04 0.023737364
## 20               Seg369.1   8.899131 6.733739e-03 0.105536242
## 21                 Seg7.2   8.503723 1.835817e-03 0.055257778
## 22              Seg1963.3  -8.486585 5.817905e-04 0.030658190
## 24               Seg861.9   8.440865 2.419397e-03 0.063003131
## 26              Seg581.12   8.414966 2.673952e-03 0.065443158
## 27              Seg1578.9  -8.346413 2.193778e-06 0.001919691
## 29              Seg6027.1   8.336306 4.457036e-03 0.086011914
## 30              Seg1794.2  -8.297703 9.798678e-04 0.040263982
## 32              Seg6310.3   8.266309 1.471903e-03 0.049096110
## 33              Seg1225.7  -8.217565 8.189352e-04 0.036267545
## 34               Seg402.2   8.207872 2.947742e-03 0.069502455
## 35               Seg372.1  -8.142835 9.108022e-04 0.038418724
## 39              Seg4235.1  -8.121303 9.983584e-04 0.040442311
## 40               Seg168.2  -8.086288 9.495513e-04 0.039513618
## 41              Seg3961.2   8.069259 1.124796e-03 0.043548745
## 42              Seg675.15   8.011801 9.831836e-03 0.128787247
## 43             Seg1784.13   7.981904 3.321796e-03 0.074774963
## 44              Seg7205.1  -7.880607 1.296031e-03 0.046567664
## 46              Seg1131.9   7.866970 2.065992e-03 0.059461136
## 47               Seg976.3   7.850005 1.524859e-03 0.049459753
## 49              Seg2475.6  -7.841131 1.326469e-03 0.046824790
## 50              Seg8951.1  -7.733078 1.544273e-03 0.049783922
## 52              Seg675.11   7.727781 3.363370e-04 0.022330591
## 53              Seg1031.1   7.651962 7.797409e-03 0.115270173
## 54  Seg1891.12_Seg1891.13   7.566042 1.246277e-05 0.003951772
## 55              Seg1475.1  -7.511061 1.957379e-03 0.057321902
## 57              Seg821.11   7.493214 2.195221e-03 0.061305486
## 58              Seg650.14  -7.441775 1.574138e-05 0.004554811
## 60               Seg639.4  -7.431017 2.118023e-03 0.059834976
## 61              Seg4133.2   7.430549 8.228308e-03 0.117708892
## 62              Seg3735.2   7.421207 3.838928e-03 0.081231398
## 63              Seg2949.3   7.365878 2.979430e-03 0.069633787
## 64             Seg1891.11   7.261531 3.958780e-07 0.001639094
## 65              Seg2769.1   7.250533 3.735370e-03 0.079880449
## 66              Seg1405.8  -7.204127 2.466452e-05 0.005419848
## 68              Seg1615.2  -7.204105 2.657051e-03 0.065241430
## 69               Seg550.3   7.195215 1.372571e-04 0.013718997
## 70              Seg1509.5   7.163887 1.869276e-05 0.004973681
## 71              Seg4429.1  -7.120488 2.942575e-03 0.069469690
## 72              Seg2298.7  -7.066341 4.243698e-05 0.007504409
## 74              Seg4067.1   7.023809 4.434413e-03 0.085885534
## 75              Seg1649.3   7.023409 1.547636e-04 0.014771288
## 76              Seg2332.1   7.019857 8.517710e-07 0.001639094
## 77              Seg5314.1   7.012567 3.640406e-04 0.023491475
## 78              Seg1854.3   7.004173 2.497487e-03 0.063326067
## 79              Seg1233.4   7.002130 8.982829e-04 0.038153168
## 80               Seg154.8   6.963990 2.034973e-05 0.004973681
## 81              Seg2028.9   6.930988 4.997007e-03 0.090803852
## 82               Seg440.2   6.925251 9.000280e-03 0.122610484
## 83              Seg1604.2   6.913170 1.594296e-03 0.050815772
## 84              Seg2708.5   6.905445 8.926542e-03 0.122058016
## 85              Seg2726.2   6.891583 9.579362e-03 0.126926521
## 86              Seg6483.1   6.820126 1.083101e-02 0.136340228
## 88              Seg2299.6   6.769753 4.019638e-05 0.007177201
## 89              Seg3864.1   6.755370 1.238310e-02 0.146657258
## 90             Seg11296.3   6.740509 2.202454e-05 0.005127257
## 91               Seg580.2   6.720678 1.184798e-05 0.003948814
## 93              Seg1200.2  -6.707459 3.995504e-05 0.007177201
## 95              Seg2213.7   6.664763 2.583970e-03 0.064543652
## 96              Seg4334.1   6.660769 2.318526e-04 0.018898594
## 97              Seg3734.3   6.649096 1.099262e-02 0.137061193
## 98              Seg1783.2   6.600296 7.444069e-04 0.034510389
## 99              Seg6812.1  -6.595986 2.525267e-04 0.019404326
## 100             Seg4756.2   6.566274 5.392599e-03 0.094489673
## 101             Seg3239.3   6.545721 5.484249e-03 0.094804465
## 103             Seg8230.2   6.480752 1.197189e-04 0.013184136
## 104             Seg2996.2   6.460220 4.427518e-03 0.085885534
## 105             Seg7105.1   6.406371 1.035561e-02 0.133088750
## 106              Seg250.9   6.385296 4.365723e-03 0.085324140
## 107             Seg1346.2   6.384963 1.805037e-04 0.015807827
## 108             Seg1715.9  -6.284429 9.130379e-05 0.011450535
## 110            Seg1891.14   6.258621 1.607503e-04 0.015147410
## 111             Seg2175.8  -6.226702 2.939140e-04 0.020789894
## 114             Seg2937.3   6.191397 1.017665e-02 0.131524057
## 115             Seg3511.1  -6.177871 2.542789e-04 0.019404326
## 117            Seg11598.2   6.143799 6.736966e-03 0.105536242
## 118             Seg2797.9   6.083338 6.431013e-03 0.103566337
## 119              Seg794.4  -6.079979 3.718762e-04 0.023747134
## 121             Seg2797.8   6.042370 4.019707e-03 0.082972770
## 122             Seg1312.4   6.037539 7.047832e-03 0.108194220
## 123             Seg2797.7   5.944668 2.876930e-03 0.068358673
## 124             Seg1501.5   5.916985 1.208895e-03 0.045280631
## 125             Seg543.18   5.890522 8.572165e-03 0.120270914
## 126             Seg2152.7   5.859601 1.252157e-03 0.046011620
## 127             Seg5020.1   5.854480 7.205317e-03 0.109649686
## 128             Seg7624.1   5.719124 7.526869e-03 0.112177185
## 129             Seg1730.1   5.648445 8.199506e-03 0.117626455
## 130             Seg3839.1   5.630892 1.107979e-02 0.137588437
## 131             Seg1766.2   5.630041 6.924339e-04 0.033465419
##     Vetted..Not_Dubious_Not_rRNA_Not_Transposon.       BLASTp_Best_Hit
## 1                                            Yes sp|A6H584|CO6A5_MOUSE
## 2                                            Yes  sp|Q9TWL9|COMA_CONMA
## 3                                            Yes sp|P50749|RASF2_HUMAN
## 6                                            Yes  sp|Q795M8|YUGO_BACSU
## 8                                            Yes sp|A6NMZ7|CO6A6_HUMAN
## 9                                            Yes sp|Q86VQ3|TXND2_HUMAN
## 10                                           Yes  sp|Q8K406|LGI3_MOUSE
## 13                                           Yes   sp|P60009|ACT_CANGA
## 15                                           Yes sp|Q8R1S4|MTSS1_MOUSE
## 17                                           Yes sp|A2AAJ9|OBSCN_MOUSE
## 18                                           Yes sp|Q8N264|RHG24_HUMAN
## 20                                           Yes  sp|Q9WVM6|TLL2_MOUSE
## 21                                           Yes  sp|B3EWZ3|CADN_ACRMI
## 22                                           Yes  sp|Q99973|TEP1_HUMAN
## 24                                           Yes  sp|O22943|STL1_ARATH
## 26                                           Yes sp|Q8VHN7|GPR98_MOUSE
## 27                                           Yes    sp|P52953|MSX2_RAT
## 29                                           Yes sp|Q9LXB8|PLPK1_ARATH
## 30                                           Yes sp|Q9UHL9|GT2D1_HUMAN
## 32                                           Yes sp|P55115|NAS15_CAEEL
## 33                                           Yes sp|Q4KMD7|STPAP_DANRE
## 34                                           Yes sp|Q7RTY7|OVCH1_HUMAN
## 35                                           Yes sp|Q91428|GATA3_DANRE
## 39                                           Yes sp|O15066|KIF3B_HUMAN
## 40                                           Yes sp|Q86SQ7|SDCG8_HUMAN
## 41                                           Yes sp|E9Q5R7|NAL12_MOUSE
## 42                                           Yes sp|Q6ZP82|CC141_HUMAN
## 43                                           Yes    sp|P22757|HE_PARLI
## 44                                           Yes  sp|P02594|CALM_ELEEL
## 46                                           Yes sp|Q9UPN3|MACF1_HUMAN
## 47                                           Yes sp|Q8T3C8|MTFP1_CAEEL
## 49                                           Yes sp|Q9UNH5|CC14A_HUMAN
## 50                                           Yes sp|Q96EN8|MOCOS_HUMAN
## 52                                           Yes sp|Q8WZ42|TITIN_HUMAN
## 53                                           Yes    sp|P54825|LMIP_RAT
## 54                                           Yes   sp|P08419|CEL2A_PIG
## 55                                           Yes sp|Q7TPQ3|SHPRH_MOUSE
## 57                                           Yes    sp|Q7TMA5|APOB_RAT
## 58                                           Yes sp|Q647I9|NALP5_BOVIN
## 60                                           Yes sp|Q5T5N4|CF118_HUMAN
## 61                                           Yes sp|Q5VXM1|CDCP2_HUMAN
## 62                                           Yes  sp|Q91ZU6|DYST_MOUSE
## 63                                           Yes sp|A2CG49|KALRN_MOUSE
## 64                                           Yes   sp|P00774|CEL2A_RAT
## 65                                           Yes sp|Q8N187|CARTF_HUMAN
## 66                                           Yes  sp|Q04073|P3A2_STRPU
## 68                                           Yes sp|Q8H0T9|KTNB1_ARATH
## 69                                           Yes  sp|C1HAE1|STS1_PARBA
## 70                                           Yes  sp|Q9TWL9|COMA_CONMA
## 71                                           Yes sp|Q86WG5|MTMRD_HUMAN
## 72                                           Yes   sp|Q5EB62|S2546_RAT
## 74                                           Yes  sp|Q80SX8|PIF1_MOUSE
## 75                                           Yes sp|P12111|CO6A3_HUMAN
## 76                                           Yes   sp|P08419|CEL2A_PIG
## 77                                           Yes sp|P12111|CO6A3_HUMAN
## 78                                           Yes    sp|P70579|GRM8_RAT
## 79                                           Yes sp|Q5SVZ6|ZMYM1_HUMAN
## 80                                           Yes  sp|P04813|CTR2_CANLF
## 81                                           Yes sp|P45972|ZTF17_CAEEL
## 82                                           Yes sp|Q5THJ4|VP13D_HUMAN
## 83                                           Yes  sp|A5WFR0|PIF1_PSYWF
## 84                                           Yes sp|B3EWZ5|MLRP1_ACRMI
## 85                                           Yes sp|Q2M1K9|ZN423_HUMAN
## 86                                           Yes sp|P05099|MATN1_CHICK
## 88                                           Yes  sp|Q8HXX6|SAP3_MACFA
## 89                                           Yes sp|Q9UIW2|PLXA1_HUMAN
## 90                                           Yes sp|Q13231|CHIT1_HUMAN
## 91                                           Yes  sp|B4PRE2|DGKH_DROYA
## 93                                           Yes sp|P40222|TXLNA_HUMAN
## 95                                           Yes  sp|P18722|ZG46_XENLA
## 96                                           Yes sp|A6NMZ7|CO6A6_HUMAN
## 97                                           Yes  sp|Q7SIC1|FUCL_ANGAN
## 98                                           Yes sp|Q96GS4|BORC6_HUMAN
## 99                                           Yes  sp|Q9GKR7|IQCG_MACFA
## 100                                          Yes  sp|A5WFR0|PIF1_PSYWF
## 101                                          Yes sp|P61315|G3ST3_MOUSE
## 103                                          Yes   sp|P00774|CEL2A_RAT
## 104                                          Yes sp|Q60803|TRAF3_MOUSE
## 105                                          Yes sp|Q12923|PTN13_HUMAN
## 106                                          Yes  sp|P35068|H2B1_TIGCA
## 107                                          Yes sp|P55115|NAS15_CAEEL
## 108                                          Yes sp|Q6NV83|SR140_MOUSE
## 110                                          Yes  sp|P05805|CAC3_BOVIN
## 111                                          Yes sp|Q7ZW16|RNF41_DANRE
## 114                                          Yes  sp|P21328|RTJK_DROME
## 115                                          Yes sp|Q05BC3|EMAL1_MOUSE
## 117                                          Yes sp|Q9JMH4|COHA1_MESAU
## 118                                          Yes  sp|Q6DCQ6|VWA2_XENLA
## 119                                          Yes sp|Q8QFP8|LIMK1_CHICK
## 121                                          Yes  sp|Q6DCQ6|VWA2_XENLA
## 122                                          Yes  sp|P10394|POL4_DROME
## 123                                          Yes  sp|Q6DCQ6|VWA2_XENLA
## 124                                          Yes   sp|Q331K1|CYT_CYACP
## 125                                          Yes  sp|Q196X6|VF232_IIV3
## 126                                          Yes sp|Q9H5L6|THAP9_HUMAN
## 127                                          Yes  sp|P21328|RTJK_DROME
## 128                                          Yes sp|O02751|CFDP2_BOVIN
## 129                                          Yes sp|Q9CR35|CTRB1_MOUSE
## 130                                          Yes sp|Q59E83|NPR22_CAEEL
## 131                                          Yes sp|Q7RTU5|ASCL5_HUMAN
##                                                                                                                                                                                                                                                                                                                                                                                              BLASTp_Description
## 1                                                                                                                                                                                                                                                                                                                                                     Collagen_alpha-5(VI)_chain_(Collagen_alpha-1(XXIX)_chain)
## 2                                                                                                                                                                                                                                                                                                         Conodipine-M_alpha_chain_(EC_3.1.1.4)_(Phosphatidylcholine_2-acylhydrolase)_(Phospholipase_A2)_(PLA2)
## 3                                                                                                                                                                                                                                                                                                                                                                   Ras_association_domain-containing_protein_2
## 6                                                                                                                                                                                                                                                                                                                                                                                potassium_channel_protein_YugO
## 8                                                                                                                                                                                                                                                                                                                                                                                    Collagen_alpha-6(VI)_chain
## 9                                                                                                                                                                                                                                                                                                                          Thioredoxin_domain-containing_protein_2_(Spermatid-specific_thioredoxin-1)_(Sptrx-1)
## 10                                                                                                                                                                                                                                                                                                                Leucine-rich_repeat_LGI_family_member_3_(Leubrin)_(Leucine-rich_glioma-inactivated_protein_3)
## 13                                                                                                                                                                                                                                                                                                                                                                                                        Actin
## 15                                                                                                                                                                                                                                                                                                                                              Metastasis_suppressor_protein_1_(Missing_in_metastasis_protein)
## 17                                                                                                                                                                                                                                                                                                                Obscurin_(EC_2.7.11.1)_(Obscurin-RhoGEF)_(Obscurin-myosin_light_chain_kinase)_(Obscurin-MLCK)
## 18                                                                                                                                                         Rho_GTPase-activating_protein_24_(Filamin-A-associated_RhoGAP)_(FilGAP)_(RAC1-_and_CDC42-specific_GTPase-activating_protein_of_72_kDa)_(RC-GAP72)_(Rho-type_GTPase-activating_protein_24)_(RhoGAP_of_73_kDa)_(Sarcoma_antigen_NY-SAR-88)_(p73RhoGAP)
## 20                                                                                                                                                                                                                                                                                                                                                                         Tolloid-like_protein_2_(EC_3.4.24.-)
## 21                                                                                                                                                                                                                                                                                                                                                                                         Coadhesin_(Fragment)
## 22                                                                                                                                                                                                                                                                                      Telomerase_protein_component_1_(Telomerase-associated_protein_1)_(Telomerase_protein_1)_(p240)_(p80_telomerase_homolog)
## 24                                                                                                                                                                                                                                                                                                                                                            Probable_glycosyltransferase_STELLO1_(EC_2.4.-.-)
## 26                                                                                                                                                                                                                                                                   G-protein_coupled_receptor_98_(Monogenic_audiogenic_seizure_susceptibility_protein_1)_(Neurepin)_(Very_large_G-protein_coupled_receptor_1)
## 27                                                                                                                                                                                                                                                                                                                                                 Homeobox_protein_MSX-2_(Homeobox_protein_Hox-8-1)_(Fragment)
## 29                                                                                                                                                                                                                                                                                                                             Protein_PELPK1_(Proline-rich_protein_10)_(Protein_Pro-Glu-Leu|Ile|Val-Pro-Lys_1)
## 30  General_transcription_factor_II-I_repeat_domain-containing_protein_1_(GTF2I_repeat_domain-containing_protein_1)_(General_transcription_factor_III)_(MusTRD1/BEN)_(Muscle_TFII-I_repeat_domain-containing_protein_1)_(Slow-muscle-fiber_enhancer-binding_protein)_(USE_B1-binding_protein)_(Williams-Beuren_syndrome_chromosomal_region_11_protein)_(Williams-Beuren_syndrome_chromosomal_region_12_protein)
## 32                                                                                                                                                                                                                                                                                                                                            Zinc_metalloproteinase_nas-15_(EC_3.4.24.-)_(Nematode_astacin_15)
## 33                                                                                                                                                                                          Speckle_targeted_PIP5K1A-regulated_poly(A)_polymerase_(Star-PAP)_(EC_2.7.7.19)_(RNA-binding_motif_protein_21)_(RNA-binding_protein_21)_(U6_snRNA-specific_terminal_uridylyltransferase_1)_(U6-TUTase)_(EC_2.7.7.52)
## 34                                                                                                                                                                                                                                                                                                                                                                                   Ovochymase-1_(EC_3.4.21.-)
## 35                                                                                                                                                                                                                                                                                                                                                          Transcription_factor_GATA-3_(GATA-binding_factor_3)
## 39                                                                                                                                                                                                                                                      Kinesin-like_protein_KIF3B_(HH0048)_(Microtubule_plus_end-directed_kinesin_motor_3B)_[Cleaved_into:_Kinesin-like_protein_KIF3B,_N-terminally_processed]
## 40                                                                                                                                                                                                                                                                                       Serologically_defined_colon_cancer_antigen_8_(Antigen_NY-CO-8)_(Centrosomal_colon_cancer_autoantigen_protein)_(hCCCAP)
## 41                                                                                                                                                                                                                                                                                                NACHT,_LRR_and_PYD_domains-containing_protein_12_(Monarch-1)_(PYRIN-containing_APAF1-like_protein_7)_(PYPAF7)
## 42                                                                                                                                                                                                                                                                                                          Coiled-coil_domain-containing_protein_141_(Coiled-coil_protein_associated_with_myosin_II_and_DISC1)
## 43                                                                                                                                                                                                                                                                           Hatching_enzyme_(HE)_(HEZ)_(EC_3.4.24.12)_(Envelysin)_(Sea-urchin-hatching_proteinase)_[Cleaved_into:_Hatching_enzyme_18_kDa_form]
## 44                                                                                                                                                                                                                                                                                                                                                                                             Calmodulin_(CaM)
## 46                                                                                                                                                                                                                                  Microtubule-actin_cross-linking_factor_1,_isoforms_1/2/3/5_(620_kDa_actin-binding_protein)_(ABP620)_(Actin_cross-linking_family_protein_7)_(Macrophin-1)_(Trabeculin-alpha)
## 47                                                                                                                                                                                                                                                                                                                               Mitochondrial_fission_process_protein_1_(Mitochondrial_18_kDa_protein)_(MTP18)
## 49                                                                                                                                                                                                                                                                                             Dual_specificity_protein_phosphatase_CDC14A_(EC_3.1.3.16)_(EC_3.1.3.48)_(CDC14_cell_division_cycle_14_homolog_A)
## 50                                                                                                                                                                                                                                                                                       Molybdenum_cofactor_sulfurase_(MCS)_(MOS)_(MoCo_sulfurase)_(hMCS)_(EC_2.8.1.9)_(Molybdenum_cofactor_sulfurtransferase)
## 52                                                                                                                                                                                                                                                                                                                                      Titin_(EC_2.7.11.1)_(Connectin)_(Rhabdomyosarcoma_antigen_MU-RMS-40.14)
## 53                                                                                                                                                                                                                                                                                                                                            Lens_fiber_membrane_intrinsic_protein_(MP17)_(MP18)_(MP19)_(MP20)
## 54                                                                                                                                                                                                                                                                                                                        Chymotrypsin-like_elastase_family_member_2A_(EC_3.4.21.71)_(Elastase-2)_(Elastase-2A)
## 55                                                                                                                                                                                                                               E3_ubiquitin-protein_ligase_SHPRH_(EC_2.3.2.27)_(EC_3.6.4.-)_(RING-type_E3_ubiquitin_transferase_SHPRH)_(SNF2,_histone-linker,_PHD_and_RING_finger_domain-containing_helicase)
## 57                                                                                                                                                                                                                                                                                                                              Apolipoprotein_B-100_(Apo_B-100)_[Cleaved_into:_Apolipoprotein_B-48_(Apo_B-48)]
## 58                                                                                                                                                                                                                                                                                                                                      NACHT,_LRR_and_PYD_domains-containing_protein_5_(Mater_protein_homolog)
## 60                                                                                                                                                                                                                                                                                                                                                                             Uncharacterized_protein_C6orf118
## 61                                                                                                                                                                                                                                                                                                                                                                              CUB_domain-containing_protein_2
## 62                                                                                                                                                                                                                                                       Dystonin_(Bullous_pemphigoid_antigen_1)_(BPA)_(Dystonia_musculorum_protein)_(Hemidesmosomal_plaque_protein)_(Microtubule_actin_cross-linking_factor_2)
## 63                                                                                                                                                                                                                                                                                               Kalirin_(EC_2.7.11.1)_(Protein_Duo)_(Serine/threonine-protein_kinase_with_Dbl-_and_pleckstrin_homology_domain)
## 64                                                                                                                                                                                                                                                                                                                        Chymotrypsin-like_elastase_family_member_2A_(EC_3.4.21.71)_(Elastase-2)_(Elastase-2A)
## 65                                                                                                                                                                                                                 Calcium-responsive_transcription_factor_(Amyotrophic_lateral_sclerosis_2_chromosomal_region_candidate_gene_8_protein)_(Calcium-response_factor)_(CaRF)_(Testis_development_protein_NYD-SP24)
## 66                                                                                                                                                                                                                                                                                                                                                                                     DNA-binding_protein_P3A2
## 68                                                                                                                                                                                                                                                                                                                                                        Katanin_p80_WD40_repeat-containing_subunit_B1_homolog
## 69                                                                                                                                                                                                                                                                                                                                                                 Tethering_factor_for_nuclear_proteasome_STS1
## 70                                                                                                                                                                                                                                                                                                        Conodipine-M_alpha_chain_(EC_3.1.1.4)_(Phosphatidylcholine_2-acylhydrolase)_(Phospholipase_A2)_(PLA2)
## 71                                                                                                                                                                                                                                                                                                                                                       Myotubularin-related_protein_13_(SET-binding_factor_2)
## 72                                                                                                                                                                                                                                                                                                                                                                           Solute_carrier_family_25_member_46
## 74                                                                                                                                                                                                                                                                             ATP-dependent_DNA_helicase_PIF1_(EC_3.6.4.12)_(DNA_repair_and_recombination_helicase_PIF1)_(Pif1/Rrm3_DNA_helicase-like_protein)
## 75                                                                                                                                                                                                                                                                                                                                                                                   Collagen_alpha-3(VI)_chain
## 76                                                                                                                                                                                                                                                                                                                        Chymotrypsin-like_elastase_family_member_2A_(EC_3.4.21.71)_(Elastase-2)_(Elastase-2A)
## 77                                                                                                                                                                                                                                                                                                                                                                                   Collagen_alpha-3(VI)_chain
## 78                                                                                                                                                                                                                                                                                                                                                                   Metabotropic_glutamate_receptor_8_(mGluR8)
## 79                                                                                                                                                                                                                                                                                                                                                                               Zinc_finger_MYM-type_protein_1
## 80                                                                                                                                                                                                                                                                                      Chymotrypsinogen_2_(EC_3.4.21.1)_[Cleaved_into:_Chymotrypsin_2_chain_A;_Chymotrypsin_2_chain_B;_Chymotrypsin_2_chain_C]
## 81                                                                                                                                                                                                                                                                                                                                                           Zinc_finger_transcription_factor_family_protein_17
## 82                                                                                                                                                                                                                                                                                                                                                              Vacuolar_protein_sorting-associated_protein_13D
## 83                                                                                                                                                                                                                                                                                                                                                                ATP-dependent_DNA_helicase_pif1_(EC_3.6.4.12)
## 84                                                                                                                                                                                                                                                            MAM_and_LDL-receptor_class_A_domain-containing_protein_1_(Skeletal_organic_matrix_MAM_and_LDL-receptor_1)_(SOM_MAM_and_LDL-receptor_1)_(Fragment)
## 85                                                                                                                                                                                                                                                                                     Zinc_finger_protein_423_(Olf1/EBF-associated_zinc_finger_protein)_(hOAZ)_(Smad-_and_Olf-interacting_zinc_finger_protein)
## 86                                                                                                                                                                                                                                                                                                                                                                        Cartilage_matrix_protein_(Matrilin-1)
## 88                                                                                                                                                                                                                                                                                        Ganglioside_GM2_activator_(Cerebroside_sulfate_activator_protein)_(GM2-AP)_(Sphingolipid_activator_protein_3)_(SAP-3)
## 89                                                                                                                                                                                                                                                                                                                                                                          Plexin-A1_(Semaphorin_receptor_NOV)
## 90                                                                                                                                                                                                                                                                                                                                                                Chitotriosidase-1_(EC_3.2.1.14)_(Chitinase-1)
## 91                                                                                                                                                                                                                                                                                                                                                    Diacylglycerol_kinase_eta_(DAG_kinase_eta)_(EC_2.7.1.107)
## 93                                                                                                                                                                                                                                                                                                                                                                                                Alpha-taxilin
## 95                                                                                                                                                                                                                                                                                                                                                            Gastrula_zinc_finger_protein_XlCGF46.1_(Fragment)
## 96                                                                                                                                                                                                                                                                                                                                                                                   Collagen_alpha-6(VI)_chain
## 97                                                                                                                                                                                                                                                                                                                                                                                                   Fucolectin
## 98                                                                                                                                                                                                                                                                                                                                   BLOC-1-related_complex_subunit_6_(Lysosome-dispersing_protein)_(Lyspersin)
## 99                                                                                                                                                                                                                                                                                                                                                                               IQ_domain-containing_protein_G
## 100                                                                                                                                                                                                                                                                                                                                                               ATP-dependent_DNA_helicase_pif1_(EC_3.6.4.12)
## 101                                                                                                                                                                                                                                                               Galactose-3-O-sulfotransferase_3_(Gal3ST-3)_(EC_2.8.2.-)_(Beta-galactose-3-O-sulfotransferase_3)_(Gal-beta-1,_3-GalNAc_3'-sulfotransferase_3)
## 103                                                                                                                                                                                                                                                                                                                       Chymotrypsin-like_elastase_family_member_2A_(EC_3.4.21.71)_(Elastase-2)_(Elastase-2A)
## 104                                                                                                                                                                                                                                                             TNF_receptor-associated_factor_3_(EC_2.3.2.27)_(CD40_receptor-associated_factor_1)_(CRAF1)_(RING-type_E3_ubiquitin_transferase_TRAF3)_(TRAFAMN)
## 105                                                                                                                                                                                  Tyrosine-protein_phosphatase_non-receptor_type_13_(EC_3.1.3.48)_(Fas-associated_protein-tyrosine_phosphatase_1)_(FAP-1)_(PTP-BAS)_(Protein-tyrosine_phosphatase_1E)_(PTP-E1)_(hPTPE1)_(Protein-tyrosine_phosphatase_PTPL1)
## 106                                                                                                                                                                                                                                                                                                                                                                                         Histone_H2B.1/H2B.2
## 107                                                                                                                                                                                                                                                                                                                                           Zinc_metalloproteinase_nas-15_(EC_3.4.24.-)_(Nematode_astacin_15)
## 108                                                                                                                                                                                                                                                                                       U2_snRNP-associated_SURP_motif-containing_protein_(140_kDa_Ser/Arg-rich_domain_protein)_(U2-associated_protein_SR140)
## 110                                                                                                                                                                                                                                                                                        Proproteinase_E_(Procarboxypeptidase_A_complex_component_III)_(Procarboxypeptidase_A-S6_subunit_III)_(PROCPA-S6_III)
## 111                                                                                                                                                                                                                                                                                         E3_ubiquitin-protein_ligase_NRDP1_(EC_2.3.2.27)_(RING_finger_protein_41)_(RING-type_E3_ubiquitin_transferase_NRDP1)
## 114                                                                                                                                                                                                                                                                                                                RNA-directed_DNA_polymerase_from_mobile_element_jockey_(EC_2.7.7.49)_(Reverse_transcriptase)
## 115                                                                                                                                                                                                                                                                                                                                                   Echinoderm_microtubule-associated_protein-like_1_(EMAP-1)
## 117                                                                                                                                                                                                                                               Collagen_alpha-1(XVII)_chain_(180_kDa_bullous_pemphigoid_antigen_2)_(Bullous_pemphigoid_antigen_2)_[Cleaved_into:_120_kDa_linear_IgA_disease_antigen_homolog]
## 118                                                                                                                                                                                                                                                                                  von_Willebrand_factor_A_domain-containing_protein_2_(A_domain-containing_protein_similar_to_matrilin_and_collagen)_(AMACO)
## 119                                                                                                                                                                                                                                                                                                                                                        LIM_domain_kinase_1_(LIMK-1)_(chLIMK1)_(EC_2.7.11.1)
## 121                                                                                                                                                                                                                                                                                  von_Willebrand_factor_A_domain-containing_protein_2_(A_domain-containing_protein_similar_to_matrilin_and_collagen)_(AMACO)
## 122                                                                                                                                                                                                                                                                Retrovirus-related_Pol_polyprotein_from_transposon_412_[Includes:_Protease_(EC_3.4.23.-);_Reverse_transcriptase_(EC_2.7.7.49);_Endonuclease]
## 123                                                                                                                                                                                                                                                                                  von_Willebrand_factor_A_domain-containing_protein_2_(A_domain-containing_protein_similar_to_matrilin_and_collagen)_(AMACO)
## 124                                                                                                                                                                                                                                                                                                                                                                                                  Cystatin_J
## 125                                                                                                                                                                                                                                                                                                                                                                  ubiquitin_thioesterase_232R_(EC_3.4.19.12)
## 126                                                                                                                                                                                                                                                                                                                                DNA_transposase_THAP9_(EC_2.7.7.-)_(THAP_domain-containing_protein_9)_(hTh9)
## 127                                                                                                                                                                                                                                                                                                                RNA-directed_DNA_polymerase_from_mobile_element_jockey_(EC_2.7.7.49)_(Reverse_transcriptase)
## 128                                                                                                                                                                                                                                                                                                                                                  Craniofacial_development_protein_2_(p97_bucentaur_protein)
## 129                                                                                                                                                                                                                                                                                     Chymotrypsinogen_B_(EC_3.4.21.1)_[Cleaved_into:_Chymotrypsin_B_chain_A;_Chymotrypsin_B_chain_B;_Chymotrypsin_B_chain_C]
## 130                                                                                                                                                                                                                                                                                                                                                                                    Neuropeptide_receptor_22
## 131                                                                                                                                                                                                                                                                                                               Achaete-scute_homolog_5_(ASH-5)_(hASH5)_(Class_A_basic_helix-loop-helix_protein_47)_(bHLHa47)
##     BLASTp_Best_Hit.1
## 1              A6H584
## 2              Q9TWL9
## 3              P50749
## 6              Q795M8
## 8              A6NMZ7
## 9              Q86VQ3
## 10             Q8K406
## 13             P60009
## 15             Q8R1S4
## 17             A2AAJ9
## 18             Q8N264
## 20             Q9WVM6
## 21             B3EWZ3
## 22             Q99973
## 24             O22943
## 26             Q8VHN7
## 27             P52953
## 29             Q9LXB8
## 30             Q9UHL9
## 32             P55115
## 33             Q4KMD7
## 34             Q7RTY7
## 35             Q91428
## 39             O15066
## 40             Q86SQ7
## 41             E9Q5R7
## 42             Q6ZP82
## 43             P22757
## 44             P02594
## 46             Q9UPN3
## 47             Q8T3C8
## 49             Q9UNH5
## 50             Q96EN8
## 52             Q8WZ42
## 53             P54825
## 54             P08419
## 55             Q7TPQ3
## 57             Q7TMA5
## 58             Q647I9
## 60             Q5T5N4
## 61             Q5VXM1
## 62             Q91ZU6
## 63             A2CG49
## 64             P00774
## 65             Q8N187
## 66             Q04073
## 68             Q8H0T9
## 69             C1HAE1
## 70             Q9TWL9
## 71             Q86WG5
## 72             Q5EB62
## 74             Q80SX8
## 75             P12111
## 76             P08419
## 77             P12111
## 78             P70579
## 79             Q5SVZ6
## 80             P04813
## 81             P45972
## 82             Q5THJ4
## 83             A5WFR0
## 84             B3EWZ5
## 85             Q2M1K9
## 86             P05099
## 88             Q8HXX6
## 89             Q9UIW2
## 90             Q13231
## 91             B4PRE2
## 93             P40222
## 95             P18722
## 96             A6NMZ7
## 97             Q7SIC1
## 98             Q96GS4
## 99             Q9GKR7
## 100            A5WFR0
## 101            P61315
## 103            P00774
## 104            Q60803
## 105            Q12923
## 106            P35068
## 107            P55115
## 108            Q6NV83
## 110            P05805
## 111            Q7ZW16
## 114            P21328
## 115            Q05BC3
## 117            Q9JMH4
## 118            Q6DCQ6
## 119            Q8QFP8
## 121            Q6DCQ6
## 122            P10394
## 123            Q6DCQ6
## 124            Q331K1
## 125            Q196X6
## 126            Q9H5L6
## 127            P21328
## 128            O02751
## 129            Q9CR35
## 130            Q59E83
## 131            Q7RTU5
##     Repetitive_Element..Repeat_Match_AND_.BLASTP_Hit_OR_No_Protein.
## 1                                                                No
## 2                                                                No
## 3                                                                No
## 6                                                                No
## 8                                                                No
## 9                                                                No
## 10                                                               No
## 13                                                               No
## 15                                                               No
## 17                                                               No
## 18                                                               No
## 20                                                               No
## 21                                                               No
## 22                                                               No
## 24                                                               No
## 26                                                               No
## 27                                                               No
## 29                                                               No
## 30                                                               No
## 32                                                               No
## 33                                                               No
## 34                                                               No
## 35                                                               No
## 39                                                               No
## 40                                                               No
## 41                                                               No
## 42                                                               No
## 43                                                               No
## 44                                                               No
## 46                                                               No
## 47                                                               No
## 49                                                               No
## 50                                                               No
## 52                                                               No
## 53                                                               No
## 54                                                               No
## 55                                                               No
## 57                                                               No
## 58                                                               No
## 60                                                               No
## 61                                                               No
## 62                                                               No
## 63                                                               No
## 64                                                               No
## 65                                                               No
## 66                                                               No
## 68                                                               No
## 69                                                               No
## 70                                                               No
## 71                                                               No
## 72                                                               No
## 74                                                               No
## 75                                                               No
## 76                                                               No
## 77                                                               No
## 78                                                               No
## 79                                                               No
## 80                                                               No
## 81                                                               No
## 82                                                               No
## 83                                                               No
## 84                                                               No
## 85                                                               No
## 86                                                               No
## 88                                                               No
## 89                                                               No
## 90                                                               No
## 91                                                               No
## 93                                                               No
## 95                                                               No
## 96                                                               No
## 97                                                               No
## 98                                                               No
## 99                                                               No
## 100                                                              No
## 101                                                              No
## 103                                                              No
## 104                                                              No
## 105                                                              No
## 106                                                              No
## 107                                                              No
## 108                                                              No
## 110                                                              No
## 111                                                              No
## 114                                                              No
## 115                                                              No
## 117                                                              No
## 118                                                              No
## 119                                                              No
## 121                                                              No
## 122                                                              No
## 123                                                              No
## 124                                                              No
## 125                                                              No
## 126                                                              No
## 127                                                              No
## 128                                                              No
## 129                                                              No
## 130                                                              No
## 131                                                              No
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    PFAM_Domains_.target_name.accession.env_coordfrom.to...
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Integrin_beta|PF00362.17(37-81);Integrin_beta|PF00362.17(443-516);Integrin_beta|PF00362.17(637-694);Laminin_G_3|PF13385.5(878-996);VWA_2|PF13519.5(239-348);VWA_2|PF13519.5(44-153);VWA_2|PF13519.5(449-559);VWA_2|PF13519.5(643-753);VWA_CoxE|PF05762.13(396-584);VWA_CoxE|PF05762.13(97-186);VWA|PF00092.27(238-382);VWA|PF00092.27(43-211);VWA|PF00092.27(448-617);VWA|PF00092.27(642-814);
## 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Phospholip_A2_3|PF09056.10(18-108);Phospholip_A2_3|PF09056.10(93-141);
## 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         DUF883|PF05957.12(408-464);LIM|PF00412.21(134-166);LIM|PF00412.21(199-232);Nore1-SARAH|PF16517.4(415-454);domain
## 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Ion_trans_2|PF07885.15(182-269);Ion_trans_2|PF07885.15(428-455);Ion_trans|PF00520.30(162-275);Ion_trans|PF00520.30(425-464);Lig_chan|PF00060.25(176-283);SBP_bac_3|PF00497.19(129-383);
## 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      AbiEi_2|PF09952.8(1211-1287);system
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Rrp44_CSD1|PF17216.2(103-192);Rrp44_CSD1|PF17216.2(15-103);Rrp44_CSD1|PF17216.2(195-282);
## 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Collagen|PF01391.17(62-108);DivIC|PF04977.14(8-64);DUF1192|PF06698.10(38-68);EPTP|PF03736.16(191-213);EPTP|PF03736.16(217-259);EPTP|PF03736.16(265-305);EPTP|PF03736.16(310-350);EPTP|PF03736.16(357-400);EPTP|PF03736.16(403-450);EPTP|PF03736.16(455-493);
## 13                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Actin|PF00022.18(255-321);Actin|PF00022.18(776-1149);DUF4834|PF16118.4(477-526);DUF4834|PF16118.4(7-96);
## 15                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         IMD|PF08397.10(13-240);IMD|PF08397.10(801-868);
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              RhoGEF|PF00621.19(56-212);
## 18                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         PH_9|PF15410.5(100-134);PH_9|PF15410.5(428-478);PH|PF00169.28(30-135);PH|PF00169.28(335-383);PXB|PF12828.6(270-391);RhoGAP|PF00620.26(163-317);
## 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  CUB_2|PF02408.19(161-277);CUB_2|PF02408.19(283-392);CUB_2|PF02408.19(395-492);CUB_2|PF02408.19(521-547);CUB_2|PF02408.19(601-631);CUB|PF00431.19(166-276);CUB|PF00431.19(284-391);CUB|PF00431.19(395-504);CUB|PF00431.19(511-627);EGF_2|PF07974.12(124-158);EGF_2|PF07974.12(77-118);EGF_CA|PF07645.14(123-166);EGF_CA|PF07645.14(83-127);EGF|PF00008.26(124-157);EGF|PF00008.26(77-117);hEGF|PF12661.6(132-151);hEGF|PF12661.6(72-86);hEGF|PF12661.6(86-113);UBX|PF00789.19(187-212);UBX|PF00789.19(416-504);UBX|PF00789.19(545-572);
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Kazal_1|PF00050.20(675-735);Kazal_1|PF00050.20(751-775);Kazal_1|PF00050.20(76-123);Kazal_1|PF00050.20(761-821);Kazal_2|PF07648.14(56-72);Kazal_2|PF07648.14(687-735);Kazal_2|PF07648.14(773-821);Kazal_2|PF07648.14(79-128);TSP_1|PF00090.18(319-371);TSP_1|PF00090.18(378-430);TSP_1|PF00090.18(437-489);TSP_1|PF00090.18(496-548);TSP_1|PF00090.18(555-607);TSP_1|PF00090.18(59-87);TSP_1|PF00090.18(614-666);VWA_2|PF13519.5(135-243);VWA|PF00092.27(134-304);VWA|PF00092.27(2-50);
## 22                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         AAA_16|PF13191.5(414-562);AAA_17|PF13207.5(109-207);AAA_17|PF13207.5(442-569);AAA_22|PF13401.5(431-567);AAA_29|PF13555.5(427-475);AAA|PF00004.28(439-549);(AAA)
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              STELLO|PF03385.16(54-248);
## 26                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Calx-beta|PF03160.13(140-244);Calx-beta|PF03160.13(259-291);Calx-beta|PF03160.13(27-126);
## 27                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Homeobox_KN|PF05920.10(148-182);Homeobox|PF00046.28(129-185);Homez|PF11569.7(135-186);Homez|PF11569.7(221-233);
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Asp_protease_2|PF13650.5(964-1047);Asp_protease|PF09668.9(942-1048);BH3|PF15285.5(184-195);BH3|PF15285.5(254-265);BH3|PF15285.5(311-318);BH3|PF15285.5(338-346);BH3|PF15285.5(353-362);BH3|PF15285.5(367-373);BH3|PF15285.5(507-518);DUF1758|PF05585.11(966-1033);DUF1759|PF03564.14(678-764);gag-asp_proteas|PF13975.5(917-969);gag-asp_proteas|PF13975.5(972-1050);
## 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GTF2I|PF02946.13(177-244);
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Astacin|PF01400.23(56-171);Peptidase_M66|PF10462.8(16-163);
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 AKAP95|PF04988.11(18-93);AKAP95|PF04988.11(87-176);DUF4651|PF15513.5(180-208);Nup35_RRM_2|PF14605.5(173-208);Nup35_RRM_2|PF14605.5(47-82);RRM_1|PF00076.21(174-207);RNP
## 34                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      DUF1986|PF09342.10(40-154);Trypsin_2|PF13365.5(51-230);Trypsin|PF00089.25(29-260);
## 35                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ArfGap|PF01412.17(124-187);ArfGap|PF01412.17(247-296);ArfGap|PF01412.17(294-350);Auto_anti-p27|PF06677.11(252-280);Auto_anti-p27|PF06677.11(305-334);DZR|PF12773.6(231-280);DZR|PF12773.6(255-334);DZR|PF12773.6(309-341);eIF-5_eIF-2B|PF01873.16(253-282);eIF-5_eIF-2B|PF01873.16(303-336);Elf1|PF05129.12(247-295);Elf1|PF05129.12(287-347);Elf1|PF05129.12(354-380);GATA|PF00320.26(255-289);GATA|PF00320.26(309-343);OrfB_Zn_ribbon|PF07282.10(177-187);OrfB_Zn_ribbon|PF07282.10(227-287);OrfB_Zn_ribbon|PF07282.10(297-339);TF_Zn_Ribbon|PF08271.11(253-289);TF_Zn_Ribbon|PF08271.11(307-337);Zn-ribbon_8|PF09723.9(251-286);Zn-ribbon_8|PF09723.9(307-342);
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             DUF1366|PF07104.10(23-104);MscS_TM|PF12794.6(29-105);PKcGMP_CC|PF16808.4(28-38);PKcGMP_CC|PF16808.4(46-68);PKcGMP_CC|PF16808.4(69-91);SMAP|PF15477.5(3-95);
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             CCCAP|PF15964.4(167-733);CCCAP|PF15964.4(6-207);DUF3240|PF11582.7(330-413);DUF3240|PF11582.7(574-604);HALZ|PF02183.17(113-142);HALZ|PF02183.17(392-404);HALZ|PF02183.17(424-442);HALZ|PF02183.17(492-516);HALZ|PF02183.17(60-78);HALZ|PF02183.17(627-650);HALZ|PF02183.17(645-677);HALZ|PF02183.17(705-733);NYD-SP28_assoc|PF14775.5(245-271);NYD-SP28_assoc|PF14775.5(373-411);NYD-SP28_assoc|PF14775.5(405-438);NYD-SP28_assoc|PF14775.5(479-518);NYD-SP28_assoc|PF14775.5(626-643);NYD-SP28_assoc|PF14775.5(658-686);NYD-SP28_assoc|PF14775.5(702-733);NYD-SP28_assoc|PF14775.5(99-141);SlyX|PF04102.11(12-47);SlyX|PF04102.11(259-308);SlyX|PF04102.11(332-385);SlyX|PF04102.11(371-421);SlyX|PF04102.11(422-485);SlyX|PF04102.11(475-527);SlyX|PF04102.11(517-573);SlyX|PF04102.11(576-616);SlyX|PF04102.11(604-662);SlyX|PF04102.11(698-749);SlyX|PF04102.11(98-161);
## 41                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   AAA_16|PF13191.5(136-233);AAA_16|PF13191.5(694-734);AAA_25|PF13481.5(125-190);AAA_25|PF13481.5(201-265);AAA|PF00004.28(150-302);(AAA)
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           ACCA|PF03255.13(2-56);ACCA|PF03255.13(47-153);AKNA|PF12443.7(2-46);AKNA|PF12443.7(46-95);AKNA|PF12443.7(78-128);CLZ|PF16526.4(11-58);channels
## 43                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Astacin|PF01400.23(191-218);Astacin|PF01400.23(95-174);DUF4953|PF16313.4(189-216);Gal_Lectin|PF02140.17(426-514);Gal_Lectin|PF02140.17(551-581);GLEYA|PF10528.8(301-391);Maf_N|PF08383.10(196-222);PA14|PF07691.11(283-404);Peptidase_M10|PF00413.23(96-248);Peptidase_M57|PF12388.7(160-224);Peptidase_M6|PF05547.10(188-222);Peptidase_M6|PF05547.10(323-390);Peptidase_M66|PF10462.8(189-235);PG_binding_1|PF01471.17(20-66);Reprolysin_3|PF13582.5(99-215);Reprolysin_4|PF13583.5(183-231);ShK|PF01549.23(486-506);ShK|PF01549.23(555-591);
## 44                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             DUF3349|PF11829.7(100-162);DUF3349|PF11829.7(38-107);DUF3349|PF11829.7(6-75);DUF3349|PF11829.7(77-148);EF-hand_1|PF00036.31(133-143);EF-hand_1|PF00036.31(145-161);EF-hand_1|PF00036.31(165-176);EF-hand_1|PF00036.31(25-53);EF-hand_1|PF00036.31(61-89);EF-hand_1|PF00036.31(99-125);EF-hand_4|PF12763.6(14-102);EF-hand_4|PF12763.6(93-162);EF-hand_5|PF13202.5(100-107);EF-hand_5|PF13202.5(134-141);EF-hand_5|PF13202.5(149-159);EF-hand_5|PF13202.5(165-176);EF-hand_5|PF13202.5(27-50);EF-hand_5|PF13202.5(62-86);EF-hand_6|PF13405.5(133-173);EF-hand_6|PF13405.5(25-54);EF-hand_6|PF13405.5(61-94);EF-hand_6|PF13405.5(98-128);EF-hand_7|PF13499.5(24-87);EF-hand_7|PF13499.5(96-160);EF-hand_8|PF13833.5(116-162);EF-hand_8|PF13833.5(37-89);EF-hand_8|PF13833.5(5-51);EF-hand_8|PF13833.5(88-117);EF-hand_9|PF14658.5(101-163);EF-hand_9|PF14658.5(27-90);EFhand_Ca_insen|PF08726.9(16-53);EFhand_Ca_insen|PF08726.9(64-107);EFhand_Ca_insen|PF08726.9(92-131);GPHH|PF16905.4(100-128);GPHH|PF16905.4(17-55);GPHH|PF16905.4(61-94);p25-alpha|PF05517.11(27-112);RTX_C|PF08339.9(11-94);RTX_C|PF08339.9(83-184);SPARC_Ca_bdg|PF10591.8(116-158);Ca
## 46                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              BLOC1_2|PF10046.8(125-220);BLOC1_2|PF10046.8(208-251);BLOC1_2|PF10046.8(224-279);BLOC1_2|PF10046.8(4-67);DUF29|PF01724.15(126-221);DUF29|PF01724.15(164-265);DUF29|PF01724.15(258-297);DUF29|PF01724.15(41-116);DUF5100|PF17029.4(140-199);DUF5100|PF17029.4(205-301);GPS2_interact|PF15784.4(162-210);GPS2_interact|PF15784.4(201-259);GPS2_interact|PF15784.4(82-119);Intimin_C|PF07979.10(120-162);Intimin_C|PF07979.10(153-211);Intimin_C|PF07979.10(258-301);NPV_P10|PF05531.11(158-253);NPV_P10|PF05531.11(26-103);Occludin_ELL|PF07303.12(124-204);Occludin_ELL|PF07303.12(188-260);Occludin_ELL|PF07303.12(3-89);Seryl_tRNA_N|PF02403.21(126-207);Seryl_tRNA_N|PF02403.21(15-71);Seryl_tRNA_N|PF02403.21(169-263);Spectrin|PF00435.20(155-256);Spectrin|PF00435.20(2-29);Spectrin|PF00435.20(258-299);Spectrin|PF00435.20(31-116);Tropomyosin_1|PF12718.6(148-210);Tropomyosin_1|PF12718.6(203-295);Tropomyosin_1|PF12718.6(3-83);
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  MTP18|PF10558.8(3-99);
## 49                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   DSPn|PF14671.5(1-50);
## 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Aminotran_5|PF00266.18(234-496);Aminotran_5|PF00266.18(43-175);MOSC_N|PF03476.15(753-879);
## 52  C2-set_2|PF08205.11(134-207);C2-set_2|PF08205.11(350-401);C2-set_2|PF08205.11(437-493);C2-set_2|PF08205.11(45-78);C2-set_2|PF08205.11(554-589);C2-set_2|PF08205.11(735-770);CAP_C|PF08603.10(60-111);CAP_C|PF08603.10(679-722);CAP_C|PF08603.10(742-836);DUF4198|PF10670.8(126-173);DUF4198|PF10670.8(337-406);DUF4198|PF10670.8(438-506);I-set|PF07679.15(125-214);I-set|PF07679.15(238-327);I-set|PF07679.15(24-113);I-set|PF07679.15(334-423);I-set|PF07679.15(430-519);I-set|PF07679.15(526-615);I-set|PF07679.15(619-700);I-set|PF07679.15(712-801);Ig_2|PF13895.5(130-214);Ig_2|PF13895.5(238-325);Ig_2|PF13895.5(28-113);Ig_2|PF13895.5(333-422);Ig_2|PF13895.5(443-519);Ig_2|PF13895.5(535-615);Ig_2|PF13895.5(728-803);Ig_3|PF13927.5(124-201);Ig_3|PF13927.5(23-100);Ig_3|PF13927.5(237-318);Ig_3|PF13927.5(333-410);Ig_3|PF13927.5(430-506);Ig_3|PF13927.5(525-602);Ig_3|PF13927.5(612-690);Ig_3|PF13927.5(711-788);ig|PF00047.24(129-212);ig|PF00047.24(29-110);ig|PF00047.24(338-421);ig|PF00047.24(438-517);ig|PF00047.24(530-612);ig|PF00047.24(636-685);ig|PF00047.24(716-794);Izumo-Ig|PF16706.4(166-219);Izumo-Ig|PF16706.4(360-422);Izumo-Ig|PF16706.4(459-526);Izumo-Ig|PF16706.4(533-618);Izumo-Ig|PF16706.4(64-101);Izumo-Ig|PF16706.4(655-698);Izumo-Ig|PF16706.4(767-798);Receptor_2B4|PF11465.7(168-217);Receptor_2B4|PF11465.7(453-521);Receptor_2B4|PF11465.7(48-109);Receptor_2B4|PF11465.7(531-614);Receptor_2B4|PF11465.7(652-699);Receptor_2B4|PF11465.7(732-801);V-set|PF07686.16(129-215);V-set|PF07686.16(31-114);V-set|PF07686.16(338-408);V-set|PF07686.16(436-520);V-set|PF07686.16(536-616);V-set|PF07686.16(626-701);V-set|PF07686.16(736-802);
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Amastin|PF07344.10(2-35);Amastin|PF07344.10(41-164);Claudin_2|PF13903.5(21-70);Claudin_2|PF13903.5(56-160);Claudin_3|PF06653.10(7-167);L_HMGIC_fpl|PF10242.8(14-167);PI3K_C2|PF00792.23(76-149);PMP22_Claudin|PF00822.19(14-163);SUR7|PF06687.11(12-73);SUR7|PF06687.11(63-160);TMEM173|PF15009.5(44-141);
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 DUF1986|PF09342.10(102-222);ShK|PF01549.23(19-57);ShK|PF01549.23(243-269);Trypsin_2|PF13365.5(117-285);Trypsin_2|PF13365.5(45-99);Trypsin|PF00089.25(13-76);Trypsin|PF00089.25(91-314);
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             PHD|PF00628.28(527-574);PHD|PF00628.28(676-690);SNF2_N|PF00176.22(393-848);
## 57                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           DUF1943|PF09172.10(137-259);Vitellogenin_N|PF01347.21(1-102);
## 58                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                LRR_1|PF00560.32(182-203);LRR_1|PF00560.32(210-227);LRR_1|PF00560.32(32-59);LRR_1|PF00560.32(324-341);LRR_1|PF00560.32(361-386);LRR_4|PF12799.6(117-144);LRR_4|PF12799.6(181-226);LRR_4|PF12799.6(322-385);LRR_6|PF13516.5(125-140);LRR_6|PF13516.5(151-174);LRR_6|PF13516.5(179-198);LRR_6|PF13516.5(321-341);LRR_6|PF13516.5(360-381);
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    AAA_32|PF13654.5(3-136);ALMT|PF11744.7(2-142);APG6|PF04111.11(1-131);DUF5401|PF17380.1(14-140);FIN1|PF17300.1(17-123);FumaraseC_C|PF10415.8(47-79);GAS|PF13851.5(31-136);IncA|PF04156.13(7-132);Leucyl-specific|PF14795.5(31-51);Leucyl-specific|PF14795.5(46-82);Leucyl-specific|PF14795.5(87-125);TMPIT|PF07851.12(25-147);TolA_bind_tri|PF16331.4(41-77);TolA_bind_tri|PF16331.4(83-136);TSNAXIP1_N|PF15739.4(1-64);TSNAXIP1_N|PF15739.4(67-132);
## 61                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              CUB_2|PF02408.19(126-178);CUB_2|PF02408.19(200-237);CUB_2|PF02408.19(4-109);CUB|PF00431.19(1-110);CUB|PF00431.19(117-233);
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        CDC37_M|PF08565.10(11-100);CDC37_M|PF08565.10(64-165);CorA|PF01544.17(13-83);CorA|PF01544.17(61-162);Csm2_III-A|PF03750.12(83-165);Csm2_III-A|PF03750.12(9-73);DUF2935|PF11155.7(24-124);MscS_porin|PF12795.6(3-116);PLC-beta_C|PF08703.9(13-91);PLC-beta_C|PF08703.9(91-165);POTRA_1|PF08478.9(106-142);POTRA_1|PF08478.9(14-40);POTRA_1|PF08478.9(71-108);Spectrin|PF00435.20(1-78);Spectrin|PF00435.20(119-165);Spectrin|PF00435.20(74-116);Taxilin|PF09728.8(5-71);Taxilin|PF09728.8(81-162);W2|PF02020.17(1-10);W2|PF02020.17(16-71);W2|PF02020.17(88-141);
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           fn3|PF00041.20(185-268);I-set|PF07679.15(202-268);I-set|PF07679.15(91-180);Ig_3|PF13927.5(91-167);ig|PF00047.24(96-178);Receptor_2B4|PF11465.7(102-181);Receptor_2B4|PF11465.7(6-53);Tissue_fac|PF01108.16(172-267);V-set|PF07686.16(83-181);
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         DUF1986|PF09342.10(2-112);Trypsin_2|PF13365.5(8-176);Trypsin|PF00089.25(1-205);
## 65                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ALS2CR8|PF15299.5(49-103);gene
## 66                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         DUF2841|PF11001.7(197-295);Nrf1_DNA-bind|PF10491.8(69-280);Nrf1
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ANAPC4_WD40|PF12894.6(191-260);ANAPC4_WD40|PF12894.6(277-329);ANAPC4_WD40|PF12894.6(4-110);ANAPC4_WD40|PF12894.6(407-451);ANAPC4_WD40|PF12894.6(86-129);Frtz|PF11768.7(2-84);protein
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Cut8|PF08559.9(78-309);
## 70                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Phospholip_A2_3|PF09056.10(20-129);PLA2G12|PF06951.10(24-150);
## 71                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            C1_1|PF00130.21(20-71);C1_2|PF03107.15(17-61);CRISPR_Cas6|PF10040.8(94-158);DZR|PF12773.6(20-70);FYVE_2|PF02318.15(8-84);PH_11|PF15413.5(104-158);PH_11|PF15413.5(21-100);PH_8|PF15409.5(107-158);PH|PF00169.28(102-161);PHD|PF00628.28(32-76);Prok-RING_1|PF14446.5(27-79);
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Mito_carr|PF00153.26(295-403);Mito_carr|PF00153.26(82-169);
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    AAA_11|PF13086.5(108-312);AAA_11|PF13086.5(1229-1299);AAA_11|PF13086.5(1349-1384);AAA_16|PF13191.5(1233-1320);AAA_16|PF13191.5(181-288);AAA_19|PF13245.5(1157-1251);AAA_19|PF13245.5(1242-1383);AAA_22|PF13401.5(110-251);AAA_22|PF13401.5(1246-1381);AAA_30|PF13604.5(1229-1439);AAA_30|PF13604.5(501-532);DUF87|PF01935.16(121-315);DUF87|PF01935.16(1252-1288);DUF87|PF01935.16(13-98);Helitron_like_N|PF14214.5(154-268);Helitron_like_N|PF14214.5(609-805);NACHT|PF05729.11(1251-1278);PIF1|PF05970.13(1157-1228);PIF1|PF05970.13(1229-1455);RsgA_GTPase|PF03193.15(1195-1298);
## 75                                                                                                                                                                                                                                                                                                                                                                                  AhpC-TSA_2|PF13911.5(1011-1055);AhpC-TSA_2|PF13911.5(1237-1265);AhpC-TSA_2|PF13911.5(1423-1449);AhpC-TSA_2|PF13911.5(1680-1728);AhpC-TSA_2|PF13911.5(1867-1950);AhpC-TSA_2|PF13911.5(565-590);AhpC-TSA_2|PF13911.5(821-879);Integrin_beta|PF00362.17(1112-1154);Integrin_beta|PF00362.17(1555-1616);Integrin_beta|PF00362.17(695-751);Kazal_1|PF00050.20(1082-1113);Kazal_1|PF00050.20(1496-1555);Kazal_1|PF00050.20(1937-1998);Kazal_1|PF00050.20(199-247);Kazal_1|PF00050.20(631-694);Kazal_2|PF07648.14(1092-1113);Kazal_2|PF07648.14(1503-1554);Kazal_2|PF07648.14(1948-1998);Kazal_2|PF07648.14(201-247);Kazal_2|PF07648.14(644-694);VWA_2|PF13519.5(1118-1229);VWA_2|PF13519.5(1308-1417);VWA_2|PF13519.5(1561-1672);VWA_2|PF13519.5(1749-1862);VWA_2|PF13519.5(255-368);VWA_2|PF13519.5(4-107);VWA_2|PF13519.5(448-558);VWA_2|PF13519.5(702-813);VWA_2|PF13519.5(897-1003);VWA_3|PF13768.5(1117-1272);VWA_3|PF13768.5(1310-1454);VWA_3|PF13768.5(1562-1715);VWA_3|PF13768.5(253-409);VWA_3|PF13768.5(61-150);VWA_3|PF13768.5(701-856);VWA_3|PF13768.5(926-1039);VWA|PF00092.27(1117-1288);VWA|PF00092.27(1307-1476);VWA|PF00092.27(1560-1734);VWA|PF00092.27(1750-1919);VWA|PF00092.27(254-430);VWA|PF00092.27(446-615);VWA|PF00092.27(5-165);VWA|PF00092.27(701-874);VWA|PF00092.27(898-1061);
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            DUF1986|PF09342.10(88-207);ShK|PF01549.23(19-55);ShK|PF01549.23(230-255);Trypsin_2|PF13365.5(103-271);Trypsin_2|PF13365.5(25-88);Trypsin|PF00089.25(77-300);
## 77                                                                                          AhpC-TSA_2|PF13911.5(1122-1232);AhpC-TSA_2|PF13911.5(1519-1643);AhpC-TSA_2|PF13911.5(159-195);AhpC-TSA_2|PF13911.5(1713-1773);AhpC-TSA_2|PF13911.5(1917-1951);AhpC-TSA_2|PF13911.5(362-394);AhpC-TSA_2|PF13911.5(545-601);DUF3164|PF11363.7(1009-1106);DUF3164|PF11363.7(1208-1252);DUF3164|PF11363.7(1401-1461);DUF3164|PF11363.7(1583-1653);DUF3164|PF11363.7(622-682);DUF531|PF04407.11(1092-1164);DUF531|PF04407.11(1273-1354);DUF531|PF04407.11(1395-1466);DUF531|PF04407.11(1665-1748);DUF531|PF04407.11(487-572);DUF531|PF04407.11(790-840);DUF531|PF04407.11(80-202);VWA_2|PF13519.5(1001-1111);VWA_2|PF13519.5(1195-1305);VWA_2|PF13519.5(1399-1508);VWA_2|PF13519.5(1591-1701);VWA_2|PF13519.5(1785-1907);VWA_2|PF13519.5(235-345);VWA_2|PF13519.5(38-149);VWA_2|PF13519.5(429-536);VWA_2|PF13519.5(624-733);VWA_2|PF13519.5(812-918);VWA_3|PF13768.5(1193-1351);VWA_3|PF13768.5(1431-1554);VWA_3|PF13768.5(1589-1747);VWA_3|PF13768.5(233-387);VWA_3|PF13768.5(36-194);VWA_3|PF13768.5(427-581);VWA_3|PF13768.5(681-770);VWA_3|PF13768.5(841-962);VWA_3|PF13768.5(999-1157);VWA_CoxE|PF05762.13(1190-1316);VWA_CoxE|PF05762.13(1379-1542);VWA_CoxE|PF05762.13(1580-1729);VWA_CoxE|PF05762.13(17-175);VWA_CoxE|PF05762.13(222-367);VWA_CoxE|PF05762.13(431-561);VWA_CoxE|PF05762.13(686-764);VWA_CoxE|PF05762.13(996-1143);VWA|PF00092.27(1000-1175);VWA|PF00092.27(1194-1368);VWA|PF00092.27(1398-1568);VWA|PF00092.27(1590-1764);VWA|PF00092.27(1784-1972);VWA|PF00092.27(234-408);VWA|PF00092.27(37-213);VWA|PF00092.27(428-597);VWA|PF00092.27(621-787);VWA|PF00092.27(809-981);
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               7tm_3|PF00003.21(575-820);ANF_receptor|PF01094.27(65-441);DUF5084|PF16894.4(560-669);DUF5084|PF16894.4(662-786);NCD3G|PF07562.13(496-545);Peripla_BP_6|PF13458.5(58-317);
## 79                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        DUF4371|PF14291.5(149-364);DUF4371|PF14291.5(79-111);DUF659|PF04937.14(253-407);
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 DUF1986|PF09342.10(94-212);ShK|PF01549.23(19-54);ShK|PF01549.23(291-308);Trypsin_2|PF13365.5(108-284);Trypsin|PF00089.25(83-316);VWD|PF00094.24(114-186);VWD|PF00094.24(214-241);VWD|PF00094.24(29-57);
## 81                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MULE|PF10551.8(880-975);PHD|PF00628.28(1154-1186);PHD|PF00628.28(1345-1396);PHD|PF00628.28(579-631);
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       0
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  AAA_19|PF13245.5(1244-1386);AAA_30|PF13604.5(1231-1448);AAA_30|PF13604.5(170-282);Helitron_like_N|PF14214.5(152-300);Helitron_like_N|PF14214.5(605-786);Helitron_like_N|PF14214.5(940-996);PIF1|PF05970.13(1231-1525);
## 84                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   MAM|PF00629.22(6-51);
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 LacAB_rpiB|PF02502.17(232-342);LacAB_rpiB|PF02502.17(65-103);zf-C2H2_11|PF16622.4(136-153);zf-C2H2_11|PF16622.4(206-232);zf-C2H2_11|PF16622.4(55-83);zf-C2H2_11|PF16622.4(618-641);zf-C2H2_11|PF16622.4(93-102);zf-C2H2_2|PF12756.6(156-260);zf-C2H2_2|PF12756.6(3-88);zf-C2H2_2|PF12756.6(573-671);zf-C2H2_2|PF12756.6(80-124);zf-C2H2_4|PF13894.5(134-152);zf-C2H2_4|PF13894.5(156-179);zf-C2H2_4|PF13894.5(182-204);zf-C2H2_4|PF13894.5(209-232);zf-C2H2_4|PF13894.5(28-38);zf-C2H2_4|PF13894.5(59-82);zf-C2H2_4|PF13894.5(621-644);zf-C2H2_4|PF13894.5(93-118);zf-C2H2|PF00096.25(123-152);zf-C2H2|PF00096.25(157-179);zf-C2H2|PF00096.25(182-204);zf-C2H2|PF00096.25(209-232);zf-C2H2|PF00096.25(28-56);zf-C2H2|PF00096.25(3-26);zf-C2H2|PF00096.25(60-82);zf-C2H2|PF00096.25(621-642);zf-C2H2|PF00096.25(852-864);zf-C2H2|PF00096.25(94-118);zf-H2C2_2|PF13465.5(109-131);zf-H2C2_2|PF13465.5(143-167);zf-H2C2_2|PF13465.5(169-193);zf-H2C2_2|PF13465.5(201-220);zf-H2C2_2|PF13465.5(47-70);zf-H2C2_2|PF13465.5(606-632);zf-H2C2_2|PF13465.5(73-103);zf-H2C2_5|PF13909.5(142-153);zf-H2C2_5|PF13909.5(209-217);zf-H2C2_5|PF13909.5(41-56);zf-H2C2_5|PF13909.5(67-84);zf-H2C2_5|PF13909.5(93-118);
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Adenine_deam_C|PF13382.5(32-112);Adenine_deam_C|PF13382.5(480-559);Amidase_2|PF01510.24(15-158);Amidase_2|PF01510.24(304-419);Amidase_2|PF01510.24(487-616);ATR13|PF16829.4(106-192);ATR13|PF16829.4(553-632);DHHA1|PF02272.18(2-76);DHHA1|PF02272.18(206-277);DHHA1|PF02272.18(435-519);DUF285|PF03382.13(551-603);DUF285|PF03382.13(97-205);DUF4296|PF14129.5(111-162);DUF4296|PF14129.5(557-612);EF-hand_like|PF09279.10(115-154);EF-hand_like|PF09279.10(564-603);EGF_MSP1_1|PF12946.6(290-317);HELP|PF03451.13(538-576);HELP|PF03451.13(80-129);Kazal_1|PF00050.20(296-359);Kazal_2|PF07648.14(309-359);Ribosomal_L12_N|PF16320.4(128-154);Ribosomal_L12_N|PF16320.4(575-601);SCO1-SenC|PF02630.13(215-257);SCO1-SenC|PF02630.13(439-518);SCO1-SenC|PF02630.13(5-78);tRNA-synt_1g|PF09334.10(272-417);VWA_2|PF13519.5(1-32);VWA_2|PF13519.5(113-221);VWA_2|PF13519.5(367-480);VWA_2|PF13519.5(525-624);VWA|PF00092.27(1-98);VWA|PF00092.27(108-281);VWA|PF00092.27(366-542);VWA|PF00092.27(555-634);
## 88                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    DUF4796|PF16044.4(82-159);E1_DerP2_DerF2|PF02221.14(16-160);TcfC|PF16967.4(124-152);
## 89                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Sema|PF01403.18(37-326);
## 90                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Glyco_hydro_18|PF00704.27(1-149);
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       PH_11|PF15413.5(11-103);PH_13|PF16652.4(162-215);PH_13|PF16652.4(3-112);PH_3|PF14593.5(8-109);PH_6|PF15406.5(30-103);PH_8|PF15409.5(13-104);PH|PF00169.28(9-105);
## 93                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Death|PF00531.21(240-317);Death|PF00531.21(300-397);Death|PF00531.21(374-432);Death|PF00531.21(509-541);DUF4250|PF14056.5(289-315);DUF4250|PF14056.5(349-387);DUF4250|PF14056.5(516-545);Taxilin|PF09728.8(209-531);YnfE|PF17452.1(244-297);YnfE|PF17452.1(309-345);YnfE|PF17452.1(327-363);YnfE|PF17452.1(356-404);YnfE|PF17452.1(501-552);
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     SDA1|PF05285.11(409-614);SDA1|PF05285.11(962-1105);zf-C2H2_4|PF13894.5(104-127);zf-C2H2_4|PF13894.5(130-159);zf-C2H2_4|PF13894.5(163-186);zf-C2H2_4|PF13894.5(189-211);zf-C2H2_4|PF13894.5(216-239);zf-C2H2_4|PF13894.5(43-64);zf-C2H2_4|PF13894.5(64-87);zf-C2H2_4|PF13894.5(753-775);zf-C2H2|PF00096.25(105-127);zf-C2H2|PF00096.25(130-159);zf-C2H2|PF00096.25(164-186);zf-C2H2|PF00096.25(189-211);zf-C2H2|PF00096.25(216-239);zf-C2H2|PF00096.25(43-63);zf-C2H2|PF00096.25(65-87);zf-C2H2|PF00096.25(753-774);
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                              C1-set|PF07654.14(1166-1199);C1-set|PF07654.14(1252-1297);C1-set|PF07654.14(128-177);C1-set|PF07654.14(1446-1480);C1-set|PF07654.14(1537-1570);C1-set|PF07654.14(1615-1659);C1-set|PF07654.14(521-553);C1-set|PF07654.14(607-653);C1-set|PF07654.14(801-835);C1-set|PF07654.14(892-925);C1-set|PF07654.14(972-1014);ChitinaseA_N|PF08329.9(1358-1453);ChitinaseA_N|PF08329.9(713-808);CSD|PF00313.21(1114-1148);CSD|PF00313.21(1759-1793);CSD|PF00313.21(277-311);DUF4394|PF14339.5(1040-1148);DUF4394|PF14339.5(1689-1885);DUF4394|PF14339.5(207-403);DUF736|PF05284.11(1184-1229);DUF736|PF05284.11(532-584);E1_FCCH|PF16190.4(1100-1148);E1_FCCH|PF16190.4(1745-1792);E1_FCCH|PF16190.4(263-310);Glyco_hydro_44|PF12891.6(1461-1633);Glyco_hydro_44|PF12891.6(816-988);LGFP|PF08310.10(150-167);LGFP|PF08310.10(1538-1558);LGFP|PF08310.10(1632-1649);LGFP|PF08310.10(893-913);LGFP|PF08310.10(987-1004);Mab-21|PF03281.13(1751-1865);Mab-21|PF03281.13(269-383);ribosomal_L24|PF17136.3(1162-1197);ribosomal_L24|PF17136.3(517-552);VWA_2|PF13519.5(1806-1917);VWA_2|PF13519.5(324-435);VWA|PF00092.27(1045-1144);VWA|PF00092.27(1689-1775);VWA|PF00092.27(1805-1981);VWA|PF00092.27(207-293);VWA|PF00092.27(323-499);
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  F5_F8_type_C|PF00754.24(130-213);F5_F8_type_C|PF00754.24(44-85);MAM|PF00629.22(1-117);
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              BLOC1_2|PF10046.8(72-157);BORCS6|PF10157.8(5-155);DUF2540|PF10802.7(102-151);DUF2540|PF10802.7(47-79);DUF2540|PF10802.7(76-118);DUF3206|PF11472.7(17-116);
## 99                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       APG6|PF04111.11(2-124);Atg14|PF10186.8(7-123);DUF4956|PF16316.4(26-107);Exonuc_VII_L|PF02601.14(5-124);Maelstrom|PF13017.5(4-117);Mnd1|PF03962.14(12-124);THP2|PF09432.9(20-123);
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           AAA_19|PF13245.5(1244-1386);AAA_30|PF13604.5(1231-1447);Helitron_like_N|PF14214.5(151-314);Helitron_like_N|PF14214.5(605-786);Helitron_like_N|PF14214.5(941-996);PIF1|PF05970.13(1231-1554);
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               E1_UFD|PF09358.9(1-81);E1_UFD|PF09358.9(252-344);Gal-3-0_sulfotr|PF06990.10(2-354);Sulfotransfer_2|PF03567.13(44-349);Sulfotransfer_3|PF13469.5(70-206);
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    DUF1986|PF09342.10(126-244);ShK|PF01549.23(268-281);ShK|PF01549.23(54-90);Trypsin_2|PF13365.5(141-309);Trypsin|PF00089.25(115-338);
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ABC_tran_CTD|PF16326.4(271-326);ABC_tran_CTD|PF16326.4(337-392);BLOC1_2|PF10046.8(265-327);BLOC1_2|PF10046.8(328-392);DUF2318|PF10080.8(11-89);DUF2318|PF10080.8(141-205);Enkurin|PF13864.5(207-301);Enkurin|PF13864.5(304-328);Enkurin|PF13864.5(329-390);Phage_lysis|PF03245.12(271-325);Phage_lysis|PF03245.12(333-390);Reo_sigmaC|PF04582.11(265-425);Sugarporin_N|PF11471.7(284-304);Sugarporin_N|PF11471.7(335-353);XhlA|PF10779.8(278-322);XhlA|PF10779.8(339-387);zf-C3HC4_2|PF13923.5(25-66);zf-C3HC4_3|PF13920.5(160-175);zf-C3HC4_3|PF13920.5(23-68);zf-C3HC4|PF00097.24(167-193);zf-C3HC4|PF00097.24(26-67);zf-RING_UBOX|PF13445.5(26-61);zf-TRAF|PF02176.17(166-219);zf-TRAF|PF02176.17(60-119);
## 105                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 KIND|PF16474.4(9-167);
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Histone|PF00125.23(16-87);Histone|PF00125.23(91-126);
## 107                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Astacin|PF01400.23(65-84);Astacin|PF01400.23(80-154);
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                CTD_bind|PF04818.12(107-164);CTD_bind|PF04818.12(575-647);CTK3|PF12243.7(521-642);cwf21|PF08312.11(159-181);cwf21|PF08312.11(523-539);cwf21|PF08312.11(599-636);cwf21|PF08312.11(835-883);RRM_1|PF00076.21(250-323);RNP
## 110                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Trypsin|PF00089.25(1-93);
## 111                                                                                                                                                                            ABC_tran_CTD|PF16326.4(135-200);ABC_tran_CTD|PF16326.4(276-290);ABC_tran_CTD|PF16326.4(84-110);APG6|PF04111.11(93-211);DLIC|PF05783.10(132-214);DUF1068|PF06364.11(82-204);Egg_lysin|PF01303.16(224-303);Egg_lysin|PF01303.16(94-197);HIP1_clath_bdg|PF16515.4(122-197);IBR|PF01485.20(45-78);IBR|PF01485.20(65-132);IBR|PF01485.20(7-57);Med2|PF11214.7(127-206);Prok-RING_4|PF14447.5(18-67);Sina|PF03145.15(67-164);Thioredoxin_2|PF13098.5(108-227);Thioredoxin_2|PF13098.5(50-113);THOC7|PF05615.12(228-307);THOC7|PF05615.12(72-204);TMF_TATA_bd|PF12325.7(136-212);U-box|PF04564.14(12-84);U-box|PF04564.14(89-143);zf-ANAPC11|PF12861.6(257-300);zf-ANAPC11|PF12861.6(8-65);zf-ANAPC11|PF12861.6(80-124);zf-C3HC4_2|PF13923.5(17-57);zf-C3HC4_3|PF13920.5(100-134);zf-C3HC4_3|PF13920.5(14-64);zf-C3HC4_3|PF13920.5(263-282);zf-C3HC4_4|PF15227.5(18-57);zf-C3HC4|PF00097.24(18-57);zf-C3HC4|PF00097.24(99-133);zf-rbx1|PF12678.6(111-132);zf-rbx1|PF12678.6(265-282);zf-rbx1|PF12678.6(81-122);zf-rbx1|PF12678.6(9-58);zf-RING_2|PF13639.5(16-58);zf-RING_2|PF13639.5(261-282);zf-RING_2|PF13639.5(79-133);zf-RING_4|PF14570.5(18-61);zf-RING_4|PF14570.5(93-121);zf-RING_5|PF14634.5(112-133);zf-RING_5|PF14634.5(17-59);zf-RING_5|PF14634.5(79-118);zf-RING_UBOX|PF13445.5(113-133);zf-RING_UBOX|PF13445.5(18-57);zf-TRAF_2|PF15965.4(111-138);zf-TRAF_2|PF15965.4(30-121);zf-TRAF|PF02176.17(102-149);zf-TRAF|PF02176.17(72-102);Zn_ribbon_17|PF17120.4(12-59);Zn_ribbon_17|PF17120.4(245-284);
## 114                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          C1_1|PF00130.21(89-131);Exo_endo_phos_2|PF14529.5(278-389);RVT_1|PF00078.26(678-715);Siva|PF05458.11(74-140);
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          WD40|PF00400.31(2-19);WD40|PF00400.31(26-65);
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Collagen|PF01391.17(199-262);Collagen|PF01391.17(234-314);Collagen|PF01391.17(303-367);
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      DUF128|PF01995.15(10-77);DUF128|PF01995.15(121-155);VWA_2|PF13519.5(7-120);VWA|PF00092.27(6-179);
## 119                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         APH|PF01636.22(232-343);APH|PF01636.22(306-376);Kdo|PF06293.13(241-383);MIEAP|PF16026.4(105-228);PDZ_2|PF13180.5(173-209);PDZ_2|PF13180.5(26-81);PDZ|PF00595.23(173-202);GLGF)
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      DUF128|PF01995.15(10-76);DUF128|PF01995.15(121-156);VWA_2|PF13519.5(7-120);VWA|PF00092.27(6-179);
## 122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      0
## 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      DUF128|PF01995.15(11-78);DUF128|PF01995.15(122-157);VWA_2|PF13519.5(8-121);VWA|PF00092.27(7-180);
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Cystatin|PF00031.20(30-114);SQAPI|PF16845.4(32-84);
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Helitron_like_N|PF14214.5(205-404);OTU|PF02338.18(13-131);
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Shugoshin_N|PF07558.10(243-269);Tnp_P_element|PF12017.7(250-501);
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Exo_endo_phos_2|PF14529.5(301-418);Exo_endo_phos_2|PF14529.5(588-629);Exo_endo_phos|PF03372.22(200-426);PHD_2|PF13831.5(97-137);PHD|PF00628.28(84-139);RVT_1|PF00078.26(694-796);zf-HC5HC2H|PF13771.5(63-137);zf-RING_11|PF17123.4(85-113);zf-RING_2|PF13639.5(84-137);zf-RRPl_C4|PF17026.4(82-150);
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Exo_endo_phos_2|PF14529.5(99-239);Exo_endo_phos|PF03372.22(5-235);RVT_1|PF00078.26(412-638);
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      DUF1986|PF09342.10(49-165);DUF316|PF03761.14(1-113);DUF316|PF03761.14(102-273);Trypsin_2|PF13365.5(13-40);Trypsin_2|PF13365.5(62-237);Trypsin|PF00089.25(38-269);
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            7tm_1|PF00001.20(1-138);7tm_1|PF00001.20(140-225);7TM_GPCR_Srsx|PF10320.8(134-224);7TM_GPCR_Srsx|PF10320.8(19-128);FAM75|PF14650.5(40-128);
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                HLH|PF00010.25(98-148);
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Gene_ontology_.GO.
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         collagen_trimer_[GO:0005581];extracellular_region_[GO:0005576];proteinaceous_extracellular_matrix_[GO:0005578];cell_adhesion_[GO:0007155]
## 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        extracellular_region_[GO:0005576];phospholipase_A2_activity_[GO:0004623];phospholipase_A2_activity_(consuming_1,2-dipalmitoylphosphatidylcholine)_[GO:0102567];phospholipase_A2_activity_consuming_1,2-dioleoylphosphatidylethanolamine)_[GO:0102568];toxin_activity_[GO:0090729];arachidonic_acid_secretion_[GO:0050482];lipid_catabolic_process_[GO:0016042];phospholipid_metabolic_process_[GO:0006644]
## 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           condensed_chromosome_kinetochore_[GO:0000777];cytoplasm_[GO:0005737];cytosol_[GO:0005829];Golgi_apparatus_[GO:0005794];kinetochore_[GO:0000776];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];plasma_membrane_[GO:0005886];protein_complex_[GO:0043234];protein_kinase_activity_[GO:0004672];bone_remodeling_[GO:0046849];cell_cycle_[GO:0007049];epidermal_growth_factor_receptor_signaling_pathway_via_I-kappaB_kinase/NF-kappaB_cascade_[GO:0038168];homeostasis_of_number_of_cells_[GO:0048872];negative_regulation_of_NIK/NF-kappaB_signaling_[GO:1901223];negative_regulation_of_peptidyl-serine_phosphorylation_[GO:0033137];ossification_[GO:0001503];positive_regulation_of_apoptotic_process_[GO:0043065];positive_regulation_of_JNK_cascade_[GO:0046330];positive_regulation_of_protein_autophosphorylation_[GO:0031954];positive_regulation_of_protein_kinase_activity_[GO:0045860];protein_stabilization_[GO:0050821];regulation_of_osteoblast_differentiation_[GO:0045667];regulation_of_osteoclast_differentiation_[GO:0045670];skeletal_system_development_[GO:0001501]
## 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        voltage-gated_potassium_channel_complex_[GO:0008076];voltage-gated_potassium_channel_activity_[GO:0005249]
## 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               collagen_trimer_[GO:0005581];extracellular_matrix_[GO:0031012];extracellular_region_[GO:0005576];proteinaceous_extracellular_matrix_[GO:0005578];cell_adhesion_[GO:0007155];collagen_catabolic_process_[GO:0030574]
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         cytoplasm_[GO:0005737];oxidoreductase_activity,_acting_on_a_sulfur_group_of_donors,_disulfide_as_acceptor_[GO:0016671];protein_disulfide_oxidoreductase_activity_[GO:0015035];protein-disulfide_reductase_activity_[GO:0047134];thioredoxin-disulfide_reductase_activity_[GO:0004791];cell_differentiation_[GO:0030154];cell_redox_homeostasis_[GO:0045454];cellular_response_to_oxidative_stress_[GO:0034599];glycerol_ether_metabolic_process_[GO:0006662];multicellular_organism_development_[GO:0007275];spermatogenesis_[GO:0007283]
## 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          cell_junction_[GO:0030054];extracellular_region_[GO:0005576];neuron_projection_[GO:0043005];synaptic_vesicle_[GO:0008021];catalytic_activity_[GO:0003824];exocytosis_[GO:0006887];regulation_of_exocytosis_[GO:0017157]
## 13                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             actin_cortical_patch_[GO:0030479];actin_filament_[GO:0005884];actin_filament_bundle_[GO:0032432];actomyosin_contractile_ring,_distal_actin_filament_layer_[GO:0120106];actomyosin_contractile_ring,_intermediate_layer_[GO:0120105];actomyosin_contractile_ring,_proximal_layer_[GO:0120104];cellular_bud_neck_contractile_ring_[GO:0000142];cytosol_[GO:0005829];Ino80_complex_[GO:0031011];mating_projection_tip_[GO:0043332];NuA4_histone_acetyltransferase_complex_[GO:0035267];perinuclear_region_of_cytoplasm_[GO:0048471];prospore_membrane_[GO:0005628];Swr1_complex_[GO:0000812];ATP_binding_[GO:0005524];histone_acetyltransferase_activity_[GO:0004402];identical_protein_binding_[GO:0042802];structural_constituent_of_cytoskeleton_[GO:0005200];actomyosin_contractile_ring_contraction_[GO:0000916];ascospore_wall_assembly_[GO:0030476];cellular_response_to_oxidative_stress_[GO:0034599];chronological_cell_aging_[GO:0001300];DNA_repair_[GO:0006281];endocytosis_[GO:0006897];establishment_of_cell_polarity_[GO:0030010];establishment_or_maintenance_of_cell_polarity_regulating_cell_shape_[GO:0071963];histone_exchange_[GO:0043486];mitotic_actomyosin_contractile_ring_assembly_[GO:1903475];protein_secretion_[GO:0009306];regulation_of_nucleosome_density_[GO:0060303];vacuole_inheritance_[GO:0000011]
## 15                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              actin_cytoskeleton_[GO:0015629];adherens_junction_[GO:0005912];cytoplasm_[GO:0005737];actin_binding_[GO:0003779];actin_filament_binding_[GO:0051015];actin_monomer_binding_[GO:0003785];identical_protein_binding_[GO:0042802];receptor_binding_[GO:0005102];actin_filament_organization_[GO:0007015];actin_filament_polymerization_[GO:0030041];adherens_junction_maintenance_[GO:0034334];bone_mineralization_[GO:0030282];cellular_response_to_fluid_shear_stress_[GO:0071498];epithelial_cell_proliferation_involved_in_renal_tubule_morphogenesis_[GO:2001013];glomerulus_morphogenesis_[GO:0072102];in_utero_embryonic_development_[GO:0001701];magnesium_ion_homeostasis_[GO:0010960];muscle_organ_development_[GO:0007517];negative_regulation_of_epithelial_cell_proliferation_[GO:0050680];nephron_tubule_epithelial_cell_differentiation_[GO:0072160];nervous_system_development_[GO:0007399];plasma_membrane_organization_[GO:0007009];positive_regulation_of_actin_filament_bundle_assembly_[GO:0032233];renal_system_development_[GO:0072001];renal_tubule_morphogenesis_[GO:0061333]
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   cytosol_[GO:0005829];extracellular_space_[GO:0005615];intercalated_disc_[GO:0014704];M_band_[GO:0031430];nuclear_body_[GO:0016604];plasma_membrane_[GO:0005886];sarcolemma_[GO:0042383];striated_muscle_myosin_thick_filament_[GO:0005863];Z_disc_[GO:0030018];ankyrin_binding_[GO:0030506];ATP_binding_[GO:0005524];cadherin_binding_[GO:0045296];calmodulin_binding_[GO:0005516];metal_ion_binding_[GO:0046872];protein_kinase_activity_[GO:0004672];protein_serine/threonine_kinase_activity_[GO:0004674];Rho_guanyl-nucleotide_exchange_factor_activity_[GO:0005089];titin_binding_[GO:0031432];cell_differentiation_[GO:0030154];multicellular_organism_development_[GO:0007275];protein_autophosphorylation_[GO:0046777];protein_phosphorylation_[GO:0006468];regulation_of_Rho_protein_signal_transduction_[GO:0035023]
## 18                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 cell_projection_[GO:0042995];cytoskeleton_[GO:0005856];cytosol_[GO:0005829];focal_adhesion_[GO:0005925];GTPase_activator_activity_[GO:0005096];angiogenesis_[GO:0001525];cell_differentiation_[GO:0030154];regulation_of_small_GTPase_mediated_signal_transduction_[GO:0051056];signal_transduction_[GO:0007165]
## 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  extracellular_region_[GO:0005576];calcium_ion_binding_[GO:0005509];metalloendopeptidase_activity_[GO:0004222];zinc_ion_binding_[GO:0008270];cell_differentiation_[GO:0030154];multicellular_organism_development_[GO:0007275];negative_regulation_of_skeletal_muscle_tissue_growth_[GO:0048632]
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      integral_component_of_membrane_[GO:0016021]
## 22                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     catalytic_step_2_spliceosome_[GO:0071013];chromosome,_telomeric_region_[GO:0000781];cytoplasm_[GO:0005737];intracellular_ribonucleoprotein_complex_[GO:0030529];nuclear_matrix_[GO:0016363];precatalytic_spliceosome_[GO:0071011];telomerase_holoenzyme_complex_[GO:0005697];U5_snRNP_[GO:0005682];ATP_binding_[GO:0005524];enzyme_binding_[GO:0019899];p53_binding_[GO:0002039];RNA_binding_[GO:0003723];telomerase_activity_[GO:0003720];telomerase_RNA_binding_[GO:0070034];RNA_splicing_[GO:0008380];telomere_maintenance_via_recombination_[GO:0000722]
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               endosome_[GO:0005768];Golgi_apparatus_[GO:0005794];Golgi_membrane_[GO:0000139];integral_component_of_membrane_[GO:0016021];trans-Golgi_network_[GO:0005802];identical_protein_binding_[GO:0042802];transferase_activity,_transferring_glycosyl_groups_[GO:0016757];plant-type_cell_wall_cellulose_biosynthetic_process_[GO:0052324];regulation_of_plant-type_cell_wall_cellulose_biosynthetic_process_[GO:2001009]
## 26                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 cell_surface_[GO:0009986];cytoplasm_[GO:0005737];extracellular_region_[GO:0005576];integral_component_of_membrane_[GO:0016021];membrane_[GO:0016020];periciliary_membrane_compartment_[GO:1990075];perinuclear_region_of_cytoplasm_[GO:0048471];photoreceptor_connecting_cilium_[GO:0032391];plasma_membrane_[GO:0005886];receptor_complex_[GO:0043235];stereocilia_ankle_link_[GO:0002141];stereocilia_ankle_link_complex_[GO:0002142];USH2_complex_[GO:1990696];calcium_ion_binding_[GO:0005509];G-protein_coupled_receptor_activity_[GO:0004930];myosin_binding_[GO:0017022];cell_surface_receptor_signaling_pathway_[GO:0007166];cell-cell_adhesion_[GO:0098609];cellular_response_to_calcium_ion_[GO:0071277];detection_of_mechanical_stimulus_involved_in_sensory_perception_of_sound_[GO:0050910];establishment_of_protein_localization_[GO:0045184];inner_ear_development_[GO:0048839];inner_ear_receptor_cell_stereocilium_organization_[GO:0060122];maintenance_of_animal_organ_identity_[GO:0048496];nervous_system_development_[GO:0007399];nervous_system_process_[GO:0050877];photoreceptor_cell_maintenance_[GO:0045494];positive_regulation_of_protein_kinase_A_signaling_[GO:0010739];sensory_perception_of_light_stimulus_[GO:0050953];sensory_perception_of_sound_[GO:0007605];visual_perception_[GO:0007601]
## 27  nucleus_[GO:0005634];transcription_factor_complex_[GO:0005667];DNA_binding_[GO:0003677];RNA_polymerase_II_proximal_promoter_sequence-specific_DNA_binding_[GO:0000978];RNA_polymerase_II_regulatory_region_sequence-specific_DNA_binding_[GO:0000977];sequence-specific_DNA_binding_[GO:0043565];transcription_cofactor_activity_[GO:0003712];transcription_factor_activity,_RNA_polymerase_II_proximal_promoter_sequence-specific_DNA_binding_[GO:0000982];transcription_factor_activity,_transcription_factor_binding_[GO:0000989];transcription_factor_binding_[GO:0008134];transcription_regulatory_region_DNA_binding_[GO:0044212];transcriptional_repressor_activity,_RNA_polymerase_II_transcription_regulatory_region_sequence-specific_DNA_binding_[GO:0001227];activation_of_meiosis_[GO:0090427];anterior/posterior_pattern_specification_[GO:0009952];BMP_signaling_pathway_[GO:0030509];BMP_signaling_pathway_involved_in_heart_development_[GO:0061312];bone_morphogenesis_[GO:0060349];bone_trabecula_formation_[GO:0060346];branching_involved_in_mammary_gland_duct_morphogenesis_[GO:0060444];cartilage_development_[GO:0051216];cellular_response_to_estradiol_stimulus_[GO:0071392];cellular_response_to_growth_factor_stimulus_[GO:0071363];chondrocyte_development_[GO:0002063];embryonic_digit_morphogenesis_[GO:0042733];embryonic_forelimb_morphogenesis_[GO:0035115];embryonic_hindlimb_morphogenesis_[GO:0035116];embryonic_limb_morphogenesis_[GO:0030326];embryonic_nail_plate_morphogenesis_[GO:0035880];enamel_mineralization_[GO:0070166];endochondral_bone_growth_[GO:0003416];epithelial_to_mesenchymal_transition_involved_in_endocardial_cushion_formation_[GO:0003198];frontal_suture_morphogenesis_[GO:0060364];mammary_gland_epithelium_development_[GO:0061180];negative_regulation_of_apoptotic_process_[GO:0043066];negative_regulation_of_cell_proliferation_[GO:0008285];negative_regulation_of_CREB_transcription_factor_activity_[GO:0032792];negative_regulation_of_fat_cell_differentiation_[GO:0045599];negative_regulation_of_keratinocyte_differentiation_[GO:0045617];negative_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0000122];negative_regulation_of_transcription_regulatory_region_DNA_binding_[GO:2000678];negative_regulation_of_transcription,_DNA-templated_[GO:0045892];odontogenesis_[GO:0042476];ossification_[GO:0001503];osteoblast_development_[GO:0002076];osteoblast_differentiation_[GO:0001649];outflow_tract_morphogenesis_[GO:0003151];outflow_tract_septum_morphogenesis_[GO:0003148];positive_regulation_of_apoptotic_process_[GO:0043065];positive_regulation_of_BMP_signaling_pathway_[GO:0030513];positive_regulation_of_cell_death_[GO:0010942];positive_regulation_of_mesenchymal_cell_apoptotic_process_[GO:2001055];positive_regulation_of_osteoblast_differentiation_[GO:0045669];positive_regulation_of_timing_of_catagen_[GO:0051795];regulation_of_apoptotic_process_[GO:0042981];signal_transduction_involved_in_regulation_of_gene_expression_[GO:0023019];stem_cell_differentiation_[GO:0048863];transcription_from_RNA_polymerase_II_promoter_[GO:0006366];wound_healing_[GO:0042060];wound_healing,_spreading_of_epidermal_cells_[GO:0035313]
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            extracellular_region_[GO:0005576];plant-type_cell_wall_[GO:0009505];positive_regulation_of_seed_germination_[GO:0010030];post-embryonic_development_[GO:0009791];regulation_of_photoperiodism,_flowering_[GO:2000028]
## 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             cytoplasm_[GO:0005737];cytosol_[GO:0005829];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];DNA_binding_[GO:0003677];DNA_binding_transcription_factor_activity_[GO:0003700];RNA_polymerase_II_transcription_factor_activity,_sequence-specific_DNA_binding_[GO:0000981];transcription_factor_activity,_RNA_polymerase_II_distal_enhancer_sequence-specific_binding_[GO:0003705];multicellular_organism_development_[GO:0007275];regulation_of_transcription,_DNA-templated_[GO:0006355];transcription_from_RNA_polymerase_II_promoter_[GO:0006366];transition_between_slow_and_fast_fiber_[GO:0014886]
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       extracellular_region_[GO:0005576];metalloendopeptidase_activity_[GO:0004222];zinc_ion_binding_[GO:0008270]
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            nuclear_speck_[GO:0016607];nucleolus_[GO:0005730];ATP_binding_[GO:0005524];mRNA_3'-UTR_binding_[GO:0003730];polynucleotide_adenylyltransferase_activity_[GO:0004652];RNA_binding_[GO:0003723];RNA_uridylyltransferase_activity_[GO:0050265];zinc_ion_binding_[GO:0008270];mRNA_polyadenylation_[GO:0006378];pre-mRNA_cleavage_required_for_polyadenylation_[GO:0098789];snRNA_processing_[GO:0016180]
## 34                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 extracellular_region_[GO:0005576];metal_ion_binding_[GO:0046872];serine-type_endopeptidase_activity_[GO:0004252]
## 35                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         nucleus_[GO:0005634];transcription_factor_complex_[GO:0005667];chromatin_binding_[GO:0003682];RNA_polymerase_II_regulatory_region_sequence-specific_DNA_binding_[GO:0000977];RNA_polymerase_II_transcription_factor_binding_[GO:0001085];transcriptional_activator_activity,_RNA_polymerase_II_transcription_regulatory_region_sequence-specific_DNA_binding_[GO:0001228];zinc_ion_binding_[GO:0008270];cardiac_muscle_tissue_regeneration_[GO:0061026];ectodermal_placode_development_[GO:0071696];ectodermal_placode_formation_[GO:0060788];embryonic_neurocranium_morphogenesis_[GO:0048702];fibroblast_growth_factor_receptor_signaling_pathway_[GO:0008543];fin_regeneration_[GO:0031101];otic_placode_formation_[GO:0043049];positive_regulation_of_cell_proliferation_[GO:0008284];positive_regulation_of_neurogenesis_[GO:0050769];positive_regulation_of_neuron_migration_[GO:2001224];positive_regulation_of_T_cell_differentiation_[GO:0045582];tissue_regeneration_[GO:0042246];ventral_spinal_cord_interneuron_differentiation_[GO:0021514]
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           axon_cytoplasm_[GO:1904115];centrosome_[GO:0005813];ciliary_tip_[GO:0097542];cilium_[GO:0005929];cytosol_[GO:0005829];extracellular_exosome_[GO:0070062];intraciliary_transport_particle_[GO:0030990];kinesin_II_complex_[GO:0016939];membrane_[GO:0016020];microtubule_[GO:0005874];microtubule_cytoskeleton_[GO:0015630];midbody_[GO:0030496];plus-end_kinesin_complex_[GO:0005873];spindle_[GO:0005819];ATP_binding_[GO:0005524];ATP-dependent_microtubule_motor_activity,_plus-end-directed_[GO:0008574];microtubule_binding_[GO:0008017];microtubule_motor_activity_[GO:0003777];Rho_GTPase_binding_[GO:0017048];anterograde_axonal_transport_[GO:0008089];antigen_processing_and_presentation_of_exogenous_peptide_antigen_via_MHC_class_II_[GO:0019886];determination_of_left/right_symmetry_[GO:0007368];intraciliary_transport_involved_in_cilium_assembly_[GO:0035735];microtubule-based_movement_[GO:0007018];mitotic_centrosome_separation_[GO:0007100];mitotic_spindle_assembly_[GO:0090307];mitotic_spindle_organization_[GO:0007052];plus-end-directed_vesicle_transport_along_microtubule_[GO:0072383];positive_regulation_of_cytokinesis_[GO:0032467];retrograde_vesicle-mediated_transport,_Golgi_to_ER_[GO:0006890]
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            cell-cell_junction_[GO:0005911];centriolar_satellite_[GO:0034451];centriole_[GO:0005814];centrosome_[GO:0005813];cytosol_[GO:0005829];centrosome_cycle_[GO:0007098];ciliary_basal_body-plasma_membrane_docking_[GO:0097711];establishment_of_cell_polarity_[GO:0030010];G2/M_transition_of_mitotic_cell_cycle_[GO:0000086];neuron_migration_[GO:0001764];regulation_of_G2/M_transition_of_mitotic_cell_cycle_[GO:0010389];tube_formation_[GO:0035148]
## 41                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           cytoplasm_[GO:0005737];ATP_binding_[GO:0005524];cellular_response_to_cytokine_stimulus_[GO:0071345];dendritic_cell_migration_[GO:0036336];negative_regulation_of_cytokine_secretion_[GO:0050710];negative_regulation_of_ERK1_and_ERK2_cascade_[GO:0070373];negative_regulation_of_I-kappaB_kinase/NF-kappaB_signaling_[GO:0043124];negative_regulation_of_inflammatory_response_[GO:0050728];negative_regulation_of_interleukin-1_secretion_[GO:0050711];negative_regulation_of_interleukin-6_biosynthetic_process_[GO:0045409];negative_regulation_of_NF-kappaB_transcription_factor_activity_[GO:0032088];negative_regulation_of_NIK/NF-kappaB_signaling_[GO:1901223];negative_regulation_of_protein_autophosphorylation_[GO:0031953];negative_regulation_of_signal_transduction_[GO:0009968];negative_regulation_of_Toll_signaling_pathway_[GO:0045751];positive_regulation_of_MHC_class_I_biosynthetic_process_[GO:0045345];regulation_of_cysteine-type_endopeptidase_activity_involved_in_apoptotic_process_[GO:0043281];regulation_of_I-kappaB_kinase/NF-kappaB_signaling_[GO:0043122];release_of_cytoplasmic_sequestered_NF-kappaB_[GO:0008588]
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                cytoplasm_[GO:0005737];microtubule_organizing_center_[GO:0005815]
## 43                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       extracellular_matrix_[GO:0031012];metalloendopeptidase_activity_[GO:0004222];zinc_ion_binding_[GO:0008270]
## 44                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 calcium_ion_binding_[GO:0005509]
## 46                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        cytoplasm_[GO:0005737];cytoskeleton_[GO:0005856];Golgi_apparatus_[GO:0005794];microtubule_[GO:0005874];plasma_membrane_[GO:0005886];ruffle_membrane_[GO:0032587];actin_binding_[GO:0003779];actin_filament_binding_[GO:0051015];ATPase_activity_[GO:0016887];cadherin_binding_[GO:0045296];calcium_ion_binding_[GO:0005509];microtubule_minus-end_binding_[GO:0051011];RNA_binding_[GO:0003723];Golgi_to_plasma_membrane_protein_transport_[GO:0043001];positive_regulation_of_axon_extension_[GO:0045773];positive_regulation_of_Wnt_signaling_pathway_[GO:0030177];regulation_of_cell_migration_[GO:0030334];regulation_of_epithelial_cell_migration_[GO:0010632];regulation_of_focal_adhesion_assembly_[GO:0051893];regulation_of_microtubule-based_process_[GO:0032886];Wnt_signaling_pathway_[GO:0016055];wound_healing_[GO:0042060]
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               integral_component_of_membrane_[GO:0016021];mitochondrial_inner_membrane_[GO:0005743];mitochondrion_[GO:0005739];apoptotic_process_[GO:0006915];mitochondrial_fission_[GO:0000266]
## 49                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          centrosome_[GO:0005813];cytoplasm_[GO:0005737];cytosol_[GO:0005829];kinocilium_[GO:0060091];mitotic_spindle_[GO:0072686];nuclear_body_[GO:0016604];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];spindle_pole_[GO:0000922];phosphoprotein_phosphatase_activity_[GO:0004721];protein_serine/threonine_phosphatase_activity_[GO:0004722];protein_tyrosine_phosphatase_activity_[GO:0004725];protein_tyrosine/serine/threonine_phosphatase_activity_[GO:0008138];cell_division_[GO:0051301];cell_proliferation_[GO:0008283];cilium_assembly_[GO:0060271];mitotic_cell_cycle_arrest_[GO:0071850];mitotic_spindle_midzone_assembly_[GO:0051256];regulation_of_exit_from_mitosis_[GO:0007096]
## 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               cytosol_[GO:0005829];Mo-molybdopterin_cofactor_sulfurase_activity_[GO:0008265];molybdenum_cofactor_sulfurtransferase_activity_[GO:0102867];molybdenum_ion_binding_[GO:0030151];pyridoxal_phosphate_binding_[GO:0030170];Mo-molybdopterin_cofactor_biosynthetic_process_[GO:0006777];molybdopterin_cofactor_biosynthetic_process_[GO:0032324];molybdopterin_cofactor_metabolic_process_[GO:0043545]
## 52                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         condensed_nuclear_chromosome_[GO:0000794];cytosol_[GO:0005829];extracellular_exosome_[GO:0070062];extracellular_region_[GO:0005576];I_band_[GO:0031674];M_band_[GO:0031430];muscle_myosin_complex_[GO:0005859];striated_muscle_thin_filament_[GO:0005865];Z_disc_[GO:0030018];actin_filament_binding_[GO:0051015];actinin_binding_[GO:0042805];ATP_binding_[GO:0005524];calcium_ion_binding_[GO:0005509];calmodulin_binding_[GO:0005516];enzyme_binding_[GO:0019899];identical_protein_binding_[GO:0042802];muscle_alpha-actinin_binding_[GO:0051371];protease_binding_[GO:0002020];protein_kinase_binding_[GO:0019901];protein_self-association_[GO:0043621];protein_serine/threonine_kinase_activity_[GO:0004674];protein_tyrosine_kinase_activity_[GO:0004713];structural_constituent_of_muscle_[GO:0008307];structural_molecule_activity_conferring_elasticity_[GO:0097493];telethonin_binding_[GO:0031433];cardiac_muscle_contraction_[GO:0060048];cardiac_muscle_fiber_development_[GO:0048739];cardiac_muscle_hypertrophy_[GO:0003300];cardiac_muscle_tissue_morphogenesis_[GO:0055008];cardiac_myofibril_assembly_[GO:0055003];detection_of_muscle_stretch_[GO:0035995];mitotic_chromosome_condensation_[GO:0007076];muscle_contraction_[GO:0006936];muscle_filament_sliding_[GO:0030049];platelet_degranulation_[GO:0002576];positive_regulation_of_gene_expression_[GO:0010628];positive_regulation_of_protein_secretion_[GO:0050714];protein_kinase_A_signaling_[GO:0010737];regulation_of_catalytic_activity_[GO:0050790];regulation_of_protein_kinase_activity_[GO:0045859];response_to_calcium_ion_[GO:0051592];sarcomere_organization_[GO:0045214];sarcomerogenesis_[GO:0048769];skeletal_muscle_myosin_thick_filament_assembly_[GO:0030241];skeletal_muscle_thin_filament_assembly_[GO:0030240];striated_muscle_contraction_[GO:0006941]
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];vesicle_[GO:0031982];structural_constituent_of_eye_lens_[GO:0005212];camera-type_eye_development_[GO:0043010];lens_development_in_camera-type_eye_[GO:0002088]
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      extracellular_space_[GO:0005615];serine-type_endopeptidase_activity_[GO:0004252];establishment_of_skin_barrier_[GO:0061436]
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             nucleosome_[GO:0000786];nucleus_[GO:0005634];ATP_binding_[GO:0005524];DNA_binding_[GO:0003677];helicase_activity_[GO:0004386];metal_ion_binding_[GO:0046872];ubiquitin_protein_ligase_activity_[GO:0061630];ubiquitin_protein_ligase_binding_[GO:0031625];ubiquitin-protein_transferase_activity_[GO:0004842];cellular_response_to_DNA_damage_stimulus_[GO:0006974];DNA_repair_[GO:0006281];nucleosome_assembly_[GO:0006334];protein_polyubiquitination_[GO:0000209]
## 57                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      chylomicron_[GO:0042627];cytoplasm_[GO:0005737];cytosol_[GO:0005829];endoplasmic_reticulum_[GO:0005783];endoplasmic_reticulum_exit_site_[GO:0070971];extracellular_exosome_[GO:0070062];extracellular_region_[GO:0005576];extracellular_space_[GO:0005615];intermediate-density_lipoprotein_particle_[GO:0034363];intracellular_membrane-bounded_organelle_[GO:0043231];low-density_lipoprotein_particle_[GO:0034362];mature_chylomicron_[GO:0034359];neuronal_cell_body_[GO:0043025];very-low-density_lipoprotein_particle_[GO:0034361];vesicle_lumen_[GO:0031983];vesicle_membrane_[GO:0012506];cholesterol_transporter_activity_[GO:0017127];heparin_binding_[GO:0008201];lipase_binding_[GO:0035473];lipid_binding_[GO:0008289];low-density_lipoprotein_particle_receptor_binding_[GO:0050750];phospholipid_binding_[GO:0005543];artery_morphogenesis_[GO:0048844];cellular_response_to_prostaglandin_stimulus_[GO:0071379];cellular_response_to_tumor_necrosis_factor_[GO:0071356];cholesterol_efflux_[GO:0033344];cholesterol_homeostasis_[GO:0042632];cholesterol_metabolic_process_[GO:0008203];cholesterol_transport_[GO:0030301];fertilization_[GO:0009566];flagellated_sperm_motility_[GO:0030317];in_utero_embryonic_development_[GO:0001701];lipid_catabolic_process_[GO:0016042];lipid_metabolic_process_[GO:0006629];lipoprotein_biosynthetic_process_[GO:0042158];lipoprotein_catabolic_process_[GO:0042159];lipoprotein_metabolic_process_[GO:0042157];lipoprotein_transport_[GO:0042953];low-density_lipoprotein_particle_clearance_[GO:0034383];low-density_lipoprotein_particle_remodeling_[GO:0034374];nervous_system_development_[GO:0007399];positive_regulation_of_cholesterol_storage_[GO:0010886];positive_regulation_of_gene_expression_[GO:0010628];positive_regulation_of_lipid_storage_[GO:0010884];positive_regulation_of_macrophage_derived_foam_cell_differentiation_[GO:0010744];post-embryonic_development_[GO:0009791];regulation_of_cholesterol_biosynthetic_process_[GO:0045540];response_to_carbohydrate_[GO:0009743];response_to_estradiol_[GO:0032355];response_to_lipopolysaccharide_[GO:0032496];response_to_organic_substance_[GO:0010033];response_to_selenium_ion_[GO:0010269];response_to_virus_[GO:0009615];spermatogenesis_[GO:0007283];triglyceride_catabolic_process_[GO:0019433];triglyceride_mobilization_[GO:0006642]
## 58                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       cell_cortex_[GO:0005938];cytoplasm_[GO:0005737];cytosol_[GO:0005829];germinal_vesicle_[GO:0042585];mitochondrion_[GO:0005739];nucleolus_[GO:0005730];perinuclear_region_of_cytoplasm_[GO:0048471];ATP_binding_[GO:0005524]
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .
## 61                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                extracellular_region_[GO:0005576]
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   actin_cytoskeleton_[GO:0015629];axon_[GO:0030424];axon_cytoplasm_[GO:1904115];cell_cortex_[GO:0005938];cytoplasm_[GO:0005737];cytoplasmic_side_of_plasma_membrane_[GO:0009898];cytoplasmic_vesicle_[GO:0031410];endoplasmic_reticulum_membrane_[GO:0005789];focal_adhesion_[GO:0005925];H_zone_[GO:0031673];hemidesmosome_[GO:0030056];integral_component_of_membrane_[GO:0016021];intercalated_disc_[GO:0014704];intermediate_filament_[GO:0005882];membrane_[GO:0016020];microtubule_cytoskeleton_[GO:0015630];microtubule_plus-end_[GO:0035371];nuclear_envelope_[GO:0005635];nucleus_[GO:0005634];perinuclear_endoplasmic_reticulum_[GO:0097038];perinuclear_region_of_cytoplasm_[GO:0048471];postsynaptic_density_[GO:0014069];sarcolemma_[GO:0042383];stress_fiber_[GO:0001725];Z_disc_[GO:0030018];actin_binding_[GO:0003779];calcium_ion_binding_[GO:0005509];microtubule_plus-end_binding_[GO:0051010];protein_homodimerization_activity_[GO:0042803];axonogenesis_[GO:0007409];cell_adhesion_[GO:0007155];intermediate_filament_cytoskeleton_organization_[GO:0045104];intracellular_transport_[GO:0046907];retrograde_axonal_transport_[GO:0008090]
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              cytoskeleton_[GO:0005856];cytosol_[GO:0005829];nucleoplasm_[GO:0005654];postsynaptic_density_[GO:0014069];ATP_binding_[GO:0005524];guanyl-nucleotide_exchange_factor_activity_[GO:0005085];metal_ion_binding_[GO:0046872];protein_serine/threonine_kinase_activity_[GO:0004674];Rac_guanyl-nucleotide_exchange_factor_activity_[GO:0030676];adult_locomotory_behavior_[GO:0008344];behavioral_fear_response_[GO:0001662];behavioral_response_to_cocaine_[GO:0048148];behavioral_response_to_formalin_induced_pain_[GO:0061368];habituation_[GO:0046959];lactation_[GO:0007595];maternal_behavior_[GO:0042711];maternal_process_involved_in_parturition_[GO:0060137];memory_[GO:0007613];negative_regulation_of_growth_hormone_secretion_[GO:0060125];neuromuscular_junction_development_[GO:0007528];positive_regulation_of_dendritic_spine_development_[GO:0060999];positive_regulation_of_dendritic_spine_morphogenesis_[GO:0061003];positive_regulation_of_GTPase_activity_[GO:0043547];positive_regulation_of_long-term_synaptic_potentiation_[GO:1900273];regulation_of_neuronal_synaptic_plasticity_[GO:0048168];regulation_of_protein_localization_to_plasma_membrane_[GO:1903076];regulation_of_Rho_protein_signal_transduction_[GO:0035023];regulation_of_synaptic_transmission,_glutamatergic_[GO:0051966];response_to_mechanical_stimulus_[GO:0009612];Rho_protein_signal_transduction_[GO:0007266];smooth_muscle_cell_migration_[GO:0014909];smooth_muscle_cell_proliferation_[GO:0048659];social_behavior_[GO:0035176]
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    extracellular_space_[GO:0005615];keratohyalin_granule_[GO:0036457];serine_hydrolase_activity_[GO:0017171];serine-type_endopeptidase_activity_[GO:0004252];establishment_of_skin_barrier_[GO:0061436];proteolysis_[GO:0006508]
## 65                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                nucleolus_[GO:0005730];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];DNA_binding_[GO:0003677];DNA_binding_transcription_factor_activity_[GO:0003700];RNA_polymerase_II_proximal_promoter_sequence-specific_DNA_binding_[GO:0000978];transcriptional_activator_activity,_RNA_polymerase_II_proximal_promoter_sequence-specific_DNA_binding_[GO:0001077];cellular_response_to_calcium_ion_[GO:0071277];cellular_response_to_potassium_ion_[GO:0035865];positive_regulation_of_transcription_from_RNA_polymerase_II_promoter_in_response_to_calcium_ion_[GO:0061400]
## 66                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  nucleus_[GO:0005634];DNA_binding_[GO:0003677];regulation_of_transcription,_DNA-templated_[GO:0006355];transcription,_DNA-templated_[GO:0006351]
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Cul4-RING_E3_ubiquitin_ligase_complex_[GO:0080008];katanin_complex_[GO:0008352];microtubule_[GO:0005874];microtubule_binding_[GO:0008017];cortical_microtubule_organization_[GO:0043622];microtubule_severing_[GO:0051013]
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  cytoplasm_[GO:0005737];nucleus_[GO:0005634];nuclear_protein_quality_control_by_the_ubiquitin-proteasome_system_[GO:0071630];proteasome_localization_[GO:0031144];protein_transport_[GO:0015031]
## 70                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       extracellular_region_[GO:0005576];phospholipase_A2_activity_[GO:0004623];phospholipase_A2_activity_(consuming_1,2-dipalmitoylphosphatidylcholine)_[GO:0102567];phospholipase_A2_activity_consuming_1,2-dioleoylphosphatidylethanolamine)_[GO:0102568];toxin_activity_[GO:0090729];arachidonic_acid_secretion_[GO:0050482];lipid_catabolic_process_[GO:0016042];phospholipid_metabolic_process_[GO:0006644]
## 71                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             cytosol_[GO:0005829];membrane_[GO:0016020];vacuolar_membrane_[GO:0005774];phosphatase_binding_[GO:0019902];phosphatase_regulator_activity_[GO:0019208];phosphatidylinositol_binding_[GO:0035091];protein_homodimerization_activity_[GO:0042803];Rab_guanyl-nucleotide_exchange_factor_activity_[GO:0017112];myelination_[GO:0042552];protein_tetramerization_[GO:0051262];regulation_of_GTPase_activity_[GO:0043087]
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     integral_component_of_membrane_[GO:0016021];mitochondrial_outer_membrane_[GO:0005741];mitochondrion_[GO:0005739];mitochondrial_membrane_fission_[GO:0090149]
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         mitochondrion_[GO:0005739];nuclear_chromosome,_telomeric_region_[GO:0000784];nucleus_[GO:0005634];replication_fork_[GO:0005657];ATP_binding_[GO:0005524];ATP-dependent_5'-3'_DNA_helicase_activity_[GO:0043141];ATP-dependent_5'-3'_DNA/RNA_helicase_activity_[GO:0033682];magnesium_ion_binding_[GO:0000287];single-stranded_DNA-dependent_ATP-dependent_DNA_helicase_activity_[GO:0017116];telomerase_inhibitor_activity_[GO:0010521];telomeric_DNA_binding_[GO:0042162];DNA_duplex_unwinding_[GO:0032508];DNA_recombination_[GO:0006310];DNA_repair_[GO:0006281];DNA_replication_[GO:0006260];G-quadruplex_DNA_unwinding_[GO:0044806];mitochondrial_genome_maintenance_[GO:0000002];negative_regulation_of_telomerase_activity_[GO:0051974];negative_regulation_of_telomere_maintenance_via_telomerase_[GO:0032211];regulation_of_telomere_maintenance_[GO:0032204];telomere_maintenance_[GO:0000723]
## 75                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               collagen_type_VI_trimer_[GO:0005589];endoplasmic_reticulum_lumen_[GO:0005788];extracellular_exosome_[GO:0070062];extracellular_matrix_[GO:0031012];extracellular_region_[GO:0005576];extracellular_space_[GO:0005615];extracellular_vesicle_[GO:1903561];proteinaceous_extracellular_matrix_[GO:0005578];sarcolemma_[GO:0042383];serine-type_endopeptidase_inhibitor_activity_[GO:0004867];cell_adhesion_[GO:0007155];collagen_catabolic_process_[GO:0030574];extracellular_matrix_organization_[GO:0030198];muscle_organ_development_[GO:0007517]
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      extracellular_space_[GO:0005615];serine-type_endopeptidase_activity_[GO:0004252];establishment_of_skin_barrier_[GO:0061436]
## 77                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               collagen_type_VI_trimer_[GO:0005589];endoplasmic_reticulum_lumen_[GO:0005788];extracellular_exosome_[GO:0070062];extracellular_matrix_[GO:0031012];extracellular_region_[GO:0005576];extracellular_space_[GO:0005615];extracellular_vesicle_[GO:1903561];proteinaceous_extracellular_matrix_[GO:0005578];sarcolemma_[GO:0042383];serine-type_endopeptidase_inhibitor_activity_[GO:0004867];cell_adhesion_[GO:0007155];collagen_catabolic_process_[GO:0030574];extracellular_matrix_organization_[GO:0030198];muscle_organ_development_[GO:0007517]
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  integral_component_of_plasma_membrane_[GO:0005887];neuron_projection_[GO:0043005];neuronal_cell_body_[GO:0043025];postsynaptic_membrane_[GO:0045211];presynaptic_membrane_[GO:0042734];G-protein_coupled_receptor_activity_[GO:0004930];glutamate_receptor_activity_[GO:0008066];group_III_metabotropic_glutamate_receptor_activity_[GO:0001642];adenylate_cyclase-inhibiting_G-protein_coupled_glutamate_receptor_signaling_pathway_[GO:0007196];adenylate_cyclase-inhibiting_G-protein_coupled_receptor_signaling_pathway_[GO:0007193];chemical_synaptic_transmission_[GO:0007268];detection_of_mechanical_stimulus_involved_in_sensory_perception_of_pain_[GO:0050966];negative_regulation_of_cAMP_biosynthetic_process_[GO:0030818];regulation_of_neuron_death_[GO:1901214];regulation_of_neurotransmitter_secretion_[GO:0046928];regulation_of_synaptic_transmission,_glutamatergic_[GO:0051966];sensory_perception_of_pain_[GO:0019233];synaptic_transmission,_glutamatergic_[GO:0035249]
## 79                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    cytoplasm_[GO:0005737];nucleoplasm_[GO:0005654];DNA_binding_[GO:0003677];protein_dimerization_activity_[GO:0046983];RNA_polymerase_II_transcription_factor_activity,_sequence-specific_DNA_binding_[GO:0000981];zinc_ion_binding_[GO:0008270]
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          extracellular_space_[GO:0005615];serine-type_endopeptidase_activity_[GO:0004252];digestion_[GO:0007586]
## 81                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   RNA_polymerase_II_regulatory_region_sequence-specific_DNA_binding_[GO:0000977]
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               extracellular_exosome_[GO:0070062]
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ATP_binding_[GO:0005524];DNA_binding_[GO:0003677];DNA_helicase_activity_[GO:0003678];DNA_recombination_[GO:0006310];DNA_repair_[GO:0006281];telomere_maintenance_[GO:0000723]
## 84                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          extracellular_region_[GO:0005576];membrane_[GO:0016020]
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       nucleoplasm_[GO:0005654];nucleus_[GO:0005634];DNA_binding_[GO:0003677];metal_ion_binding_[GO:0046872];cell_differentiation_[GO:0030154];negative_regulation_of_transcription,_DNA-templated_[GO:0045892];nervous_system_development_[GO:0007399];Notch_signaling_pathway_[GO:0007219];positive_regulation_of_BMP_signaling_pathway_[GO:0030513];positive_regulation_of_transcription,_DNA-templated_[GO:0045893];transcription,_DNA-templated_[GO:0006351]
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        proteinaceous_extracellular_matrix_[GO:0005578];calcium_ion_binding_[GO:0005509];extracellular_matrix_structural_constituent_[GO:0005201]
## 88                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          lysosome_[GO:0005764];enzyme_activator_activity_[GO:0008047];hydrolase_activity_[GO:0016787];ganglioside_catabolic_process_[GO:0006689]
## 89                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   extracellular_exosome_[GO:0070062];integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];semaphorin_receptor_complex_[GO:0002116];receptor_activity_[GO:0004872];semaphorin_receptor_activity_[GO:0017154];branchiomotor_neuron_axon_guidance_[GO:0021785];dichotomous_subdivision_of_terminal_units_involved_in_salivary_gland_branching_[GO:0060666];multicellular_organism_development_[GO:0007275];neuron_projection_extension_[GO:1990138];regulation_of_axon_extension_involved_in_axon_guidance_[GO:0048841];regulation_of_smooth_muscle_cell_migration_[GO:0014910]
## 90                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               extracellular_region_[GO:0005576];extracellular_space_[GO:0005615];lysosome_[GO:0005764];specific_granule_lumen_[GO:0035580];tertiary_granule_lumen_[GO:1904724];chitin_binding_[GO:0008061];chitinase_activity_[GO:0004568];endochitinase_activity_[GO:0008843];hydrolase_activity,_hydrolyzing_O-glycosyl_compounds_[GO:0004553];chitin_catabolic_process_[GO:0006032];immune_response_[GO:0006955];neutrophil_degranulation_[GO:0043312];polysaccharide_catabolic_process_[GO:0000272];polysaccharide_digestion_[GO:0044245];response_to_bacterium_[GO:0009617]
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     cytoplasm_[GO:0005737];endosome_[GO:0005768];ATP_binding_[GO:0005524];diacylglycerol_kinase_activity_[GO:0004143];metal_ion_binding_[GO:0046872];NAD+_kinase_activity_[GO:0003951];intracellular_signal_transduction_[GO:0035556];protein_kinase_C-activating_G-protein_coupled_receptor_signaling_pathway_[GO:0007205];protein_oligomerization_[GO:0051259]
## 93                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                cytoplasm_[GO:0005737];cytosol_[GO:0005829];extracellular_region_[GO:0005576];membrane_[GO:0016020];cytokine_activity_[GO:0005125];high_molecular_weight_B_cell_growth_factor_receptor_binding_[GO:0030372];syntaxin_binding_[GO:0019905];B_cell_activation_[GO:0042113];cell_proliferation_[GO:0008283];cytokine-mediated_signaling_pathway_[GO:0019221];exocytosis_[GO:0006887]
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   nucleus_[GO:0005634];DNA_binding_[GO:0003677];metal_ion_binding_[GO:0046872];regulation_of_transcription,_DNA-templated_[GO:0006355];transcription,_DNA-templated_[GO:0006351]
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              collagen_trimer_[GO:0005581];extracellular_matrix_[GO:0031012];extracellular_region_[GO:0005576];proteinaceous_extracellular_matrix_[GO:0005578];cell_adhesion_[GO:0007155];collagen_catabolic_process_[GO:0030574]
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         extracellular_region_[GO:0005576];calcium_ion_binding_[GO:0005509];carbohydrate_binding_[GO:0030246];fucose_binding_[GO:0042806];regulation_of_cellular_defense_response_[GO:0010185];regulation_of_complement_activation,_lectin_pathway_[GO:0001868];regulation_of_innate_immune_response_[GO:0045088]
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     BORC_complex_[GO:0099078];lysosomal_membrane_[GO:0005765];lysosome_localization_[GO:0032418]
## 99                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     cytoplasm_[GO:0005737];manchette_[GO:0002177];motile_cilium_[GO:0031514];sperm_flagellum_[GO:0036126];calmodulin_binding_[GO:0005516];sperm_axoneme_assembly_[GO:0007288];spermatid_development_[GO:0007286]
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   ATP_binding_[GO:0005524];DNA_binding_[GO:0003677];DNA_helicase_activity_[GO:0003678];DNA_recombination_[GO:0006310];DNA_repair_[GO:0006281];telomere_maintenance_[GO:0000723]
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Golgi_cisterna_membrane_[GO:0032580];integral_component_of_membrane_[GO:0016021];galactose_3-O-sulfotransferase_activity_[GO:0050694];galactosylceramide_sulfotransferase_activity_[GO:0001733];glycolipid_biosynthetic_process_[GO:0009247]
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   extracellular_space_[GO:0005615];keratohyalin_granule_[GO:0036457];serine_hydrolase_activity_[GO:0017171];serine-type_endopeptidase_activity_[GO:0004252];establishment_of_skin_barrier_[GO:0061436];proteolysis_[GO:0006508]
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     CD40_receptor_complex_[GO:0035631];cytoplasmic_side_of_plasma_membrane_[GO:0009898];endosome_[GO:0005768];protein_kinase_binding_[GO:0019901];protein_phosphatase_binding_[GO:0019903];thioesterase_binding_[GO:0031996];transferase_activity_[GO:0016740];tumor_necrosis_factor_receptor_binding_[GO:0005164];ubiquitin_protein_ligase_binding_[GO:0031625];zinc_ion_binding_[GO:0008270];apoptotic_process_[GO:0006915];innate_immune_response_[GO:0045087];negative_regulation_of_NF-kappaB_transcription_factor_activity_[GO:0032088];regulation_of_apoptotic_process_[GO:0042981];regulation_of_cytokine_production_[GO:0001817];regulation_of_defense_response_to_virus_[GO:0050688];regulation_of_interferon-beta_production_[GO:0032648];regulation_of_proteolysis_[GO:0030162];Toll_signaling_pathway_[GO:0008063];toll-like_receptor_signaling_pathway_[GO:0002224];tumor_necrosis_factor-mediated_signaling_pathway_[GO:0033209]
## 105                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  cell_body_[GO:0044297];cytoplasm_[GO:0005737];cytoskeleton_[GO:0005856];extracellular_exosome_[GO:0070062];lamellipodium_[GO:0030027];neuron_projection_[GO:0043005];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];plasma_membrane_[GO:0005886];phosphatidylinositol_3-kinase_regulatory_subunit_binding_[GO:0036312];protein_tyrosine_phosphatase_activity_[GO:0004725];cellular_response_to_cytokine_stimulus_[GO:0071345];peptidyl-tyrosine_dephosphorylation_[GO:0035335];phosphatidylinositol_biosynthetic_process_[GO:0006661];protein_dephosphorylation_[GO:0006470];regulation_of_phosphatidylinositol_3-kinase_signaling_[GO:0014066]
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          nucleosome_[GO:0000786];nucleus_[GO:0005634];DNA_binding_[GO:0003677];protein_heterodimerization_activity_[GO:0046982]
## 107                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      extracellular_region_[GO:0005576];metalloendopeptidase_activity_[GO:0004222];zinc_ion_binding_[GO:0008270]
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              nucleoplasm_[GO:0005654];nucleus_[GO:0005634];RNA_binding_[GO:0003723];RNA_processing_[GO:0006396]
## 110                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         extracellular_space_[GO:0005615];serine-type_endopeptidase_activity_[GO:0004252];digestion_[GO:0007586]
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             ubiquitin_protein_ligase_activity_[GO:0061630];ubiquitin-protein_transferase_activity_[GO:0004842];zinc_ion_binding_[GO:0008270];extrinsic_apoptotic_signaling_pathway_[GO:0097191];melanocyte_differentiation_[GO:0030318];protein_polyubiquitination_[GO:0000209]
## 114                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               RNA-directed_DNA_polymerase_activity_[GO:0003964]
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           cytosol_[GO:0005829];microtubule_[GO:0005874];perinuclear_region_of_cytoplasm_[GO:0048471];microtubule_binding_[GO:0008017];tubulin_binding_[GO:0015631];brain_development_[GO:0007420];hematopoietic_progenitor_cell_differentiation_[GO:0002244];microtubule_cytoskeleton_organization_[GO:0000226];mitotic_spindle_organization_[GO:0007052];neuroblast_proliferation_[GO:0007405]
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          basement_membrane_[GO:0005604];collagen_trimer_[GO:0005581];hemidesmosome_[GO:0030056];integral_component_of_membrane_[GO:0016021];hemidesmosome_assembly_[GO:0031581]
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                basement_membrane_[GO:0005604];extracellular_space_[GO:0005615];calcium_ion_binding_[GO:0005509]
## 119                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               cytosol_[GO:0005829];focal_adhesion_[GO:0005925];Golgi_apparatus_[GO:0005794];growth_cone_[GO:0030426];lamellipodium_[GO:0030027];membrane_[GO:0016020];neuron_projection_[GO:0043005];nuclear_speck_[GO:0016607];nucleus_[GO:0005634];ATP_binding_[GO:0005524];heat_shock_protein_binding_[GO:0031072];metal_ion_binding_[GO:0046872];protein_heterodimerization_activity_[GO:0046982];protein_serine/threonine_kinase_activity_[GO:0004674];signal_transducer_activity_[GO:0004871];actin_cytoskeleton_organization_[GO:0030036];intracellular_signal_transduction_[GO:0035556];negative_regulation_of_ubiquitin-protein_transferase_activity_[GO:0051444];nervous_system_development_[GO:0007399];positive_regulation_of_axon_extension_[GO:0045773];positive_regulation_of_stress_fiber_assembly_[GO:0051496]
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                basement_membrane_[GO:0005604];extracellular_space_[GO:0005615];calcium_ion_binding_[GO:0005509]
## 122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           aspartic-type_endopeptidase_activity_[GO:0004190];endonuclease_activity_[GO:0004519];nucleic_acid_binding_[GO:0003676];RNA-directed_DNA_polymerase_activity_[GO:0003964];DNA_integration_[GO:0015074]
## 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                basement_membrane_[GO:0005604];extracellular_space_[GO:0005615];calcium_ion_binding_[GO:0005509]
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           extracellular_region_[GO:0005576];nematocyst_[GO:0042151];cysteine-type_endopeptidase_inhibitor_activity_[GO:0004869]
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               thiol-dependent_ubiquitinyl_hydrolase_activity_[GO:0036459];DNA-templated_transcription,_termination_[GO:0006353]
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              metal_ion_binding_[GO:0046872];sequence-specific_DNA_binding_[GO:0043565];transferase_activity_[GO:0016740];transposase_activity_[GO:0004803];DNA_integration_[GO:0015074];DNA_recombination_[GO:0006310];transposition,_DNA-mediated_[GO:0006313]
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               RNA-directed_DNA_polymerase_activity_[GO:0003964]
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     cytoplasm_[GO:0005737];nucleus_[GO:0005634]
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                extracellular_space_[GO:0005615];peptidase_activity_[GO:0008233];serine-type_endopeptidase_activity_[GO:0004252];digestion_[GO:0007586];proteolysis_[GO:0006508]
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];neuropeptide_receptor_activity_[GO:0008188];determination_of_adult_lifespan_[GO:0008340];negative_regulation_of_feeding_behavior_[GO:2000252];negative_regulation_of_locomotion_[GO:0040013];neuropeptide_signaling_pathway_[GO:0007218];positive_regulation_of_oviposition_[GO:1901046]
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        RNA_polymerase_II_transcription_factor_complex_[GO:0090575];protein_dimerization_activity_[GO:0046983];RNA_polymerase_II_regulatory_region_sequence-specific_DNA_binding_[GO:0000977];regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0006357];transcription,_DNA-templated_[GO:0006351]
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Gene_ontology_IDs
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0005576;GO:0005578;GO:0005581;GO:0007155
## 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0004623;GO:0005576;GO:0006644;GO:0016042;GO:0050482;GO:0090729;GO:0102567;GO:0102568
## 3                                                                                                                                                                                                                                                                                                                                                                                         GO:0000776;GO:0000777;GO:0001501;GO:0001503;GO:0004672;GO:0005634;GO:0005654;GO:0005737;GO:0005794;GO:0005829;GO:0005886;GO:0007049;GO:0031954;GO:0033137;GO:0038168;GO:0043065;GO:0043234;GO:0045667;GO:0045670;GO:0045860;GO:0046330;GO:0046849;GO:0048872;GO:0050821;GO:1901223
## 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0005249;GO:0008076
## 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0005576;GO:0005578;GO:0005581;GO:0007155;GO:0030574;GO:0031012
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0004791;GO:0005737;GO:0006662;GO:0007275;GO:0007283;GO:0015035;GO:0016671;GO:0030154;GO:0034599;GO:0045454;GO:0047134
## 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0003824;GO:0005576;GO:0006887;GO:0008021;GO:0017157;GO:0030054;GO:0043005
## 13                                                                                                                                                                                                                                                                                                                      GO:0000011;GO:0000142;GO:0000812;GO:0000916;GO:0001300;GO:0004402;GO:0005200;GO:0005524;GO:0005628;GO:0005829;GO:0005884;GO:0006281;GO:0006897;GO:0009306;GO:0030010;GO:0030476;GO:0030479;GO:0031011;GO:0032432;GO:0034599;GO:0035267;GO:0042802;GO:0043332;GO:0043486;GO:0048471;GO:0060303;GO:0071963;GO:0120104;GO:0120105;GO:0120106;GO:1903475
## 15                                                                                                                                                                                                                                                                                                                                                                                        GO:0001701;GO:0003779;GO:0003785;GO:0005102;GO:0005737;GO:0005912;GO:0007009;GO:0007015;GO:0007399;GO:0007517;GO:0010960;GO:0015629;GO:0030041;GO:0030282;GO:0032233;GO:0034334;GO:0042802;GO:0050680;GO:0051015;GO:0061333;GO:0071498;GO:0072001;GO:0072102;GO:0072160;GO:2001013
## 17                                                                                                                                                                                                                                                                                                                                                                                                              GO:0004672;GO:0004674;GO:0005089;GO:0005516;GO:0005524;GO:0005615;GO:0005829;GO:0005863;GO:0005886;GO:0006468;GO:0007275;GO:0014704;GO:0016604;GO:0030018;GO:0030154;GO:0030506;GO:0031430;GO:0031432;GO:0035023;GO:0042383;GO:0045296;GO:0046777;GO:0046872
## 18                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0001525;GO:0005096;GO:0005829;GO:0005856;GO:0005925;GO:0007165;GO:0030154;GO:0042995;GO:0051056
## 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0004222;GO:0005509;GO:0005576;GO:0007275;GO:0008270;GO:0030154;GO:0048632
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0016021
## 22                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0000722;GO:0000781;GO:0002039;GO:0003720;GO:0003723;GO:0005524;GO:0005682;GO:0005697;GO:0005737;GO:0008380;GO:0016363;GO:0019899;GO:0030529;GO:0070034;GO:0071011;GO:0071013
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0000139;GO:0005768;GO:0005794;GO:0005802;GO:0016021;GO:0016757;GO:0042802;GO:0052324;GO:2001009
## 26                                                                                                                                                                                                                                                                                                                      GO:0002141;GO:0002142;GO:0004930;GO:0005509;GO:0005576;GO:0005737;GO:0005886;GO:0007166;GO:0007399;GO:0007601;GO:0007605;GO:0009986;GO:0010739;GO:0016020;GO:0016021;GO:0017022;GO:0032391;GO:0043235;GO:0045184;GO:0045494;GO:0048471;GO:0048496;GO:0048839;GO:0050877;GO:0050910;GO:0050953;GO:0060122;GO:0071277;GO:0098609;GO:1990075;GO:1990696
## 27  GO:0000122;GO:0000977;GO:0000978;GO:0000982;GO:0000989;GO:0001227;GO:0001503;GO:0001649;GO:0002063;GO:0002076;GO:0003148;GO:0003151;GO:0003198;GO:0003416;GO:0003677;GO:0003712;GO:0005634;GO:0005667;GO:0006366;GO:0008134;GO:0008285;GO:0009952;GO:0010942;GO:0023019;GO:0030326;GO:0030509;GO:0030513;GO:0032792;GO:0035115;GO:0035116;GO:0035313;GO:0035880;GO:0042060;GO:0042476;GO:0042733;GO:0042981;GO:0043065;GO:0043066;GO:0043565;GO:0044212;GO:0045599;GO:0045617;GO:0045669;GO:0045892;GO:0048863;GO:0051216;GO:0051795;GO:0060346;GO:0060349;GO:0060364;GO:0060444;GO:0061180;GO:0061312;GO:0070166;GO:0071363;GO:0071392;GO:0090427;GO:2000678;GO:2001055
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005576;GO:0009505;GO:0009791;GO:0010030;GO:2000028
## 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0000981;GO:0003677;GO:0003700;GO:0003705;GO:0005634;GO:0005654;GO:0005737;GO:0005829;GO:0006355;GO:0006366;GO:0007275;GO:0014886
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0004222;GO:0005576;GO:0008270
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0003723;GO:0003730;GO:0004652;GO:0005524;GO:0005730;GO:0006378;GO:0008270;GO:0016180;GO:0016607;GO:0050265;GO:0098789
## 34                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0004252;GO:0005576;GO:0046872
## 35                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0000977;GO:0001085;GO:0001228;GO:0003682;GO:0005634;GO:0005667;GO:0008270;GO:0008284;GO:0008543;GO:0021514;GO:0031101;GO:0042246;GO:0043049;GO:0045582;GO:0048702;GO:0050769;GO:0060788;GO:0061026;GO:0071696;GO:2001224
## 39                                                                                                                                                                                                                                                                                                                                 GO:0003777;GO:0005524;GO:0005813;GO:0005819;GO:0005829;GO:0005873;GO:0005874;GO:0005929;GO:0006890;GO:0007018;GO:0007052;GO:0007100;GO:0007368;GO:0008017;GO:0008089;GO:0008574;GO:0015630;GO:0016020;GO:0016939;GO:0017048;GO:0019886;GO:0030496;GO:0030990;GO:0032467;GO:0035735;GO:0070062;GO:0072383;GO:0090307;GO:0097542;GO:1904115
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0000086;GO:0001764;GO:0005813;GO:0005814;GO:0005829;GO:0005911;GO:0007098;GO:0010389;GO:0030010;GO:0034451;GO:0035148;GO:0097711
## 41                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0005524;GO:0005737;GO:0008588;GO:0009968;GO:0031953;GO:0032088;GO:0036336;GO:0043122;GO:0043124;GO:0043281;GO:0045345;GO:0045409;GO:0045751;GO:0050710;GO:0050711;GO:0050728;GO:0070373;GO:0071345;GO:1901223
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0005737;GO:0005815
## 43                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0004222;GO:0008270;GO:0031012
## 44                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0005509
## 46                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0003723;GO:0003779;GO:0005509;GO:0005737;GO:0005794;GO:0005856;GO:0005874;GO:0005886;GO:0010632;GO:0016055;GO:0016887;GO:0030177;GO:0030334;GO:0032587;GO:0032886;GO:0042060;GO:0043001;GO:0045296;GO:0045773;GO:0051011;GO:0051015;GO:0051893
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0000266;GO:0005739;GO:0005743;GO:0006915;GO:0016021
## 49                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0000922;GO:0004721;GO:0004722;GO:0004725;GO:0005634;GO:0005654;GO:0005737;GO:0005813;GO:0005829;GO:0007096;GO:0008138;GO:0008283;GO:0016604;GO:0051256;GO:0051301;GO:0060091;GO:0060271;GO:0071850;GO:0072686
## 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005829;GO:0006777;GO:0008265;GO:0030151;GO:0030170;GO:0032324;GO:0043545;GO:0102867
## 52                                                                                                                                                 GO:0000794;GO:0002020;GO:0002576;GO:0003300;GO:0004674;GO:0004713;GO:0005509;GO:0005516;GO:0005524;GO:0005576;GO:0005829;GO:0005859;GO:0005865;GO:0006936;GO:0006941;GO:0007076;GO:0008307;GO:0010628;GO:0010737;GO:0019899;GO:0019901;GO:0030018;GO:0030049;GO:0030240;GO:0030241;GO:0031430;GO:0031433;GO:0031674;GO:0035995;GO:0042802;GO:0042805;GO:0043621;GO:0045214;GO:0045859;GO:0048739;GO:0048769;GO:0050714;GO:0050790;GO:0051015;GO:0051371;GO:0051592;GO:0055003;GO:0055008;GO:0060048;GO:0070062;GO:0097493
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0002088;GO:0005212;GO:0005886;GO:0016021;GO:0031982;GO:0043010
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0004252;GO:0005615;GO:0061436
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0000209;GO:0000786;GO:0003677;GO:0004386;GO:0004842;GO:0005524;GO:0005634;GO:0006281;GO:0006334;GO:0006974;GO:0031625;GO:0046872;GO:0061630
## 57                                   GO:0001701;GO:0005543;GO:0005576;GO:0005615;GO:0005737;GO:0005783;GO:0005829;GO:0006629;GO:0006642;GO:0007283;GO:0007399;GO:0008201;GO:0008203;GO:0008289;GO:0009566;GO:0009615;GO:0009743;GO:0009791;GO:0010033;GO:0010269;GO:0010628;GO:0010744;GO:0010884;GO:0010886;GO:0012506;GO:0016042;GO:0017127;GO:0019433;GO:0030301;GO:0030317;GO:0031983;GO:0032355;GO:0032496;GO:0033344;GO:0034359;GO:0034361;GO:0034362;GO:0034363;GO:0034374;GO:0034383;GO:0035473;GO:0042157;GO:0042158;GO:0042159;GO:0042627;GO:0042632;GO:0042953;GO:0043025;GO:0043231;GO:0045540;GO:0048844;GO:0050750;GO:0070062;GO:0070971;GO:0071356;GO:0071379
## 58                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005524;GO:0005730;GO:0005737;GO:0005739;GO:0005829;GO:0005938;GO:0042585;GO:0048471
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .
## 61                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0005576
## 62                                                                                                                                                                                                                                                                                     GO:0001725;GO:0003779;GO:0005509;GO:0005634;GO:0005635;GO:0005737;GO:0005789;GO:0005882;GO:0005925;GO:0005938;GO:0007155;GO:0007409;GO:0008090;GO:0009898;GO:0014069;GO:0014704;GO:0015629;GO:0015630;GO:0016020;GO:0016021;GO:0030018;GO:0030056;GO:0030424;GO:0031410;GO:0031673;GO:0035371;GO:0042383;GO:0042803;GO:0045104;GO:0046907;GO:0048471;GO:0051010;GO:0097038;GO:1904115
## 63                                                                                                                                                                                                                                                                                                GO:0001662;GO:0004674;GO:0005085;GO:0005524;GO:0005654;GO:0005829;GO:0005856;GO:0007266;GO:0007528;GO:0007595;GO:0007613;GO:0008344;GO:0009612;GO:0014069;GO:0014909;GO:0030676;GO:0035023;GO:0035176;GO:0042711;GO:0043547;GO:0046872;GO:0046959;GO:0048148;GO:0048168;GO:0048659;GO:0051966;GO:0060125;GO:0060137;GO:0060999;GO:0061003;GO:0061368;GO:1900273;GO:1903076
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0004252;GO:0005615;GO:0006508;GO:0017171;GO:0036457;GO:0061436
## 65                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0000978;GO:0001077;GO:0003677;GO:0003700;GO:0005634;GO:0005654;GO:0005730;GO:0035865;GO:0061400;GO:0071277
## 66                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0003677;GO:0005634;GO:0006351;GO:0006355
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005874;GO:0008017;GO:0008352;GO:0043622;GO:0051013;GO:0080008
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005634;GO:0005737;GO:0015031;GO:0031144;GO:0071630
## 70                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0004623;GO:0005576;GO:0006644;GO:0016042;GO:0050482;GO:0090729;GO:0102567;GO:0102568
## 71                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0005774;GO:0005829;GO:0016020;GO:0017112;GO:0019208;GO:0019902;GO:0035091;GO:0042552;GO:0042803;GO:0043087;GO:0051262
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0005739;GO:0005741;GO:0016021;GO:0090149
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0000002;GO:0000287;GO:0000723;GO:0000784;GO:0005524;GO:0005634;GO:0005657;GO:0005739;GO:0006260;GO:0006281;GO:0006310;GO:0010521;GO:0017116;GO:0032204;GO:0032211;GO:0032508;GO:0033682;GO:0042162;GO:0043141;GO:0044806;GO:0051974
## 75                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0004867;GO:0005576;GO:0005578;GO:0005589;GO:0005615;GO:0005788;GO:0007155;GO:0007517;GO:0030198;GO:0030574;GO:0031012;GO:0042383;GO:0070062;GO:1903561
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0004252;GO:0005615;GO:0061436
## 77                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0004867;GO:0005576;GO:0005578;GO:0005589;GO:0005615;GO:0005788;GO:0007155;GO:0007517;GO:0030198;GO:0030574;GO:0031012;GO:0042383;GO:0070062;GO:1903561
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0001642;GO:0004930;GO:0005887;GO:0007193;GO:0007196;GO:0007268;GO:0008066;GO:0019233;GO:0030818;GO:0035249;GO:0042734;GO:0043005;GO:0043025;GO:0045211;GO:0046928;GO:0050966;GO:0051966;GO:1901214
## 79                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0000981;GO:0003677;GO:0005654;GO:0005737;GO:0008270;GO:0046983
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0004252;GO:0005615;GO:0007586
## 81                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0000977
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0070062
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0000723;GO:0003677;GO:0003678;GO:0005524;GO:0006281;GO:0006310
## 84                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0005576;GO:0016020
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0003677;GO:0005634;GO:0005654;GO:0006351;GO:0007219;GO:0007399;GO:0030154;GO:0030513;GO:0045892;GO:0045893;GO:0046872
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0005201;GO:0005509;GO:0005578
## 88                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0005764;GO:0006689;GO:0008047;GO:0016787
## 89                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0002116;GO:0004872;GO:0005886;GO:0007275;GO:0014910;GO:0016021;GO:0017154;GO:0021785;GO:0048841;GO:0060666;GO:0070062;GO:1990138
## 90                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0000272;GO:0004553;GO:0004568;GO:0005576;GO:0005615;GO:0005764;GO:0006032;GO:0006955;GO:0008061;GO:0008843;GO:0009617;GO:0035580;GO:0043312;GO:0044245;GO:1904724
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0003951;GO:0004143;GO:0005524;GO:0005737;GO:0005768;GO:0007205;GO:0035556;GO:0046872;GO:0051259
## 93                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0005125;GO:0005576;GO:0005737;GO:0005829;GO:0006887;GO:0008283;GO:0016020;GO:0019221;GO:0019905;GO:0030372;GO:0042113
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0003677;GO:0005634;GO:0006351;GO:0006355;GO:0046872
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005576;GO:0005578;GO:0005581;GO:0007155;GO:0030574;GO:0031012
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0001868;GO:0005509;GO:0005576;GO:0010185;GO:0030246;GO:0042806;GO:0045088
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0005765;GO:0032418;GO:0099078
## 99                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0002177;GO:0005516;GO:0005737;GO:0007286;GO:0007288;GO:0031514;GO:0036126
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0000723;GO:0003677;GO:0003678;GO:0005524;GO:0006281;GO:0006310
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0001733;GO:0009247;GO:0016021;GO:0032580;GO:0050694
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0004252;GO:0005615;GO:0006508;GO:0017171;GO:0036457;GO:0061436
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0001817;GO:0002224;GO:0005164;GO:0005768;GO:0006915;GO:0008063;GO:0008270;GO:0009898;GO:0016740;GO:0019901;GO:0019903;GO:0030162;GO:0031625;GO:0031996;GO:0032088;GO:0032648;GO:0033209;GO:0035631;GO:0042981;GO:0045087;GO:0050688
## 105                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0004725;GO:0005634;GO:0005654;GO:0005737;GO:0005856;GO:0005886;GO:0006470;GO:0006661;GO:0014066;GO:0030027;GO:0035335;GO:0036312;GO:0043005;GO:0044297;GO:0070062;GO:0071345
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0000786;GO:0003677;GO:0005634;GO:0046982
## 107                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0004222;GO:0005576;GO:0008270
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0003723;GO:0005634;GO:0005654;GO:0006396
## 110                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0004252;GO:0005615;GO:0007586
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0000209;GO:0004842;GO:0008270;GO:0030318;GO:0061630;GO:0097191
## 114                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0003964
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0000226;GO:0002244;GO:0005829;GO:0005874;GO:0007052;GO:0007405;GO:0007420;GO:0008017;GO:0015631;GO:0048471
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005581;GO:0005604;GO:0016021;GO:0030056;GO:0031581
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005509;GO:0005604;GO:0005615
## 119                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0004674;GO:0004871;GO:0005524;GO:0005634;GO:0005794;GO:0005829;GO:0005925;GO:0007399;GO:0016020;GO:0016607;GO:0030027;GO:0030036;GO:0030426;GO:0031072;GO:0035556;GO:0043005;GO:0045773;GO:0046872;GO:0046982;GO:0051444;GO:0051496
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005509;GO:0005604;GO:0005615
## 122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0003676;GO:0003964;GO:0004190;GO:0004519;GO:0015074
## 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005509;GO:0005604;GO:0005615
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0004869;GO:0005576;GO:0042151
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0006353;GO:0036459
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0004803;GO:0006310;GO:0006313;GO:0015074;GO:0016740;GO:0043565;GO:0046872
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0003964
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005634;GO:0005737
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0004252;GO:0005615;GO:0006508;GO:0007586;GO:0008233
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0005886;GO:0007218;GO:0008188;GO:0008340;GO:0016021;GO:0040013;GO:1901046;GO:2000252
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0000977;GO:0006351;GO:0006357;GO:0046983;GO:0090575

Feeding VS pre-amp

head(treat.51.vs.blank.a,100)
##                        ID      logFC       PValue        FDR
## 1               Seg3381.1  14.706703 7.310613e-06 0.01092066
## 2               Seg3026.1 -12.608163 8.629621e-06 0.01092066
## 4                Seg400.1  12.272920 7.062380e-06 0.01092066
## 5               Seg164.11 -12.196372 9.035088e-06 0.01092066
## 8               Seg650.14 -11.737060 2.099991e-05 0.01092066
## 10               Seg237.6  11.725359 6.839574e-06 0.01092066
## 12              Seg2624.3 -11.401172 1.547492e-05 0.01092066
## 15              Seg2869.1  11.391249 1.353996e-05 0.01092066
## 16              Seg2682.1  11.160523 2.594083e-03 0.03288109
## 18              Seg1611.1 -11.136157 2.090614e-05 0.01092066
## 20              Seg6812.1 -10.883149 3.194560e-05 0.01202883
## 21             Seg1379.10  10.687778 1.861007e-05 0.01092066
## 22              Seg236.11 -10.402453 5.233631e-05 0.01215698
## 24               Seg115.4 -10.333967 4.245511e-05 0.01202883
## 26              Seg1896.6  10.292542 1.751073e-05 0.01092066
## 28               Seg369.1  10.130754 3.762420e-05 0.01202883
## 29              Seg1405.8  -9.960804 4.966689e-05 0.01202883
## 31              Seg2298.7  -9.881457 6.317026e-05 0.01241608
## 33              Seg2253.7  -9.773294 2.273648e-04 0.01704028
## 35             Seg1784.13   9.764057 3.994175e-05 0.01202883
## 36              Seg4041.1  -9.678647 7.337747e-05 0.01307755
## 38              Seg6310.3   9.677490 6.089615e-05 0.01241608
## 39               Seg402.2   9.653379 5.043956e-05 0.01202883
## 40             Seg1289.10  -9.638768 1.660326e-04 0.01593921
## 42              Seg675.12   9.582151 1.295648e-04 0.01547635
## 43               Seg395.5  -9.447641 3.031631e-04 0.01828492
## 45              Seg1688.5  -9.368092 5.447364e-03 0.04567265
## 47              Seg5650.1  -9.203102 4.938157e-04 0.02040098
## 49              Seg2716.3  -9.162219 1.507122e-04 0.01569342
## 51              Seg2708.3   8.987743 9.099438e-05 0.01345062
## 52              Seg1963.3  -8.951446 2.391486e-04 0.01712438
## 54               Seg552.5  -8.918301 5.519073e-04 0.02082589
## 56                 Seg7.2   8.896466 3.113384e-04 0.01828492
## 57              Seg3961.2   8.883050 9.055036e-05 0.01345062
## 58              Seg1803.7  -8.874741 1.834107e-04 0.01616002
## 60               Seg976.3   8.865881 1.251634e-04 0.01530848
## 62              Seg2843.1   8.846992 2.370634e-04 0.01712017
## 63              Seg581.12   8.836296 1.732175e-04 0.01613629
## 64              Seg1794.2  -8.758305 1.293781e-03 0.02597068
## 66              Seg3392.2   8.708436 1.116805e-04 0.01509535
## 67              Seg6027.1   8.694747 5.698889e-04 0.02082589
## 68               Seg675.3  -8.690278 2.336532e-04 0.01704028
## 69              Seg1225.7  -8.681563 3.117725e-04 0.01828492
## 70               Seg372.1  -8.605258 3.428130e-04 0.01914047
## 74              Seg4235.1  -8.585462 5.615989e-04 0.02082589
## 75               Seg168.2  -8.549452 2.844830e-04 0.01809223
## 76              Seg1031.1   8.546380 2.022042e-04 0.01691099
## 77              Seg4133.2   8.539592 2.173918e-04 0.01691099
## 78             Seg1582.10  -8.427459 4.890476e-04 0.02040098
## 80               Seg529.9   8.402279 2.223480e-04 0.01691099
## 82              Seg1131.9   8.392811 8.643904e-04 0.02336502
## 83              Seg1698.1  -8.359660 1.493164e-05 0.01092066
## 85              Seg4283.1   8.355084 1.098630e-03 0.02450137
## 86              Seg7205.1  -8.343557 4.856075e-04 0.02040098
## 88              Seg1474.5   8.335209 2.067955e-04 0.01691099
## 91              Seg2475.6  -8.303900 3.972518e-04 0.01993523
## 92               Seg861.9   8.279256 2.181577e-04 0.01691099
## 94              Seg2708.4   8.276163 3.881950e-04 0.01993523
## 95              Seg6483.1   8.205531 3.418018e-04 0.01914047
## 97              Seg8951.1  -8.195795 4.901171e-04 0.02040098
## 99              Seg675.15   8.193101 5.710813e-04 0.02082589
## 100             Seg1139.5  -8.172489 3.416260e-03 0.03694270
## 102             Seg1619.6   8.105680 4.046919e-04 0.01993523
## 103             Seg2708.5   8.095706 3.204852e-04 0.01861104
## 104             Seg2351.7   8.088835 6.575604e-04 0.02142281
## 105             Seg821.11   8.053352 3.112293e-04 0.01828492
## 106             Seg3436.3   8.027539 3.563282e-04 0.01922899
## 107             Seg1475.1  -7.973569 6.647754e-04 0.02143173
## 109 Seg1891.12_Seg1891.13   7.965984 1.028189e-04 0.01459539
## 110              Seg250.9   7.961646 6.402690e-04 0.02135735
## 111             Seg2726.2   7.940709 6.221679e-04 0.02135735
## 112             Seg2769.1   7.925218 1.222696e-03 0.02558463
## 113             Seg1562.1  -7.903261 8.111634e-04 0.02283099
## 115              Seg639.4  -7.893354 7.437436e-04 0.02192083
## 116             Seg1509.5   7.876407 1.021634e-05 0.01092066
## 117             Seg1233.4   7.857886 6.184498e-04 0.02135735
## 118             Seg2465.5  -7.846656 1.186436e-03 0.02528377
## 120             Seg2771.3   7.804966 4.538404e-04 0.02024429
## 121             Seg1166.3   7.794465 4.673263e-04 0.02040098
## 122             Seg1121.8   7.749399 4.850597e-04 0.02040098
## 123              Seg597.6  -7.732919 9.751482e-04 0.02417182
## 124             Seg2132.5  -7.710450 9.773877e-04 0.02417182
## 125             Seg3290.2   7.702916 5.081140e-04 0.02065483
## 126             Seg3243.6   7.700246 7.604154e-04 0.02210595
## 127             Seg5361.2  -7.695061 2.877094e-03 0.03405672
## 128             Seg2949.3   7.684049 7.192625e-04 0.02176773
## 129              Seg440.2   7.676804 6.409107e-04 0.02135735
## 130             Seg1994.1  -7.667800 1.041280e-03 0.02425042
## 131             Seg1615.2  -7.665507 1.060872e-03 0.02431597
## 132             Seg230.24   7.640215 5.624382e-04 0.02082589
## 133               Seg39.8  -7.625323 3.102682e-03 0.03555065
## 134             Seg5994.1   7.622807 1.729700e-03 0.02788098
## 135             Seg788.20   7.595488 1.411791e-03 0.02631379
## 137            Seg1891.11   7.585041 2.826498e-06 0.01092066
## 138             Seg4429.1  -7.583632 1.381644e-03 0.02620582
## 139             Seg1600.6  -7.575478 1.486786e-03 0.02631379
## 140              Seg878.9   7.563974 1.396407e-03 0.02623817
## 141             Seg2175.8  -7.542988 3.349662e-05 0.01202883
## 144             Seg1604.2   7.532632 7.611218e-04 0.02210595
## 145             Seg675.11   7.523606 4.329259e-05 0.01202883
##     Vetted..Not_Dubious_Not_rRNA_Not_Transposon.       BLASTp_Best_Hit
## 1                                            Yes sp|A6H584|CO6A5_MOUSE
## 2                                            Yes   sp|O54902|NRAM2_RAT
## 4                                            Yes  sp|Q9TWL9|COMA_CONMA
## 5                                            Yes sp|Q8N441|FGRL1_HUMAN
## 8                                            Yes sp|Q647I9|NALP5_BOVIN
## 10                                           Yes sp|Q5F3X8|SC31A_CHICK
## 12                                           Yes sp|P50749|RASF2_HUMAN
## 15                                           Yes sp|A6NMZ7|CO6A6_HUMAN
## 16                                           Yes sp|D3YXG0|HMCN1_MOUSE
## 18                                           Yes  sp|Q795M8|YUGO_BACSU
## 20                                           Yes  sp|Q9GKR7|IQCG_MACFA
## 21                                           Yes sp|Q86VQ3|TXND2_HUMAN
## 22                                           Yes  sp|P51984|CREB_HYDVD
## 24                                           Yes sp|Q5TC63|GRTP1_HUMAN
## 26                                           Yes   sp|P60009|ACT_CANGA
## 28                                           Yes  sp|Q9WVM6|TLL2_MOUSE
## 29                                           Yes  sp|Q04073|P3A2_STRPU
## 31                                           Yes   sp|Q5EB62|S2546_RAT
## 33                                           Yes sp|Q9FFU6|B561A_ARATH
## 35                                           Yes    sp|P22757|HE_PARLI
## 36                                           Yes sp|Q1JPZ7|PRP39_DANRE
## 38                                           Yes sp|P55115|NAS15_CAEEL
## 39                                           Yes sp|Q7RTY7|OVCH1_HUMAN
## 40                                           Yes sp|P18519|TNR16_CHICK
## 42                                           Yes sp|A2AAJ9|OBSCN_MOUSE
## 43                                           Yes sp|Q8N264|RHG24_HUMAN
## 45                                           Yes sp|P49893|WN11B_XENLA
## 47                                           Yes sp|Q91766|HNF4A_XENLA
## 49                                           Yes sp|Q924X7|STK33_MOUSE
## 51                                           Yes sp|B3EWZ5|MLRP1_ACRMI
## 52                                           Yes  sp|Q99973|TEP1_HUMAN
## 54                                           Yes sp|B3EWZ5|MLRP1_ACRMI
## 56                                           Yes  sp|B3EWZ3|CADN_ACRMI
## 57                                           Yes sp|E9Q5R7|NAL12_MOUSE
## 58                                           Yes sp|Q8BI22|CE128_MOUSE
## 60                                           Yes sp|Q8T3C8|MTFP1_CAEEL
## 62                                           Yes  sp|B8UU59|PK1L_ACRMI
## 63                                           Yes sp|Q8VHN7|GPR98_MOUSE
## 64                                           Yes sp|Q9UHL9|GT2D1_HUMAN
## 66                                           Yes sp|Q7Y1C4|BRC2B_ARATH
## 67                                           Yes sp|Q9LXB8|PLPK1_ARATH
## 68                                           Yes   sp|Q5XIJ8|CCD65_RAT
## 69                                           Yes sp|Q4KMD7|STPAP_DANRE
## 70                                           Yes sp|Q91428|GATA3_DANRE
## 74                                           Yes sp|O15066|KIF3B_HUMAN
## 75                                           Yes sp|Q86SQ7|SDCG8_HUMAN
## 76                                           Yes    sp|P54825|LMIP_RAT
## 77                                           Yes sp|Q5VXM1|CDCP2_HUMAN
## 78                                           Yes sp|Q8NFI3|ENASE_HUMAN
## 80                                           Yes sp|F4IZW8|AVT1F_ARATH
## 82                                           Yes sp|Q9UPN3|MACF1_HUMAN
## 83                                           Yes  sp|Q13887|KLF5_HUMAN
## 85                                           Yes   sp|P02752|RBP_CHICK
## 86                                           Yes  sp|P02594|CALM_ELEEL
## 88                                           Yes sp|Q0WU02|MTP10_ARATH
## 91                                           Yes sp|Q9UNH5|CC14A_HUMAN
## 92                                           Yes  sp|O22943|STL1_ARATH
## 94                                           Yes sp|B3EWZ5|MLRP1_ACRMI
## 95                                           Yes sp|A2AX52|CO6A4_MOUSE
## 97                                           Yes sp|Q96EN8|MOCOS_HUMAN
## 99                                           Yes sp|Q6ZP82|CC141_HUMAN
## 100                                          Yes  sp|Q3U3R4|LMF1_MOUSE
## 102                                          Yes sp|Q5SVZ6|ZMYM1_HUMAN
## 103                                          Yes sp|B3EWZ5|MLRP1_ACRMI
## 104                                          Yes sp|Q9CWQ2|ZSWM7_MOUSE
## 105                                          Yes    sp|Q7TMA5|APOB_RAT
## 106                                          Yes  sp|O97524|BGLR_FELCA
## 107                                          Yes sp|Q7TPQ3|SHPRH_MOUSE
## 109                                          Yes   sp|P08419|CEL2A_PIG
## 110                                          Yes  sp|P35068|H2B1_TIGCA
## 111                                          Yes sp|Q2M1K9|ZN423_HUMAN
## 112                                          Yes sp|Q8N187|CARTF_HUMAN
## 113                                          Yes sp|Q9ULJ7|ANR50_HUMAN
## 115                                          Yes sp|Q5T5N4|CF118_HUMAN
## 116                                          Yes  sp|Q9TWL9|COMA_CONMA
## 117                                          Yes sp|Q5SVZ6|ZMYM1_HUMAN
## 118                                          Yes    sp|P28647|AA3R_RAT
## 120                                          Yes sp|Q96P48|ARAP1_HUMAN
## 121                                          Yes  sp|Q925Q3|NCLX_MOUSE
## 122                                          Yes sp|Q96RW7|HMCN1_HUMAN
## 123                                          Yes sp|P78363|ABCA4_HUMAN
## 124                                          Yes   sp|Q2WEA5|TRPM1_RAT
## 125                                          Yes sp|P45972|ZTF17_CAEEL
## 126                                          Yes    sp|P22757|HE_PARLI
## 127                                          Yes  sp|O57382|TLL2_XENLA
## 128                                          Yes sp|A2CG49|KALRN_MOUSE
## 129                                          Yes sp|Q5THJ4|VP13D_HUMAN
## 130                                          Yes   sp|Q68CZ1|FTM_HUMAN
## 131                                          Yes sp|Q8H0T9|KTNB1_ARATH
## 132                                          Yes  sp|O95455|TGDS_HUMAN
## 133                                          Yes  sp|Q6ZMV9|KIF6_HUMAN
## 134                                          Yes sp|A2ASQ1|AGRIN_MOUSE
## 135                                          Yes  sp|Q6P7W5|SEN2_MOUSE
## 137                                          Yes   sp|P00774|CEL2A_RAT
## 138                                          Yes sp|Q86WG5|MTMRD_HUMAN
## 139                                          Yes   sp|A6N6J5|WDR35_RAT
## 140                                          Yes sp|Q8CDI2|FBX43_MOUSE
## 141                                          Yes sp|Q7ZW16|RNF41_DANRE
## 144                                          Yes  sp|A5WFR0|PIF1_PSYWF
## 145                                          Yes sp|Q8WZ42|TITIN_HUMAN
##                                                                                                                                                                                                                                                                                                                                                                                              BLASTp_Description
## 1                                                                                                                                                                                                                                                                                                                                                     Collagen_alpha-5(VI)_chain_(Collagen_alpha-1(XXIX)_chain)
## 2                                                                                                                                                                                                                                       Natural_resistance-associated_macrophage_protein_2_(NRAMP_2)_(Divalent_cation_transporter_1)_(Divalent_metal_transporter_1)_(DMT-1)_(Solute_carrier_family_11_member_2)
## 4                                                                                                                                                                                                                                                                                                         Conodipine-M_alpha_chain_(EC_3.1.1.4)_(Phosphatidylcholine_2-acylhydrolase)_(Phospholipase_A2)_(PLA2)
## 5                                                                                                                                                                                                                                    Fibroblast_growth_factor_receptor-like_1_(FGF_receptor-like_protein_1)_(FGF_homologous_factor_receptor)_(FGFR-like_protein)_(Fibroblast_growth_factor_receptor_5)_(FGFR-5)
## 8                                                                                                                                                                                                                                                                                                                                       NACHT,_LRR_and_PYD_domains-containing_protein_5_(Mater_protein_homolog)
## 10                                                                                                                                                                                                                                                                                                                            Protein_transport_protein_Sec31A_(SEC31-like_protein_1)_(SEC31-related_protein_A)
## 12                                                                                                                                                                                                                                                                                                                                                                  Ras_association_domain-containing_protein_2
## 15                                                                                                                                                                                                                                                                                                                                                                                   Collagen_alpha-6(VI)_chain
## 16                                                                                                                                                                                                                                                                                                                                                                            Hemicentin-1_(Fibulin-6)_(FIBL-6)
## 18                                                                                                                                                                                                                                                                                                                                                                               potassium_channel_protein_YugO
## 20                                                                                                                                                                                                                                                                                                                                                                               IQ_domain-containing_protein_G
## 21                                                                                                                                                                                                                                                                                                                         Thioredoxin_domain-containing_protein_2_(Spermatid-specific_thioredoxin-1)_(Sptrx-1)
## 22                                                                                                                                                                                                                                                                              Cyclic_AMP-responsive_element-binding_protein_(cAMP-responsive_element-binding_protein)_(cAMP_response_element-binding_protein)
## 24                                                                                                                                                                                                                                                                                                                                         Growth_hormone-regulated_TBC_protein_1_(TBC1_domain_family_member_6)
## 26                                                                                                                                                                                                                                                                                                                                                                                                        Actin
## 28                                                                                                                                                                                                                                                                                                                                                                         Tolloid-like_protein_2_(EC_3.4.24.-)
## 29                                                                                                                                                                                                                                                                                                                                                                                     DNA-binding_protein_P3A2
## 31                                                                                                                                                                                                                                                                                                                                                                           Solute_carrier_family_25_member_46
## 33                                                                                                                                                                                                                                                                                                                     Cytochrome_b561,_DM13_and_DOMON_domain-containing_protein_At5g54830_(Protein_b561A.tha1)
## 35                                                                                                                                                                                                                                                                           Hatching_enzyme_(HE)_(HEZ)_(EC_3.4.24.12)_(Envelysin)_(Sea-urchin-hatching_proteinase)_[Cleaved_into:_Hatching_enzyme_18_kDa_form]
## 36                                                                                                                                                                                                                                                                                                                                                                Pre-mRNA-processing_factor_39_(PRP39_homolog)
## 38                                                                                                                                                                                                                                                                                                                                            Zinc_metalloproteinase_nas-15_(EC_3.4.24.-)_(Nematode_astacin_15)
## 39                                                                                                                                                                                                                                                                                                                                                                                   Ovochymase-1_(EC_3.4.21.-)
## 40                                                                                                                                                                                                                           Tumor_necrosis_factor_receptor_superfamily_member_16_(Gp80-LNGFR)_(Low_affinity_neurotrophin_receptor_p75NTR)_(Low-affinity_nerve_growth_factor_receptor)_(NGF_receptor)_(p75_ICD)
## 42                                                                                                                                                                                                                                                                                                                Obscurin_(EC_2.7.11.1)_(Obscurin-RhoGEF)_(Obscurin-myosin_light_chain_kinase)_(Obscurin-MLCK)
## 43                                                                                                                                                         Rho_GTPase-activating_protein_24_(Filamin-A-associated_RhoGAP)_(FilGAP)_(RAC1-_and_CDC42-specific_GTPase-activating_protein_of_72_kDa)_(RC-GAP72)_(Rho-type_GTPase-activating_protein_24)_(RhoGAP_of_73_kDa)_(Sarcoma_antigen_NY-SAR-88)_(p73RhoGAP)
## 45                                                                                                                                                                                                                                                                                                                                                                   Protein_Wnt-11b_(Protein_Wnt-11)_(XWnt-11)
## 47                                                                                                                                                                                                                                                                                                              Hepatocyte_nuclear_factor_4-alpha_(HNF-4-alpha)_(Nuclear_receptor_subfamily_2_group_A_member_1)
## 49                                                                                                                                                                                                                                                                                                                                                             Serine/threonine-protein_kinase_33_(EC_2.7.11.1)
## 51                                                                                                                                                                                                                                                            MAM_and_LDL-receptor_class_A_domain-containing_protein_1_(Skeletal_organic_matrix_MAM_and_LDL-receptor_1)_(SOM_MAM_and_LDL-receptor_1)_(Fragment)
## 52                                                                                                                                                                                                                                                                                      Telomerase_protein_component_1_(Telomerase-associated_protein_1)_(Telomerase_protein_1)_(p240)_(p80_telomerase_homolog)
## 54                                                                                                                                                                                                                                                            MAM_and_LDL-receptor_class_A_domain-containing_protein_1_(Skeletal_organic_matrix_MAM_and_LDL-receptor_1)_(SOM_MAM_and_LDL-receptor_1)_(Fragment)
## 56                                                                                                                                                                                                                                                                                                                                                                                         Coadhesin_(Fragment)
## 57                                                                                                                                                                                                                                                                                                NACHT,_LRR_and_PYD_domains-containing_protein_12_(Monarch-1)_(PYRIN-containing_APAF1-like_protein_7)_(PYPAF7)
## 58                                                                                                                                                                                                                                                                                                                                                                      Centrosomal_protein_of_128_kDa_(Cep128)
## 60                                                                                                                                                                                                                                                                                                                               Mitochondrial_fission_process_protein_1_(Mitochondrial_18_kDa_protein)_(MTP18)
## 62                                                                                                                                                                                                                                                                                                                                                       Polycystic_kidney_disease_1-related_protein_(Fragment)
## 63                                                                                                                                                                                                                                                                   G-protein_coupled_receptor_98_(Monogenic_audiogenic_seizure_susceptibility_protein_1)_(Neurepin)_(Very_large_G-protein_coupled_receptor_1)
## 64  General_transcription_factor_II-I_repeat_domain-containing_protein_1_(GTF2I_repeat_domain-containing_protein_1)_(General_transcription_factor_III)_(MusTRD1/BEN)_(Muscle_TFII-I_repeat_domain-containing_protein_1)_(Slow-muscle-fiber_enhancer-binding_protein)_(USE_B1-binding_protein)_(Williams-Beuren_syndrome_chromosomal_region_11_protein)_(Williams-Beuren_syndrome_chromosomal_region_12_protein)
## 66                                                                                                                                                                                                                                                                                                                                                  Protein_BREAST_CANCER_SUSCEPTIBILITY_2_homolog_B_(AtBRCA2B)
## 67                                                                                                                                                                                                                                                                                                                             Protein_PELPK1_(Proline-rich_protein_10)_(Protein_Pro-Glu-Leu|Ile|Val-Pro-Lys_1)
## 68                                                                                                                                                                                                                                                                                                                                                                     Coiled-coil_domain-containing_protein_65
## 69                                                                                                                                                                                          Speckle_targeted_PIP5K1A-regulated_poly(A)_polymerase_(Star-PAP)_(EC_2.7.7.19)_(RNA-binding_motif_protein_21)_(RNA-binding_protein_21)_(U6_snRNA-specific_terminal_uridylyltransferase_1)_(U6-TUTase)_(EC_2.7.7.52)
## 70                                                                                                                                                                                                                                                                                                                                                          Transcription_factor_GATA-3_(GATA-binding_factor_3)
## 74                                                                                                                                                                                                                                                      Kinesin-like_protein_KIF3B_(HH0048)_(Microtubule_plus_end-directed_kinesin_motor_3B)_[Cleaved_into:_Kinesin-like_protein_KIF3B,_N-terminally_processed]
## 75                                                                                                                                                                                                                                                                                       Serologically_defined_colon_cancer_antigen_8_(Antigen_NY-CO-8)_(Centrosomal_colon_cancer_autoantigen_protein)_(hCCCAP)
## 76                                                                                                                                                                                                                                                                                                                                            Lens_fiber_membrane_intrinsic_protein_(MP17)_(MP18)_(MP19)_(MP20)
## 77                                                                                                                                                                                                                                                                                                                                                                              CUB_domain-containing_protein_2
## 78                                                                                                                                                                                                                                                                                                                                           Cytosolic_endo-beta-N-acetylglucosaminidase_(ENGase)_(EC_3.2.1.96)
## 80                                                                                                                                                                                                                                                                                                                                                                       Amino_acid_transporter_AVT1F_(AtAvt1F)
## 82                                                                                                                                                                                                                                  Microtubule-actin_cross-linking_factor_1,_isoforms_1/2/3/5_(620_kDa_actin-binding_protein)_(ABP620)_(Actin_cross-linking_family_protein_7)_(Macrophin-1)_(Trabeculin-alpha)
## 83                                                                                                                                                                               Krueppel-like_factor_5_(Basic_transcription_element-binding_protein_2)_(BTE-binding_protein_2)_(Colon_krueppel-like_factor)_(GC-box-binding_protein_2)_(Intestinal-enriched_krueppel-like_factor)_(Transcription_factor_BTEB2)
## 85                                                                                                                                                                                                                           Riboflavin-binding_protein_(RBP)_[Cleaved_into:_Riboflavin-binding_protein,_plasma_form;_Riboflavin-binding_protein,_yolk_major_form;_Riboflavin-binding_protein,_yolk_minor_form]
## 86                                                                                                                                                                                                                                                                                                                                                                                             Calmodulin_(CaM)
## 88                                                                                                                                                                                                                                                                                                                                                                         Metal_tolerance_protein_10_(AtMTP10)
## 91                                                                                                                                                                                                                                                                                             Dual_specificity_protein_phosphatase_CDC14A_(EC_3.1.3.16)_(EC_3.1.3.48)_(CDC14_cell_division_cycle_14_homolog_A)
## 92                                                                                                                                                                                                                                                                                                                                                            Probable_glycosyltransferase_STELLO1_(EC_2.4.-.-)
## 94                                                                                                                                                                                                                                                            MAM_and_LDL-receptor_class_A_domain-containing_protein_1_(Skeletal_organic_matrix_MAM_and_LDL-receptor_1)_(SOM_MAM_and_LDL-receptor_1)_(Fragment)
## 95                                                                                                                                                                                                                                                                                                                                                                                   Collagen_alpha-4(VI)_chain
## 97                                                                                                                                                                                                                                                                                       Molybdenum_cofactor_sulfurase_(MCS)_(MOS)_(MoCo_sulfurase)_(hMCS)_(EC_2.8.1.9)_(Molybdenum_cofactor_sulfurtransferase)
## 99                                                                                                                                                                                                                                                                                                          Coiled-coil_domain-containing_protein_141_(Coiled-coil_protein_associated_with_myosin_II_and_DISC1)
## 100                                                                                                                                                                                                                                                                                                                                                      Lipase_maturation_factor_1_(Transmembrane_protein_112)
## 102                                                                                                                                                                                                                                                                                                                                                                              Zinc_finger_MYM-type_protein_1
## 103                                                                                                                                                                                                                                                           MAM_and_LDL-receptor_class_A_domain-containing_protein_1_(Skeletal_organic_matrix_MAM_and_LDL-receptor_1)_(SOM_MAM_and_LDL-receptor_1)_(Fragment)
## 104                                                                                                                                                                                                                                                                                                Zinc_finger_SWIM_domain-containing_protein_7_(SWIM_domain-containing_and_Srs2-interacting_protein_1_homolog)
## 105                                                                                                                                                                                                                                                                                                                             Apolipoprotein_B-100_(Apo_B-100)_[Cleaved_into:_Apolipoprotein_B-48_(Apo_B-48)]
## 106                                                                                                                                                                                                                                                                                                                                                                            Beta-glucuronidase_(EC_3.2.1.31)
## 107                                                                                                                                                                                                                              E3_ubiquitin-protein_ligase_SHPRH_(EC_2.3.2.27)_(EC_3.6.4.-)_(RING-type_E3_ubiquitin_transferase_SHPRH)_(SNF2,_histone-linker,_PHD_and_RING_finger_domain-containing_helicase)
## 109                                                                                                                                                                                                                                                                                                                       Chymotrypsin-like_elastase_family_member_2A_(EC_3.4.21.71)_(Elastase-2)_(Elastase-2A)
## 110                                                                                                                                                                                                                                                                                                                                                                                         Histone_H2B.1/H2B.2
## 111                                                                                                                                                                                                                                                                                    Zinc_finger_protein_423_(Olf1/EBF-associated_zinc_finger_protein)_(hOAZ)_(Smad-_and_Olf-interacting_zinc_finger_protein)
## 112                                                                                                                                                                                                                Calcium-responsive_transcription_factor_(Amyotrophic_lateral_sclerosis_2_chromosomal_region_candidate_gene_8_protein)_(Calcium-response_factor)_(CaRF)_(Testis_development_protein_NYD-SP24)
## 113                                                                                                                                                                                                                                                                                                                                                                 Ankyrin_repeat_domain-containing_protein_50
## 115                                                                                                                                                                                                                                                                                                                                                                            Uncharacterized_protein_C6orf118
## 116                                                                                                                                                                                                                                                                                                       Conodipine-M_alpha_chain_(EC_3.1.1.4)_(Phosphatidylcholine_2-acylhydrolase)_(Phospholipase_A2)_(PLA2)
## 117                                                                                                                                                                                                                                                                                                                                                                              Zinc_finger_MYM-type_protein_1
## 118                                                                                                                                                                                                                                                                                                                                                                              Adenosine_receptor_A3_(TGPCR1)
## 120                                                                                                                                                                                                                                                                                                     Arf-GAP_with_Rho-GAP_domain,_ANK_repeat_and_PH_domain-containing_protein_1_(Centaurin-delta-2)_(Cnt-d2)
## 121                                                                                                                                                      Mitochondrial_sodium/calcium_exchanger_protein_(Na(+)/K(+)/Ca(2+)-exchange_protein_6)_(Sodium/calcium_exchanger_protein,_mitochondrial)_(Sodium/potassium/calcium_exchanger_6)_(Solute_carrier_family_24_member_6)_(Solute_carrier_family_8_member_B1)
## 122                                                                                                                                                                                                                                                                                                                                                                           Hemicentin-1_(Fibulin-6)_(FIBL-6)
## 123                                                                                                                                                                                                                                        Retinal-specific_ATP-binding_cassette_transporter_(ATP-binding_cassette_sub-family_A_member_4)_(RIM_ABC_transporter)_(RIM_protein)_(RmP)_(Stargardt_disease_protein)
## 124                                                                                                                                                                                                                                                                                                                             Transient_receptor_potential_cation_channel_subfamily_M_member_1_(Melastatin-1)
## 125                                                                                                                                                                                                                                                                                                                                                          Zinc_finger_transcription_factor_family_protein_17
## 126                                                                                                                                                                                                                                                                          Hatching_enzyme_(HE)_(HEZ)_(EC_3.4.24.12)_(Envelysin)_(Sea-urchin-hatching_proteinase)_[Cleaved_into:_Hatching_enzyme_18_kDa_form]
## 127                                                                                                                                                                                                                                                                                                                            Tolloid-like_protein_2_(EC_3.4.24.-)_(Metalloprotease_xolloid)_(Xenopus_tolloid)
## 128                                                                                                                                                                                                                                                                                              Kalirin_(EC_2.7.11.1)_(Protein_Duo)_(Serine/threonine-protein_kinase_with_Dbl-_and_pleckstrin_homology_domain)
## 129                                                                                                                                                                                                                                                                                                                                                             Vacuolar_protein_sorting-associated_protein_13D
## 130                                                                                                                                                                                                                                                                                                            Protein_fantom_(Nephrocystin-8)_(RPGR-interacting_protein_1-like_protein)_(RPGRIP1-like_protein)
## 131                                                                                                                                                                                                                                                                                                                                                       Katanin_p80_WD40_repeat-containing_subunit_B1_homolog
## 132                                                                                                                                                                                                                                                                                                                                                                dTDP-D-glucose_4,6-dehydratase_(EC_4.2.1.46)
## 133                                                                                                                                                                                                                                                                                                                                                                                   Kinesin-like_protein_KIF6
## 134                                                                                                                                                                                                                                    Agrin_[Cleaved_into:_Agrin_N-terminal_110_kDa_subunit;_Agrin_C-terminal_110_kDa_subunit;_Agrin_C-terminal_90_kDa_fragment_(C90);_Agrin_C-terminal_22_kDa_fragment_(C22)]
## 135                                                                                                                                                                                                                                                                                                                       tRNA-splicing_endonuclease_subunit_Sen2_(EC_4.6.1.16)_(tRNA-intron_endonuclease_Sen2)
## 137                                                                                                                                                                                                                                                                                                                       Chymotrypsin-like_elastase_family_member_2A_(EC_3.4.21.71)_(Elastase-2)_(Elastase-2A)
## 138                                                                                                                                                                                                                                                                                                                                                      Myotubularin-related_protein_13_(SET-binding_factor_2)
## 139                                                                                                                                                                                                                                                                                                                                                                    WD_repeat-containing_protein_35_(Naofen)
## 140                                                                                                                                                                                                                                                                                                                                                      F-box_only_protein_43_(Endogenous_meiotic_inhibitor_2)
## 141                                                                                                                                                                                                                                                                                         E3_ubiquitin-protein_ligase_NRDP1_(EC_2.3.2.27)_(RING_finger_protein_41)_(RING-type_E3_ubiquitin_transferase_NRDP1)
## 144                                                                                                                                                                                                                                                                                                                                                               ATP-dependent_DNA_helicase_pif1_(EC_3.6.4.12)
## 145                                                                                                                                                                                                                                                                                                                                     Titin_(EC_2.7.11.1)_(Connectin)_(Rhabdomyosarcoma_antigen_MU-RMS-40.14)
##     BLASTp_Best_Hit.1
## 1              A6H584
## 2              O54902
## 4              Q9TWL9
## 5              Q8N441
## 8              Q647I9
## 10             Q5F3X8
## 12             P50749
## 15             A6NMZ7
## 16             D3YXG0
## 18             Q795M8
## 20             Q9GKR7
## 21             Q86VQ3
## 22             P51984
## 24             Q5TC63
## 26             P60009
## 28             Q9WVM6
## 29             Q04073
## 31             Q5EB62
## 33             Q9FFU6
## 35             P22757
## 36             Q1JPZ7
## 38             P55115
## 39             Q7RTY7
## 40             P18519
## 42             A2AAJ9
## 43             Q8N264
## 45             P49893
## 47             Q91766
## 49             Q924X7
## 51             B3EWZ5
## 52             Q99973
## 54             B3EWZ5
## 56             B3EWZ3
## 57             E9Q5R7
## 58             Q8BI22
## 60             Q8T3C8
## 62             B8UU59
## 63             Q8VHN7
## 64             Q9UHL9
## 66             Q7Y1C4
## 67             Q9LXB8
## 68             Q5XIJ8
## 69             Q4KMD7
## 70             Q91428
## 74             O15066
## 75             Q86SQ7
## 76             P54825
## 77             Q5VXM1
## 78             Q8NFI3
## 80             F4IZW8
## 82             Q9UPN3
## 83             Q13887
## 85             P02752
## 86             P02594
## 88             Q0WU02
## 91             Q9UNH5
## 92             O22943
## 94             B3EWZ5
## 95             A2AX52
## 97             Q96EN8
## 99             Q6ZP82
## 100            Q3U3R4
## 102            Q5SVZ6
## 103            B3EWZ5
## 104            Q9CWQ2
## 105            Q7TMA5
## 106            O97524
## 107            Q7TPQ3
## 109            P08419
## 110            P35068
## 111            Q2M1K9
## 112            Q8N187
## 113            Q9ULJ7
## 115            Q5T5N4
## 116            Q9TWL9
## 117            Q5SVZ6
## 118            P28647
## 120            Q96P48
## 121            Q925Q3
## 122            Q96RW7
## 123            P78363
## 124            Q2WEA5
## 125            P45972
## 126            P22757
## 127            O57382
## 128            A2CG49
## 129            Q5THJ4
## 130            Q68CZ1
## 131            Q8H0T9
## 132            O95455
## 133            Q6ZMV9
## 134            A2ASQ1
## 135            Q6P7W5
## 137            P00774
## 138            Q86WG5
## 139            A6N6J5
## 140            Q8CDI2
## 141            Q7ZW16
## 144            A5WFR0
## 145            Q8WZ42
##     Repetitive_Element..Repeat_Match_AND_.BLASTP_Hit_OR_No_Protein.
## 1                                                                No
## 2                                                                No
## 4                                                                No
## 5                                                                No
## 8                                                                No
## 10                                                               No
## 12                                                               No
## 15                                                               No
## 16                                                               No
## 18                                                               No
## 20                                                               No
## 21                                                               No
## 22                                                               No
## 24                                                               No
## 26                                                               No
## 28                                                               No
## 29                                                               No
## 31                                                               No
## 33                                                               No
## 35                                                               No
## 36                                                               No
## 38                                                               No
## 39                                                               No
## 40                                                               No
## 42                                                               No
## 43                                                               No
## 45                                                               No
## 47                                                               No
## 49                                                               No
## 51                                                               No
## 52                                                               No
## 54                                                               No
## 56                                                               No
## 57                                                               No
## 58                                                               No
## 60                                                               No
## 62                                                               No
## 63                                                               No
## 64                                                               No
## 66                                                               No
## 67                                                               No
## 68                                                               No
## 69                                                               No
## 70                                                               No
## 74                                                               No
## 75                                                               No
## 76                                                               No
## 77                                                               No
## 78                                                               No
## 80                                                               No
## 82                                                               No
## 83                                                               No
## 85                                                               No
## 86                                                               No
## 88                                                               No
## 91                                                               No
## 92                                                               No
## 94                                                               No
## 95                                                               No
## 97                                                               No
## 99                                                               No
## 100                                                              No
## 102                                                              No
## 103                                                              No
## 104                                                              No
## 105                                                              No
## 106                                                              No
## 107                                                              No
## 109                                                              No
## 110                                                              No
## 111                                                              No
## 112                                                              No
## 113                                                              No
## 115                                                              No
## 116                                                              No
## 117                                                              No
## 118                                                              No
## 120                                                              No
## 121                                                              No
## 122                                                              No
## 123                                                              No
## 124                                                              No
## 125                                                              No
## 126                                                              No
## 127                                                              No
## 128                                                              No
## 129                                                              No
## 130                                                              No
## 131                                                              No
## 132                                                              No
## 133                                                              No
## 134                                                              No
## 135                                                              No
## 137                                                              No
## 138                                                              No
## 139                                                              No
## 140                                                              No
## 141                                                              No
## 144                                                              No
## 145                                                              No
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    PFAM_Domains_.target_name.accession.env_coordfrom.to...
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Integrin_beta|PF00362.17(37-81);Integrin_beta|PF00362.17(443-516);Integrin_beta|PF00362.17(637-694);Laminin_G_3|PF13385.5(878-996);VWA_2|PF13519.5(239-348);VWA_2|PF13519.5(44-153);VWA_2|PF13519.5(449-559);VWA_2|PF13519.5(643-753);VWA_CoxE|PF05762.13(396-584);VWA_CoxE|PF05762.13(97-186);VWA|PF00092.27(238-382);VWA|PF00092.27(43-211);VWA|PF00092.27(448-617);VWA|PF00092.27(642-814);
## 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Nramp|PF01566.17(474-526);Nramp|PF01566.17(86-471);UPF0182|PF03699.12(94-530);
## 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Phospholip_A2_3|PF09056.10(18-108);Phospholip_A2_3|PF09056.10(93-141);
## 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Adeno_E3_CR1|PF02440.14(209-258);Adeno_E3_CR1|PF02440.14(284-326);Adeno_E3_CR1|PF02440.14(337-396);Adeno_E3_CR1|PF02440.14(67-125);C1-set|PF07654.14(171-245);C1-set|PF07654.14(326-382);C1-set|PF07654.14(41-112);C2-set_2|PF08205.11(166-250);C2-set_2|PF08205.11(273-349);C2-set|PF05790.14(208-273);C2-set|PF05790.14(71-128);DUF2681|PF10883.7(437-496);I-set|PF07679.15(167-257);I-set|PF07679.15(301-389);I-set|PF07679.15(39-127);Ig_2|PF13895.5(165-257);Ig_2|PF13895.5(272-394);Ig_2|PF13895.5(30-127);Ig_2|PF13895.5(459-523);Ig_3|PF13927.5(165-244);Ig_3|PF13927.5(272-379);Ig_3|PF13927.5(30-114);Ig_3|PF13927.5(473-546);ig|PF00047.24(180-255);ig|PF00047.24(276-388);ig|PF00047.24(40-125);Izumo-Ig|PF16706.4(215-262);Izumo-Ig|PF16706.4(354-396);Izumo-Ig|PF16706.4(70-128);LapA_dom|PF06305.10(431-484);SIT|PF15330.5(437-515);Tenui_NCP|PF04876.11(421-492);UL141|PF16758.4(220-262);UL141|PF16758.4(324-413);UL141|PF16758.4(78-143);V-set_CD47|PF08204.10(189-265);V-set_CD47|PF08204.10(305-398);V-set_CD47|PF08204.10(49-128);V-set|PF07686.16(173-257);V-set|PF07686.16(276-389);V-set|PF07686.16(41-127);
## 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 LRR_1|PF00560.32(182-203);LRR_1|PF00560.32(210-227);LRR_1|PF00560.32(32-59);LRR_1|PF00560.32(324-341);LRR_1|PF00560.32(361-386);LRR_4|PF12799.6(117-144);LRR_4|PF12799.6(181-226);LRR_4|PF12799.6(322-385);LRR_6|PF13516.5(125-140);LRR_6|PF13516.5(151-174);LRR_6|PF13516.5(179-198);LRR_6|PF13516.5(321-341);LRR_6|PF13516.5(360-381);
## 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Coatomer_WDAD|PF04053.13(166-211);Coatomer_WDAD|PF04053.13(592-637);Coatomer_WDAD|PF04053.13(723-803);KinB_sensor|PF16767.4(1049-1128);KinB
## 12                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        DUF883|PF05957.12(408-464);LIM|PF00412.21(134-166);LIM|PF00412.21(199-232);Nore1-SARAH|PF16517.4(415-454);domain
## 15                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     AbiEi_2|PF09952.8(1211-1287);system
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            DUF3813|PF12758.6(1067-1099);TSP_1|PF00090.18(140-196);TSP_1|PF00090.18(200-251);TSP_1|PF00090.18(260-311);TSP_1|PF00090.18(27-74);TSP_1|PF00090.18(80-132);
## 18                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Ion_trans_2|PF07885.15(182-269);Ion_trans_2|PF07885.15(428-455);Ion_trans|PF00520.30(162-275);Ion_trans|PF00520.30(425-464);Lig_chan|PF00060.25(176-283);SBP_bac_3|PF00497.19(129-383);
## 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       APG6|PF04111.11(2-124);Atg14|PF10186.8(7-123);DUF4956|PF16316.4(26-107);Exonuc_VII_L|PF02601.14(5-124);Maelstrom|PF13017.5(4-117);Mnd1|PF03962.14(12-124);THP2|PF09432.9(20-123);
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Rrp44_CSD1|PF17216.2(103-192);Rrp44_CSD1|PF17216.2(15-103);Rrp44_CSD1|PF17216.2(195-282);
## 22                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         bZIP_1|PF00170.20(221-280);bZIP_2|PF07716.14(220-274);bZIP_2|PF07716.14(54-78);bZIP_2|PF07716.14(91-104);bZIP_Maf|PF03131.16(214-276);bZIP_Maf|PF03131.16(40-98);CagS|PF16707.4(228-280);pylori
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          RabGAP-TBC|PF00566.17(69-275);
## 26                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Actin|PF00022.18(255-321);Actin|PF00022.18(776-1149);DUF4834|PF16118.4(477-526);DUF4834|PF16118.4(7-96);
## 28                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  CUB_2|PF02408.19(161-277);CUB_2|PF02408.19(283-392);CUB_2|PF02408.19(395-492);CUB_2|PF02408.19(521-547);CUB_2|PF02408.19(601-631);CUB|PF00431.19(166-276);CUB|PF00431.19(284-391);CUB|PF00431.19(395-504);CUB|PF00431.19(511-627);EGF_2|PF07974.12(124-158);EGF_2|PF07974.12(77-118);EGF_CA|PF07645.14(123-166);EGF_CA|PF07645.14(83-127);EGF|PF00008.26(124-157);EGF|PF00008.26(77-117);hEGF|PF12661.6(132-151);hEGF|PF12661.6(72-86);hEGF|PF12661.6(86-113);UBX|PF00789.19(187-212);UBX|PF00789.19(416-504);UBX|PF00789.19(545-572);
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         DUF2841|PF11001.7(197-295);Nrf1_DNA-bind|PF10491.8(69-280);Nrf1
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Mito_carr|PF00153.26(295-403);Mito_carr|PF00153.26(82-169);
## 33                                                                                                                                                                                                                                                                                CD20|PF04103.14(391-486);CD20|PF04103.14(5-34);CD20|PF04103.14(500-559);Cytochrom_B561|PF03188.15(391-524);DUF3040|PF11239.7(258-297);DUF3040|PF11239.7(390-470);DUF3040|PF11239.7(483-544);Kelch_1|PF01344.24(102-149);Kelch_1|PF01344.24(154-195);Kelch_1|PF01344.24(210-261);Kelch_1|PF01344.24(304-319);Kelch_1|PF01344.24(332-366);Kelch_1|PF01344.24(53-92);Kelch_2|PF07646.14(102-147);Kelch_2|PF07646.14(150-197);Kelch_2|PF07646.14(212-259);Kelch_2|PF07646.14(296-323);Kelch_2|PF07646.14(333-368);Kelch_2|PF07646.14(51-92);Kelch_3|PF13415.5(112-162);Kelch_3|PF13415.5(164-218);Kelch_3|PF13415.5(220-272);Kelch_3|PF13415.5(27-48);Kelch_3|PF13415.5(280-339);Kelch_3|PF13415.5(345-388);Kelch_3|PF13415.5(58-110);Kelch_4|PF13418.5(102-153);Kelch_4|PF13418.5(155-207);Kelch_4|PF13418.5(209-269);Kelch_4|PF13418.5(25-45);Kelch_4|PF13418.5(275-327);Kelch_4|PF13418.5(332-369);Kelch_4|PF13418.5(46-96);Kelch_5|PF13854.5(152-190);Kelch_5|PF13854.5(206-248);Kelch_5|PF13854.5(262-311);Kelch_5|PF13854.5(329-366);Kelch_5|PF13854.5(43-84);Kelch_5|PF13854.5(99-140);Kelch_6|PF13964.5(102-152);Kelch_6|PF13964.5(156-201);Kelch_6|PF13964.5(209-264);Kelch_6|PF13964.5(276-321);Kelch_6|PF13964.5(332-365);Kelch_6|PF13964.5(50-101);SdpI|PF13630.5(383-411);SdpI|PF13630.5(418-469);SdpI|PF13630.5(491-545);SGL|PF08450.11(289-395);SGL|PF08450.11(31-78);SGL|PF08450.11(75-202);
## 35                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Astacin|PF01400.23(191-218);Astacin|PF01400.23(95-174);DUF4953|PF16313.4(189-216);Gal_Lectin|PF02140.17(426-514);Gal_Lectin|PF02140.17(551-581);GLEYA|PF10528.8(301-391);Maf_N|PF08383.10(196-222);PA14|PF07691.11(283-404);Peptidase_M10|PF00413.23(96-248);Peptidase_M57|PF12388.7(160-224);Peptidase_M6|PF05547.10(188-222);Peptidase_M6|PF05547.10(323-390);Peptidase_M66|PF10462.8(189-235);PG_binding_1|PF01471.17(20-66);Reprolysin_3|PF13582.5(99-215);Reprolysin_4|PF13583.5(183-231);ShK|PF01549.23(486-506);ShK|PF01549.23(555-591);
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         ER|PF01133.16(210-269);ER|PF01133.16(26-89);SF3A3|PF16837.4(215-282);SF3A3|PF16837.4(29-97);Suf|PF05843.13(11-170);Suf|PF05843.13(181-246);Suf|PF05843.13(236-359);TPR_12|PF13424.5(217-262);TPR_12|PF13424.5(297-355);TPR_12|PF13424.5(37-63);TPR_14|PF13428.5(215-260);TPR_14|PF13428.5(249-285);TPR_14|PF13428.5(29-63);TPR_14|PF13428.5(295-330);TPR_14|PF13428.5(323-349);
## 38                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Astacin|PF01400.23(56-171);Peptidase_M66|PF10462.8(16-163);
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      DUF1986|PF09342.10(40-154);Trypsin_2|PF13365.5(51-230);Trypsin|PF00089.25(29-260);
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Comm|PF15957.4(238-320);Death|PF00531.21(332-413);ELH|PF02323.14(253-407);ELH|PF02323.14(5-40);Gemini_mov|PF01708.15(209-302);LRR19-TM|PF15176.5(227-326);MLANA|PF14991.5(241-319);MLANA|PF14991.5(9-67);SID-1_RNA_chan|PF13965.5(191-355);TNFR_c6|PF00020.17(106-145);TNFR_c6|PF00020.17(147-183);TNFR_c6|PF00020.17(186-224);TNFR_c6|PF00020.17(66-103);
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              RhoGEF|PF00621.19(56-212);
## 43                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         PH_9|PF15410.5(100-134);PH_9|PF15410.5(428-478);PH|PF00169.28(30-135);PH|PF00169.28(335-383);PXB|PF12828.6(270-391);RhoGAP|PF00620.26(163-317);
## 45                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 wnt|PF00110.18(40-348);
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Hormone_recep|PF00104.29(128-323);zf-C4|PF00105.17(19-88);
## 49                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Haspin_kinase|PF12330.7(51-193);Kdo|PF06293.13(62-182);Kinase-like|PF14531.5(25-89);Kinase-like|PF14531.5(47-282);Pkinase_Tyr|PF07714.16(31-291);Pkinase|PF00069.24(31-294);RIO1|PF01163.21(47-167);
## 51                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  MAM|PF00629.22(2-133);
## 52                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         AAA_16|PF13191.5(414-562);AAA_17|PF13207.5(109-207);AAA_17|PF13207.5(442-569);AAA_22|PF13401.5(431-567);AAA_29|PF13555.5(427-475);AAA|PF00004.28(439-549);(AAA)
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           ILEI|PF15711.4(451-539);Laminin_G_2|PF02210.23(408-469);Laminin_G_2|PF02210.23(640-732);Laminin_G_3|PF13385.5(294-336);Laminin_G_3|PF13385.5(327-369);Laminin_G_3|PF13385.5(588-742);MAM|PF00629.22(56-216);MAM|PF00629.22(652-690);PQQ_2|PF13360.5(423-533);
## 56                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Kazal_1|PF00050.20(675-735);Kazal_1|PF00050.20(751-775);Kazal_1|PF00050.20(76-123);Kazal_1|PF00050.20(761-821);Kazal_2|PF07648.14(56-72);Kazal_2|PF07648.14(687-735);Kazal_2|PF07648.14(773-821);Kazal_2|PF07648.14(79-128);TSP_1|PF00090.18(319-371);TSP_1|PF00090.18(378-430);TSP_1|PF00090.18(437-489);TSP_1|PF00090.18(496-548);TSP_1|PF00090.18(555-607);TSP_1|PF00090.18(59-87);TSP_1|PF00090.18(614-666);VWA_2|PF13519.5(135-243);VWA|PF00092.27(134-304);VWA|PF00092.27(2-50);
## 57                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   AAA_16|PF13191.5(136-233);AAA_16|PF13191.5(694-734);AAA_25|PF13481.5(125-190);AAA_25|PF13481.5(201-265);AAA|PF00004.28(150-302);(AAA)
## 58                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         CENP-F_leu_zip|PF10473.8(1-109);CENP-F_leu_zip|PF10473.8(125-222);CENP-F_leu_zip|PF10473.8(223-359);CENP-F_leu_zip|PF10473.8(35-145);CENP-F_leu_zip|PF10473.8(355-481);CENP-F_leu_zip|PF10473.8(442-564);CENP-F_leu_zip|PF10473.8(475-606);CENP-F_leu_zip|PF10473.8(600-676);CENP-F_leu_zip|PF10473.8(709-870);
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  MTP18|PF10558.8(3-99);
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              PKD|PF00801.19(137-207);PKD|PF00801.19(238-314);PKD|PF00801.19(334-400);PKD|PF00801.19(416-488);PKD|PF00801.19(506-572);PKD|PF00801.19(820-854);REJ|PF02010.14(299-382);REJ|PF02010.14(610-1392);WSC|PF01822.18(9-86);Y_Y_Y|PF07495.12(461-476);Y_Y_Y|PF07495.12(524-580);
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Calx-beta|PF03160.13(140-244);Calx-beta|PF03160.13(259-291);Calx-beta|PF03160.13(27-126);
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GTF2I|PF02946.13(233-300);GTF2I|PF02946.13(4-19);Homeobox|PF00046.28(6-72);HTH_17|PF12728.6(158-182);HTH_17|PF12728.6(349-390);HTH_17|PF12728.6(45-76);
## 66                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               BRCA2|PF00634.17(1123-1153);BRCA2|PF00634.17(1421-1445);BRCA2|PF00634.17(1464-1487);BRCA2|PF00634.17(1508-1536);BRCA2|PF00634.17(1552-1580);BRCA2|PF00634.17(1595-1624);BRCA2|PF00634.17(1639-1667);BRCA2|PF00634.17(1683-1712);BRCA2|PF00634.17(1727-1753);BRCA2|PF00634.17(1758-1783);BRCA2|PF00634.17(1801-1826);BRCA2|PF00634.17(1845-1874);LcrV|PF04792.11(1503-1587);LcrV|PF04792.11(1594-1673);LcrV|PF04792.11(1678-1822);Nterm_IS4|PF13006.6(1490-1539);Nterm_IS4|PF13006.6(1551-1586);Nterm_IS4|PF13006.6(1592-1627);Nterm_IS4|PF13006.6(1640-1671);Nterm_IS4|PF13006.6(1684-1716);Nterm_IS4|PF13006.6(1728-1760);Nterm_IS4|PF13006.6(1764-1792);Nterm_IS4|PF13006.6(1818-1875);
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Asp_protease_2|PF13650.5(964-1047);Asp_protease|PF09668.9(942-1048);BH3|PF15285.5(184-195);BH3|PF15285.5(254-265);BH3|PF15285.5(311-318);BH3|PF15285.5(338-346);BH3|PF15285.5(353-362);BH3|PF15285.5(367-373);BH3|PF15285.5(507-518);DUF1758|PF05585.11(966-1033);DUF1759|PF03564.14(678-764);gag-asp_proteas|PF13975.5(917-969);gag-asp_proteas|PF13975.5(972-1050);
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              DUF349|PF03993.11(12-61);DUF349|PF03993.11(64-111);EAP30|PF04157.15(23-110);NYD-SP28_assoc|PF14775.5(27-59);NYD-SP28_assoc|PF14775.5(53-111);Oberon_cc|PF16312.4(1-112);RelA_SpoT|PF04607.16(2-81);RelA_SpoT|PF04607.16(60-111);Syntaxin_2|PF14523.5(2-84);Syntaxin_2|PF14523.5(56-112);Viral_P18|PF04521.12(3-93);protein
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 AKAP95|PF04988.11(18-93);AKAP95|PF04988.11(87-176);DUF4651|PF15513.5(180-208);Nup35_RRM_2|PF14605.5(173-208);Nup35_RRM_2|PF14605.5(47-82);RRM_1|PF00076.21(174-207);RNP
## 70                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ArfGap|PF01412.17(124-187);ArfGap|PF01412.17(247-296);ArfGap|PF01412.17(294-350);Auto_anti-p27|PF06677.11(252-280);Auto_anti-p27|PF06677.11(305-334);DZR|PF12773.6(231-280);DZR|PF12773.6(255-334);DZR|PF12773.6(309-341);eIF-5_eIF-2B|PF01873.16(253-282);eIF-5_eIF-2B|PF01873.16(303-336);Elf1|PF05129.12(247-295);Elf1|PF05129.12(287-347);Elf1|PF05129.12(354-380);GATA|PF00320.26(255-289);GATA|PF00320.26(309-343);OrfB_Zn_ribbon|PF07282.10(177-187);OrfB_Zn_ribbon|PF07282.10(227-287);OrfB_Zn_ribbon|PF07282.10(297-339);TF_Zn_Ribbon|PF08271.11(253-289);TF_Zn_Ribbon|PF08271.11(307-337);Zn-ribbon_8|PF09723.9(251-286);Zn-ribbon_8|PF09723.9(307-342);
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             DUF1366|PF07104.10(23-104);MscS_TM|PF12794.6(29-105);PKcGMP_CC|PF16808.4(28-38);PKcGMP_CC|PF16808.4(46-68);PKcGMP_CC|PF16808.4(69-91);SMAP|PF15477.5(3-95);
## 75                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             CCCAP|PF15964.4(167-733);CCCAP|PF15964.4(6-207);DUF3240|PF11582.7(330-413);DUF3240|PF11582.7(574-604);HALZ|PF02183.17(113-142);HALZ|PF02183.17(392-404);HALZ|PF02183.17(424-442);HALZ|PF02183.17(492-516);HALZ|PF02183.17(60-78);HALZ|PF02183.17(627-650);HALZ|PF02183.17(645-677);HALZ|PF02183.17(705-733);NYD-SP28_assoc|PF14775.5(245-271);NYD-SP28_assoc|PF14775.5(373-411);NYD-SP28_assoc|PF14775.5(405-438);NYD-SP28_assoc|PF14775.5(479-518);NYD-SP28_assoc|PF14775.5(626-643);NYD-SP28_assoc|PF14775.5(658-686);NYD-SP28_assoc|PF14775.5(702-733);NYD-SP28_assoc|PF14775.5(99-141);SlyX|PF04102.11(12-47);SlyX|PF04102.11(259-308);SlyX|PF04102.11(332-385);SlyX|PF04102.11(371-421);SlyX|PF04102.11(422-485);SlyX|PF04102.11(475-527);SlyX|PF04102.11(517-573);SlyX|PF04102.11(576-616);SlyX|PF04102.11(604-662);SlyX|PF04102.11(698-749);SlyX|PF04102.11(98-161);
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Amastin|PF07344.10(2-35);Amastin|PF07344.10(41-164);Claudin_2|PF13903.5(21-70);Claudin_2|PF13903.5(56-160);Claudin_3|PF06653.10(7-167);L_HMGIC_fpl|PF10242.8(14-167);PI3K_C2|PF00792.23(76-149);PMP22_Claudin|PF00822.19(14-163);SUR7|PF06687.11(12-73);SUR7|PF06687.11(63-160);TMEM173|PF15009.5(44-141);
## 77                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              CUB_2|PF02408.19(126-178);CUB_2|PF02408.19(200-237);CUB_2|PF02408.19(4-109);CUB|PF00431.19(1-110);CUB|PF00431.19(117-233);
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Glyco_hydro_18|PF00704.27(45-259);Glyco_hydro_85|PF03644.12(5-282);
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Aa_trans|PF01490.17(39-440);Spore_permease|PF03845.12(132-307);Spore_permease|PF03845.12(357-400);Spore_permease|PF03845.12(41-101);
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              BLOC1_2|PF10046.8(125-220);BLOC1_2|PF10046.8(208-251);BLOC1_2|PF10046.8(224-279);BLOC1_2|PF10046.8(4-67);DUF29|PF01724.15(126-221);DUF29|PF01724.15(164-265);DUF29|PF01724.15(258-297);DUF29|PF01724.15(41-116);DUF5100|PF17029.4(140-199);DUF5100|PF17029.4(205-301);GPS2_interact|PF15784.4(162-210);GPS2_interact|PF15784.4(201-259);GPS2_interact|PF15784.4(82-119);Intimin_C|PF07979.10(120-162);Intimin_C|PF07979.10(153-211);Intimin_C|PF07979.10(258-301);NPV_P10|PF05531.11(158-253);NPV_P10|PF05531.11(26-103);Occludin_ELL|PF07303.12(124-204);Occludin_ELL|PF07303.12(188-260);Occludin_ELL|PF07303.12(3-89);Seryl_tRNA_N|PF02403.21(126-207);Seryl_tRNA_N|PF02403.21(15-71);Seryl_tRNA_N|PF02403.21(169-263);Spectrin|PF00435.20(155-256);Spectrin|PF00435.20(2-29);Spectrin|PF00435.20(258-299);Spectrin|PF00435.20(31-116);Tropomyosin_1|PF12718.6(148-210);Tropomyosin_1|PF12718.6(203-295);Tropomyosin_1|PF12718.6(3-83);
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    DUF3850|PF12961.6(300-336);(DUF3850)
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Folate_rec|PF03024.13(18-189);
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       DUF3349|PF11829.7(111-173);DUF3349|PF11829.7(17-86);DUF3349|PF11829.7(51-118);EF-hand_1|PF00036.31(110-136);EF-hand_1|PF00036.31(144-154);EF-hand_1|PF00036.31(156-172);EF-hand_1|PF00036.31(176-187);EF-hand_1|PF00036.31(36-64);EF-hand_1|PF00036.31(72-100);EF-hand_4|PF12763.6(105-173);EF-hand_4|PF12763.6(25-113);EF-hand_5|PF13202.5(111-118);EF-hand_5|PF13202.5(160-170);EF-hand_5|PF13202.5(176-187);EF-hand_5|PF13202.5(38-61);EF-hand_5|PF13202.5(73-97);EF-hand_6|PF13405.5(109-139);EF-hand_6|PF13405.5(144-184);EF-hand_6|PF13405.5(36-65);EF-hand_6|PF13405.5(72-105);EF-hand_7|PF13499.5(107-171);EF-hand_7|PF13499.5(35-98);EF-hand_8|PF13833.5(122-173);EF-hand_8|PF13833.5(15-62);EF-hand_8|PF13833.5(48-100);EF-hand_8|PF13833.5(96-128);EF-hand_9|PF14658.5(112-174);EF-hand_9|PF14658.5(38-101);EFhand_Ca_insen|PF08726.9(103-141);EFhand_Ca_insen|PF08726.9(27-64);EFhand_Ca_insen|PF08726.9(89-118);GPHH|PF16905.4(111-139);GPHH|PF16905.4(28-66);GPHH|PF16905.4(72-105);p25-alpha|PF05517.11(38-123);RTX_C|PF08339.9(102-195);RTX_C|PF08339.9(22-90);SPARC_Ca_bdg|PF10591.8(129-169);Ca
## 88                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Cation_efflux|PF01545.20(107-296);ZT_dimer|PF16916.4(300-377);
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   DSPn|PF14671.5(1-50);
## 92                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              STELLO|PF03385.16(54-248);
## 94                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  MAM|PF00629.22(6-139);
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               AhpC-TSA_2|PF13911.5(197-232);AhpC-TSA_2|PF13911.5(385-416);AhpC-TSA_2|PF13911.5(644-697);Amidase_2|PF01510.24(17-130);Amidase_2|PF01510.24(230-317);Amidase_2|PF01510.24(464-578);Amidase_2|PF01510.24(648-775);ATR13|PF16829.4(265-351);ATR13|PF16829.4(712-790);CYLD_phos_site|PF16607.4(351-400);CYLD_phos_site|PF16607.4(40-99);CYLD_phos_site|PF16607.4(487-548);DHHA1|PF02272.18(153-234);DHHA1|PF02272.18(365-435);DHHA1|PF02272.18(596-677);DUF128|PF01995.15(529-594);DUF128|PF01995.15(88-146);DUF285|PF03382.13(265-364);DUF285|PF03382.13(710-762);EF-hand_like|PF09279.10(275-313);EF-hand_like|PF09279.10(723-762);EGF_MSP1_1|PF12946.6(2-34);EGF_MSP1_1|PF12946.6(449-476);Glyco_transf_28|PF03033.19(194-299);Glyco_transf_28|PF03033.19(388-414);Glyco_transf_28|PF03033.19(629-746);HTH_Tnp_1_2|PF13022.5(126-214);HTH_Tnp_1_2|PF13022.5(573-663);Kazal_1|PF00050.20(455-518);Kazal_1|PF00050.20(8-71);Kazal_2|PF07648.14(21-71);Kazal_2|PF07648.14(468-518);NIBRIN_BRCT_II|PF16508.4(130-215);protein
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Aminotran_5|PF00266.18(234-496);Aminotran_5|PF00266.18(43-175);MOSC_N|PF03476.15(753-879);
## 99                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           ACCA|PF03255.13(2-56);ACCA|PF03255.13(47-153);AKNA|PF12443.7(2-46);AKNA|PF12443.7(46-95);AKNA|PF12443.7(78-128);CLZ|PF16526.4(11-58);channels
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     LMF1|PF06762.13(198-407);LMF1|PF06762.13(384-577);LMF1|PF06762.13(50-185);Tail_VII|PF17091.4(144-170);Tail_VII|PF17091.4(167-192);
## 102                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        DUF4371|PF14291.5(13-218);DUF5433|PF17498.1(180-222);PRP38|PF03371.14(155-218);
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  MAM|PF00629.22(6-51);
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Ribosomal_L38e|PF01781.17(45-69);Ribosomal_L38e|PF01781.17(7-37);Ribosomal_L38e|PF01781.17(85-113);SWIM|PF04434.16(76-113);
## 105                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          DUF1943|PF09172.10(137-259);Vitellogenin_N|PF01347.21(1-102);
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        BetaGal_dom4_5|PF13364.5(21-104);DUF2661|PF10860.7(25-124);DUF2661|PF10860.7(355-435);DUF2661|PF10860.7(432-452);Glyco_hydro_2_C|PF02836.16(261-562);Glyco_hydro_2_N|PF02837.17(9-151);Glyco_hydro_2|PF00703.20(153-259);Glyco_hydro_42|PF02449.14(348-399);Glyco_hydro_42|PF02449.14(386-474);
## 107                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            PHD|PF00628.28(527-574);PHD|PF00628.28(676-690);SNF2_N|PF00176.22(393-848);
## 109                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                DUF1986|PF09342.10(102-222);ShK|PF01549.23(19-57);ShK|PF01549.23(243-269);Trypsin_2|PF13365.5(117-285);Trypsin_2|PF13365.5(45-99);Trypsin|PF00089.25(13-76);Trypsin|PF00089.25(91-314);
## 110                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Histone|PF00125.23(16-87);Histone|PF00125.23(91-126);
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                LacAB_rpiB|PF02502.17(232-342);LacAB_rpiB|PF02502.17(65-103);zf-C2H2_11|PF16622.4(136-153);zf-C2H2_11|PF16622.4(206-232);zf-C2H2_11|PF16622.4(55-83);zf-C2H2_11|PF16622.4(618-641);zf-C2H2_11|PF16622.4(93-102);zf-C2H2_2|PF12756.6(156-260);zf-C2H2_2|PF12756.6(3-88);zf-C2H2_2|PF12756.6(573-671);zf-C2H2_2|PF12756.6(80-124);zf-C2H2_4|PF13894.5(134-152);zf-C2H2_4|PF13894.5(156-179);zf-C2H2_4|PF13894.5(182-204);zf-C2H2_4|PF13894.5(209-232);zf-C2H2_4|PF13894.5(28-38);zf-C2H2_4|PF13894.5(59-82);zf-C2H2_4|PF13894.5(621-644);zf-C2H2_4|PF13894.5(93-118);zf-C2H2|PF00096.25(123-152);zf-C2H2|PF00096.25(157-179);zf-C2H2|PF00096.25(182-204);zf-C2H2|PF00096.25(209-232);zf-C2H2|PF00096.25(28-56);zf-C2H2|PF00096.25(3-26);zf-C2H2|PF00096.25(60-82);zf-C2H2|PF00096.25(621-642);zf-C2H2|PF00096.25(852-864);zf-C2H2|PF00096.25(94-118);zf-H2C2_2|PF13465.5(109-131);zf-H2C2_2|PF13465.5(143-167);zf-H2C2_2|PF13465.5(169-193);zf-H2C2_2|PF13465.5(201-220);zf-H2C2_2|PF13465.5(47-70);zf-H2C2_2|PF13465.5(606-632);zf-H2C2_2|PF13465.5(73-103);zf-H2C2_5|PF13909.5(142-153);zf-H2C2_5|PF13909.5(209-217);zf-H2C2_5|PF13909.5(41-56);zf-H2C2_5|PF13909.5(67-84);zf-H2C2_5|PF13909.5(93-118);
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         ALS2CR8|PF15299.5(49-103);gene
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Ank_2|PF12796.6(3-66);Ank_2|PF12796.6(64-117);Ank_3|PF13606.5(35-64);Ank_3|PF13606.5(6-31);Ank_3|PF13606.5(69-98);Ank_4|PF13637.5(3-56);Ank_4|PF13637.5(48-86);Ank_4|PF13637.5(70-112);Ank_5|PF13857.5(23-77);Ank_5|PF13857.5(3-43);Ank_5|PF13857.5(69-110);Ank|PF00023.29(119-137);Ank|PF00023.29(35-67);Ank|PF00023.29(6-34);Ank|PF00023.29(70-101);
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   AAA_32|PF13654.5(3-136);ALMT|PF11744.7(2-142);APG6|PF04111.11(1-131);DUF5401|PF17380.1(14-140);FIN1|PF17300.1(17-123);FumaraseC_C|PF10415.8(47-79);GAS|PF13851.5(31-136);IncA|PF04156.13(7-132);Leucyl-specific|PF14795.5(31-51);Leucyl-specific|PF14795.5(46-82);Leucyl-specific|PF14795.5(87-125);TMPIT|PF07851.12(25-147);TolA_bind_tri|PF16331.4(41-77);TolA_bind_tri|PF16331.4(83-136);TSNAXIP1_N|PF15739.4(1-64);TSNAXIP1_N|PF15739.4(67-132);
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Phospholip_A2_3|PF09056.10(20-129);PLA2G12|PF06951.10(24-150);
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       DUF4371|PF14291.5(149-364);DUF4371|PF14291.5(79-111);DUF659|PF04937.14(253-407);
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              7tm_1|PF00001.20(38-359);
## 120                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ArfGap|PF01412.17(9-89);
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  DUF3593|PF12159.7(116-169);DUF3593|PF12159.7(25-74);DUF3593|PF12159.7(338-409);Na_Ca_ex|PF01699.23(278-359);Na_Ca_ex|PF01699.23(366-415);Na_Ca_ex|PF01699.23(44-168);
## 122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      TSP_1|PF00090.18(133-185);TSP_1|PF00090.18(192-242);TSP_1|PF00090.18(249-303);TSP_1|PF00090.18(310-360);TSP_1|PF00090.18(85-114);
## 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     DUF4162|PF13732.5(4-83);DUF4162|PF13732.5(84-156);
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        DUF2809|PF10990.7(154-217);DUF2809|PF10990.7(68-108);DUF2809|PF10990.7(91-141);
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       DUF4688|PF15752.4(313-433);MULE|PF10551.8(821-845);PARM|PF17061.4(364-545);Peptidase_C48|PF02902.18(203-333);Peptidase_C48|PF02902.18(456-533);zf-C2H2_6|PF13912.5(224-233);zf-C2H2_6|PF13912.5(527-553);zf-C2H2_6|PF13912.5(575-590);zf-H2C2_2|PF13465.5(517-539);zf-H2C2_2|PF13465.5(543-576);
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Astacin|PF01400.23(170-197);Astacin|PF01400.23(74-156);DUF4953|PF16313.4(168-195);Maf_N|PF08383.10(175-201);Peptidase_M10|PF00413.23(75-226);Peptidase_M57|PF12388.7(67-202);Peptidase_M66|PF10462.8(167-214);PG_binding_1|PF01471.17(1-45);Reprolysin_3|PF13582.5(132-194);Reprolysin_3|PF13582.5(75-123);Reprolysin_4|PF13583.5(160-210);Reprolysin_5|PF13688.5(145-206);Reprolysin_5|PF13688.5(77-135);
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Astacin|PF01400.23(280-489);Collagen|PF01391.17(205-241);DNA_pol_phi|PF04931.12(205-286);Nop14|PF04147.11(143-306);
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          fn3|PF00041.20(185-268);I-set|PF07679.15(202-268);I-set|PF07679.15(91-180);Ig_3|PF13927.5(91-167);ig|PF00047.24(96-178);Receptor_2B4|PF11465.7(102-181);Receptor_2B4|PF11465.7(6-53);Tissue_fac|PF01108.16(172-267);V-set|PF07686.16(83-181);
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      0
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                YojJ|PF10372.8(227-256);YojJ|PF10372.8(277-338);YojJ|PF10372.8(93-135);
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   ANAPC4_WD40|PF12894.6(191-260);ANAPC4_WD40|PF12894.6(277-329);ANAPC4_WD40|PF12894.6(4-110);ANAPC4_WD40|PF12894.6(407-451);ANAPC4_WD40|PF12894.6(86-129);Frtz|PF11768.7(2-84);protein
## 132                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3Beta_HSD|PF01073.18(33-266);Epimerase|PF01370.20(32-270);GDP_Man_Dehyd|PF16363.4(33-310);NAD_binding_4|PF07993.11(100-237);NAD_binding_4|PF07993.11(34-96);RmlD_sub_bind|PF04321.16(30-208);
## 133                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      0
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Kazal_1|PF00050.20(15-71);Kazal_2|PF07648.14(23-71);VWA_2|PF13519.5(193-247);VWA_2|PF13519.5(88-194);VWA_CoxE|PF05762.13(129-246);VWA|PF00092.27(82-253);
## 135                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               tRNA_int_endo_N|PF02778.13(135-193);tRNA_int_endo_N|PF02778.13(45-90);tRNA_int_endo|PF01974.16(203-255);
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        DUF1986|PF09342.10(2-112);Trypsin_2|PF13365.5(8-176);Trypsin|PF00089.25(1-205);
## 138                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           C1_1|PF00130.21(20-71);C1_2|PF03107.15(17-61);CRISPR_Cas6|PF10040.8(94-158);DZR|PF12773.6(20-70);FYVE_2|PF02318.15(8-84);PH_11|PF15413.5(104-158);PH_11|PF15413.5(21-100);PH_8|PF15409.5(107-158);PH|PF00169.28(102-161);PHD|PF00628.28(32-76);Prok-RING_1|PF14446.5(27-79);
## 139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      0
## 140                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       DZR|PF12773.6(191-262);F-box-like|PF12937.6(82-101);F-box-like|PF12937.6(95-131);F-box|PF00646.32(65-132);IBR|PF01485.20(108-152);IBR|PF01485.20(186-245);IBR|PF01485.20(3-19);TF_Zn_Ribbon|PF08271.11(203-229);zf-RING_4|PF14570.5(205-251);zinc_ribbon_2|PF13240.5(194-211);zinc_ribbon_2|PF13240.5(212-228);zinc_ribbon_2|PF13240.5(229-247);
## 141                                                                                                                                                                                                                                                                                                                                               ABC_tran_CTD|PF16326.4(133-159);ABC_tran_CTD|PF16326.4(184-249);ABC_tran_CTD|PF16326.4(326-339);APG6|PF04111.11(143-260);DUF1068|PF06364.11(118-253);Egg_lysin|PF01303.16(143-248);Egg_lysin|PF01303.16(273-352);HIP1_clath_bdg|PF16515.4(171-245);IBR|PF01485.20(114-180);IBR|PF01485.20(38-106);IBR|PF01485.20(93-124);Med2|PF11214.7(176-255);Prok-RING_4|PF14447.5(67-116);Sina|PF03145.15(116-213);Thioredoxin_2|PF13098.5(157-276);Thioredoxin_2|PF13098.5(99-161);THOC7|PF05615.12(121-253);U-box|PF04564.14(138-192);U-box|PF04564.14(61-133);zf-ANAPC11|PF12861.6(130-173);zf-ANAPC11|PF12861.6(307-348);zf-ANAPC11|PF12861.6(56-114);zf-C3HC4_2|PF13923.5(66-106);zf-C3HC4_3|PF13920.5(149-183);zf-C3HC4_3|PF13920.5(63-113);zf-C3HC4_4|PF15227.5(67-106);zf-C3HC4|PF00097.24(148-182);zf-C3HC4|PF00097.24(67-106);zf-rbx1|PF12678.6(160-182);zf-rbx1|PF12678.6(316-331);zf-rbx1|PF12678.6(58-107);zf-RING_2|PF13639.5(128-182);zf-RING_2|PF13639.5(310-331);zf-RING_2|PF13639.5(65-107);zf-RING_5|PF14634.5(128-167);zf-RING_5|PF14634.5(161-182);zf-RING_5|PF14634.5(66-108);zf-RING_UBOX|PF13445.5(162-182);zf-RING_UBOX|PF13445.5(67-134);zf-TRAF_2|PF15965.4(160-187);zf-TRAF_2|PF15965.4(80-171);zf-TRAF|PF02176.17(121-151);zf-TRAF|PF02176.17(151-194);Zn_ribbon_17|PF17120.4(295-333);Zn_ribbon_17|PF17120.4(61-108);
## 144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 AAA_19|PF13245.5(1244-1386);AAA_30|PF13604.5(1231-1448);AAA_30|PF13604.5(170-282);Helitron_like_N|PF14214.5(152-300);Helitron_like_N|PF14214.5(605-786);Helitron_like_N|PF14214.5(940-996);PIF1|PF05970.13(1231-1525);
## 145 C2-set_2|PF08205.11(134-207);C2-set_2|PF08205.11(350-401);C2-set_2|PF08205.11(437-493);C2-set_2|PF08205.11(45-78);C2-set_2|PF08205.11(554-589);C2-set_2|PF08205.11(735-770);CAP_C|PF08603.10(60-111);CAP_C|PF08603.10(679-722);CAP_C|PF08603.10(742-836);DUF4198|PF10670.8(126-173);DUF4198|PF10670.8(337-406);DUF4198|PF10670.8(438-506);I-set|PF07679.15(125-214);I-set|PF07679.15(238-327);I-set|PF07679.15(24-113);I-set|PF07679.15(334-423);I-set|PF07679.15(430-519);I-set|PF07679.15(526-615);I-set|PF07679.15(619-700);I-set|PF07679.15(712-801);Ig_2|PF13895.5(130-214);Ig_2|PF13895.5(238-325);Ig_2|PF13895.5(28-113);Ig_2|PF13895.5(333-422);Ig_2|PF13895.5(443-519);Ig_2|PF13895.5(535-615);Ig_2|PF13895.5(728-803);Ig_3|PF13927.5(124-201);Ig_3|PF13927.5(23-100);Ig_3|PF13927.5(237-318);Ig_3|PF13927.5(333-410);Ig_3|PF13927.5(430-506);Ig_3|PF13927.5(525-602);Ig_3|PF13927.5(612-690);Ig_3|PF13927.5(711-788);ig|PF00047.24(129-212);ig|PF00047.24(29-110);ig|PF00047.24(338-421);ig|PF00047.24(438-517);ig|PF00047.24(530-612);ig|PF00047.24(636-685);ig|PF00047.24(716-794);Izumo-Ig|PF16706.4(166-219);Izumo-Ig|PF16706.4(360-422);Izumo-Ig|PF16706.4(459-526);Izumo-Ig|PF16706.4(533-618);Izumo-Ig|PF16706.4(64-101);Izumo-Ig|PF16706.4(655-698);Izumo-Ig|PF16706.4(767-798);Receptor_2B4|PF11465.7(168-217);Receptor_2B4|PF11465.7(453-521);Receptor_2B4|PF11465.7(48-109);Receptor_2B4|PF11465.7(531-614);Receptor_2B4|PF11465.7(652-699);Receptor_2B4|PF11465.7(732-801);V-set|PF07686.16(129-215);V-set|PF07686.16(31-114);V-set|PF07686.16(338-408);V-set|PF07686.16(436-520);V-set|PF07686.16(536-616);V-set|PF07686.16(626-701);V-set|PF07686.16(736-802);
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Gene_ontology_.GO.
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  collagen_trimer_[GO:0005581];extracellular_region_[GO:0005576];proteinaceous_extracellular_matrix_[GO:0005578];cell_adhesion_[GO:0007155]
## 2   apical_part_of_cell_[GO:0045177];apical_plasma_membrane_[GO:0016324];basal_part_of_cell_[GO:0045178];brush_border_[GO:0005903];brush_border_membrane_[GO:0031526];cell_surface_[GO:0009986];cytoplasm_[GO:0005737];cytoplasmic_vesicle_[GO:0031410];early_endosome_[GO:0005769];endomembrane_system_[GO:0012505];endosome_[GO:0005768];extracellular_vesicle_[GO:1903561];integral_component_of_membrane_[GO:0016021];integral_component_of_plasma_membrane_[GO:0005887];late_endosome_[GO:0005770];late_endosome_membrane_[GO:0031902];lysosomal_membrane_[GO:0005765];lysosome_[GO:0005764];membrane_[GO:0016020];mitochondrial_outer_membrane_[GO:0005741];nucleus_[GO:0005634];paraferritin_complex_[GO:0070826];perinuclear_region_of_cytoplasm_[GO:0048471];plasma_membrane_[GO:0005886];recycling_endosome_[GO:0055037];trans-Golgi_network_[GO:0005802];vacuole_[GO:0005773];cadmium_ion_binding_[GO:0046870];cadmium_ion_transmembrane_transporter_activity_[GO:0015086];cobalt_ion_binding_[GO:0050897];cobalt_ion_transmembrane_transporter_activity_[GO:0015087];copper_ion_binding_[GO:0005507];copper_ion_transmembrane_transporter_activity_[GO:0005375];ferrous_iron_transmembrane_transporter_activity_[GO:0015093];hydrogen_ion_transmembrane_transporter_activity_[GO:0015078];inorganic_cation_transmembrane_transporter_activity_[GO:0022890];iron_ion_binding_[GO:0005506];iron_ion_transmembrane_transporter_activity_[GO:0005381];lead_ion_transmembrane_transporter_activity_[GO:0015094];manganese_ion_binding_[GO:0030145];manganese_ion_transmembrane_transporter_activity_[GO:0005384];nickel_cation_binding_[GO:0016151];nickel_cation_transmembrane_transporter_activity_[GO:0015099];solute:proton_symporter_activity_[GO:0015295];transition_metal_ion_transmembrane_transporter_activity_[GO:0046915];vanadium_ion_transmembrane_transporter_activity_[GO:0015100];zinc_ion_binding_[GO:0008270];zinc_ion_transmembrane_transporter_activity_[GO:0005385];activation_of_cysteine-type_endopeptidase_activity_involved_in_apoptotic_process_[GO:0006919];cadmium_ion_transmembrane_transport_[GO:0070574];cellular_copper_ion_homeostasis_[GO:0006878];cellular_response_to_hypoxia_[GO:0071456];cellular_response_to_iron_ion_[GO:0071281];cellular_response_to_oxidative_stress_[GO:0034599];cellular_response_to_tumor_necrosis_factor_[GO:0071356];cobalt_ion_transport_[GO:0006824];copper_ion_import_across_plasma_membrane_[GO:0098705];copper_ion_transport_[GO:0006825];dendrite_morphogenesis_[GO:0048813];detection_of_oxygen_[GO:0003032];erythrocyte_development_[GO:0048821];ferrous_iron_import_[GO:0070627];ferrous_iron_transport_[GO:0015684];heme_biosynthetic_process_[GO:0006783];iron_ion_transport_[GO:0006826];lead_ion_transport_[GO:0015692];learning_or_memory_[GO:0007611];manganese_ion_transport_[GO:0006828];multicellular_organismal_iron_ion_homeostasis_[GO:0060586];nickel_cation_transport_[GO:0015675];porphyrin-containing_compound_biosynthetic_process_[GO:0006779];porphyrin-containing_compound_metabolic_process_[GO:0006778];proton_transport_[GO:0015992];response_to_cadmium_ion_[GO:0046686];response_to_hypoxia_[GO:0001666];response_to_iron_ion_[GO:0010039];response_to_lead_ion_[GO:0010288];response_to_manganese_ion_[GO:0010042];transition_metal_ion_transport_[GO:0000041];vanadium_ion_transport_[GO:0015676]
## 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 extracellular_region_[GO:0005576];phospholipase_A2_activity_[GO:0004623];phospholipase_A2_activity_(consuming_1,2-dipalmitoylphosphatidylcholine)_[GO:0102567];phospholipase_A2_activity_consuming_1,2-dioleoylphosphatidylethanolamine)_[GO:0102568];toxin_activity_[GO:0090729];arachidonic_acid_secretion_[GO:0050482];lipid_catabolic_process_[GO:0016042];phospholipid_metabolic_process_[GO:0006644]
## 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             cell-cell_contact_zone_[GO:0044291];Golgi_apparatus_[GO:0005794];integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];transport_vesicle_[GO:0030133];fibroblast_growth_factor_binding_[GO:0017134];fibroblast_growth_factor-activated_receptor_activity_[GO:0005007];heparin_binding_[GO:0008201];cell-cell_adhesion_via_plasma-membrane_adhesion_molecules_[GO:0098742];diaphragm_development_[GO:0060539];fibroblast_growth_factor_receptor_signaling_pathway_[GO:0008543];heart_valve_morphogenesis_[GO:0003179];negative_regulation_of_cell_proliferation_[GO:0008285];protein_homooligomerization_[GO:0051260];skeletal_system_development_[GO:0001501];ventricular_septum_morphogenesis_[GO:0060412]
## 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 cell_cortex_[GO:0005938];cytoplasm_[GO:0005737];cytosol_[GO:0005829];germinal_vesicle_[GO:0042585];mitochondrion_[GO:0005739];nucleolus_[GO:0005730];perinuclear_region_of_cytoplasm_[GO:0048471];ATP_binding_[GO:0005524]
## 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                COPII_vesicle_coat_[GO:0030127];COPII-coated_ER_to_Golgi_transport_vesicle_[GO:0030134];endoplasmic_reticulum_membrane_[GO:0005789];protein_transport_[GO:0015031];vesicle-mediated_transport_[GO:0016192]
## 12                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   condensed_chromosome_kinetochore_[GO:0000777];cytoplasm_[GO:0005737];cytosol_[GO:0005829];Golgi_apparatus_[GO:0005794];kinetochore_[GO:0000776];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];plasma_membrane_[GO:0005886];protein_complex_[GO:0043234];protein_kinase_activity_[GO:0004672];bone_remodeling_[GO:0046849];cell_cycle_[GO:0007049];epidermal_growth_factor_receptor_signaling_pathway_via_I-kappaB_kinase/NF-kappaB_cascade_[GO:0038168];homeostasis_of_number_of_cells_[GO:0048872];negative_regulation_of_NIK/NF-kappaB_signaling_[GO:1901223];negative_regulation_of_peptidyl-serine_phosphorylation_[GO:0033137];ossification_[GO:0001503];positive_regulation_of_apoptotic_process_[GO:0043065];positive_regulation_of_JNK_cascade_[GO:0046330];positive_regulation_of_protein_autophosphorylation_[GO:0031954];positive_regulation_of_protein_kinase_activity_[GO:0045860];protein_stabilization_[GO:0050821];regulation_of_osteoblast_differentiation_[GO:0045667];regulation_of_osteoclast_differentiation_[GO:0045670];skeletal_system_development_[GO:0001501]
## 15                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       collagen_trimer_[GO:0005581];extracellular_matrix_[GO:0031012];extracellular_region_[GO:0005576];proteinaceous_extracellular_matrix_[GO:0005578];cell_adhesion_[GO:0007155];collagen_catabolic_process_[GO:0030574]
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     basement_membrane_[GO:0005604];cell_cortex_[GO:0005938];cell_junction_[GO:0030054];cleavage_furrow_[GO:0032154];extracellular_region_[GO:0005576];calcium_ion_binding_[GO:0005509];cell_cycle_[GO:0007049];cell_division_[GO:0051301]
## 18                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                voltage-gated_potassium_channel_complex_[GO:0008076];voltage-gated_potassium_channel_activity_[GO:0005249]
## 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              cytoplasm_[GO:0005737];manchette_[GO:0002177];motile_cilium_[GO:0031514];sperm_flagellum_[GO:0036126];calmodulin_binding_[GO:0005516];sperm_axoneme_assembly_[GO:0007288];spermatid_development_[GO:0007286]
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 cytoplasm_[GO:0005737];oxidoreductase_activity,_acting_on_a_sulfur_group_of_donors,_disulfide_as_acceptor_[GO:0016671];protein_disulfide_oxidoreductase_activity_[GO:0015035];protein-disulfide_reductase_activity_[GO:0047134];thioredoxin-disulfide_reductase_activity_[GO:0004791];cell_differentiation_[GO:0030154];cell_redox_homeostasis_[GO:0045454];cellular_response_to_oxidative_stress_[GO:0034599];glycerol_ether_metabolic_process_[GO:0006662];multicellular_organism_development_[GO:0007275];spermatogenesis_[GO:0007283]
## 22                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            nucleus_[GO:0005634];DNA_binding_[GO:0003677];DNA_binding_transcription_factor_activity_[GO:0003700];transcription,_DNA-templated_[GO:0006351]
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      endomembrane_system_[GO:0012505];intracellular_[GO:0005622];GTPase_activator_activity_[GO:0005096];Rab_GTPase_binding_[GO:0017137];activation_of_GTPase_activity_[GO:0090630];intracellular_protein_transport_[GO:0006886];regulation_of_vesicle_fusion_[GO:0031338]
## 26                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      actin_cortical_patch_[GO:0030479];actin_filament_[GO:0005884];actin_filament_bundle_[GO:0032432];actomyosin_contractile_ring,_distal_actin_filament_layer_[GO:0120106];actomyosin_contractile_ring,_intermediate_layer_[GO:0120105];actomyosin_contractile_ring,_proximal_layer_[GO:0120104];cellular_bud_neck_contractile_ring_[GO:0000142];cytosol_[GO:0005829];Ino80_complex_[GO:0031011];mating_projection_tip_[GO:0043332];NuA4_histone_acetyltransferase_complex_[GO:0035267];perinuclear_region_of_cytoplasm_[GO:0048471];prospore_membrane_[GO:0005628];Swr1_complex_[GO:0000812];ATP_binding_[GO:0005524];histone_acetyltransferase_activity_[GO:0004402];identical_protein_binding_[GO:0042802];structural_constituent_of_cytoskeleton_[GO:0005200];actomyosin_contractile_ring_contraction_[GO:0000916];ascospore_wall_assembly_[GO:0030476];cellular_response_to_oxidative_stress_[GO:0034599];chronological_cell_aging_[GO:0001300];DNA_repair_[GO:0006281];endocytosis_[GO:0006897];establishment_of_cell_polarity_[GO:0030010];establishment_or_maintenance_of_cell_polarity_regulating_cell_shape_[GO:0071963];histone_exchange_[GO:0043486];mitotic_actomyosin_contractile_ring_assembly_[GO:1903475];protein_secretion_[GO:0009306];regulation_of_nucleosome_density_[GO:0060303];vacuole_inheritance_[GO:0000011]
## 28                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           extracellular_region_[GO:0005576];calcium_ion_binding_[GO:0005509];metalloendopeptidase_activity_[GO:0004222];zinc_ion_binding_[GO:0008270];cell_differentiation_[GO:0030154];multicellular_organism_development_[GO:0007275];negative_regulation_of_skeletal_muscle_tissue_growth_[GO:0048632]
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           nucleus_[GO:0005634];DNA_binding_[GO:0003677];regulation_of_transcription,_DNA-templated_[GO:0006355];transcription,_DNA-templated_[GO:0006351]
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              integral_component_of_membrane_[GO:0016021];mitochondrial_outer_membrane_[GO:0005741];mitochondrion_[GO:0005739];mitochondrial_membrane_fission_[GO:0090149]
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   endosome_[GO:0005768];Golgi_apparatus_[GO:0005794];integral_component_of_membrane_[GO:0016021];trans-Golgi_network_[GO:0005802];metal_ion_binding_[GO:0046872];oxidation-reduction_process_[GO:0055114]
## 35                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                extracellular_matrix_[GO:0031012];metalloendopeptidase_activity_[GO:0004222];zinc_ion_binding_[GO:0008270]
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    commitment_complex_[GO:0000243];U1_snRNP_[GO:0005685];U2-type_prespliceosome_[GO:0071004];mRNA_5'-splice_site_recognition_[GO:0000395]
## 38                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                extracellular_region_[GO:0005576];metalloendopeptidase_activity_[GO:0004222];zinc_ion_binding_[GO:0008270]
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          extracellular_region_[GO:0005576];metal_ion_binding_[GO:0046872];serine-type_endopeptidase_activity_[GO:0004252]
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         integral_component_of_plasma_membrane_[GO:0005887];neuron_projection_[GO:0043005];nucleus_[GO:0005634];plasma_membrane_[GO:0005886];calmodulin_binding_[GO:0005516];coreceptor_activity_[GO:0015026];nerve_growth_factor_binding_[GO:0048406];neurotrophin_binding_[GO:0043121];tumor_necrosis_factor-activated_receptor_activity_[GO:0005031];ubiquitin_protein_ligase_binding_[GO:0031625];activation_of_cysteine-type_endopeptidase_activity_involved_in_apoptotic_process_[GO:0006919];apoptotic_signaling_pathway_[GO:0097190];axon_guidance_[GO:0007411];cellular_response_to_amyloid-beta_[GO:1904646];circadian_regulation_of_gene_expression_[GO:0032922];immune_response_[GO:0006955];inflammatory_response_[GO:0006954];negative_regulation_of_blood_vessel_endothelial_cell_proliferation_involved_in_sprouting_angiogenesis_[GO:1903588];negative_regulation_of_neuron_projection_development_[GO:0010977];neuron_apoptotic_process_[GO:0051402];positive_regulation_of_pri-miRNA_transcription_from_RNA_polymerase_II_promoter_[GO:1902895];positive_regulation_of_protein_localization_to_nucleus_[GO:1900182];regulation_of_apoptotic_process_[GO:0042981];regulation_of_cell_proliferation_[GO:0042127];response_to_lipopolysaccharide_[GO:0032496];Rho_protein_signal_transduction_[GO:0007266]
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            cytosol_[GO:0005829];extracellular_space_[GO:0005615];intercalated_disc_[GO:0014704];M_band_[GO:0031430];nuclear_body_[GO:0016604];plasma_membrane_[GO:0005886];sarcolemma_[GO:0042383];striated_muscle_myosin_thick_filament_[GO:0005863];Z_disc_[GO:0030018];ankyrin_binding_[GO:0030506];ATP_binding_[GO:0005524];cadherin_binding_[GO:0045296];calmodulin_binding_[GO:0005516];metal_ion_binding_[GO:0046872];protein_kinase_activity_[GO:0004672];protein_serine/threonine_kinase_activity_[GO:0004674];Rho_guanyl-nucleotide_exchange_factor_activity_[GO:0005089];titin_binding_[GO:0031432];cell_differentiation_[GO:0030154];multicellular_organism_development_[GO:0007275];protein_autophosphorylation_[GO:0046777];protein_phosphorylation_[GO:0006468];regulation_of_Rho_protein_signal_transduction_[GO:0035023]
## 43                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          cell_projection_[GO:0042995];cytoskeleton_[GO:0005856];cytosol_[GO:0005829];focal_adhesion_[GO:0005925];GTPase_activator_activity_[GO:0005096];angiogenesis_[GO:0001525];cell_differentiation_[GO:0030154];regulation_of_small_GTPase_mediated_signal_transduction_[GO:0051056];signal_transduction_[GO:0007165]
## 45                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          cytoplasm_[GO:0005737];extracellular_region_[GO:0005576];extracellular_space_[GO:0005615];plasma_membrane_[GO:0005886];protein_complex_[GO:0043234];proteinaceous_extracellular_matrix_[GO:0005578];frizzled_binding_[GO:0005109];growth_factor_binding_[GO:0019838];GTPase_activator_activity_[GO:0005096];protein_homodimerization_activity_[GO:0042803];protein_kinase_activator_activity_[GO:0030295];transcription_regulatory_region_DNA_binding_[GO:0044212];Wnt-protein_binding_[GO:0017147];canonical_Wnt_signaling_pathway_[GO:0060070];cell_migration_involved_in_gastrulation_[GO:0042074];convergent_extension_involved_in_gastrulation_[GO:0060027];dorsal/ventral_axis_specification_[GO:0009950];endocytosis_[GO:0006897];heart_development_[GO:0007507];heart_formation_[GO:0060914];negative_regulation_of_apoptotic_process_[GO:0043066];negative_regulation_of_canonical_Wnt_signaling_pathway_[GO:0090090];negative_regulation_of_cell_death_[GO:0060548];negative_regulation_of_cell_growth_[GO:0030308];negative_regulation_of_cell_migration_[GO:0030336];negative_regulation_of_transcription,_DNA-templated_[GO:0045892];neural_crest_cell_migration_[GO:0001755];neuroendocrine_cell_differentiation_[GO:0061101];non-canonical_Wnt_signaling_pathway_[GO:0035567];palate_development_[GO:0060021];positive_regulation_of_cell_migration_[GO:0030335];positive_regulation_of_gene_expression_[GO:0010628];positive_regulation_of_GTPase_activity_[GO:0043547];positive_regulation_of_JNK_cascade_[GO:0046330];positive_regulation_of_protein_kinase_C_signaling_[GO:0090037];positive_regulation_of_stress_fiber_assembly_[GO:0051496];positive_regulation_of_transcription,_DNA-templated_[GO:0045893];pronephros_development_[GO:0048793];protein_localization_to_cell_surface_[GO:0034394];protein_phosphorylation_[GO:0006468];Wnt_signaling_pathway_[GO:0016055];Wnt_signaling_pathway,_planar_cell_polarity_pathway_[GO:0060071]
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             nucleus_[GO:0005634];DNA_binding_transcription_factor_activity_[GO:0003700];sequence-specific_DNA_binding_[GO:0043565];steroid_hormone_receptor_activity_[GO:0003707];zinc_ion_binding_[GO:0008270];transcription,_DNA-templated_[GO:0006351]
## 49                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               intracellular_[GO:0005622];perinuclear_region_of_cytoplasm_[GO:0048471];ATP_binding_[GO:0005524];protein_serine/threonine_kinase_activity_[GO:0004674];intracellular_signal_transduction_[GO:0035556];peptidyl-serine_phosphorylation_[GO:0018105];peptidyl-threonine_phosphorylation_[GO:0018107];protein_autophosphorylation_[GO:0046777]
## 51                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   extracellular_region_[GO:0005576];membrane_[GO:0016020]
## 52                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              catalytic_step_2_spliceosome_[GO:0071013];chromosome,_telomeric_region_[GO:0000781];cytoplasm_[GO:0005737];intracellular_ribonucleoprotein_complex_[GO:0030529];nuclear_matrix_[GO:0016363];precatalytic_spliceosome_[GO:0071011];telomerase_holoenzyme_complex_[GO:0005697];U5_snRNP_[GO:0005682];ATP_binding_[GO:0005524];enzyme_binding_[GO:0019899];p53_binding_[GO:0002039];RNA_binding_[GO:0003723];telomerase_activity_[GO:0003720];telomerase_RNA_binding_[GO:0070034];RNA_splicing_[GO:0008380];telomere_maintenance_via_recombination_[GO:0000722]
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   extracellular_region_[GO:0005576];membrane_[GO:0016020]
## 56                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               integral_component_of_membrane_[GO:0016021]
## 57                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    cytoplasm_[GO:0005737];ATP_binding_[GO:0005524];cellular_response_to_cytokine_stimulus_[GO:0071345];dendritic_cell_migration_[GO:0036336];negative_regulation_of_cytokine_secretion_[GO:0050710];negative_regulation_of_ERK1_and_ERK2_cascade_[GO:0070373];negative_regulation_of_I-kappaB_kinase/NF-kappaB_signaling_[GO:0043124];negative_regulation_of_inflammatory_response_[GO:0050728];negative_regulation_of_interleukin-1_secretion_[GO:0050711];negative_regulation_of_interleukin-6_biosynthetic_process_[GO:0045409];negative_regulation_of_NF-kappaB_transcription_factor_activity_[GO:0032088];negative_regulation_of_NIK/NF-kappaB_signaling_[GO:1901223];negative_regulation_of_protein_autophosphorylation_[GO:0031953];negative_regulation_of_signal_transduction_[GO:0009968];negative_regulation_of_Toll_signaling_pathway_[GO:0045751];positive_regulation_of_MHC_class_I_biosynthetic_process_[GO:0045345];regulation_of_cysteine-type_endopeptidase_activity_involved_in_apoptotic_process_[GO:0043281];regulation_of_I-kappaB_kinase/NF-kappaB_signaling_[GO:0043122];release_of_cytoplasmic_sequestered_NF-kappaB_[GO:0008588]
## 58                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            centriolar_subdistal_appendage_[GO:0120103];centriole_[GO:0005814];spindle_pole_[GO:0000922];protein_localization_[GO:0008104]
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        integral_component_of_membrane_[GO:0016021];mitochondrial_inner_membrane_[GO:0005743];mitochondrion_[GO:0005739];apoptotic_process_[GO:0006915];mitochondrial_fission_[GO:0000266]
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               integral_component_of_membrane_[GO:0016021];kidney_development_[GO:0001822]
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          cell_surface_[GO:0009986];cytoplasm_[GO:0005737];extracellular_region_[GO:0005576];integral_component_of_membrane_[GO:0016021];membrane_[GO:0016020];periciliary_membrane_compartment_[GO:1990075];perinuclear_region_of_cytoplasm_[GO:0048471];photoreceptor_connecting_cilium_[GO:0032391];plasma_membrane_[GO:0005886];receptor_complex_[GO:0043235];stereocilia_ankle_link_[GO:0002141];stereocilia_ankle_link_complex_[GO:0002142];USH2_complex_[GO:1990696];calcium_ion_binding_[GO:0005509];G-protein_coupled_receptor_activity_[GO:0004930];myosin_binding_[GO:0017022];cell_surface_receptor_signaling_pathway_[GO:0007166];cell-cell_adhesion_[GO:0098609];cellular_response_to_calcium_ion_[GO:0071277];detection_of_mechanical_stimulus_involved_in_sensory_perception_of_sound_[GO:0050910];establishment_of_protein_localization_[GO:0045184];inner_ear_development_[GO:0048839];inner_ear_receptor_cell_stereocilium_organization_[GO:0060122];maintenance_of_animal_organ_identity_[GO:0048496];nervous_system_development_[GO:0007399];nervous_system_process_[GO:0050877];photoreceptor_cell_maintenance_[GO:0045494];positive_regulation_of_protein_kinase_A_signaling_[GO:0010739];sensory_perception_of_light_stimulus_[GO:0050953];sensory_perception_of_sound_[GO:0007605];visual_perception_[GO:0007601]
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      cytoplasm_[GO:0005737];cytosol_[GO:0005829];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];DNA_binding_[GO:0003677];DNA_binding_transcription_factor_activity_[GO:0003700];RNA_polymerase_II_transcription_factor_activity,_sequence-specific_DNA_binding_[GO:0000981];transcription_factor_activity,_RNA_polymerase_II_distal_enhancer_sequence-specific_binding_[GO:0003705];multicellular_organism_development_[GO:0007275];regulation_of_transcription,_DNA-templated_[GO:0006355];transcription_from_RNA_polymerase_II_promoter_[GO:0006366];transition_between_slow_and_fast_fiber_[GO:0014886]
## 66                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     mitochondrion_[GO:0005739];nucleus_[GO:0005634];single-stranded_DNA_binding_[GO:0003697];double-strand_break_repair_via_homologous_recombination_[GO:0000724];meiotic_cell_cycle_[GO:0051321];regulation_of_transcription,_DNA-templated_[GO:0006355]
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     extracellular_region_[GO:0005576];plant-type_cell_wall_[GO:0009505];positive_regulation_of_seed_germination_[GO:0010030];post-embryonic_development_[GO:0009791];regulation_of_photoperiodism,_flowering_[GO:2000028]
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   cilium_assembly_[GO:0060271];regulation_of_cilium_movement_[GO:0003352]
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     nuclear_speck_[GO:0016607];nucleolus_[GO:0005730];ATP_binding_[GO:0005524];mRNA_3'-UTR_binding_[GO:0003730];polynucleotide_adenylyltransferase_activity_[GO:0004652];RNA_binding_[GO:0003723];RNA_uridylyltransferase_activity_[GO:0050265];zinc_ion_binding_[GO:0008270];mRNA_polyadenylation_[GO:0006378];pre-mRNA_cleavage_required_for_polyadenylation_[GO:0098789];snRNA_processing_[GO:0016180]
## 70                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  nucleus_[GO:0005634];transcription_factor_complex_[GO:0005667];chromatin_binding_[GO:0003682];RNA_polymerase_II_regulatory_region_sequence-specific_DNA_binding_[GO:0000977];RNA_polymerase_II_transcription_factor_binding_[GO:0001085];transcriptional_activator_activity,_RNA_polymerase_II_transcription_regulatory_region_sequence-specific_DNA_binding_[GO:0001228];zinc_ion_binding_[GO:0008270];cardiac_muscle_tissue_regeneration_[GO:0061026];ectodermal_placode_development_[GO:0071696];ectodermal_placode_formation_[GO:0060788];embryonic_neurocranium_morphogenesis_[GO:0048702];fibroblast_growth_factor_receptor_signaling_pathway_[GO:0008543];fin_regeneration_[GO:0031101];otic_placode_formation_[GO:0043049];positive_regulation_of_cell_proliferation_[GO:0008284];positive_regulation_of_neurogenesis_[GO:0050769];positive_regulation_of_neuron_migration_[GO:2001224];positive_regulation_of_T_cell_differentiation_[GO:0045582];tissue_regeneration_[GO:0042246];ventral_spinal_cord_interneuron_differentiation_[GO:0021514]
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    axon_cytoplasm_[GO:1904115];centrosome_[GO:0005813];ciliary_tip_[GO:0097542];cilium_[GO:0005929];cytosol_[GO:0005829];extracellular_exosome_[GO:0070062];intraciliary_transport_particle_[GO:0030990];kinesin_II_complex_[GO:0016939];membrane_[GO:0016020];microtubule_[GO:0005874];microtubule_cytoskeleton_[GO:0015630];midbody_[GO:0030496];plus-end_kinesin_complex_[GO:0005873];spindle_[GO:0005819];ATP_binding_[GO:0005524];ATP-dependent_microtubule_motor_activity,_plus-end-directed_[GO:0008574];microtubule_binding_[GO:0008017];microtubule_motor_activity_[GO:0003777];Rho_GTPase_binding_[GO:0017048];anterograde_axonal_transport_[GO:0008089];antigen_processing_and_presentation_of_exogenous_peptide_antigen_via_MHC_class_II_[GO:0019886];determination_of_left/right_symmetry_[GO:0007368];intraciliary_transport_involved_in_cilium_assembly_[GO:0035735];microtubule-based_movement_[GO:0007018];mitotic_centrosome_separation_[GO:0007100];mitotic_spindle_assembly_[GO:0090307];mitotic_spindle_organization_[GO:0007052];plus-end-directed_vesicle_transport_along_microtubule_[GO:0072383];positive_regulation_of_cytokinesis_[GO:0032467];retrograde_vesicle-mediated_transport,_Golgi_to_ER_[GO:0006890]
## 75                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     cell-cell_junction_[GO:0005911];centriolar_satellite_[GO:0034451];centriole_[GO:0005814];centrosome_[GO:0005813];cytosol_[GO:0005829];centrosome_cycle_[GO:0007098];ciliary_basal_body-plasma_membrane_docking_[GO:0097711];establishment_of_cell_polarity_[GO:0030010];G2/M_transition_of_mitotic_cell_cycle_[GO:0000086];neuron_migration_[GO:0001764];regulation_of_G2/M_transition_of_mitotic_cell_cycle_[GO:0010389];tube_formation_[GO:0035148]
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];vesicle_[GO:0031982];structural_constituent_of_eye_lens_[GO:0005212];camera-type_eye_development_[GO:0043010];lens_development_in_camera-type_eye_[GO:0002088]
## 77                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         extracellular_region_[GO:0005576]
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                cytosol_[GO:0005829];lysosome_[GO:0005764];mannosyl-glycoprotein_endo-beta-N-acetylglucosaminidase_activity_[GO:0033925];protein_deglycosylation_[GO:0006517];protein_folding_[GO:0006457]
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    integral_component_of_membrane_[GO:0016021];amino_acid_transmembrane_transporter_activity_[GO:0015171];amino_acid_transmembrane_transport_[GO:0003333]
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 cytoplasm_[GO:0005737];cytoskeleton_[GO:0005856];Golgi_apparatus_[GO:0005794];microtubule_[GO:0005874];plasma_membrane_[GO:0005886];ruffle_membrane_[GO:0032587];actin_binding_[GO:0003779];actin_filament_binding_[GO:0051015];ATPase_activity_[GO:0016887];cadherin_binding_[GO:0045296];calcium_ion_binding_[GO:0005509];microtubule_minus-end_binding_[GO:0051011];RNA_binding_[GO:0003723];Golgi_to_plasma_membrane_protein_transport_[GO:0043001];positive_regulation_of_axon_extension_[GO:0045773];positive_regulation_of_Wnt_signaling_pathway_[GO:0030177];regulation_of_cell_migration_[GO:0030334];regulation_of_epithelial_cell_migration_[GO:0010632];regulation_of_focal_adhesion_assembly_[GO:0051893];regulation_of_microtubule-based_process_[GO:0032886];Wnt_signaling_pathway_[GO:0016055];wound_healing_[GO:0042060]
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Golgi_apparatus_[GO:0005794];intracellular_membrane-bounded_organelle_[GO:0043231];nucleoplasm_[GO:0005654];metal_ion_binding_[GO:0046872];RNA_polymerase_II_proximal_promoter_sequence-specific_DNA_binding_[GO:0000978];transcription_factor_binding_[GO:0008134];transcriptional_activator_activity,_RNA_polymerase_II_proximal_promoter_sequence-specific_DNA_binding_[GO:0001077];angiogenesis_[GO:0001525];cellular_response_to_leukemia_inhibitory_factor_[GO:1990830];cellular_response_to_organic_cyclic_compound_[GO:0071407];cellular_response_to_peptide_[GO:1901653];intestinal_epithelial_cell_development_[GO:0060576];microvillus_assembly_[GO:0030033];negative_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0000122];positive_regulation_of_cell_proliferation_[GO:0008284];positive_regulation_of_fat_cell_differentiation_[GO:0045600];positive_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0045944];regulation_of_microvillus_assembly_[GO:0032534];skeletal_muscle_cell_differentiation_[GO:0035914];transcription_from_RNA_polymerase_II_promoter_[GO:0006366]
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               cell_[GO:0005623];riboflavin_binding_[GO:1902444];riboflavin_transmembrane_transporter_activity_[GO:0032217];negative_regulation_of_sensory_perception_of_bitter_taste_[GO:1904661];negative_regulation_of_sensory_perception_of_sweet_taste_[GO:1904657];riboflavin_transport_[GO:0032218]
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          calcium_ion_binding_[GO:0005509]
## 88                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         integral_component_of_membrane_[GO:0016021];vacuolar_membrane_[GO:0005774];cation_transmembrane_transporter_activity_[GO:0008324]
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   centrosome_[GO:0005813];cytoplasm_[GO:0005737];cytosol_[GO:0005829];kinocilium_[GO:0060091];mitotic_spindle_[GO:0072686];nuclear_body_[GO:0016604];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];spindle_pole_[GO:0000922];phosphoprotein_phosphatase_activity_[GO:0004721];protein_serine/threonine_phosphatase_activity_[GO:0004722];protein_tyrosine_phosphatase_activity_[GO:0004725];protein_tyrosine/serine/threonine_phosphatase_activity_[GO:0008138];cell_division_[GO:0051301];cell_proliferation_[GO:0008283];cilium_assembly_[GO:0060271];mitotic_cell_cycle_arrest_[GO:0071850];mitotic_spindle_midzone_assembly_[GO:0051256];regulation_of_exit_from_mitosis_[GO:0007096]
## 92                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        endosome_[GO:0005768];Golgi_apparatus_[GO:0005794];Golgi_membrane_[GO:0000139];integral_component_of_membrane_[GO:0016021];trans-Golgi_network_[GO:0005802];identical_protein_binding_[GO:0042802];transferase_activity,_transferring_glycosyl_groups_[GO:0016757];plant-type_cell_wall_cellulose_biosynthetic_process_[GO:0052324];regulation_of_plant-type_cell_wall_cellulose_biosynthetic_process_[GO:2001009]
## 94                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   extracellular_region_[GO:0005576];membrane_[GO:0016020]
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           collagen_trimer_[GO:0005581];extracellular_region_[GO:0005576];protein_complex_[GO:0043234];proteinaceous_extracellular_matrix_[GO:0005578];cell_adhesion_[GO:0007155];protein_heterotrimerization_[GO:0070208]
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        cytosol_[GO:0005829];Mo-molybdopterin_cofactor_sulfurase_activity_[GO:0008265];molybdenum_cofactor_sulfurtransferase_activity_[GO:0102867];molybdenum_ion_binding_[GO:0030151];pyridoxal_phosphate_binding_[GO:0030170];Mo-molybdopterin_cofactor_biosynthetic_process_[GO:0006777];molybdopterin_cofactor_biosynthetic_process_[GO:0032324];molybdopterin_cofactor_metabolic_process_[GO:0043545]
## 99                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         cytoplasm_[GO:0005737];microtubule_organizing_center_[GO:0005815]
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            endoplasmic_reticulum_membrane_[GO:0005789];Golgi_apparatus_[GO:0005794];integral_component_of_membrane_[GO:0016021];chylomicron_remnant_clearance_[GO:0034382];ER_to_Golgi_vesicle-mediated_transport_[GO:0006888];positive_regulation_of_lipoprotein_lipase_activity_[GO:0051006];protein_glycosylation_in_Golgi_[GO:0033578];protein_maturation_[GO:0051604];protein_secretion_[GO:0009306];regulation_of_cholesterol_metabolic_process_[GO:0090181];regulation_of_triglyceride_metabolic_process_[GO:0090207];triglyceride_metabolic_process_[GO:0006641]
## 102                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            cytoplasm_[GO:0005737];nucleoplasm_[GO:0005654];DNA_binding_[GO:0003677];protein_dimerization_activity_[GO:0046983];RNA_polymerase_II_transcription_factor_activity,_sequence-specific_DNA_binding_[GO:0000981];zinc_ion_binding_[GO:0008270]
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  extracellular_region_[GO:0005576];membrane_[GO:0016020]
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      nucleus_[GO:0005634];Shu_complex_[GO:0097196];zinc_ion_binding_[GO:0008270];double-strand_break_repair_via_homologous_recombination_[GO:0000724];protein_stabilization_[GO:0050821]
## 105                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              chylomicron_[GO:0042627];cytoplasm_[GO:0005737];cytosol_[GO:0005829];endoplasmic_reticulum_[GO:0005783];endoplasmic_reticulum_exit_site_[GO:0070971];extracellular_exosome_[GO:0070062];extracellular_region_[GO:0005576];extracellular_space_[GO:0005615];intermediate-density_lipoprotein_particle_[GO:0034363];intracellular_membrane-bounded_organelle_[GO:0043231];low-density_lipoprotein_particle_[GO:0034362];mature_chylomicron_[GO:0034359];neuronal_cell_body_[GO:0043025];very-low-density_lipoprotein_particle_[GO:0034361];vesicle_lumen_[GO:0031983];vesicle_membrane_[GO:0012506];cholesterol_transporter_activity_[GO:0017127];heparin_binding_[GO:0008201];lipase_binding_[GO:0035473];lipid_binding_[GO:0008289];low-density_lipoprotein_particle_receptor_binding_[GO:0050750];phospholipid_binding_[GO:0005543];artery_morphogenesis_[GO:0048844];cellular_response_to_prostaglandin_stimulus_[GO:0071379];cellular_response_to_tumor_necrosis_factor_[GO:0071356];cholesterol_efflux_[GO:0033344];cholesterol_homeostasis_[GO:0042632];cholesterol_metabolic_process_[GO:0008203];cholesterol_transport_[GO:0030301];fertilization_[GO:0009566];flagellated_sperm_motility_[GO:0030317];in_utero_embryonic_development_[GO:0001701];lipid_catabolic_process_[GO:0016042];lipid_metabolic_process_[GO:0006629];lipoprotein_biosynthetic_process_[GO:0042158];lipoprotein_catabolic_process_[GO:0042159];lipoprotein_metabolic_process_[GO:0042157];lipoprotein_transport_[GO:0042953];low-density_lipoprotein_particle_clearance_[GO:0034383];low-density_lipoprotein_particle_remodeling_[GO:0034374];nervous_system_development_[GO:0007399];positive_regulation_of_cholesterol_storage_[GO:0010886];positive_regulation_of_gene_expression_[GO:0010628];positive_regulation_of_lipid_storage_[GO:0010884];positive_regulation_of_macrophage_derived_foam_cell_differentiation_[GO:0010744];post-embryonic_development_[GO:0009791];regulation_of_cholesterol_biosynthetic_process_[GO:0045540];response_to_carbohydrate_[GO:0009743];response_to_estradiol_[GO:0032355];response_to_lipopolysaccharide_[GO:0032496];response_to_organic_substance_[GO:0010033];response_to_selenium_ion_[GO:0010269];response_to_virus_[GO:0009615];spermatogenesis_[GO:0007283];triglyceride_catabolic_process_[GO:0019433];triglyceride_mobilization_[GO:0006642]
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             lysosome_[GO:0005764];beta-glucuronidase_activity_[GO:0004566];hydrolase_activity,_hydrolyzing_O-glycosyl_compounds_[GO:0004553];carbohydrate_metabolic_process_[GO:0005975]
## 107                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     nucleosome_[GO:0000786];nucleus_[GO:0005634];ATP_binding_[GO:0005524];DNA_binding_[GO:0003677];helicase_activity_[GO:0004386];metal_ion_binding_[GO:0046872];ubiquitin_protein_ligase_activity_[GO:0061630];ubiquitin_protein_ligase_binding_[GO:0031625];ubiquitin-protein_transferase_activity_[GO:0004842];cellular_response_to_DNA_damage_stimulus_[GO:0006974];DNA_repair_[GO:0006281];nucleosome_assembly_[GO:0006334];protein_polyubiquitination_[GO:0000209]
## 109                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              extracellular_space_[GO:0005615];serine-type_endopeptidase_activity_[GO:0004252];establishment_of_skin_barrier_[GO:0061436]
## 110                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   nucleosome_[GO:0000786];nucleus_[GO:0005634];DNA_binding_[GO:0003677];protein_heterodimerization_activity_[GO:0046982]
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               nucleoplasm_[GO:0005654];nucleus_[GO:0005634];DNA_binding_[GO:0003677];metal_ion_binding_[GO:0046872];cell_differentiation_[GO:0030154];negative_regulation_of_transcription,_DNA-templated_[GO:0045892];nervous_system_development_[GO:0007399];Notch_signaling_pathway_[GO:0007219];positive_regulation_of_BMP_signaling_pathway_[GO:0030513];positive_regulation_of_transcription,_DNA-templated_[GO:0045893];transcription,_DNA-templated_[GO:0006351]
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        nucleolus_[GO:0005730];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];DNA_binding_[GO:0003677];DNA_binding_transcription_factor_activity_[GO:0003700];RNA_polymerase_II_proximal_promoter_sequence-specific_DNA_binding_[GO:0000978];transcriptional_activator_activity,_RNA_polymerase_II_proximal_promoter_sequence-specific_DNA_binding_[GO:0001077];cellular_response_to_calcium_ion_[GO:0071277];cellular_response_to_potassium_ion_[GO:0035865];positive_regulation_of_transcription_from_RNA_polymerase_II_promoter_in_response_to_calcium_ion_[GO:0061400]
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      endosome_[GO:0005768];protein_transport_[GO:0015031];retrograde_transport,_endosome_to_plasma_membrane_[GO:1990126]
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               extracellular_region_[GO:0005576];phospholipase_A2_activity_[GO:0004623];phospholipase_A2_activity_(consuming_1,2-dipalmitoylphosphatidylcholine)_[GO:0102567];phospholipase_A2_activity_consuming_1,2-dioleoylphosphatidylethanolamine)_[GO:0102568];toxin_activity_[GO:0090729];arachidonic_acid_secretion_[GO:0050482];lipid_catabolic_process_[GO:0016042];phospholipid_metabolic_process_[GO:0006644]
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            cytoplasm_[GO:0005737];nucleoplasm_[GO:0005654];DNA_binding_[GO:0003677];protein_dimerization_activity_[GO:0046983];RNA_polymerase_II_transcription_factor_activity,_sequence-specific_DNA_binding_[GO:0000981];zinc_ion_binding_[GO:0008270]
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             integral_component_of_plasma_membrane_[GO:0005887];mast_cell_granule_[GO:0042629];plasma_membrane_[GO:0005886];presynaptic_membrane_[GO:0042734];G-protein_coupled_adenosine_receptor_activity_[GO:0001609];adenosine_receptor_signaling_pathway_[GO:0001973];G-protein_coupled_receptor_signaling_pathway_[GO:0007186];histamine_secretion_by_mast_cell_[GO:0002553];negative_regulation_of_cell_migration_[GO:0030336];negative_regulation_of_cell_proliferation_[GO:0008285];negative_regulation_of_NF-kappaB_transcription_factor_activity_[GO:0032088];positive_regulation_of_calcium-mediated_signaling_[GO:0050850];positive_regulation_of_inflammatory_response_[GO:0050729];positive_regulation_of_leukocyte_migration_[GO:0002687];positive_regulation_of_mast_cell_degranulation_[GO:0043306];positive_regulation_of_mucus_secretion_[GO:0070257];positive_regulation_of_phosphatidylinositol_3-kinase_signaling_[GO:0014068];regulation_of_norepinephrine_secretion_[GO:0014061]
## 120                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       cytoplasmic_vesicle_[GO:0031410];cytosol_[GO:0005829];Golgi_apparatus_[GO:0005794];Golgi_cisterna_membrane_[GO:0032580];intracellular_membrane-bounded_organelle_[GO:0043231];nucleoplasm_[GO:0005654];plasma_membrane_[GO:0005886];trans-Golgi_network_[GO:0005802];GTPase_activator_activity_[GO:0005096];metal_ion_binding_[GO:0046872];phosphatidylinositol-3,4,5-trisphosphate_binding_[GO:0005547];type_1_angiotensin_receptor_binding_[GO:0031702];actin_filament_reorganization_involved_in_cell_cycle_[GO:0030037];negative_regulation_of_stress_fiber_assembly_[GO:0051497];positive_regulation_of_epidermal_growth_factor_receptor_signaling_pathway_[GO:0045742];positive_regulation_of_filopodium_assembly_[GO:0051491];positive_regulation_of_GTPase_activity_[GO:0043547];positive_regulation_of_receptor_recycling_[GO:0001921];regulation_of_cell_shape_[GO:0008360];regulation_of_cellular_component_movement_[GO:0051270];regulation_of_small_GTPase_mediated_signal_transduction_[GO:0051056];signal_transduction_[GO:0007165]
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            integral_component_of_mitochondrial_membrane_[GO:0032592];mitochondrial_crista_[GO:0030061];mitochondrial_inner_membrane_[GO:0005743];mitochondrion_[GO:0005739];plasma_membrane_[GO:0005886];sarcolemma_[GO:0042383];calcium:sodium_antiporter_activity_[GO:0005432];calcium:sodium_antiporter_activity_involved_in_regulation_of_cardiac_muscle_cell_membrane_potential_[GO:0086038];protein_homodimerization_activity_[GO:0042803];calcium_ion_transmembrane_transport_[GO:0070588];glucose_homeostasis_[GO:0042593];mitochondrial_calcium_ion_homeostasis_[GO:0051560];mitochondrial_calcium_ion_transmembrane_transport_[GO:0006851];mitochondrial_calcium_release_[GO:0099093];regulation_of_cardiac_muscle_cell_membrane_potential_[GO:0086036];regulation_of_cytosolic_calcium_ion_concentration_[GO:0051480];regulation_of_insulin_secretion_[GO:0050796];regulation_of_lymphocyte_chemotaxis_[GO:1901623];regulation_of_store-operated_calcium_entry_[GO:2001256];response_to_stimulus_[GO:0050896];sodium_ion_transmembrane_transport_[GO:0035725]
## 122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  basement_membrane_[GO:0005604];cell_cortex_[GO:0005938];cell_junction_[GO:0030054];cleavage_furrow_[GO:0032154];extracellular_exosome_[GO:0070062];calcium_ion_binding_[GO:0005509];cell_cycle_[GO:0007049];cell_division_[GO:0051301];response_to_stimulus_[GO:0050896];visual_perception_[GO:0007601]
## 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            integral_component_of_plasma_membrane_[GO:0005887];intracellular_membrane-bounded_organelle_[GO:0043231];membrane_[GO:0016020];photoreceptor_disc_membrane_[GO:0097381];ATP_binding_[GO:0005524];ATPase_activity_[GO:0016887];ATPase_activity,_coupled_to_transmembrane_movement_of_substances_[GO:0042626];eye_pigment_precursor_transporter_activity_[GO:0005395];phosphatidylethanolamine-translocating_ATPase_activity_[GO:0090555];transporter_activity_[GO:0005215];phospholipid_transfer_to_membrane_[GO:0006649];phospholipid_translocation_[GO:0045332];photoreceptor_cell_maintenance_[GO:0045494];phototransduction,_visible_light_[GO:0007603];retinoid_metabolic_process_[GO:0001523];transmembrane_transport_[GO:0055085];transport_[GO:0006810];visual_perception_[GO:0007601]
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                integral_component_of_membrane_[GO:0016021];new_growing_cell_tip_[GO:0035841];plasma_membrane_[GO:0005886];calcium_channel_activity_[GO:0005262];cation_channel_activity_[GO:0005261];calcium_ion_transport_into_cytosol_[GO:0060402];cellular_response_to_light_stimulus_[GO:0071482];G-protein_coupled_glutamate_receptor_signaling_pathway_[GO:0007216];protein_tetramerization_[GO:0051262];retinal_rod_cell_development_[GO:0046548];signal_transduction_[GO:0007165];visual_perception_[GO:0007601]
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           RNA_polymerase_II_regulatory_region_sequence-specific_DNA_binding_[GO:0000977]
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               extracellular_matrix_[GO:0031012];metalloendopeptidase_activity_[GO:0004222];zinc_ion_binding_[GO:0008270]
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            extracellular_region_[GO:0005576];calcium_ion_binding_[GO:0005509];metalloendopeptidase_activity_[GO:0004222];zinc_ion_binding_[GO:0008270];cell_differentiation_[GO:0030154];multicellular_organism_development_[GO:0007275]
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      cytoskeleton_[GO:0005856];cytosol_[GO:0005829];nucleoplasm_[GO:0005654];postsynaptic_density_[GO:0014069];ATP_binding_[GO:0005524];guanyl-nucleotide_exchange_factor_activity_[GO:0005085];metal_ion_binding_[GO:0046872];protein_serine/threonine_kinase_activity_[GO:0004674];Rac_guanyl-nucleotide_exchange_factor_activity_[GO:0030676];adult_locomotory_behavior_[GO:0008344];behavioral_fear_response_[GO:0001662];behavioral_response_to_cocaine_[GO:0048148];behavioral_response_to_formalin_induced_pain_[GO:0061368];habituation_[GO:0046959];lactation_[GO:0007595];maternal_behavior_[GO:0042711];maternal_process_involved_in_parturition_[GO:0060137];memory_[GO:0007613];negative_regulation_of_growth_hormone_secretion_[GO:0060125];neuromuscular_junction_development_[GO:0007528];positive_regulation_of_dendritic_spine_development_[GO:0060999];positive_regulation_of_dendritic_spine_morphogenesis_[GO:0061003];positive_regulation_of_GTPase_activity_[GO:0043547];positive_regulation_of_long-term_synaptic_potentiation_[GO:1900273];regulation_of_neuronal_synaptic_plasticity_[GO:0048168];regulation_of_protein_localization_to_plasma_membrane_[GO:1903076];regulation_of_Rho_protein_signal_transduction_[GO:0035023];regulation_of_synaptic_transmission,_glutamatergic_[GO:0051966];response_to_mechanical_stimulus_[GO:0009612];Rho_protein_signal_transduction_[GO:0007266];smooth_muscle_cell_migration_[GO:0014909];smooth_muscle_cell_proliferation_[GO:0048659];social_behavior_[GO:0035176]
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       extracellular_exosome_[GO:0070062]
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              axonemal_microtubule_[GO:0005879];axoneme_[GO:0005930];bicellular_tight_junction_[GO:0005923];cell-cell_junction_[GO:0005911];centrosome_[GO:0005813];ciliary_basal_body_[GO:0036064];ciliary_rootlet_[GO:0035253];ciliary_transition_zone_[GO:0035869];cilium_[GO:0005929];cytoplasm_[GO:0005737];cytosol_[GO:0005829];nucleoplasm_[GO:0005654];photoreceptor_connecting_cilium_[GO:0032391];plasma_membrane_[GO:0005886];thromboxane_A2_receptor_binding_[GO:0031870];camera-type_eye_development_[GO:0043010];cerebellum_development_[GO:0021549];ciliary_basal_body-plasma_membrane_docking_[GO:0097711];cochlea_development_[GO:0090102];corpus_callosum_development_[GO:0022038];determination_of_left/right_symmetry_[GO:0007368];embryonic_forelimb_morphogenesis_[GO:0035115];embryonic_hindlimb_morphogenesis_[GO:0035116];establishment_of_planar_polarity_[GO:0001736];establishment_or_maintenance_of_cell_polarity_[GO:0007163];in_utero_embryonic_development_[GO:0001701];kidney_development_[GO:0001822];lateral_ventricle_development_[GO:0021670];liver_development_[GO:0001889];negative_regulation_of_G-protein_coupled_receptor_protein_signaling_pathway_[GO:0045744];neural_tube_patterning_[GO:0021532];non-motile_cilium_assembly_[GO:1905515];nose_development_[GO:0043584];olfactory_bulb_development_[GO:0021772];pericardium_development_[GO:0060039];regulation_of_smoothened_signaling_pathway_[GO:0008589]
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Cul4-RING_E3_ubiquitin_ligase_complex_[GO:0080008];katanin_complex_[GO:0008352];microtubule_[GO:0005874];microtubule_binding_[GO:0008017];cortical_microtubule_organization_[GO:0043622];microtubule_severing_[GO:0051013]
## 132                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       dTDP-glucose_4,6-dehydratase_activity_[GO:0008460]
## 133                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  cytoplasm_[GO:0005737];kinesin_complex_[GO:0005871];male_germ_cell_nucleus_[GO:0001673];microtubule_[GO:0005874];ATP_binding_[GO:0005524];ATPase_activity_[GO:0016887];microtubule_binding_[GO:0008017];microtubule_motor_activity_[GO:0003777];microtubule-based_movement_[GO:0007018]
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            basal_lamina_[GO:0005605];basement_membrane_[GO:0005604];cell_junction_[GO:0030054];cell_surface_[GO:0009986];cytosol_[GO:0005829];extracellular_matrix_[GO:0031012];extracellular_region_[GO:0005576];extracellular_space_[GO:0005615];Golgi_lumen_[GO:0005796];integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];synapse_[GO:0045202];synaptic_cleft_[GO:0043083];acetylcholine_receptor_regulator_activity_[GO:0030548];ATPase_inhibitor_activity_[GO:0042030];calcium_ion_binding_[GO:0005509];chondroitin_sulfate_binding_[GO:0035374];dystroglycan_binding_[GO:0002162];heparan_sulfate_proteoglycan_binding_[GO:0043395];ion_channel_binding_[GO:0044325];sialic_acid_binding_[GO:0033691];cell_differentiation_[GO:0030154];chemical_synaptic_transmission_[GO:0007268];multicellular_organism_development_[GO:0007275];negative_regulation_of_sodium_ion_export_across_plasma_membrane_[GO:1903277];negative_regulation_of_sodium:potassium-exchanging_ATPase_activity_[GO:1903407];neuromuscular_junction_development_[GO:0007528];neurotransmitter_receptor_metabolic_process_[GO:0045213];plasma_membrane_organization_[GO:0007009];positive_regulation_of_filopodium_assembly_[GO:0051491];positive_regulation_of_GTPase_activity_[GO:0043547];positive_regulation_of_neuron_apoptotic_process_[GO:0043525];positive_regulation_of_protein_binding_[GO:0032092];positive_regulation_of_protein_geranylgeranylation_[GO:2000541];positive_regulation_of_protein_phosphorylation_[GO:0001934];positive_regulation_of_protein_tyrosine_kinase_activity_[GO:0061098];positive_regulation_of_synaptic_growth_at_neuromuscular_junction_[GO:0045887];positive_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0045944];receptor_clustering_[GO:0043113];regulation_of_cardiac_muscle_cell_membrane_potential_[GO:0086036];regulation_of_cardiac_muscle_contraction_[GO:0055117];regulation_of_GTPase_activity_[GO:0043087];regulation_of_synaptic_growth_at_neuromuscular_junction_[GO:0008582]
## 135                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              centrosome_[GO:0005813];cytosol_[GO:0005829];nucleolus_[GO:0005730];nucleoplasm_[GO:0005654];tRNA-intron_endonuclease_complex_[GO:0000214];lyase_activity_[GO:0016829];tRNA-intron_endonuclease_activity_[GO:0000213];mRNA_processing_[GO:0006397];tRNA_splicing,_via_endonucleolytic_cleavage_and_ligation_[GO:0006388];tRNA-type_intron_splice_site_recognition_and_cleavage_[GO:0000379]
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            extracellular_space_[GO:0005615];keratohyalin_granule_[GO:0036457];serine_hydrolase_activity_[GO:0017171];serine-type_endopeptidase_activity_[GO:0004252];establishment_of_skin_barrier_[GO:0061436];proteolysis_[GO:0006508]
## 138                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     cytosol_[GO:0005829];membrane_[GO:0016020];vacuolar_membrane_[GO:0005774];phosphatase_binding_[GO:0019902];phosphatase_regulator_activity_[GO:0019208];phosphatidylinositol_binding_[GO:0035091];protein_homodimerization_activity_[GO:0042803];Rab_guanyl-nucleotide_exchange_factor_activity_[GO:0017112];myelination_[GO:0042552];protein_tetramerization_[GO:0051262];regulation_of_GTPase_activity_[GO:0043087]
## 139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    axoneme_[GO:0005930];centrosome_[GO:0005813];ciliary_basal_body_[GO:0036064];cilium_[GO:0005929];cytoplasm_[GO:0005737];intraciliary_transport_particle_A_[GO:0030991];phosphatidylinositol_binding_[GO:0035091];cellular_response_to_glucose_stimulus_[GO:0071333];cellular_response_to_leukemia_inhibitory_factor_[GO:1990830];cellular_response_to_paclitaxel_[GO:1905705];cellular_response_to_tumor_necrosis_factor_[GO:0071356];cilium_assembly_[GO:0060271];intraciliary_retrograde_transport_[GO:0035721];liver_regeneration_[GO:0097421];negative_regulation_of_blood_vessel_diameter_[GO:0097756];negative_regulation_of_gene_expression_[GO:0010629];negative_regulation_of_nitric_oxide_biosynthetic_process_[GO:0045019];positive_regulation_of_apoptotic_process_[GO:0043065];positive_regulation_of_cysteine-type_endopeptidase_activity_involved_in_apoptotic_process_[GO:0043280];positive_regulation_of_release_of_cytochrome_c_from_mitochondria_[GO:0090200];protein_localization_to_cilium_[GO:0061512];response_to_lipopolysaccharide_[GO:0032496];response_to_paclitaxel_[GO:1901555];response_to_toxic_substance_[GO:0009636]
## 140                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          nucleus_[GO:0005634];metal_ion_binding_[GO:0046872];meiotic_cell_cycle_[GO:0051321];negative_regulation_of_meiotic_nuclear_division_[GO:0045835];negative_regulation_of_protein_catabolic_process_[GO:0042177];negative_regulation_of_ubiquitin-protein_ligase_activity_involved_in_mitotic_cell_cycle_[GO:0051436];protein_ubiquitination_[GO:0016567];regulation_of_meiotic_nuclear_division_[GO:0040020];regulation_of_mitotic_nuclear_division_[GO:0007088]
## 141                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ubiquitin_protein_ligase_activity_[GO:0061630];ubiquitin-protein_transferase_activity_[GO:0004842];zinc_ion_binding_[GO:0008270];extrinsic_apoptotic_signaling_pathway_[GO:0097191];melanocyte_differentiation_[GO:0030318];protein_polyubiquitination_[GO:0000209]
## 144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ATP_binding_[GO:0005524];DNA_binding_[GO:0003677];DNA_helicase_activity_[GO:0003678];DNA_recombination_[GO:0006310];DNA_repair_[GO:0006281];telomere_maintenance_[GO:0000723]
## 145                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 condensed_nuclear_chromosome_[GO:0000794];cytosol_[GO:0005829];extracellular_exosome_[GO:0070062];extracellular_region_[GO:0005576];I_band_[GO:0031674];M_band_[GO:0031430];muscle_myosin_complex_[GO:0005859];striated_muscle_thin_filament_[GO:0005865];Z_disc_[GO:0030018];actin_filament_binding_[GO:0051015];actinin_binding_[GO:0042805];ATP_binding_[GO:0005524];calcium_ion_binding_[GO:0005509];calmodulin_binding_[GO:0005516];enzyme_binding_[GO:0019899];identical_protein_binding_[GO:0042802];muscle_alpha-actinin_binding_[GO:0051371];protease_binding_[GO:0002020];protein_kinase_binding_[GO:0019901];protein_self-association_[GO:0043621];protein_serine/threonine_kinase_activity_[GO:0004674];protein_tyrosine_kinase_activity_[GO:0004713];structural_constituent_of_muscle_[GO:0008307];structural_molecule_activity_conferring_elasticity_[GO:0097493];telethonin_binding_[GO:0031433];cardiac_muscle_contraction_[GO:0060048];cardiac_muscle_fiber_development_[GO:0048739];cardiac_muscle_hypertrophy_[GO:0003300];cardiac_muscle_tissue_morphogenesis_[GO:0055008];cardiac_myofibril_assembly_[GO:0055003];detection_of_muscle_stretch_[GO:0035995];mitotic_chromosome_condensation_[GO:0007076];muscle_contraction_[GO:0006936];muscle_filament_sliding_[GO:0030049];platelet_degranulation_[GO:0002576];positive_regulation_of_gene_expression_[GO:0010628];positive_regulation_of_protein_secretion_[GO:0050714];protein_kinase_A_signaling_[GO:0010737];regulation_of_catalytic_activity_[GO:0050790];regulation_of_protein_kinase_activity_[GO:0045859];response_to_calcium_ion_[GO:0051592];sarcomere_organization_[GO:0045214];sarcomerogenesis_[GO:0048769];skeletal_muscle_myosin_thick_filament_assembly_[GO:0030241];skeletal_muscle_thin_filament_assembly_[GO:0030240];striated_muscle_contraction_[GO:0006941]
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Gene_ontology_IDs
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0005576;GO:0005578;GO:0005581;GO:0007155
## 2   GO:0000041;GO:0001666;GO:0003032;GO:0005375;GO:0005381;GO:0005384;GO:0005385;GO:0005506;GO:0005507;GO:0005634;GO:0005737;GO:0005741;GO:0005764;GO:0005765;GO:0005768;GO:0005769;GO:0005770;GO:0005773;GO:0005802;GO:0005886;GO:0005887;GO:0005903;GO:0006778;GO:0006779;GO:0006783;GO:0006824;GO:0006825;GO:0006826;GO:0006828;GO:0006878;GO:0006919;GO:0007611;GO:0008270;GO:0009986;GO:0010039;GO:0010042;GO:0010288;GO:0012505;GO:0015078;GO:0015086;GO:0015087;GO:0015093;GO:0015094;GO:0015099;GO:0015100;GO:0015295;GO:0015675;GO:0015676;GO:0015684;GO:0015692;GO:0015992;GO:0016020;GO:0016021;GO:0016151;GO:0016324;GO:0022890;GO:0030145;GO:0031410;GO:0031526;GO:0031902;GO:0034599;GO:0045177;GO:0045178;GO:0046686;GO:0046870;GO:0046915;GO:0048471;GO:0048813;GO:0048821;GO:0050897;GO:0055037;GO:0060586;GO:0070574;GO:0070627;GO:0070826;GO:0071281;GO:0071356;GO:0071456;GO:0098705;GO:1903561
## 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0004623;GO:0005576;GO:0006644;GO:0016042;GO:0050482;GO:0090729;GO:0102567;GO:0102568
## 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0001501;GO:0003179;GO:0005007;GO:0005794;GO:0005886;GO:0008201;GO:0008285;GO:0008543;GO:0016021;GO:0017134;GO:0030133;GO:0044291;GO:0051260;GO:0060412;GO:0060539;GO:0098742
## 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0005524;GO:0005730;GO:0005737;GO:0005739;GO:0005829;GO:0005938;GO:0042585;GO:0048471
## 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0005789;GO:0015031;GO:0016192;GO:0030127;GO:0030134
## 12                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0000776;GO:0000777;GO:0001501;GO:0001503;GO:0004672;GO:0005634;GO:0005654;GO:0005737;GO:0005794;GO:0005829;GO:0005886;GO:0007049;GO:0031954;GO:0033137;GO:0038168;GO:0043065;GO:0043234;GO:0045667;GO:0045670;GO:0045860;GO:0046330;GO:0046849;GO:0048872;GO:0050821;GO:1901223
## 15                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0005576;GO:0005578;GO:0005581;GO:0007155;GO:0030574;GO:0031012
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0005509;GO:0005576;GO:0005604;GO:0005938;GO:0007049;GO:0030054;GO:0032154;GO:0051301
## 18                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0005249;GO:0008076
## 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0002177;GO:0005516;GO:0005737;GO:0007286;GO:0007288;GO:0031514;GO:0036126
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0004791;GO:0005737;GO:0006662;GO:0007275;GO:0007283;GO:0015035;GO:0016671;GO:0030154;GO:0034599;GO:0045454;GO:0047134
## 22                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0003677;GO:0003700;GO:0005634;GO:0006351
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0005096;GO:0005622;GO:0006886;GO:0012505;GO:0017137;GO:0031338;GO:0090630
## 26                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0000011;GO:0000142;GO:0000812;GO:0000916;GO:0001300;GO:0004402;GO:0005200;GO:0005524;GO:0005628;GO:0005829;GO:0005884;GO:0006281;GO:0006897;GO:0009306;GO:0030010;GO:0030476;GO:0030479;GO:0031011;GO:0032432;GO:0034599;GO:0035267;GO:0042802;GO:0043332;GO:0043486;GO:0048471;GO:0060303;GO:0071963;GO:0120104;GO:0120105;GO:0120106;GO:1903475
## 28                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0004222;GO:0005509;GO:0005576;GO:0007275;GO:0008270;GO:0030154;GO:0048632
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0003677;GO:0005634;GO:0006351;GO:0006355
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0005739;GO:0005741;GO:0016021;GO:0090149
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0005768;GO:0005794;GO:0005802;GO:0016021;GO:0046872;GO:0055114
## 35                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0004222;GO:0008270;GO:0031012
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0000243;GO:0000395;GO:0005685;GO:0071004
## 38                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0004222;GO:0005576;GO:0008270
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0004252;GO:0005576;GO:0046872
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005031;GO:0005516;GO:0005634;GO:0005886;GO:0005887;GO:0006919;GO:0006954;GO:0006955;GO:0007266;GO:0007411;GO:0010977;GO:0015026;GO:0031625;GO:0032496;GO:0032922;GO:0042127;GO:0042981;GO:0043005;GO:0043121;GO:0048406;GO:0051402;GO:0097190;GO:1900182;GO:1902895;GO:1903588;GO:1904646
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0004672;GO:0004674;GO:0005089;GO:0005516;GO:0005524;GO:0005615;GO:0005829;GO:0005863;GO:0005886;GO:0006468;GO:0007275;GO:0014704;GO:0016604;GO:0030018;GO:0030154;GO:0030506;GO:0031430;GO:0031432;GO:0035023;GO:0042383;GO:0045296;GO:0046777;GO:0046872
## 43                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0001525;GO:0005096;GO:0005829;GO:0005856;GO:0005925;GO:0007165;GO:0030154;GO:0042995;GO:0051056
## 45                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0001755;GO:0005096;GO:0005109;GO:0005576;GO:0005578;GO:0005615;GO:0005737;GO:0005886;GO:0006468;GO:0006897;GO:0007507;GO:0009950;GO:0010628;GO:0016055;GO:0017147;GO:0019838;GO:0030295;GO:0030308;GO:0030335;GO:0030336;GO:0034394;GO:0035567;GO:0042074;GO:0042803;GO:0043066;GO:0043234;GO:0043547;GO:0044212;GO:0045892;GO:0045893;GO:0046330;GO:0048793;GO:0051496;GO:0060021;GO:0060027;GO:0060070;GO:0060071;GO:0060548;GO:0060914;GO:0061101;GO:0090037;GO:0090090
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0003700;GO:0003707;GO:0005634;GO:0006351;GO:0008270;GO:0043565
## 49                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0004674;GO:0005524;GO:0005622;GO:0018105;GO:0018107;GO:0035556;GO:0046777;GO:0048471
## 51                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0005576;GO:0016020
## 52                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0000722;GO:0000781;GO:0002039;GO:0003720;GO:0003723;GO:0005524;GO:0005682;GO:0005697;GO:0005737;GO:0008380;GO:0016363;GO:0019899;GO:0030529;GO:0070034;GO:0071011;GO:0071013
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0005576;GO:0016020
## 56                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0016021
## 57                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0005524;GO:0005737;GO:0008588;GO:0009968;GO:0031953;GO:0032088;GO:0036336;GO:0043122;GO:0043124;GO:0043281;GO:0045345;GO:0045409;GO:0045751;GO:0050710;GO:0050711;GO:0050728;GO:0070373;GO:0071345;GO:1901223
## 58                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0000922;GO:0005814;GO:0008104;GO:0120103
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0000266;GO:0005739;GO:0005743;GO:0006915;GO:0016021
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0001822;GO:0016021
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0002141;GO:0002142;GO:0004930;GO:0005509;GO:0005576;GO:0005737;GO:0005886;GO:0007166;GO:0007399;GO:0007601;GO:0007605;GO:0009986;GO:0010739;GO:0016020;GO:0016021;GO:0017022;GO:0032391;GO:0043235;GO:0045184;GO:0045494;GO:0048471;GO:0048496;GO:0048839;GO:0050877;GO:0050910;GO:0050953;GO:0060122;GO:0071277;GO:0098609;GO:1990075;GO:1990696
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0000981;GO:0003677;GO:0003700;GO:0003705;GO:0005634;GO:0005654;GO:0005737;GO:0005829;GO:0006355;GO:0006366;GO:0007275;GO:0014886
## 66                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0000724;GO:0003697;GO:0005634;GO:0005739;GO:0006355;GO:0051321
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0005576;GO:0009505;GO:0009791;GO:0010030;GO:2000028
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0003352;GO:0060271
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0003723;GO:0003730;GO:0004652;GO:0005524;GO:0005730;GO:0006378;GO:0008270;GO:0016180;GO:0016607;GO:0050265;GO:0098789
## 70                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0000977;GO:0001085;GO:0001228;GO:0003682;GO:0005634;GO:0005667;GO:0008270;GO:0008284;GO:0008543;GO:0021514;GO:0031101;GO:0042246;GO:0043049;GO:0045582;GO:0048702;GO:0050769;GO:0060788;GO:0061026;GO:0071696;GO:2001224
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0003777;GO:0005524;GO:0005813;GO:0005819;GO:0005829;GO:0005873;GO:0005874;GO:0005929;GO:0006890;GO:0007018;GO:0007052;GO:0007100;GO:0007368;GO:0008017;GO:0008089;GO:0008574;GO:0015630;GO:0016020;GO:0016939;GO:0017048;GO:0019886;GO:0030496;GO:0030990;GO:0032467;GO:0035735;GO:0070062;GO:0072383;GO:0090307;GO:0097542;GO:1904115
## 75                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0000086;GO:0001764;GO:0005813;GO:0005814;GO:0005829;GO:0005911;GO:0007098;GO:0010389;GO:0030010;GO:0034451;GO:0035148;GO:0097711
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0002088;GO:0005212;GO:0005886;GO:0016021;GO:0031982;GO:0043010
## 77                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0005576
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0005764;GO:0005829;GO:0006457;GO:0006517;GO:0033925
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0003333;GO:0015171;GO:0016021
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0003723;GO:0003779;GO:0005509;GO:0005737;GO:0005794;GO:0005856;GO:0005874;GO:0005886;GO:0010632;GO:0016055;GO:0016887;GO:0030177;GO:0030334;GO:0032587;GO:0032886;GO:0042060;GO:0043001;GO:0045296;GO:0045773;GO:0051011;GO:0051015;GO:0051893
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0000122;GO:0000978;GO:0001077;GO:0001525;GO:0005654;GO:0005794;GO:0006366;GO:0008134;GO:0008284;GO:0030033;GO:0032534;GO:0035914;GO:0043231;GO:0045600;GO:0045944;GO:0046872;GO:0060576;GO:0071407;GO:1901653;GO:1990830
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0005623;GO:0032217;GO:0032218;GO:1902444;GO:1904657;GO:1904661
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0005509
## 88                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0005774;GO:0008324;GO:0016021
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0000922;GO:0004721;GO:0004722;GO:0004725;GO:0005634;GO:0005654;GO:0005737;GO:0005813;GO:0005829;GO:0007096;GO:0008138;GO:0008283;GO:0016604;GO:0051256;GO:0051301;GO:0060091;GO:0060271;GO:0071850;GO:0072686
## 92                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0000139;GO:0005768;GO:0005794;GO:0005802;GO:0016021;GO:0016757;GO:0042802;GO:0052324;GO:2001009
## 94                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0005576;GO:0016020
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0005576;GO:0005578;GO:0005581;GO:0007155;GO:0043234;GO:0070208
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0005829;GO:0006777;GO:0008265;GO:0030151;GO:0030170;GO:0032324;GO:0043545;GO:0102867
## 99                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0005737;GO:0005815
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0005789;GO:0005794;GO:0006641;GO:0006888;GO:0009306;GO:0016021;GO:0033578;GO:0034382;GO:0051006;GO:0051604;GO:0090181;GO:0090207
## 102                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0000981;GO:0003677;GO:0005654;GO:0005737;GO:0008270;GO:0046983
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0005576;GO:0016020
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0000724;GO:0005634;GO:0008270;GO:0050821;GO:0097196
## 105                                                                                                                                                                                                                                                                         GO:0001701;GO:0005543;GO:0005576;GO:0005615;GO:0005737;GO:0005783;GO:0005829;GO:0006629;GO:0006642;GO:0007283;GO:0007399;GO:0008201;GO:0008203;GO:0008289;GO:0009566;GO:0009615;GO:0009743;GO:0009791;GO:0010033;GO:0010269;GO:0010628;GO:0010744;GO:0010884;GO:0010886;GO:0012506;GO:0016042;GO:0017127;GO:0019433;GO:0030301;GO:0030317;GO:0031983;GO:0032355;GO:0032496;GO:0033344;GO:0034359;GO:0034361;GO:0034362;GO:0034363;GO:0034374;GO:0034383;GO:0035473;GO:0042157;GO:0042158;GO:0042159;GO:0042627;GO:0042632;GO:0042953;GO:0043025;GO:0043231;GO:0045540;GO:0048844;GO:0050750;GO:0070062;GO:0070971;GO:0071356;GO:0071379
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0004553;GO:0004566;GO:0005764;GO:0005975
## 107                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0000209;GO:0000786;GO:0003677;GO:0004386;GO:0004842;GO:0005524;GO:0005634;GO:0006281;GO:0006334;GO:0006974;GO:0031625;GO:0046872;GO:0061630
## 109                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0004252;GO:0005615;GO:0061436
## 110                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0000786;GO:0003677;GO:0005634;GO:0046982
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0003677;GO:0005634;GO:0005654;GO:0006351;GO:0007219;GO:0007399;GO:0030154;GO:0030513;GO:0045892;GO:0045893;GO:0046872
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0000978;GO:0001077;GO:0003677;GO:0003700;GO:0005634;GO:0005654;GO:0005730;GO:0035865;GO:0061400;GO:0071277
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0005768;GO:0015031;GO:1990126
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0004623;GO:0005576;GO:0006644;GO:0016042;GO:0050482;GO:0090729;GO:0102567;GO:0102568
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0000981;GO:0003677;GO:0005654;GO:0005737;GO:0008270;GO:0046983
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0001609;GO:0001973;GO:0002553;GO:0002687;GO:0005886;GO:0005887;GO:0007186;GO:0008285;GO:0014061;GO:0014068;GO:0030336;GO:0032088;GO:0042629;GO:0042734;GO:0043306;GO:0050729;GO:0050850;GO:0070257
## 120                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0001921;GO:0005096;GO:0005547;GO:0005654;GO:0005794;GO:0005802;GO:0005829;GO:0005886;GO:0007165;GO:0008360;GO:0030037;GO:0031410;GO:0031702;GO:0032580;GO:0043231;GO:0043547;GO:0045742;GO:0046872;GO:0051056;GO:0051270;GO:0051491;GO:0051497
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0005432;GO:0005739;GO:0005743;GO:0005886;GO:0006851;GO:0030061;GO:0032592;GO:0035725;GO:0042383;GO:0042593;GO:0042803;GO:0050796;GO:0050896;GO:0051480;GO:0051560;GO:0070588;GO:0086036;GO:0086038;GO:0099093;GO:1901623;GO:2001256
## 122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005509;GO:0005604;GO:0005938;GO:0007049;GO:0007601;GO:0030054;GO:0032154;GO:0050896;GO:0051301;GO:0070062
## 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0001523;GO:0005215;GO:0005395;GO:0005524;GO:0005887;GO:0006649;GO:0006810;GO:0007601;GO:0007603;GO:0016020;GO:0016887;GO:0042626;GO:0043231;GO:0045332;GO:0045494;GO:0055085;GO:0090555;GO:0097381
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0005261;GO:0005262;GO:0005886;GO:0007165;GO:0007216;GO:0007601;GO:0016021;GO:0035841;GO:0046548;GO:0051262;GO:0060402;GO:0071482
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0000977
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0004222;GO:0008270;GO:0031012
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0004222;GO:0005509;GO:0005576;GO:0007275;GO:0008270;GO:0030154
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0001662;GO:0004674;GO:0005085;GO:0005524;GO:0005654;GO:0005829;GO:0005856;GO:0007266;GO:0007528;GO:0007595;GO:0007613;GO:0008344;GO:0009612;GO:0014069;GO:0014909;GO:0030676;GO:0035023;GO:0035176;GO:0042711;GO:0043547;GO:0046872;GO:0046959;GO:0048148;GO:0048168;GO:0048659;GO:0051966;GO:0060125;GO:0060137;GO:0060999;GO:0061003;GO:0061368;GO:1900273;GO:1903076
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0070062
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0001701;GO:0001736;GO:0001822;GO:0001889;GO:0005654;GO:0005737;GO:0005813;GO:0005829;GO:0005879;GO:0005886;GO:0005911;GO:0005923;GO:0005929;GO:0005930;GO:0007163;GO:0007368;GO:0008589;GO:0021532;GO:0021549;GO:0021670;GO:0021772;GO:0022038;GO:0031870;GO:0032391;GO:0035115;GO:0035116;GO:0035253;GO:0035869;GO:0036064;GO:0043010;GO:0043584;GO:0045744;GO:0060039;GO:0090102;GO:0097711;GO:1905515
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0005874;GO:0008017;GO:0008352;GO:0043622;GO:0051013;GO:0080008
## 132                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0008460
## 133                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0001673;GO:0003777;GO:0005524;GO:0005737;GO:0005871;GO:0005874;GO:0007018;GO:0008017;GO:0016887
## 134                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0001934;GO:0002162;GO:0005509;GO:0005576;GO:0005604;GO:0005605;GO:0005615;GO:0005796;GO:0005829;GO:0005886;GO:0007009;GO:0007268;GO:0007275;GO:0007528;GO:0008582;GO:0009986;GO:0016021;GO:0030054;GO:0030154;GO:0030548;GO:0031012;GO:0032092;GO:0033691;GO:0035374;GO:0042030;GO:0043083;GO:0043087;GO:0043113;GO:0043395;GO:0043525;GO:0043547;GO:0044325;GO:0045202;GO:0045213;GO:0045887;GO:0045944;GO:0051491;GO:0055117;GO:0061098;GO:0086036;GO:1903277;GO:1903407;GO:2000541
## 135                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0000213;GO:0000214;GO:0000379;GO:0005654;GO:0005730;GO:0005813;GO:0005829;GO:0006388;GO:0006397;GO:0016829
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0004252;GO:0005615;GO:0006508;GO:0017171;GO:0036457;GO:0061436
## 138                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0005774;GO:0005829;GO:0016020;GO:0017112;GO:0019208;GO:0019902;GO:0035091;GO:0042552;GO:0042803;GO:0043087;GO:0051262
## 139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005737;GO:0005813;GO:0005929;GO:0005930;GO:0009636;GO:0010629;GO:0030991;GO:0032496;GO:0035091;GO:0035721;GO:0036064;GO:0043065;GO:0043280;GO:0045019;GO:0060271;GO:0061512;GO:0071333;GO:0071356;GO:0090200;GO:0097421;GO:0097756;GO:1901555;GO:1905705;GO:1990830
## 140                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0005634;GO:0007088;GO:0016567;GO:0040020;GO:0042177;GO:0045835;GO:0046872;GO:0051321;GO:0051436
## 141                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0000209;GO:0004842;GO:0008270;GO:0030318;GO:0061630;GO:0097191
## 144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0000723;GO:0003677;GO:0003678;GO:0005524;GO:0006281;GO:0006310
## 145                                                                                                                                                                                                                                                                                                                                                                                       GO:0000794;GO:0002020;GO:0002576;GO:0003300;GO:0004674;GO:0004713;GO:0005509;GO:0005516;GO:0005524;GO:0005576;GO:0005829;GO:0005859;GO:0005865;GO:0006936;GO:0006941;GO:0007076;GO:0008307;GO:0010628;GO:0010737;GO:0019899;GO:0019901;GO:0030018;GO:0030049;GO:0030240;GO:0030241;GO:0031430;GO:0031433;GO:0031674;GO:0035995;GO:0042802;GO:0042805;GO:0043621;GO:0045214;GO:0045859;GO:0048739;GO:0048769;GO:0050714;GO:0050790;GO:0051015;GO:0051371;GO:0051592;GO:0055003;GO:0055008;GO:0060048;GO:0070062;GO:0097493

non-Feeding VS pre-amp

head(ctrl.51.vs.blank.a,100)
##             ID      logFC       PValue        FDR
## 1    Seg3381.1  13.860946 1.072429e-05 0.02394094
## 2     Seg934.3 -12.213015 3.714375e-05 0.02586289
## 4    Seg164.11 -12.148627 3.475550e-05 0.02557927
## 7     Seg189.2 -11.759461 4.976121e-05 0.02910345
## 9    Seg650.14 -11.685607 1.177262e-04 0.03009703
## 11   Seg1578.9 -11.370232 6.670643e-05 0.02910345
## 13   Seg2624.3 -11.352493 7.521978e-05 0.02978297
## 16    Seg400.1  11.342803 8.136218e-05 0.03009703
## 17   Seg3858.3 -11.225004 6.528881e-04 0.03536561
## 19   Seg1242.3 -11.198336 4.586301e-04 0.03300200
## 21   Seg1698.1 -11.182841 7.518205e-05 0.02978297
## 23   Seg1276.4  11.108697 5.750766e-05 0.02910345
## 25   Seg1611.1 -11.086674 1.121399e-04 0.03009703
## 27   Seg1715.9 -11.056734 1.108860e-04 0.03009703
## 29   Seg2444.2 -11.016441 1.084236e-04 0.03009703
## 31   Seg5576.1 -10.994333 1.055873e-04 0.03009703
## 32   Seg2869.1  10.907074 7.663622e-05 0.02978297
## 33   Seg2548.2  10.871216 8.411365e-05 0.03009703
## 36   Seg6812.1 -10.832487 1.895265e-04 0.03009818
## 37    Seg962.1 -10.737823 1.442210e-04 0.03009818
## 39  Seg1379.10  10.614026 1.346524e-05 0.02394094
## 40   Seg1896.6  10.612595 1.185840e-04 0.03009703
## 42   Seg1870.6 -10.491266 2.411201e-04 0.03129768
## 44   Seg2175.8 -10.366757 1.854736e-04 0.03009818
## 47   Seg1837.6 -10.365593 6.592448e-04 0.03536561
## 50    Seg138.3 -10.361253 1.972691e-04 0.03009818
## 51   Seg236.11 -10.360708 3.830834e-04 0.03186884
## 53    Seg115.4 -10.284395 2.713316e-04 0.03129768
## 55   Seg1943.2 -10.201235 6.255104e-04 0.03492198
## 59    Seg916.1 -10.105105 2.870880e-04 0.03129768
## 61   Seg3937.1 -10.050214 1.004299e-03 0.03781138
## 63   Seg1733.6 -10.049832 3.605196e-04 0.03129768
## 64    Seg684.8 -10.037313 2.962912e-03 0.04717095
## 67   Seg675.12  10.011632 2.045201e-04 0.03024545
## 68    Seg404.9  -9.992353 2.978798e-04 0.03129768
## 69   Seg2040.3  -9.988171 3.460557e-04 0.03129768
## 71   Seg1996.1  -9.918574 3.649933e-04 0.03129768
## 72   Seg1405.8  -9.914948 3.308864e-04 0.03129768
## 74   Seg1350.1  -9.873871 6.168303e-04 0.03492198
## 76   Seg1947.5  -9.858896 4.728514e-04 0.03348229
## 78   Seg2298.7  -9.837434 4.372282e-04 0.03264279
## 80    Seg271.9  -9.781552 4.933496e-04 0.03378838
## 81   Seg1231.9  -9.751292 4.621189e-04 0.03300200
## 82   Seg2464.2  -9.750045 4.167482e-04 0.03224203
## 83   Seg2816.3  -9.713302 1.026559e-03 0.03781138
## 85    Seg123.2  -9.684523 4.957151e-04 0.03378977
## 86   Seg4357.4  -9.674545 5.802724e-04 0.03438629
## 87     Seg68.8  -9.618466 1.743281e-03 0.04422662
## 93    Seg850.2  -9.574184 7.069350e-04 0.03558310
## 94   Seg2147.5  -9.570839 5.451065e-04 0.03429021
## 95   Seg2437.8  -9.495507 5.765992e-04 0.03429021
## 96   Seg318.15  -9.495284 8.467465e-04 0.03622315
## 97   Seg2129.3  -9.470890 7.462385e-04 0.03573421
## 98    Seg703.1  -9.470741 1.313638e-03 0.04041489
## 100   Seg23.13  -9.450946 6.231118e-04 0.03492198
## 101  Seg2661.1  -9.442561 6.085688e-04 0.03486447
## 102  Seg3599.2  -9.440079 6.965735e-04 0.03558310
## 103  Seg1348.5  -9.414098 7.905920e-04 0.03573421
## 104   Seg395.5  -9.408172 1.890802e-03 0.04507444
## 106  Seg2604.3  -9.402141 7.600096e-04 0.03573421
## 108  Seg6564.1  -9.388092 6.643099e-04 0.03536561
## 111  Seg4002.4  -9.375455 8.738990e-04 0.03622315
## 112   Seg889.1  -9.368634 6.871045e-04 0.03558310
## 113  Seg1688.5  -9.307313 1.795572e-02 0.08966822
## 115   Seg271.3  -9.242040 1.198024e-03 0.03931971
## 116  Seg2655.4  -9.209321 1.031639e-03 0.03781138
## 118  Seg4826.3  -9.207665 8.061635e-04 0.03573421
## 119  Seg1720.8  -9.203879 8.689695e-04 0.03622315
## 121  Seg3511.1  -9.194822 2.186879e-03 0.04541853
## 123  Seg5650.1  -9.164055 2.845557e-03 0.04717095
## 125 Seg1659.14  -9.161743 1.200529e-03 0.03931971
## 126  Seg1137.4  -9.126510 1.213398e-03 0.03931971
## 128  Seg1865.3  -9.121007 1.300750e-03 0.04041303
## 129  Seg2716.3  -9.117959 1.015243e-03 0.03781138
## 131   Seg794.4  -9.094843 6.947549e-03 0.05564198
## 133  Seg4400.3  -9.068489 9.593449e-04 0.03772144
## 134   Seg768.3  -9.049439 2.136940e-03 0.04541853
## 136  Seg2504.2  -9.036022 1.175601e-03 0.03913440
## 137   Seg508.4  -9.031800 1.039056e-03 0.03781138
## 139   Seg369.1   9.005915 7.031386e-04 0.03558310
## 140   Seg541.5  -8.962810 1.312949e-03 0.04041489
## 141  Seg5968.2  -8.942992 1.161193e-03 0.03896524
## 142  Seg675.15   8.921309 9.352166e-04 0.03729930
## 143 Seg1048.17  -8.902039 1.482315e-03 0.04219925
## 144  Seg1963.3  -8.902039 1.482315e-03 0.04219925
## 146  Seg4450.1  -8.900215 1.744081e-03 0.04422662
## 147   Seg798.5  -8.900215 1.744081e-03 0.04422662
## 148  Seg1012.6  -8.879915 1.587774e-03 0.04295963
## 149  Seg4770.1  -8.867323 1.201717e-03 0.03931971
## 151  Seg1914.1  -8.847560 1.914786e-03 0.04517746
## 152  Seg2501.4  -8.835576 1.692500e-03 0.04382266
## 153     Seg7.2   8.831363 1.387659e-03 0.04116703
## 154  Seg3626.1  -8.795810 1.306989e-03 0.04041303
## 155   Seg973.2  -8.795810 1.306989e-03 0.04041303
## 156   Seg861.9   8.782844 8.231769e-04 0.03614969
## 158  Seg581.12   8.738043 8.665893e-04 0.03622315
## 159   Seg384.4  -8.729287 1.616214e-03 0.04328293
## 160  Seg2348.6  -8.723734 1.420779e-03 0.04144341
## 161  Seg1794.2  -8.719412 6.048866e-03 0.05322603
## 163  Seg236.13  -8.698052 1.563668e-03 0.04295963
##     Vetted..Not_Dubious_Not_rRNA_Not_Transposon.       BLASTp_Best_Hit
## 1                                            Yes sp|A6H584|CO6A5_MOUSE
## 2                                            Yes sp|Q2HJH6|SNR40_BOVIN
## 4                                            Yes sp|Q8N441|FGRL1_HUMAN
## 7                                            Yes  sp|Q8N7X0|ADGB_HUMAN
## 9                                            Yes sp|Q647I9|NALP5_BOVIN
## 11                                           Yes    sp|P52953|MSX2_RAT
## 13                                           Yes sp|P50749|RASF2_HUMAN
## 16                                           Yes  sp|Q9TWL9|COMA_CONMA
## 17                                           Yes sp|A1Z1Q3|MACD2_HUMAN
## 19                                           Yes sp|Q9D6H2|IFT25_MOUSE
## 21                                           Yes  sp|Q13887|KLF5_HUMAN
## 23                                           Yes sp|Q8R1S4|MTSS1_MOUSE
## 25                                           Yes  sp|Q795M8|YUGO_BACSU
## 27                                           Yes sp|O15042|SR140_HUMAN
## 29                                           Yes   sp|P97924|KALRN_RAT
## 31                                           Yes sp|Q8CDV6|CCD63_MOUSE
## 32                                           Yes sp|A6NMZ7|CO6A6_HUMAN
## 33                                           Yes  sp|Q8K406|LGI3_MOUSE
## 36                                           Yes  sp|Q9GKR7|IQCG_MACFA
## 37                                           Yes  sp|Q86QS6|AN32_SCHMA
## 39                                           Yes sp|Q86VQ3|TXND2_HUMAN
## 40                                           Yes   sp|P60009|ACT_CANGA
## 42                                           Yes sp|Q9D119|PPR27_MOUSE
## 44                                           Yes sp|Q7ZW16|RNF41_DANRE
## 47                                           Yes sp|Q5XGG3|PIHD2_XENTR
## 50                                           Yes sp|Q8K4L0|DDX54_MOUSE
## 51                                           Yes  sp|P51984|CREB_HYDVD
## 53                                           Yes sp|Q5TC63|GRTP1_HUMAN
## 55                                           Yes sp|Q9NZN8|CNOT2_HUMAN
## 59                                           Yes  sp|Q5R9W5|WWOX_PONAB
## 61                                           Yes  sp|C7A276|CIB2_SHEEP
## 63                                           Yes  sp|Q8K2G4|BBS7_MOUSE
## 64                                           Yes sp|P02457|CO1A1_CHICK
## 67                                           Yes sp|A2AAJ9|OBSCN_MOUSE
## 68                                           Yes sp|Q5REG1|SART3_PONAB
## 69                                           Yes    sp|Q9ESQ7|PSD1_RAT
## 71                                           Yes   sp|P22274|ARF_CANAL
## 72                                           Yes  sp|Q04073|P3A2_STRPU
## 74                                           Yes sp|A0JNJ3|SPART_BOVIN
## 76                                           Yes sp|A8Y5H7|S14L1_MOUSE
## 78                                           Yes   sp|Q5EB62|S2546_RAT
## 80                                           Yes sp|P13010|XRCC5_HUMAN
## 81                                           Yes  sp|A2A870|FBF1_MOUSE
## 82                                           Yes sp|Q3UR70|TGFA1_MOUSE
## 83                                           Yes  sp|Q96MW5|COG8_HUMAN
## 85                                           Yes   sp|Q8R5K5|UTP11_RAT
## 86                                           Yes sp|P78316|NOP14_HUMAN
## 87                                           Yes sp|Q6Q137|SEPT7_BOVIN
## 93                                           Yes sp|O94832|MYO1D_HUMAN
## 94                                           Yes  sp|P27694|RFA1_HUMAN
## 95                                           Yes sp|Q921X9|PDIA5_MOUSE
## 96                                           Yes   sp|Q7TQ20|DNJC2_RAT
## 97                                           Yes sp|B1AJZ9|FHAD1_HUMAN
## 98                                           Yes sp|Q20191|NAS13_CAEEL
## 100                                          Yes sp|Q04678|SSRP1_CHICK
## 101                                          Yes  sp|Q6IPM2|IQCE_HUMAN
## 102                                          Yes  sp|Q91437|PYR1_SQUAC
## 103                                          Yes sp|B2RY50|ARMC4_MOUSE
## 104                                          Yes sp|Q8N264|RHG24_HUMAN
## 106                                          Yes sp|Q05BC3|EMAL1_MOUSE
## 108                                          Yes  sp|Q96A58|RERG_HUMAN
## 111                                          Yes sp|Q8IYJ2|CJ067_HUMAN
## 112                                          Yes sp|Q68DC2|ANKS6_HUMAN
## 113                                          Yes sp|P49893|WN11B_XENLA
## 115                                          Yes sp|Q96ER3|SAAL1_HUMAN
## 116                                          Yes sp|L7YAI7|B4GA1_DANRE
## 118                                          Yes sp|Q9DE27|RUVB2_XENLA
## 119                                          Yes sp|Q6IQ20|NAPEP_HUMAN
## 121                                          Yes sp|Q05BC3|EMAL1_MOUSE
## 123                                          Yes sp|Q91766|HNF4A_XENLA
## 125                                          Yes   sp|Q8R512|UBX11_RAT
## 126                                          Yes sp|Q803R5|CMTR1_DANRE
## 128                                          Yes sp|P23467|PTPRB_HUMAN
## 129                                          Yes sp|Q924X7|STK33_MOUSE
## 131                                          Yes sp|Q8IR79|LIMK1_DROME
## 133                                          Yes  sp|Q24368|ISWI_DROME
## 134                                          Yes  sp|Q91V12|BACH_MOUSE
## 136                                          Yes sp|Q8C5N3|CWC22_MOUSE
## 137                                          Yes sp|Q9D0M0|EXOS7_MOUSE
## 139                                          Yes  sp|Q9WVM6|TLL2_MOUSE
## 140                                          Yes    sp|Q6P7B0|SYWC_RAT
## 141                                          Yes sp|Q8IXY8|PPIL6_HUMAN
## 142                                          Yes sp|Q6ZP82|CC141_HUMAN
## 143                                          Yes sp|Q8C0R0|UBP37_MOUSE
## 144                                          Yes  sp|Q99973|TEP1_HUMAN
## 146                                          Yes sp|Q9TU19|NPHP1_CANLF
## 147                                          Yes sp|O75467|Z324A_HUMAN
## 148                                          Yes sp|A4D161|F221A_HUMAN
## 149                                          Yes  sp|Q8C0D5|EFL1_MOUSE
## 151                                          Yes sp|Q6P474|PDXD2_HUMAN
## 152                                          Yes sp|Q3UHB8|CC177_MOUSE
## 153                                          Yes  sp|B3EWZ3|CADN_ACRMI
## 154                                          Yes sp|Q9NUP7|TRM13_HUMAN
## 155                                          Yes sp|Q60596|XRCC1_MOUSE
## 156                                          Yes  sp|O22943|STL1_ARATH
## 158                                          Yes sp|Q8VHN7|GPR98_MOUSE
## 159                                          Yes sp|O93257|XRCC6_CHICK
## 160                                          Yes    sp|P42346|MTOR_RAT
## 161                                          Yes sp|Q9UHL9|GT2D1_HUMAN
## 163                                          Yes  sp|P41252|SYIC_HUMAN
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                     BLASTp_Description
## 1                                                                                                                                                                                                                                                                                                                                                                                                                            Collagen_alpha-5(VI)_chain_(Collagen_alpha-1(XXIX)_chain)
## 2                                                                                                                                                                                                                                                                                                                                                                        U5_small_nuclear_ribonucleoprotein_40_kDa_protein_(U5_snRNP_40_kDa_protein)_(WD_repeat-containing_protein_57)
## 4                                                                                                                                                                                                                                                                                                           Fibroblast_growth_factor_receptor-like_1_(FGF_receptor-like_protein_1)_(FGF_homologous_factor_receptor)_(FGFR-like_protein)_(Fibroblast_growth_factor_receptor_5)_(FGFR-5)
## 7                                                                                                                                                                                                                                                                                                                                                                                                                                                 Androglobin_(Calpain-7-like_protein)
## 9                                                                                                                                                                                                                                                                                                                                                                                                              NACHT,_LRR_and_PYD_domains-containing_protein_5_(Mater_protein_homolog)
## 11                                                                                                                                                                                                                                                                                                                                                                                                                        Homeobox_protein_MSX-2_(Homeobox_protein_Hox-8-1)_(Fragment)
## 13                                                                                                                                                                                                                                                                                                                                                                                                                                         Ras_association_domain-containing_protein_2
## 16                                                                                                                                                                                                                                                                                                                                                                               Conodipine-M_alpha_chain_(EC_3.1.1.4)_(Phosphatidylcholine_2-acylhydrolase)_(Phospholipase_A2)_(PLA2)
## 17                                                                                                                                                                                                                                                                                                                                    O-acetyl-ADP-ribose_deacetylase_MACROD2_(EC_3.2.2.-)_(EC_3.5.1.-)_(MACRO_domain-containing_protein_2)_([Protein_ADP-ribosylglutamate]_hydrolase)
## 19                                                                                                                                                                                                                                                                                                                                                                     Intraflagellar_transport_protein_25_homolog_(Heat_shock_protein_beta-11)_(Hspb11)_(Placental_protein_25)_(PP25)
## 21                                                                                                                                                                                                                                                      Krueppel-like_factor_5_(Basic_transcription_element-binding_protein_2)_(BTE-binding_protein_2)_(Colon_krueppel-like_factor)_(GC-box-binding_protein_2)_(Intestinal-enriched_krueppel-like_factor)_(Transcription_factor_BTEB2)
## 23                                                                                                                                                                                                                                                                                                                                                                                                                     Metastasis_suppressor_protein_1_(Missing_in_metastasis_protein)
## 25                                                                                                                                                                                                                                                                                                                                                                                                                                                      potassium_channel_protein_YugO
## 27                                                                                                                                                                                                                                                                                                                                                               U2_snRNP-associated_SURP_motif-containing_protein_(140_kDa_Ser/Arg-rich_domain_protein)_(U2-associated_protein_SR140)
## 29                                                                                                                                                                                                                                                              Kalirin_(EC_2.7.11.1)_(Huntingtin-associated_protein-interacting_protein)_(PAM_COOH-terminal_interactor_protein_10)_(P-CIP10)_(Protein_Duo)_(Serine/threonine-protein_kinase_with_Dbl-_and_pleckstrin_homology_domain)
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                            Coiled-coil_domain-containing_protein_63
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                                          Collagen_alpha-6(VI)_chain
## 33                                                                                                                                                                                                                                                                                                                                                                                       Leucine-rich_repeat_LGI_family_member_3_(Leubrin)_(Leucine-rich_glioma-inactivated_protein_3)
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                      IQ_domain-containing_protein_G
## 37                                                                                                                                                                                                                                                                                                                                                                    Acidic_leucine-rich_nuclear_phosphoprotein_32-related_protein_(ANP32/acidic_nuclear_phosphoprotein-like_protein)
## 39                                                                                                                                                                                                                                                                                                                                                                                                Thioredoxin_domain-containing_protein_2_(Spermatid-specific_thioredoxin-1)_(Sptrx-1)
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Actin
## 42                                                                                                                                                                                                                                                                                                                                                                                                       Protein_phosphatase_1_regulatory_subunit_27_(Dysferlin-interacting_protein_1)
## 44                                                                                                                                                                                                                                                                                                                                                                 E3_ubiquitin-protein_ligase_NRDP1_(EC_2.3.2.27)_(RING_finger_protein_41)_(RING-type_E3_ubiquitin_transferase_NRDP1)
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                    PIH1_domain-containing_protein_2
## 50                                                                                                                                                                                                                                                                                                                                                                                                                ATP-dependent_RNA_helicase_DDX54_(EC_3.6.4.13)_(DEAD_box_protein_54)
## 51                                                                                                                                                                                                                                                                                                                                                     Cyclic_AMP-responsive_element-binding_protein_(cAMP-responsive_element-binding_protein)_(cAMP_response_element-binding_protein)
## 53                                                                                                                                                                                                                                                                                                                                                                                                                Growth_hormone-regulated_TBC_protein_1_(TBC1_domain_family_member_6)
## 55                                                                                                                                                                                                                                                                                                                                                                                                                 CCR4-NOT_transcription_complex_subunit_2_(CCR4-associated_factor_2)
## 59                                                                                                                                                                                                                                                                                                                                                                                                                                    WW_domain-containing_oxidoreductase_(EC_1.1.1.-)
## 61                                                                                                                                                                                                                                                                                                                                                                                                                             Calcium_and_integrin-binding_family_member_2_(Fragment)
## 63                                                                                                                                                                                                                                                                                                                                                                                                                       Bardet-Biedl_syndrome_7_protein_homolog_(BBS2-like_protein_1)
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                 Collagen_alpha-1(I)_chain_(Alpha-1_type_I_collagen)
## 67                                                                                                                                                                                                                                                                                                                                                                                       Obscurin_(EC_2.7.11.1)_(Obscurin-RhoGEF)_(Obscurin-myosin_light_chain_kinase)_(Obscurin-MLCK)
## 68                                                                                                                                                                                                                                                                                                                                                                                                                    Squamous_cell_carcinoma_antigen_recognized_by_T-cells_3_(SART-3)
## 69                                                                                                                                                                                                                                                PH_and_SEC7_domain-containing_protein_1_(Exchange_factor_for_ADP-ribosylation_factor_guanine_nucleotide_factor_6)_(Exchange_factor_for_ARF6)_(Exchange_factor_for_ARF6_A)_(Pleckstrin_homology_and_SEC7_domain-containing_protein_1)
## 71                                                                                                                                                                                                                                                                                                                                                                                                                                                             ADP-ribosylation_factor
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                                            DNA-binding_protein_P3A2
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Spartin
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                SEC14-like_protein_1
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                  Solute_carrier_family_25_member_46
## 80  X-ray_repair_cross-complementing_protein_5_(EC_3.6.4.-)_(86_kDa_subunit_of_Ku_antigen)_(ATP-dependent_DNA_helicase_2_subunit_2)_(ATP-dependent_DNA_helicase_II_80_kDa_subunit)_(CTC_box-binding_factor_85_kDa_subunit)_(CTC85)_(CTCBF)_(DNA_repair_protein_XRCC5)_(Ku80)_(Ku86)_(Lupus_Ku_autoantigen_protein_p86)_(Nuclear_factor_IV)_(Thyroid-lupus_autoantigen)_(TLAA)_(X-ray_repair_complementing_defective_repair_in_Chinese_hamster_cells_5_(double-strand-break_rejoining))
## 81                                                                                                                                                                                                                                                                                                                                                                                                                                                        Fas-binding_factor_1_(FBF-1)
## 82                                                                                                                                                                                                                                                                                                                                                             Transforming_growth_factor-beta_receptor-associated_protein_1_(TGF-beta_receptor-associated_protein_1)_(TRAP-1)_(TRAP1)
## 83                                                                                                                                                                                                                                                                                                                                                                      Conserved_oligomeric_Golgi_complex_subunit_8_(COG_complex_subunit_8)_(Component_of_oligomeric_Golgi_complex_8)
## 85                                                                                                                                                                                                                                                                                                                                                                        Probable_U3_small_nucleolar_RNA-associated_protein_11_(U3_snoRNA-associated_protein_11)_(UTP11-like_protein)
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                 Nucleolar_protein_14_(Nucleolar_complex_protein_14)
## 87                                                                                                                                                                                                                                                                                                                                                                                                                                                    Septin-7_(CDC10_protein_homolog)
## 93                                                                                                                                                                                                                                                                                                                                                                                                                                                            Unconventional_myosin-Id
## 94                                                                                                                                                                                                                                        Replication_protein_A_70_kDa_DNA-binding_subunit_(RP-A_p70)_(Replication_factor_A_protein_1)_(RF-A_protein_1)_(Single-stranded_DNA-binding_protein)_[Cleaved_into:_Replication_protein_A_70_kDa_DNA-binding_subunit,_N-terminally_processed]
## 95                                                                                                                                                                                                                                                                                                                                                                                           Protein_disulfide-isomerase_A5_(EC_5.3.4.1)_(Protein_disulfide_isomerase-related_protein)
## 96                                                                                                                                                                                                                                                                                                                                                                                     DnaJ_homolog_subfamily_C_member_2_(Gliosarcoma-related_antigen_MIDA1)_(Zuotin-related_factor_1)
## 97                                                                                                                                                                                                                                                                                                                                                                                                   Forkhead-associated_domain-containing_protein_1_(FHA_domain-containing_protein_1)
## 98                                                                                                                                                                                                                                                                                                                                                                                                                   Zinc_metalloproteinase_nas-13_(EC_3.4.24.-)_(Nematode_astacin_13)
## 100                                                                                                                                                                                                                                                                                     FACT_complex_subunit_SSRP1_(Facilitates_chromatin_transcription_complex_subunit_SSRP1)_(Recombination_signal_sequence_recognition_protein_1)_(Structure-specific_recognition_protein_1)_(T160)
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                                     IQ_domain-containing_protein_E
## 102                                                                                                                                                                                                                                                                                                                    CAD_protein_[Includes:_Glutamine-dependent_carbamoyl-phosphate_synthase_(EC_6.3.5.5);_Aspartate_carbamoyltransferase_(EC_2.1.3.2);_Dihydroorotase_(EC_3.5.2.3)]
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                              Armadillo_repeat-containing_protein_4
## 104                                                                                                                                                                                                                               Rho_GTPase-activating_protein_24_(Filamin-A-associated_RhoGAP)_(FilGAP)_(RAC1-_and_CDC42-specific_GTPase-activating_protein_of_72_kDa)_(RC-GAP72)_(Rho-type_GTPase-activating_protein_24)_(RhoGAP_of_73_kDa)_(Sarcoma_antigen_NY-SAR-88)_(p73RhoGAP)
## 106                                                                                                                                                                                                                                                                                                                                                                                                                          Echinoderm_microtubule-associated_protein-like_1_(EMAP-1)
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                Ras-related_and_estrogen-regulated_growth_inhibitor
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                    Uncharacterized_protein_C10orf67,_mitochondrial
## 112                                                                                                                                                                                                                                                                                   Ankyrin_repeat_and_SAM_domain-containing_protein_6_(Ankyrin_repeat_domain-containing_protein_14)_(SamCystin)_(Sterile_alpha_motif_domain-containing_protein_6)_(SAM_domain-containing_protein_6)
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                         Protein_Wnt-11b_(Protein_Wnt-11)_(XWnt-11)
## 115                                                                                                                                                                                                                                                                                                                                                                             Protein_SAAL1_(Synoviocyte_proliferation-associated_in_collagen-induced_arthritis_protein_1)_(SPACIA1)
## 116                                                                                                                                                                                                            Beta-1,4-glucuronyltransferase_1_(EC_2.4.1.-)_(I-beta-1,3-N-acetylglucosaminyltransferase)_(N-acetyllactosaminide_beta-1,3-N-acetylglucosaminyltransferase)_(Poly-N-acetyllactosamine_extension_enzyme)_(UDP-GlcNAc:betaGal_beta-1,3-N-acetylglucosaminyltransferase_1)
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                 RuvB-like_2_(EC_3.6.4.12)_(Reptin)
## 119                                                                                                                                                                                                                                                                                                          N-acyl-phosphatidylethanolamine-hydrolyzing_phospholipase_D_(N-acyl_phosphatidylethanolamine_phospholipase_D)_(NAPE-PLD)_(NAPE-hydrolyzing_phospholipase_D)_(EC_3.1.4.54)
## 121                                                                                                                                                                                                                                                                                                                                                                                                                          Echinoderm_microtubule-associated_protein-like_1_(EMAP-1)
## 123                                                                                                                                                                                                                                                                                                                                                                                    Hepatocyte_nuclear_factor_4-alpha_(HNF-4-alpha)_(Nuclear_receptor_subfamily_2_group_A_member_1)
## 125                                                                                                                                                                                                                                                                                                                                                                                                        UBX_domain-containing_protein_11_(Socius)_(UBX_domain-containing_protein_5)
## 126                                                                                                                                                                                                                                                                                 Cap-specific_mRNA_(nucleoside-2'-O-)-methyltransferase_1_(EC_2.1.1.57)_(Cap_methyltransferase_1)_(Cap1_2'O-ribose_methyltransferase_1)_(MTr1)_(FtsJ_methyltransferase_domain-containing_protein_2)
## 128                                                                                                                                                                                                                                                                                                        Receptor-type_tyrosine-protein_phosphatase_beta_(Protein-tyrosine_phosphatase_beta)_(R-PTP-beta)_(EC_3.1.3.48)_(Vascular_endothelial_protein_tyrosine_phosphatase)_(VE-PTP)
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                   Serine/threonine-protein_kinase_33_(EC_2.7.11.1)
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                 LIM_domain_kinase_1_(LIMK-1)_(EC_2.7.11.1)_(dLIMK)
## 133                                                                                                                                                                                                                                                                                                              Chromatin-remodeling_complex_ATPase_chain_Iswi_(EC_3.6.4.-)_(CHRAC_140_kDa_subunit)_(Nucleosome-remodeling_factor_140_kDa_subunit)_(NURF-140)_(Protein_imitation_swi)
## 134                                                                                                                                                                                                                                                                                                Cytosolic_acyl_coenzyme_A_thioester_hydrolase_(EC_3.1.2.2)_(Acyl-CoA_thioesterase_7)_(Brain_acyl-CoA_hydrolase)_(BACH)_(CTE-IIa)_(CTE-II)_(Long_chain_acyl-CoA_thioester_hydrolase)
## 136                                                                                                                                                                                                                                                                                                                                                                                                                       Pre-mRNA-splicing_factor_CWC22_homolog_(Nucampholin_homolog)
## 137                                                                                                                                                                                                                                                                                                                                                                                      Exosome_complex_exonuclease_RRP42_(Exosome_component_7)_(Ribosomal_RNA-processing_protein_42)
## 139                                                                                                                                                                                                                                                                                                                                                                                                                                               Tolloid-like_protein_2_(EC_3.4.24.-)
## 140                                                                                                                                                                                                                                                                                                                                                        Tryptophan--tRNA_ligase,_cytoplasmic_(EC_6.1.1.2)_(Tryptophanyl-tRNA_synthetase)_(TrpRS)_[Cleaved_into:_T1-TrpRS;_T2-TrpRS]
## 141                                                                                                                                                                                                                                                                                                                                                                 Peptidyl-prolyl_cis-trans_isomerase-like_6_(PPIase)_(EC_5.2.1.8)_(Cyclophilin-like_protein_PPIL6)_(Rotamase_PPIL6)
## 142                                                                                                                                                                                                                                                                                                                                                                                Coiled-coil_domain-containing_protein_141_(Coiled-coil_protein_associated_with_myosin_II_and_DISC1)
## 143                                                                                                                                                                                                                                                                                                                       Ubiquitin_carboxyl-terminal_hydrolase_37_(EC_3.4.19.12)_(Deubiquitinating_enzyme_37)_(Ubiquitin_thioesterase_37)_(Ubiquitin-specific-processing_protease_37)
## 144                                                                                                                                                                                                                                                                                                                                                            Telomerase_protein_component_1_(Telomerase-associated_protein_1)_(Telomerase_protein_1)_(p240)_(p80_telomerase_homolog)
## 146                                                                                                                                                                                                                                                                                                                                                                                                                                                          Nephrocystin-1_(Fragment)
## 147                                                                                                                                                                                                                                                                                                                                                                                                                              Zinc_finger_protein_324A_(Zinc_finger_protein_ZF5128)
## 148                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Protein_FAM221A
## 149                                                                                                                                                                                                                                                                                                                                         Elongation_factor-like_GTPase_1_(Elongation_factor_Tu_GTP-binding_domain-containing_protein_1)_(Elongation_factor-like_1)_(Protein_FAM42A)
## 151                                                                                                                                                                                                                                                                                                                                      pyridoxal-dependent_decarboxylase_domain-containing_protein_2_(EC_4.1.1.-)_(pyridoxal-dependent_decarboxylase_domain-containing_2_pseudogene)
## 152                                                                                                                                                                                                                                                                                                                                                                                                                                          Coiled-coil_domain-containing_protein_177
## 153                                                                                                                                                                                                                                                                                                                                                                                                                                                               Coadhesin_(Fragment)
## 154                                                                                                                                                                                                                                                                                                                                                                             tRNA:m(4)X_modification_enzyme_TRM13_homolog_(EC_2.1.1.225)_(Coiled-coil_domain-containing_protein_76)
## 155                                                                                                                                                                                                                                                                                                                                                                                                              DNA_repair_protein_XRCC1_(X-ray_repair_cross-complementing_protein_1)
## 156                                                                                                                                                                                                                                                                                                                                                                                                                                  Probable_glycosyltransferase_STELLO1_(EC_2.4.-.-)
## 158                                                                                                                                                                                                                                                                                                                                         G-protein_coupled_receptor_98_(Monogenic_audiogenic_seizure_susceptibility_protein_1)_(Neurepin)_(Very_large_G-protein_coupled_receptor_1)
## 159                                                                                                                                                                                X-ray_repair_cross-complementing_protein_5_(EC_3.6.4.-)_(EC_4.2.99.-)_(5'-deoxyribose-5-phosphate_lyase_Ku70)_(5'-dRP/AP_lyase_Ku70)_(ATP-dependent_DNA_helicase_2_subunit_1)_(ATP-dependent_DNA_helicase_II_70_kDa_subunit)_(DNA_repair_protein_XRCC6)_(Ku_autoantigen_protein_p70_homolog)_(Ku70)
## 160                                                                                                                                                                                                   Serine/threonine-protein_kinase_mTOR_(EC_2.7.11.1)_(FK506-binding_protein_12-rapamycin_complex-associated_protein_1)_(FKBP12-rapamycin_complex-associated_protein)_(Mammalian_target_of_rapamycin)_(mTOR)_(Mechanistic_target_of_rapamycin)_(Rapamycin_target_protein_1)_(RAPT1)
## 161                                                                        General_transcription_factor_II-I_repeat_domain-containing_protein_1_(GTF2I_repeat_domain-containing_protein_1)_(General_transcription_factor_III)_(MusTRD1/BEN)_(Muscle_TFII-I_repeat_domain-containing_protein_1)_(Slow-muscle-fiber_enhancer-binding_protein)_(USE_B1-binding_protein)_(Williams-Beuren_syndrome_chromosomal_region_11_protein)_(Williams-Beuren_syndrome_chromosomal_region_12_protein)
## 163                                                                                                                                                                                                                                                                                                                                                                                        Isoleucine--tRNA_ligase,_cytoplasmic_(EC_6.1.1.5)_(Isoleucyl-tRNA_synthetase)_(IRS)_(IleRS)
##     BLASTp_Best_Hit.1
## 1              A6H584
## 2              Q2HJH6
## 4              Q8N441
## 7              Q8N7X0
## 9              Q647I9
## 11             P52953
## 13             P50749
## 16             Q9TWL9
## 17             A1Z1Q3
## 19             Q9D6H2
## 21             Q13887
## 23             Q8R1S4
## 25             Q795M8
## 27             O15042
## 29             P97924
## 31             Q8CDV6
## 32             A6NMZ7
## 33             Q8K406
## 36             Q9GKR7
## 37             Q86QS6
## 39             Q86VQ3
## 40             P60009
## 42             Q9D119
## 44             Q7ZW16
## 47             Q5XGG3
## 50             Q8K4L0
## 51             P51984
## 53             Q5TC63
## 55             Q9NZN8
## 59             Q5R9W5
## 61             C7A276
## 63             Q8K2G4
## 64             P02457
## 67             A2AAJ9
## 68             Q5REG1
## 69             Q9ESQ7
## 71             P22274
## 72             Q04073
## 74             A0JNJ3
## 76             A8Y5H7
## 78             Q5EB62
## 80             P13010
## 81             A2A870
## 82             Q3UR70
## 83             Q96MW5
## 85             Q8R5K5
## 86             P78316
## 87             Q6Q137
## 93             O94832
## 94             P27694
## 95             Q921X9
## 96             Q7TQ20
## 97             B1AJZ9
## 98             Q20191
## 100            Q04678
## 101            Q6IPM2
## 102            Q91437
## 103            B2RY50
## 104            Q8N264
## 106            Q05BC3
## 108            Q96A58
## 111            Q8IYJ2
## 112            Q68DC2
## 113            P49893
## 115            Q96ER3
## 116            L7YAI7
## 118            Q9DE27
## 119            Q6IQ20
## 121            Q05BC3
## 123            Q91766
## 125            Q8R512
## 126            Q803R5
## 128            P23467
## 129            Q924X7
## 131            Q8IR79
## 133            Q24368
## 134            Q91V12
## 136            Q8C5N3
## 137            Q9D0M0
## 139            Q9WVM6
## 140            Q6P7B0
## 141            Q8IXY8
## 142            Q6ZP82
## 143            Q8C0R0
## 144            Q99973
## 146            Q9TU19
## 147            O75467
## 148            A4D161
## 149            Q8C0D5
## 151            Q6P474
## 152            Q3UHB8
## 153            B3EWZ3
## 154            Q9NUP7
## 155            Q60596
## 156            O22943
## 158            Q8VHN7
## 159            O93257
## 160            P42346
## 161            Q9UHL9
## 163            P41252
##     Repetitive_Element..Repeat_Match_AND_.BLASTP_Hit_OR_No_Protein.
## 1                                                                No
## 2                                                                No
## 4                                                                No
## 7                                                                No
## 9                                                                No
## 11                                                               No
## 13                                                               No
## 16                                                               No
## 17                                                               No
## 19                                                               No
## 21                                                               No
## 23                                                               No
## 25                                                               No
## 27                                                               No
## 29                                                               No
## 31                                                               No
## 32                                                               No
## 33                                                               No
## 36                                                               No
## 37                                                               No
## 39                                                               No
## 40                                                               No
## 42                                                               No
## 44                                                               No
## 47                                                               No
## 50                                                               No
## 51                                                               No
## 53                                                               No
## 55                                                               No
## 59                                                               No
## 61                                                               No
## 63                                                               No
## 64                                                               No
## 67                                                               No
## 68                                                               No
## 69                                                               No
## 71                                                               No
## 72                                                               No
## 74                                                               No
## 76                                                               No
## 78                                                               No
## 80                                                               No
## 81                                                               No
## 82                                                               No
## 83                                                               No
## 85                                                               No
## 86                                                               No
## 87                                                               No
## 93                                                               No
## 94                                                               No
## 95                                                               No
## 96                                                               No
## 97                                                               No
## 98                                                               No
## 100                                                              No
## 101                                                              No
## 102                                                              No
## 103                                                              No
## 104                                                              No
## 106                                                              No
## 108                                                              No
## 111                                                              No
## 112                                                              No
## 113                                                              No
## 115                                                              No
## 116                                                              No
## 118                                                              No
## 119                                                              No
## 121                                                              No
## 123                                                              No
## 125                                                              No
## 126                                                              No
## 128                                                              No
## 129                                                              No
## 131                                                              No
## 133                                                              No
## 134                                                              No
## 136                                                              No
## 137                                                              No
## 139                                                              No
## 140                                                              No
## 141                                                              No
## 142                                                              No
## 143                                                              No
## 144                                                              No
## 146                                                              No
## 147                                                              No
## 148                                                              No
## 149                                                              No
## 151                                                              No
## 152                                                              No
## 153                                                              No
## 154                                                              No
## 155                                                              No
## 156                                                              No
## 158                                                              No
## 159                                                              No
## 160                                                              No
## 161                                                              No
## 163                                                              No
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            PFAM_Domains_.target_name.accession.env_coordfrom.to...
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Integrin_beta|PF00362.17(37-81);Integrin_beta|PF00362.17(443-516);Integrin_beta|PF00362.17(637-694);Laminin_G_3|PF13385.5(878-996);VWA_2|PF13519.5(239-348);VWA_2|PF13519.5(44-153);VWA_2|PF13519.5(449-559);VWA_2|PF13519.5(643-753);VWA_CoxE|PF05762.13(396-584);VWA_CoxE|PF05762.13(97-186);VWA|PF00092.27(238-382);VWA|PF00092.27(43-211);VWA|PF00092.27(448-617);VWA|PF00092.27(642-814);
## 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ANAPC4_WD40|PF12894.6(121-171);ANAPC4_WD40|PF12894.6(181-241);ANAPC4_WD40|PF12894.6(237-305);ANAPC4_WD40|PF12894.6(26-69);ANAPC4_WD40|PF12894.6(283-324);ANAPC4_WD40|PF12894.6(67-127);eIF2A|PF08662.10(128-234);eIF2A|PF08662.10(241-317);eIF2A|PF08662.10(30-123);Ge1_WD40|PF16529.4(179-245);protein
## 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Adeno_E3_CR1|PF02440.14(209-258);Adeno_E3_CR1|PF02440.14(284-326);Adeno_E3_CR1|PF02440.14(337-396);Adeno_E3_CR1|PF02440.14(67-125);C1-set|PF07654.14(171-245);C1-set|PF07654.14(326-382);C1-set|PF07654.14(41-112);C2-set_2|PF08205.11(166-250);C2-set_2|PF08205.11(273-349);C2-set|PF05790.14(208-273);C2-set|PF05790.14(71-128);DUF2681|PF10883.7(437-496);I-set|PF07679.15(167-257);I-set|PF07679.15(301-389);I-set|PF07679.15(39-127);Ig_2|PF13895.5(165-257);Ig_2|PF13895.5(272-394);Ig_2|PF13895.5(30-127);Ig_2|PF13895.5(459-523);Ig_3|PF13927.5(165-244);Ig_3|PF13927.5(272-379);Ig_3|PF13927.5(30-114);Ig_3|PF13927.5(473-546);ig|PF00047.24(180-255);ig|PF00047.24(276-388);ig|PF00047.24(40-125);Izumo-Ig|PF16706.4(215-262);Izumo-Ig|PF16706.4(354-396);Izumo-Ig|PF16706.4(70-128);LapA_dom|PF06305.10(431-484);SIT|PF15330.5(437-515);Tenui_NCP|PF04876.11(421-492);UL141|PF16758.4(220-262);UL141|PF16758.4(324-413);UL141|PF16758.4(78-143);V-set_CD47|PF08204.10(189-265);V-set_CD47|PF08204.10(305-398);V-set_CD47|PF08204.10(49-128);V-set|PF07686.16(173-257);V-set|PF07686.16(276-389);V-set|PF07686.16(41-127);
## 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            IQ|PF00612.26(1197-1216);Peptidase_C2|PF00648.20(209-331);Peptidase_C2|PF00648.20(753-793);UPF0223|PF05256.11(1774-1840);UPF0223|PF05256.11(791-815);
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         LRR_1|PF00560.32(182-203);LRR_1|PF00560.32(210-227);LRR_1|PF00560.32(32-59);LRR_1|PF00560.32(324-341);LRR_1|PF00560.32(361-386);LRR_4|PF12799.6(117-144);LRR_4|PF12799.6(181-226);LRR_4|PF12799.6(322-385);LRR_6|PF13516.5(125-140);LRR_6|PF13516.5(151-174);LRR_6|PF13516.5(179-198);LRR_6|PF13516.5(321-341);LRR_6|PF13516.5(360-381);
## 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Homeobox_KN|PF05920.10(148-182);Homeobox|PF00046.28(129-185);Homez|PF11569.7(135-186);Homez|PF11569.7(221-233);
## 13                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                DUF883|PF05957.12(408-464);LIM|PF00412.21(134-166);LIM|PF00412.21(199-232);Nore1-SARAH|PF16517.4(415-454);domain
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Phospholip_A2_3|PF09056.10(18-108);Phospholip_A2_3|PF09056.10(93-141);
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Macro|PF01661.20(114-221);Mago_nashi|PF02792.13(23-76);Mago_nashi|PF02792.13(300-397);
## 19                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                F5_F8_type_C|PF00754.24(19-140);
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            DUF3850|PF12961.6(237-273);(DUF3850)
## 23                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 IMD|PF08397.10(13-240);IMD|PF08397.10(801-868);
## 25                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Ion_trans_2|PF07885.15(182-269);Ion_trans_2|PF07885.15(428-455);Ion_trans|PF00520.30(162-275);Ion_trans|PF00520.30(425-464);Lig_chan|PF00060.25(176-283);SBP_bac_3|PF00497.19(129-383);
## 27                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         CTD_bind|PF04818.12(107-164);CTD_bind|PF04818.12(557-629);CTK3|PF12243.7(503-624);cwf21|PF08312.11(159-181);cwf21|PF08312.11(505-521);cwf21|PF08312.11(581-618);cwf21|PF08312.11(817-865);RRM_1|PF00076.21(232-305);RNP
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 fn3|PF00041.20(38-122);FTA2|PF13095.5(131-205);FTA2|PF13095.5(206-297);Kinase-like|PF14531.5(234-394);Pkinase_Tyr|PF07714.16(153-403);Pkinase_Tyr|PF07714.16(22-72);Pkinase|PF00069.24(153-406);Pur_ac_phosph_N|PF16656.4(40-126);Tissue_fac|PF01108.16(28-120);Tissue_fac|PF01108.16(369-387);
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    CENP-H|PF05837.11(126-217);CENP-H|PF05837.11(18-116);CENP-H|PF05837.11(283-371);CENP-H|PF05837.11(467-513);Lebercilin|PF15619.5(278-371);Lebercilin|PF15619.5(41-93);Lebercilin|PF15619.5(90-212);Spo0A_C|PF08769.10(114-196);Spo0A_C|PF08769.10(28-95);Spo0A_C|PF08769.10(298-341);TMEM192|PF14802.5(6-72);
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             AbiEi_2|PF09952.8(1211-1287);system
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Collagen|PF01391.17(62-108);DivIC|PF04977.14(8-64);DUF1192|PF06698.10(38-68);EPTP|PF03736.16(191-213);EPTP|PF03736.16(217-259);EPTP|PF03736.16(265-305);EPTP|PF03736.16(310-350);EPTP|PF03736.16(357-400);EPTP|PF03736.16(403-450);EPTP|PF03736.16(455-493);
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               APG6|PF04111.11(2-124);Atg14|PF10186.8(7-123);DUF4956|PF16316.4(26-107);Exonuc_VII_L|PF02601.14(5-124);Maelstrom|PF13017.5(4-117);Mnd1|PF03962.14(12-124);THP2|PF09432.9(20-123);
## 37                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      LRR_4|PF12799.6(132-148);LRR_4|PF12799.6(189-231);LRR_4|PF12799.6(235-275);LRR_8|PF13855.5(178-207);LRR_8|PF13855.5(189-247);LRR_8|PF13855.5(248-268);LRR_9|PF14580.5(167-287);SPT6_acidic|PF14632.5(32-63);SPT6_acidic|PF14632.5(80-142);
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Rrp44_CSD1|PF17216.2(103-192);Rrp44_CSD1|PF17216.2(15-103);Rrp44_CSD1|PF17216.2(195-282);
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Actin|PF00022.18(255-321);Actin|PF00022.18(776-1149);DUF4834|PF16118.4(477-526);DUF4834|PF16118.4(7-96);
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Ank_2|PF12796.6(111-205);Ank_3|PF13606.5(108-135);Ank_3|PF13606.5(140-169);Ank_3|PF13606.5(173-201);Ank_4|PF13637.5(108-142);Ank_4|PF13637.5(141-194);Ank_5|PF13857.5(126-181);Ank_5|PF13857.5(181-205);Ank|PF00023.29(113-137);Ank|PF00023.29(141-172);Ank|PF00023.29(173-205);CCDC24|PF15669.4(3-135);
## 44                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ABC_tran_CTD|PF16326.4(133-159);ABC_tran_CTD|PF16326.4(184-249);ABC_tran_CTD|PF16326.4(326-339);APG6|PF04111.11(143-260);DUF1068|PF06364.11(118-253);Egg_lysin|PF01303.16(143-248);Egg_lysin|PF01303.16(273-352);HIP1_clath_bdg|PF16515.4(171-245);IBR|PF01485.20(114-180);IBR|PF01485.20(38-106);IBR|PF01485.20(93-124);Med2|PF11214.7(176-255);Prok-RING_4|PF14447.5(67-116);Sina|PF03145.15(116-213);Thioredoxin_2|PF13098.5(157-276);Thioredoxin_2|PF13098.5(99-161);THOC7|PF05615.12(121-253);U-box|PF04564.14(138-192);U-box|PF04564.14(61-133);zf-ANAPC11|PF12861.6(130-173);zf-ANAPC11|PF12861.6(307-348);zf-ANAPC11|PF12861.6(56-114);zf-C3HC4_2|PF13923.5(66-106);zf-C3HC4_3|PF13920.5(149-183);zf-C3HC4_3|PF13920.5(63-113);zf-C3HC4_4|PF15227.5(67-106);zf-C3HC4|PF00097.24(148-182);zf-C3HC4|PF00097.24(67-106);zf-rbx1|PF12678.6(160-182);zf-rbx1|PF12678.6(316-331);zf-rbx1|PF12678.6(58-107);zf-RING_2|PF13639.5(128-182);zf-RING_2|PF13639.5(310-331);zf-RING_2|PF13639.5(65-107);zf-RING_5|PF14634.5(128-167);zf-RING_5|PF14634.5(161-182);zf-RING_5|PF14634.5(66-108);zf-RING_UBOX|PF13445.5(162-182);zf-RING_UBOX|PF13445.5(67-134);zf-TRAF_2|PF15965.4(160-187);zf-TRAF_2|PF15965.4(80-171);zf-TRAF|PF02176.17(121-151);zf-TRAF|PF02176.17(151-194);Zn_ribbon_17|PF17120.4(295-333);Zn_ribbon_17|PF17120.4(61-108);
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        PIH1|PF08190.11(10-274);
## 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    DEAD|PF00270.28(186-353);DEAD|PF00270.28(389-466);DNA_pol3_chi|PF04364.12(376-430);DUF2608|PF11019.7(323-459);Helicase_C|PF00271.30(216-311);Helicase_C|PF00271.30(387-498);Helicase_C|PF00271.30(642-693);ResIII|PF04851.14(178-348);ResIII|PF04851.14(388-418);ResIII|PF04851.14(622-697);
## 51                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                bZIP_1|PF00170.20(235-294);bZIP_2|PF07716.14(105-117);bZIP_2|PF07716.14(234-288);bZIP_2|PF07716.14(68-92);bZIP_Maf|PF03131.16(228-290);bZIP_Maf|PF03131.16(54-112);DUF4988|PF16378.4(259-295);DUF4988|PF16378.4(44-93);Peptidase_S46|PF10459.8(207-295);pKID|PF02173.16(103-139);RXLR|PF16810.4(193-291);RXLR|PF16810.4(43-128);
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  RabGAP-TBC|PF00566.17(69-275);
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Auts2|PF15336.5(100-185);Auts2|PF15336.5(2-73);NOT2_3_5|PF04153.17(285-410);
## 59                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             adh_short_C2|PF13561.5(130-358);adh_short|PF00106.24(124-271);adh_short|PF00106.24(284-336);Epimerase|PF01370.20(126-302);KR|PF08659.9(124-268);Shikimate_DH|PF01488.19(111-190);Shikimate_DH|PF01488.19(234-281);WW|PF00397.25(20-49);WW|PF00397.25(370-376);WW|PF00397.25(61-90);
## 61                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                EF-hand_1|PF00036.31(21-41);EF-hand_1|PF00036.31(54-82);EF-hand_1|PF00036.31(95-123);EF-hand_4|PF12763.6(40-94);EF-hand_4|PF12763.6(8-47);EF-hand_4|PF12763.6(87-127);EF-hand_6|PF13405.5(17-46);EF-hand_6|PF13405.5(54-91);EF-hand_6|PF13405.5(96-130);EF-hand_7|PF13499.5(2-43);EF-hand_7|PF13499.5(53-121);EF-hand_8|PF13833.5(24-42);EF-hand_8|PF13833.5(54-81);EF-hand_8|PF13833.5(99-120);
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           PBP_like_2|PF12849.6(22-125);PBP_like_2|PF12849.6(281-317);ZapB|PF06005.11(115-130);ZapB|PF06005.11(337-395);ZapB|PF06005.11(56-105);
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Collagen|PF01391.17(151-214);Collagen|PF01391.17(181-239);Collagen|PF01391.17(264-320);Collagen|PF01391.17(293-347);Collagen|PF01391.17(345-398);DUF4175|PF13779.5(313-428);EMI|PF07546.12(116-142);EMI|PF07546.12(46-115);TSC22|PF01166.17(125-149);TSC22|PF01166.17(399-427);
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      RhoGEF|PF00621.19(56-212);
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      DUF2703|PF10865.7(504-616);KorB_C|PF06613.10(689-720);KorB_C|PF06613.10(778-815);LSM_int_assoc|PF16605.4(831-887);Lsm_interact|PF05391.10(909-922);Nup35_RRM_2|PF14605.5(674-717);Nup35_RRM_2|PF14605.5(753-811);Nup35_RRM|PF05172.12(668-744);Nup35_RRM|PF05172.12(767-840);RRM_1|PF00076.21(662-729);RNP
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               PDZ_2|PF13180.5(22-94);PDZ|PF00595.23(6-86);GLGF)
## 71                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      6PF2K|PF01591.17(9-71);Arf|PF00025.20(5-180);DUF3913|PF13052.5(31-74);G-alpha|PF00503.19(10-48);G-alpha|PF00503.19(44-138);Gtr1_RagA|PF04670.11(21-156);MMR_HSR1|PF01926.22(21-131);Ras|PF00071.21(21-182);Roc|PF08477.12(21-134);SRPRB|PF09439.9(17-186);
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 DUF2841|PF11001.7(197-295);Nrf1_DNA-bind|PF10491.8(69-280);Nrf1
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Inp1|PF12634.6(128-266);Inp1|PF12634.6(360-408);MIT|PF04212.17(20-95);Senescence|PF06911.11(335-520);
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        CRAL_TRIO_N|PF03765.14(222-309);CRAL_TRIO|PF00650.19(330-499);PRELI|PF04707.13(17-173);Ribosomal_S4|PF00163.18(628-684);
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Mito_carr|PF00153.26(243-351);Mito_carr|PF00153.26(29-117);
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Ku_C|PF03730.13(406-434);Ku_C|PF03730.13(591-686);Ku_C|PF03730.13(754-837);Ku_N|PF03731.14(122-305);Ku_N|PF03731.14(736-848);Ku_PK_bind|PF08785.10(713-828);Ku|PF02735.15(367-567);Paramyxo_PNT|PF13825.5(255-316);Paramyxo_PNT|PF13825.5(752-847);VWA_2|PF13519.5(123-253);VWA_2|PF13519.5(486-514);VWA_2|PF13519.5(722-820);VWA|PF00092.27(122-316);
## 81                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               0
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Clathrin|PF00637.19(404-554);Clathrin|PF00637.19(574-733);CNH|PF00780.21(27-292);TPR_1|PF00515.27(355-377);TPR_1|PF00515.27(491-513);TPR_1|PF00515.27(666-688);TPR_1|PF00515.27(691-703);TPR_10|PF13374.5(351-380);TPR_10|PF13374.5(491-515);TPR_10|PF13374.5(667-690);TPR_12|PF13424.5(344-378);TPR_12|PF13424.5(490-522);TPR_12|PF13424.5(633-690);TPR_2|PF07719.16(352-378);TPR_2|PF07719.16(488-516);TPR_2|PF07719.16(666-689);TPR_6|PF13174.5(353-376);TPR_6|PF13174.5(491-516);TPR_6|PF13174.5(634-649);TPR_6|PF13174.5(671-690);TPR_7|PF13176.5(358-380);TPR_7|PF13176.5(491-521);TPR_7|PF13176.5(668-696);Vps39_1|PF10366.8(450-551);Vps39_1|PF10366.8(560-602);Vps39_1|PF10366.8(637-715);Vps39_2|PF10367.8(609-699);Vps39_2|PF10367.8(743-851);
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Dor1|PF04124.11(39-376);Sec8_exocyst|PF04048.13(27-154);Sec8_exocyst|PF04048.13(374-409);Vps51|PF08700.10(27-113);Vps54_N|PF10475.8(28-210);
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Utp11|PF03998.12(12-234);
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Nop14|PF04147.11(1-813);
## 87                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         AAA_16|PF13191.5(37-96);AAA_22|PF13401.5(52-144);AAA_29|PF13555.5(41-83);ABC_tran|PF00005.26(313-437);ABC_tran|PF00005.26(46-114);AIG1|PF04548.15(335-380);AIG1|PF04548.15(53-162);APG6|PF04111.11(300-447);Coiled-coil_56|PF09813.8(161-191);Coiled-coil_56|PF09813.8(350-406);Coiled-coil_56|PF09813.8(389-431);Dynamin_N|PF00350.22(100-145);Dynamin_N|PF00350.22(319-427);Dynamin_N|PF00350.22(55-84);Exonuc_VII_L|PF02601.14(325-450);FtsK_SpoIIIE|PF01580.17(319-410);FtsK_SpoIIIE|PF01580.17(39-85);MMR_HSR1|PF01926.22(327-417);MMR_HSR1|PF01926.22(54-198);NACHT|PF05729.11(53-117);Ras|PF00071.21(375-409);Ras|PF00071.21(54-124);Roc|PF08477.12(340-389);Roc|PF08477.12(372-413);Roc|PF08477.12(54-122);RsgA_GTPase|PF03193.15(178-243);RsgA_GTPase|PF03193.15(326-385);RsgA_GTPase|PF03193.15(36-124);Septin|PF00735.17(320-391);Septin|PF00735.17(49-326);
## 93                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    AAA_16|PF13191.5(454-546);AAA_16|PF13191.5(71-159);AAA_18|PF13238.5(609-662);AAA_18|PF13238.5(722-801);AAA_18|PF13238.5(98-209);AAA_22|PF13401.5(90-157);IQ|PF00612.26(618-635);Myosin_head|PF00063.20(11-190);Myosin_head|PF00063.20(187-547);Myosin_head|PF00063.20(545-600);Myosin_TH1|PF06017.12(724-918);Zeta_toxin|PF06414.11(80-137);
## 94                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ADK_lid|PF05191.13(519-551);CDC24_OB3|PF17244.1(220-312);3
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Thioredoxin|PF00085.19(1-54);Thioredoxin|PF00085.19(73-99);
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               DnaJ|PF00226.30(406-447);DnaJ|PF00226.30(89-161);Myb_DNA-bind_6|PF13921.5(260-295);Myb_DNA-bind_6|PF13921.5(347-426);Myb_DNA-bind_6|PF13921.5(449-524);Myb_DNA-bind_6|PF13921.5(550-612);Myb_DNA-binding|PF00249.30(344-361);Myb_DNA-binding|PF00249.30(446-502);Myb_DNA-binding|PF00249.30(547-596);RAC_head|PF16717.4(119-154);RAC_head|PF16717.4(248-334);RAC_head|PF16717.4(336-447);RAC_head|PF16717.4(473-530);RAC_head|PF16717.4(545-612);
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  DUF4806|PF16064.4(172-263);DUF4806|PF16064.4(240-280);DUF4806|PF16064.4(445-519);E1_dh|PF00676.19(124-237);E1_dh|PF00676.19(396-463);EHN|PF06441.11(10-243);EHN|PF06441.11(223-317);EHN|PF06441.11(406-517);Fez1|PF06818.14(157-323);Fez1|PF06818.14(370-521);Fez1|PF06818.14(9-167);Reo_sigmaC|PF04582.11(128-252);Reo_sigmaC|PF04582.11(348-486);Reo_sigmaC|PF04582.11(80-168);Reo_sigmaC|PF04582.11(9-128);
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Astacin|PF01400.23(133-324);Peptidase_M10|PF00413.23(134-195);Peptidase_M10|PF00413.23(201-257);Peptidase_M66|PF10462.8(176-242);Peptidase_M8|PF01457.15(193-279);Peptidase_M8|PF01457.15(230-331);PTS_EIIB|PF00367.19(196-213);Reprolysin_3|PF13582.5(185-229);Reprolysin_5|PF13688.5(174-239);
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          SSrecog|PF03531.13(1-28);SSrecog|PF03531.13(130-144);
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     DUF4413|PF14372.5(11-51);DUF4413|PF14372.5(179-284);DUF4413|PF14372.5(294-354);IQ|PF00612.26(535-552);IQ|PF00612.26(566-585);IQ|PF00612.26(610-629);KASH_CCD|PF14662.5(181-312);KASH_CCD|PF14662.5(327-407);KASH_CCD|PF14662.5(408-477);Seadorna_VP6|PF07407.10(177-290);Seadorna_VP6|PF07407.10(313-404);
## 102                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                KcnmB2_inactiv|PF09303.9(425-444);OTCace_N|PF02729.20(380-472);
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Adaptin_N|PF01602.19(7-100);Arm|PF00514.22(1-31);Arm|PF00514.22(48-78);Arm|PF00514.22(79-101);DUF5427|PF10310.8(11-98);HEAT_2|PF13646.5(8-99);HEAT_EZ|PF13513.5(20-76);HEAT|PF02985.21(51-79);HEAT|PF02985.21(8-37);V-ATPase_H_C|PF11698.7(2-80);
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       PH|PF00169.28(30-135);PXB|PF12828.6(270-352);RhoGAP|PF00620.26(163-317);
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ANAPC4_WD40|PF12894.6(373-404);ANAPC4_WD40|PF12894.6(421-524);ANAPC4_WD40|PF12894.6(58-98);ANAPC4_WD40|PF12894.6(652-721);ANAPC4_WD40|PF12894.6(714-772);ANAPC4_WD40|PF12894.6(762-818);ANAPC4_WD40|PF12894.6(881-942);DCX|PF03607.16(209-265);DCX|PF03607.16(98-148);eIF2A|PF08662.10(375-435);eIF2A|PF08662.10(616-748);eIF2A|PF08662.10(752-847);Ge1_WD40|PF16529.4(390-513);protein
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Arf|PF00025.20(1-166);MMR_HSR1|PF01926.22(10-176);Ras|PF00071.21(10-169);Roc|PF08477.12(10-122);
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    DUF4709|PF15821.4(168-213);DUF4709|PF15821.4(233-326);DUF4709|PF15821.4(339-443);DUF4709|PF15821.4(55-164);
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    IGR|PF09597.9(194-246);SAM_1|PF00536.29(181-244);SAM_2|PF07647.16(186-244);
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        wnt|PF00110.18(40-348);
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              0
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Glyco_transf_49|PF13896.5(79-330);
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          AAA_11|PF13086.5(56-251);AAA_16|PF13191.5(57-291);AAA_19|PF13245.5(60-204);AAA_25|PF13481.5(52-113);AAA_29|PF13555.5(233-268);AAA_29|PF13555.5(62-106);AAA_5|PF07728.13(31-68);AAA_5|PF07728.13(71-199);AAA|PF00004.28(156-213);(AAA)
## 119                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Lactamase_B_2|PF12706.6(133-369);Lactamase_B_3|PF13483.5(117-368);Lactamase_B_6|PF16661.4(127-251);Lactamase_B|PF00753.26(119-266);Lactamase_B|PF00753.26(293-338);
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  WD40|PF00400.31(2-19);WD40|PF00400.31(26-65);
## 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Hormone_recep|PF00104.29(128-323);zf-C4|PF00105.17(19-88);
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ATG16|PF08614.10(183-225);ATG16|PF08614.10(327-457);ATG16|PF08614.10(53-174);BRE1|PF08647.10(105-173);BRE1|PF08647.10(343-371);bZIP_1|PF00170.20(104-145);bZIP_1|PF00170.20(149-176);DivIC|PF04977.14(102-151);DivIC|PF04977.14(148-178);SEP|PF08059.12(270-342);Tir_receptor_M|PF03549.13(226-251);Tir_receptor_M|PF03549.13(352-414);V_ATPase_I|PF01496.18(41-217);
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          CENP-B_dimeris|PF09026.9(145-172);CENP-B_dimeris|PF09026.9(55-116);FtsJ|PF01728.18(246-463);G-patch_2|PF12656.6(102-147);G-patch|PF01585.22(101-145);
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 DSPc|PF00782.19(127-209);PTPlike_phytase|PF14566.5(117-177);PTPlike_phytase|PF14566.5(27-66);Y_phosphatase|PF00102.26(1-218);Y_phosphatase3|PF13350.5(81-189);
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Haspin_kinase|PF12330.7(52-193);Kdo|PF06293.13(62-182);Kinase-like|PF14531.5(25-89);Kinase-like|PF14531.5(47-282);Pkinase_Tyr|PF07714.16(31-291);Pkinase|PF00069.24(31-294);RIO1|PF01163.21(47-167);
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Kdo|PF06293.13(354-495);LIM|PF00412.21(5-61);LIM|PF00412.21(601-613);MIEAP|PF16026.4(217-340);MIEAP|PF16026.4(56-191);PDZ_2|PF13180.5(114-193);PDZ_2|PF13180.5(285-320);PDZ|PF00595.23(107-185);GLGF)
## 133                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   DUF1086|PF06461.10(9-103);DUF4600|PF15372.5(11-126);HAND|PF09110.10(4-44);Myb_DNA-binding|PF00249.30(46-87);SLIDE|PF09111.9(101-127);SLIDE|PF09111.9(11-79);
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     4HBT|PF03061.21(20-107);4HBT|PF03061.21(211-287);A2M_comp|PF07678.13(121-177);A2M_comp|PF07678.13(75-123);
## 136                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              0
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    RNase_PH_C|PF03725.14(201-267);RNase_PH|PF01138.20(55-172);
## 139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         CUB_2|PF02408.19(161-277);CUB_2|PF02408.19(283-392);CUB_2|PF02408.19(395-492);CUB_2|PF02408.19(521-547);CUB_2|PF02408.19(601-631);CUB|PF00431.19(166-276);CUB|PF00431.19(284-391);CUB|PF00431.19(395-504);CUB|PF00431.19(511-627);EGF_2|PF07974.12(124-158);EGF_2|PF07974.12(77-118);EGF_CA|PF07645.14(123-166);EGF_CA|PF07645.14(83-127);EGF|PF00008.26(124-157);EGF|PF00008.26(77-117);hEGF|PF12661.6(132-151);hEGF|PF12661.6(72-86);hEGF|PF12661.6(86-113);UBX|PF00789.19(187-212);UBX|PF00789.19(416-504);UBX|PF00789.19(545-572);
## 140                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 tRNA-synt_1b|PF00579.24(4-74);tRNA-synt_1b|PF00579.24(88-209);
## 141                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Pro_isomerase|PF00160.20(133-299);
## 142                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ACCA|PF03255.13(2-56);ACCA|PF03255.13(47-153);AKNA|PF12443.7(2-46);AKNA|PF12443.7(46-95);AKNA|PF12443.7(78-128);CLZ|PF16526.4(11-58);channels
## 143                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   UCH_1|PF13423.5(3-233);UCH|PF00443.28(18-254);UIM|PF02809.19(141-156);UIM|PF02809.19(19-34);
## 144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                AAA_16|PF13191.5(414-562);AAA_17|PF13207.5(109-207);AAA_17|PF13207.5(442-569);AAA_22|PF13401.5(431-567);AAA_29|PF13555.5(427-475);AAA|PF00004.28(439-549);(AAA)
## 146                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              0
## 147 BolA|PF01722.17(154-201);BolA|PF01722.17(217-282);BolA|PF01722.17(33-84);C1_4|PF07975.11(147-200);C1_4|PF07975.11(204-254);C1_4|PF07975.11(42-82);C1_4|PF07975.11(89-127);zf-C2H2_4|PF13894.5(117-140);zf-C2H2_4|PF13894.5(145-170);zf-C2H2_4|PF13894.5(175-198);zf-C2H2_4|PF13894.5(203-226);zf-C2H2_4|PF13894.5(231-254);zf-C2H2_4|PF13894.5(259-282);zf-C2H2_4|PF13894.5(60-83);zf-C2H2_4|PF13894.5(88-111);zf-C2H2_6|PF13912.5(116-127);zf-C2H2_6|PF13912.5(144-170);zf-C2H2_6|PF13912.5(174-199);zf-C2H2_6|PF13912.5(202-228);zf-C2H2_6|PF13912.5(230-256);zf-C2H2_6|PF13912.5(260-270);zf-C2H2_6|PF13912.5(59-82);zf-C2H2_6|PF13912.5(89-99);zf-C2H2_8|PF15909.4(106-199);zf-C2H2_8|PF15909.4(187-231);zf-C2H2_8|PF15909.4(222-286);zf-C2H2_8|PF15909.4(48-87);zf-C2H2_jaz|PF12171.7(116-136);zf-C2H2_jaz|PF12171.7(150-170);zf-C2H2_jaz|PF12171.7(174-195);zf-C2H2_jaz|PF12171.7(202-214);zf-C2H2_jaz|PF12171.7(230-251);zf-C2H2_jaz|PF12171.7(258-279);zf-C2H2_jaz|PF12171.7(59-80);zf-C2H2_jaz|PF12171.7(87-109);zf-C2H2|PF00096.25(117-139);zf-C2H2|PF00096.25(145-169);zf-C2H2|PF00096.25(175-197);zf-C2H2|PF00096.25(203-225);zf-C2H2|PF00096.25(231-253);zf-C2H2|PF00096.25(259-281);zf-C2H2|PF00096.25(60-82);zf-C2H2|PF00096.25(88-111);zf-Di19|PF05605.11(115-148);zf-Di19|PF05605.11(143-199);zf-Di19|PF05605.11(201-254);zf-Di19|PF05605.11(229-283);zf-Di19|PF05605.11(54-85);zf-Di19|PF05605.11(87-139);zf-H2C2_2|PF13465.5(102-128);zf-H2C2_2|PF13465.5(132-158);zf-H2C2_2|PF13465.5(161-185);zf-H2C2_2|PF13465.5(189-214);zf-H2C2_2|PF13465.5(217-242);zf-H2C2_2|PF13465.5(245-269);zf-H2C2_2|PF13465.5(273-287);zf-H2C2_2|PF13465.5(50-70);zf-H2C2_2|PF13465.5(74-97);zf-met|PF12874.6(117-137);zf-met|PF12874.6(151-169);zf-met|PF12874.6(175-198);zf-met|PF12874.6(203-226);zf-met|PF12874.6(231-254);zf-met|PF12874.6(259-282);zf-met|PF12874.6(60-80);zf-met|PF12874.6(88-109);zinc-ribbons_6|PF07191.11(146-192);zinc-ribbons_6|PF07191.11(175-268);zinc-ribbons_6|PF07191.11(47-76);zinc-ribbons_6|PF07191.11(88-131);Zn-ribbon_8|PF09723.9(174-214);Zn-ribbon_8|PF09723.9(202-244);Zn-ribbon_8|PF09723.9(230-270);Zn-ribbon_8|PF09723.9(59-129);
## 148                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            FAM221|PF14753.5(266-299);FAM221|PF14753.5(27-221);
## 149                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            EFG_C|PF00679.23(1073-1160);EFG_II|PF14492.5(633-705);EFG_IV|PF03764.17(1031-1048);EFG_IV|PF03764.17(849-908);EFG_IV|PF03764.17(929-977);G-alpha|PF00503.19(128-205);G-alpha|PF00503.19(4-38);G-alpha|PF00503.19(714-873);GTP_EFTU_D2|PF03144.24(507-618);GTP_EFTU|PF00009.26(17-365);RsgA_GTPase|PF03193.15(109-206);RsgA_GTPase|PF03193.15(2-98);
## 151                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Pyridoxal_deC|PF00282.18(190-320);Pyridoxal_deC|PF00282.18(324-388);
## 152                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         DUF4659|PF15558.5(124-254);DUF4659|PF15558.5(352-725);
## 153                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Kazal_1|PF00050.20(675-735);Kazal_1|PF00050.20(751-775);Kazal_1|PF00050.20(76-123);Kazal_1|PF00050.20(761-821);Kazal_2|PF07648.14(56-72);Kazal_2|PF07648.14(687-735);Kazal_2|PF07648.14(773-821);Kazal_2|PF07648.14(79-128);TSP_1|PF00090.18(319-371);TSP_1|PF00090.18(378-430);TSP_1|PF00090.18(437-489);TSP_1|PF00090.18(496-548);TSP_1|PF00090.18(555-607);TSP_1|PF00090.18(59-87);TSP_1|PF00090.18(614-666);VWA_2|PF13519.5(135-243);VWA|PF00092.27(134-304);VWA|PF00092.27(2-50);
## 154                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   AdoMet_MTase|PF07757.12(153-238);Methyltransf_32|PF13679.5(173-299);Methyltransf_32|PF13679.5(310-331);TRM13|PF05206.13(176-444);zf-TRM13_CCCH|PF11722.7(23-51);zf-U11-48K|PF05253.11(153-164);zf-U11-48K|PF05253.11(67-91);
## 155                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              BRCT_2|PF16589.4(332-420);BRCT_2|PF16589.4(571-660);BRCT|PF00533.25(334-408);BRCT|PF00533.25(570-648);LIG3_BRCT|PF16759.4(355-413);LIG3_BRCT|PF16759.4(570-653);PTCB-BRCT|PF12738.6(342-403);PTCB-BRCT|PF12738.6(581-634);RTT107_BRCT_5|PF16770.4(322-421);domain
## 156                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     STELLO|PF03385.16(54-248);
## 158                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Calx-beta|PF03160.13(140-244);Calx-beta|PF03160.13(259-291);Calx-beta|PF03160.13(27-126);
## 159                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Ku_C|PF03730.13(446-530);Ku_N|PF03731.14(191-230);Ku_N|PF03731.14(39-214);Ku|PF02735.15(237-436);
## 160                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        FRB_dom|PF08771.10(110-208);FRB_dom|PF08771.10(74-105);
## 161                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GTF2I|PF02946.13(177-244);
## 163                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               tRNA-synt_1|PF00133.21(1-39);and
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Gene_ontology_.GO.
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     collagen_trimer_[GO:0005581];extracellular_region_[GO:0005576];proteinaceous_extracellular_matrix_[GO:0005578];cell_adhesion_[GO:0007155]
## 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         catalytic_step_2_spliceosome_[GO:0071013];precatalytic_spliceosome_[GO:0071011];U5_snRNP_[GO:0005682];RNA_binding_[GO:0003723];mRNA_processing_[GO:0006397];RNA_splicing_[GO:0008380]
## 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                cell-cell_contact_zone_[GO:0044291];Golgi_apparatus_[GO:0005794];integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];transport_vesicle_[GO:0030133];fibroblast_growth_factor_binding_[GO:0017134];fibroblast_growth_factor-activated_receptor_activity_[GO:0005007];heparin_binding_[GO:0008201];cell-cell_adhesion_via_plasma-membrane_adhesion_molecules_[GO:0098742];diaphragm_development_[GO:0060539];fibroblast_growth_factor_receptor_signaling_pathway_[GO:0008543];heart_valve_morphogenesis_[GO:0003179];negative_regulation_of_cell_proliferation_[GO:0008285];protein_homooligomerization_[GO:0051260];skeletal_system_development_[GO:0001501];ventricular_septum_morphogenesis_[GO:0060412]
## 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           cytoplasm_[GO:0005737];calcium-dependent_cysteine-type_endopeptidase_activity_[GO:0004198];proteolysis_[GO:0006508]
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    cell_cortex_[GO:0005938];cytoplasm_[GO:0005737];cytosol_[GO:0005829];germinal_vesicle_[GO:0042585];mitochondrion_[GO:0005739];nucleolus_[GO:0005730];perinuclear_region_of_cytoplasm_[GO:0048471];ATP_binding_[GO:0005524]
## 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              nucleus_[GO:0005634];transcription_factor_complex_[GO:0005667];DNA_binding_[GO:0003677];RNA_polymerase_II_proximal_promoter_sequence-specific_DNA_binding_[GO:0000978];RNA_polymerase_II_regulatory_region_sequence-specific_DNA_binding_[GO:0000977];sequence-specific_DNA_binding_[GO:0043565];transcription_cofactor_activity_[GO:0003712];transcription_factor_activity,_RNA_polymerase_II_proximal_promoter_sequence-specific_DNA_binding_[GO:0000982];transcription_factor_activity,_transcription_factor_binding_[GO:0000989];transcription_factor_binding_[GO:0008134];transcription_regulatory_region_DNA_binding_[GO:0044212];transcriptional_repressor_activity,_RNA_polymerase_II_transcription_regulatory_region_sequence-specific_DNA_binding_[GO:0001227];activation_of_meiosis_[GO:0090427];anterior/posterior_pattern_specification_[GO:0009952];BMP_signaling_pathway_[GO:0030509];BMP_signaling_pathway_involved_in_heart_development_[GO:0061312];bone_morphogenesis_[GO:0060349];bone_trabecula_formation_[GO:0060346];branching_involved_in_mammary_gland_duct_morphogenesis_[GO:0060444];cartilage_development_[GO:0051216];cellular_response_to_estradiol_stimulus_[GO:0071392];cellular_response_to_growth_factor_stimulus_[GO:0071363];chondrocyte_development_[GO:0002063];embryonic_digit_morphogenesis_[GO:0042733];embryonic_forelimb_morphogenesis_[GO:0035115];embryonic_hindlimb_morphogenesis_[GO:0035116];embryonic_limb_morphogenesis_[GO:0030326];embryonic_nail_plate_morphogenesis_[GO:0035880];enamel_mineralization_[GO:0070166];endochondral_bone_growth_[GO:0003416];epithelial_to_mesenchymal_transition_involved_in_endocardial_cushion_formation_[GO:0003198];frontal_suture_morphogenesis_[GO:0060364];mammary_gland_epithelium_development_[GO:0061180];negative_regulation_of_apoptotic_process_[GO:0043066];negative_regulation_of_cell_proliferation_[GO:0008285];negative_regulation_of_CREB_transcription_factor_activity_[GO:0032792];negative_regulation_of_fat_cell_differentiation_[GO:0045599];negative_regulation_of_keratinocyte_differentiation_[GO:0045617];negative_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0000122];negative_regulation_of_transcription_regulatory_region_DNA_binding_[GO:2000678];negative_regulation_of_transcription,_DNA-templated_[GO:0045892];odontogenesis_[GO:0042476];ossification_[GO:0001503];osteoblast_development_[GO:0002076];osteoblast_differentiation_[GO:0001649];outflow_tract_morphogenesis_[GO:0003151];outflow_tract_septum_morphogenesis_[GO:0003148];positive_regulation_of_apoptotic_process_[GO:0043065];positive_regulation_of_BMP_signaling_pathway_[GO:0030513];positive_regulation_of_cell_death_[GO:0010942];positive_regulation_of_mesenchymal_cell_apoptotic_process_[GO:2001055];positive_regulation_of_osteoblast_differentiation_[GO:0045669];positive_regulation_of_timing_of_catagen_[GO:0051795];regulation_of_apoptotic_process_[GO:0042981];signal_transduction_involved_in_regulation_of_gene_expression_[GO:0023019];stem_cell_differentiation_[GO:0048863];transcription_from_RNA_polymerase_II_promoter_[GO:0006366];wound_healing_[GO:0042060];wound_healing,_spreading_of_epidermal_cells_[GO:0035313]
## 13                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      condensed_chromosome_kinetochore_[GO:0000777];cytoplasm_[GO:0005737];cytosol_[GO:0005829];Golgi_apparatus_[GO:0005794];kinetochore_[GO:0000776];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];plasma_membrane_[GO:0005886];protein_complex_[GO:0043234];protein_kinase_activity_[GO:0004672];bone_remodeling_[GO:0046849];cell_cycle_[GO:0007049];epidermal_growth_factor_receptor_signaling_pathway_via_I-kappaB_kinase/NF-kappaB_cascade_[GO:0038168];homeostasis_of_number_of_cells_[GO:0048872];negative_regulation_of_NIK/NF-kappaB_signaling_[GO:1901223];negative_regulation_of_peptidyl-serine_phosphorylation_[GO:0033137];ossification_[GO:0001503];positive_regulation_of_apoptotic_process_[GO:0043065];positive_regulation_of_JNK_cascade_[GO:0046330];positive_regulation_of_protein_autophosphorylation_[GO:0031954];positive_regulation_of_protein_kinase_activity_[GO:0045860];protein_stabilization_[GO:0050821];regulation_of_osteoblast_differentiation_[GO:0045667];regulation_of_osteoclast_differentiation_[GO:0045670];skeletal_system_development_[GO:0001501]
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   extracellular_region_[GO:0005576];phospholipase_A2_activity_[GO:0004623];phospholipase_A2_activity_(consuming_1,2-dipalmitoylphosphatidylcholine)_[GO:0102567];phospholipase_A2_activity_consuming_1,2-dioleoylphosphatidylethanolamine)_[GO:0102568];toxin_activity_[GO:0090729];arachidonic_acid_secretion_[GO:0050482];lipid_catabolic_process_[GO:0016042];phospholipid_metabolic_process_[GO:0006644]
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               centrosome_[GO:0005813];nucleolus_[GO:0005730];nucleus_[GO:0005634];deacetylase_activity_[GO:0019213];hydrolase_activity,_acting_on_glycosyl_bonds_[GO:0016798];brain_development_[GO:0007420];cellular_response_to_DNA_damage_stimulus_[GO:0006974];protein_de-ADP-ribosylation_[GO:0051725];purine_nucleoside_metabolic_process_[GO:0042278]
## 19                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     centrosome_[GO:0005813];cilium_[GO:0005929];intraciliary_transport_particle_B_[GO:0030992];metal_ion_binding_[GO:0046872];heart_development_[GO:0007507];intraciliary_transport_[GO:0042073];left/right_axis_specification_[GO:0070986];lung_development_[GO:0030324];skeletal_system_development_[GO:0001501];smoothened_signaling_pathway_[GO:0007224]
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Golgi_apparatus_[GO:0005794];intracellular_membrane-bounded_organelle_[GO:0043231];nucleoplasm_[GO:0005654];metal_ion_binding_[GO:0046872];RNA_polymerase_II_proximal_promoter_sequence-specific_DNA_binding_[GO:0000978];transcription_factor_binding_[GO:0008134];transcriptional_activator_activity,_RNA_polymerase_II_proximal_promoter_sequence-specific_DNA_binding_[GO:0001077];angiogenesis_[GO:0001525];cellular_response_to_leukemia_inhibitory_factor_[GO:1990830];cellular_response_to_organic_cyclic_compound_[GO:0071407];cellular_response_to_peptide_[GO:1901653];intestinal_epithelial_cell_development_[GO:0060576];microvillus_assembly_[GO:0030033];negative_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0000122];positive_regulation_of_cell_proliferation_[GO:0008284];positive_regulation_of_fat_cell_differentiation_[GO:0045600];positive_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0045944];regulation_of_microvillus_assembly_[GO:0032534];skeletal_muscle_cell_differentiation_[GO:0035914];transcription_from_RNA_polymerase_II_promoter_[GO:0006366]
## 23                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          actin_cytoskeleton_[GO:0015629];adherens_junction_[GO:0005912];cytoplasm_[GO:0005737];actin_binding_[GO:0003779];actin_filament_binding_[GO:0051015];actin_monomer_binding_[GO:0003785];identical_protein_binding_[GO:0042802];receptor_binding_[GO:0005102];actin_filament_organization_[GO:0007015];actin_filament_polymerization_[GO:0030041];adherens_junction_maintenance_[GO:0034334];bone_mineralization_[GO:0030282];cellular_response_to_fluid_shear_stress_[GO:0071498];epithelial_cell_proliferation_involved_in_renal_tubule_morphogenesis_[GO:2001013];glomerulus_morphogenesis_[GO:0072102];in_utero_embryonic_development_[GO:0001701];magnesium_ion_homeostasis_[GO:0010960];muscle_organ_development_[GO:0007517];negative_regulation_of_epithelial_cell_proliferation_[GO:0050680];nephron_tubule_epithelial_cell_differentiation_[GO:0072160];nervous_system_development_[GO:0007399];plasma_membrane_organization_[GO:0007009];positive_regulation_of_actin_filament_bundle_assembly_[GO:0032233];renal_system_development_[GO:0072001];renal_tubule_morphogenesis_[GO:0061333]
## 25                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   voltage-gated_potassium_channel_complex_[GO:0008076];voltage-gated_potassium_channel_activity_[GO:0005249]
## 27                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           nucleoplasm_[GO:0005654];nucleus_[GO:0005634];RNA_binding_[GO:0003723];mRNA_splicing,_via_spliceosome_[GO:0000398]
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            cytoskeleton_[GO:0005856];extracellular_exosome_[GO:0070062];membrane_[GO:0016020];neuron_projection_[GO:0043005];neuronal_cell_body_[GO:0043025];perinuclear_region_of_cytoplasm_[GO:0048471];postsynaptic_density_[GO:0014069];ATP_binding_[GO:0005524];enzyme_binding_[GO:0019899];guanyl-nucleotide_exchange_factor_activity_[GO:0005085];metal_ion_binding_[GO:0046872];protein_serine/threonine_kinase_activity_[GO:0004674];Rac_guanyl-nucleotide_exchange_factor_activity_[GO:0030676];adult_locomotory_behavior_[GO:0008344];axonogenesis_[GO:0007409];behavioral_fear_response_[GO:0001662];behavioral_response_to_cocaine_[GO:0048148];behavioral_response_to_formalin_induced_pain_[GO:0061368];habituation_[GO:0046959];intracellular_signal_transduction_[GO:0035556];lactation_[GO:0007595];maternal_behavior_[GO:0042711];maternal_process_involved_in_parturition_[GO:0060137];memory_[GO:0007613];modification_of_postsynaptic_actin_cytoskeleton_[GO:0098885];negative_regulation_of_growth_hormone_secretion_[GO:0060125];nervous_system_development_[GO:0007399];neuromuscular_junction_development_[GO:0007528];neurotransmitter_receptor_localization_to_postsynaptic_specialization_membrane_[GO:0099645];NMDA_selective_glutamate_receptor_signaling_pathway_[GO:0098989];positive_regulation_of_dendritic_spine_development_[GO:0060999];positive_regulation_of_dendritic_spine_morphogenesis_[GO:0061003];positive_regulation_of_GTPase_activity_[GO:0043547];positive_regulation_of_long-term_synaptic_potentiation_[GO:1900273];regulation_of_dendrite_development_[GO:0050773];regulation_of_neuronal_synaptic_plasticity_[GO:0048168];regulation_of_protein_localization_to_plasma_membrane_[GO:1903076];regulation_of_Rho_protein_signal_transduction_[GO:0035023];regulation_of_synaptic_transmission,_glutamatergic_[GO:0051966];response_to_mechanical_stimulus_[GO:0009612];Rho_protein_signal_transduction_[GO:0007266];smooth_muscle_cell_migration_[GO:0014909];smooth_muscle_cell_proliferation_[GO:0048659];social_behavior_[GO:0035176]
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  axoneme_[GO:0005930];cilium_movement_[GO:0003341];outer_dynein_arm_assembly_[GO:0036158];spermatid_development_[GO:0007286]
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          collagen_trimer_[GO:0005581];extracellular_matrix_[GO:0031012];extracellular_region_[GO:0005576];proteinaceous_extracellular_matrix_[GO:0005578];cell_adhesion_[GO:0007155];collagen_catabolic_process_[GO:0030574]
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      cell_junction_[GO:0030054];extracellular_region_[GO:0005576];neuron_projection_[GO:0043005];synaptic_vesicle_[GO:0008021];catalytic_activity_[GO:0003824];exocytosis_[GO:0006887];regulation_of_exocytosis_[GO:0017157]
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 cytoplasm_[GO:0005737];manchette_[GO:0002177];motile_cilium_[GO:0031514];sperm_flagellum_[GO:0036126];calmodulin_binding_[GO:0005516];sperm_axoneme_assembly_[GO:0007288];spermatid_development_[GO:0007286]
## 37                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    cytoplasm_[GO:0005737];oxidoreductase_activity,_acting_on_a_sulfur_group_of_donors,_disulfide_as_acceptor_[GO:0016671];protein_disulfide_oxidoreductase_activity_[GO:0015035];protein-disulfide_reductase_activity_[GO:0047134];thioredoxin-disulfide_reductase_activity_[GO:0004791];cell_differentiation_[GO:0030154];cell_redox_homeostasis_[GO:0045454];cellular_response_to_oxidative_stress_[GO:0034599];glycerol_ether_metabolic_process_[GO:0006662];multicellular_organism_development_[GO:0007275];spermatogenesis_[GO:0007283]
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         actin_cortical_patch_[GO:0030479];actin_filament_[GO:0005884];actin_filament_bundle_[GO:0032432];actomyosin_contractile_ring,_distal_actin_filament_layer_[GO:0120106];actomyosin_contractile_ring,_intermediate_layer_[GO:0120105];actomyosin_contractile_ring,_proximal_layer_[GO:0120104];cellular_bud_neck_contractile_ring_[GO:0000142];cytosol_[GO:0005829];Ino80_complex_[GO:0031011];mating_projection_tip_[GO:0043332];NuA4_histone_acetyltransferase_complex_[GO:0035267];perinuclear_region_of_cytoplasm_[GO:0048471];prospore_membrane_[GO:0005628];Swr1_complex_[GO:0000812];ATP_binding_[GO:0005524];histone_acetyltransferase_activity_[GO:0004402];identical_protein_binding_[GO:0042802];structural_constituent_of_cytoskeleton_[GO:0005200];actomyosin_contractile_ring_contraction_[GO:0000916];ascospore_wall_assembly_[GO:0030476];cellular_response_to_oxidative_stress_[GO:0034599];chronological_cell_aging_[GO:0001300];DNA_repair_[GO:0006281];endocytosis_[GO:0006897];establishment_of_cell_polarity_[GO:0030010];establishment_or_maintenance_of_cell_polarity_regulating_cell_shape_[GO:0071963];histone_exchange_[GO:0043486];mitotic_actomyosin_contractile_ring_assembly_[GO:1903475];protein_secretion_[GO:0009306];regulation_of_nucleosome_density_[GO:0060303];vacuole_inheritance_[GO:0000011]
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                phosphatase_binding_[GO:0019902];protein_phosphatase_inhibitor_activity_[GO:0004864];negative_regulation_of_phosphatase_activity_[GO:0010923]
## 44                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ubiquitin_protein_ligase_activity_[GO:0061630];ubiquitin-protein_transferase_activity_[GO:0004842];zinc_ion_binding_[GO:0008270];extrinsic_apoptotic_signaling_pathway_[GO:0097191];melanocyte_differentiation_[GO:0030318];protein_polyubiquitination_[GO:0000209]
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .
## 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      cytoplasm_[GO:0005737];Golgi_apparatus_[GO:0005794];nucleolus_[GO:0005730];nucleus_[GO:0005634];ATP_binding_[GO:0005524];ATP-dependent_RNA_helicase_activity_[GO:0004004];estrogen_receptor_binding_[GO:0030331];receptor_binding_[GO:0005102];RNA_binding_[GO:0003723];transcription_corepressor_activity_[GO:0003714];regulation_of_transcription,_DNA-templated_[GO:0006355];RNA_metabolic_process_[GO:0016070];RNA_processing_[GO:0006396];RNA_secondary_structure_unwinding_[GO:0010501];transcription,_DNA-templated_[GO:0006351]
## 51                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               nucleus_[GO:0005634];DNA_binding_[GO:0003677];DNA_binding_transcription_factor_activity_[GO:0003700];transcription,_DNA-templated_[GO:0006351]
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         endomembrane_system_[GO:0012505];intracellular_[GO:0005622];GTPase_activator_activity_[GO:0005096];Rab_GTPase_binding_[GO:0017137];activation_of_GTPase_activity_[GO:0090630];intracellular_protein_transport_[GO:0006886];regulation_of_vesicle_fusion_[GO:0031338]
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           CCR4-NOT_complex_[GO:0030014];CCR4-NOT_core_complex_[GO:0030015];cytoplasm_[GO:0005737];cytosol_[GO:0005829];membrane_[GO:0016020];nucleus_[GO:0005634];P-body_[GO:0000932];plasma_membrane_[GO:0005886];RNA_polymerase_II_transcription_cofactor_activity_[GO:0001104];RNA_polymerase_II_transcription_corepressor_binding_[GO:0001226];DNA_damage_response,_signal_transduction_by_p53_class_mediator_resulting_in_cell_cycle_arrest_[GO:0006977];gene_silencing_by_RNA_[GO:0031047];negative_regulation_of_intracellular_estrogen_receptor_signaling_pathway_[GO:0033147];negative_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0000122];negative_regulation_of_translation_[GO:0017148];nuclear-transcribed_mRNA_catabolic_process,_deadenylation-dependent_decay_[GO:0000288];nuclear-transcribed_mRNA_poly(A)_tail_shortening_[GO:0000289];positive_regulation_of_cytoplasmic_mRNA_processing_body_assembly_[GO:0010606];regulation_of_stem_cell_population_maintenance_[GO:2000036];regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0006357];RNA_phosphodiester_bond_hydrolysis,_exonucleolytic_[GO:0090503];transcription,_DNA-templated_[GO:0006351];trophectodermal_cell_differentiation_[GO:0001829]
## 59                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      cytoplasm_[GO:0005737];mitochondrion_[GO:0005739];nucleus_[GO:0005634];oxidoreductase_activity_[GO:0016491];apoptotic_process_[GO:0006915];negative_regulation_of_Wnt_signaling_pathway_[GO:0030178];Wnt_signaling_pathway_[GO:0016055]
## 61                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     cuticular_plate_[GO:0032437];cytoplasm_[GO:0005737];photoreceptor_inner_segment_[GO:0001917];photoreceptor_outer_segment_[GO:0001750];sarcolemma_[GO:0042383];stereocilium_[GO:0032420];calcium_ion_binding_[GO:0005509];magnesium_ion_binding_[GO:0000287];protein_homodimerization_activity_[GO:0042803];cellular_response_to_ATP_[GO:0071318];positive_regulation_of_cytosolic_calcium_ion_concentration_[GO:0007204]
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         axoneme_[GO:0005930];BBSome_[GO:0034464];centrosome_[GO:0005813];ciliary_basal_body_[GO:0036064];ciliary_membrane_[GO:0060170];membrane_[GO:0016020];nucleus_[GO:0005634];photoreceptor_outer_segment_[GO:0001750];RNA_polymerase_II_repressing_transcription_factor_binding_[GO:0001103];brain_development_[GO:0007420];cilium_assembly_[GO:0060271];eye_development_[GO:0001654];fat_cell_differentiation_[GO:0045444];heart_development_[GO:0007507];intracellular_transport_[GO:0046907];limb_development_[GO:0060173];non-motile_cilium_assembly_[GO:1905515];palate_development_[GO:0060021];positive_regulation_of_proteasomal_ubiquitin-dependent_protein_catabolic_process_[GO:0032436];protein_localization_[GO:0008104];protein_transport_[GO:0015031];regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0006357];smoothened_signaling_pathway_[GO:0007224]
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         collagen_trimer_[GO:0005581];proteinaceous_extracellular_matrix_[GO:0005578];extracellular_matrix_structural_constituent_[GO:0005201];metal_ion_binding_[GO:0046872]
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               cytosol_[GO:0005829];extracellular_space_[GO:0005615];intercalated_disc_[GO:0014704];M_band_[GO:0031430];nuclear_body_[GO:0016604];plasma_membrane_[GO:0005886];sarcolemma_[GO:0042383];striated_muscle_myosin_thick_filament_[GO:0005863];Z_disc_[GO:0030018];ankyrin_binding_[GO:0030506];ATP_binding_[GO:0005524];cadherin_binding_[GO:0045296];calmodulin_binding_[GO:0005516];metal_ion_binding_[GO:0046872];protein_kinase_activity_[GO:0004672];protein_serine/threonine_kinase_activity_[GO:0004674];Rho_guanyl-nucleotide_exchange_factor_activity_[GO:0005089];titin_binding_[GO:0031432];cell_differentiation_[GO:0030154];multicellular_organism_development_[GO:0007275];protein_autophosphorylation_[GO:0046777];protein_phosphorylation_[GO:0006468];regulation_of_Rho_protein_signal_transduction_[GO:0035023]
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Cajal_body_[GO:0015030];cytoplasm_[GO:0005737];nuclear_speck_[GO:0016607];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];histone_binding_[GO:0042393];U6_snRNA_binding_[GO:0017070];U6atac_snRNA_binding_[GO:0030624];mRNA_splicing,_via_spliceosome_[GO:0000398];nucleosome_assembly_[GO:0006334];positive_regulation_of_histone_deubiquitination_[GO:1903586];spliceosomal_snRNP_assembly_[GO:0000387];spliceosomal_tri-snRNP_complex_assembly_[GO:0000244]
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            cleavage_furrow_[GO:0032154];dendritic_spine_[GO:0043197];extrinsic_component_of_postsynaptic_endosome_membrane_[GO:0098999];integral_component_of_membrane_[GO:0016021];postsynaptic_density_[GO:0014069];ruffle_membrane_[GO:0032587];ARF_guanyl-nucleotide_exchange_factor_activity_[GO:0005086];guanine_nucleotide_transmembrane_transporter_activity_[GO:0001409];phospholipid_binding_[GO:0005543];guanine_transport_[GO:0015854];neuron_differentiation_[GO:0030182];neuron_projection_development_[GO:0031175];regulation_of_ARF_protein_signal_transduction_[GO:0032012]
## 71                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Golgi_apparatus_[GO:0005794];GTP_binding_[GO:0005525];protein_transport_[GO:0015031];small_GTPase_mediated_signal_transduction_[GO:0007264];vesicle-mediated_transport_[GO:0016192]
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              nucleus_[GO:0005634];DNA_binding_[GO:0003677];regulation_of_transcription,_DNA-templated_[GO:0006355];transcription,_DNA-templated_[GO:0006351]
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    cytosol_[GO:0005829];lipid_droplet_[GO:0005811];midbody_[GO:0030496];mitochondrial_outer_membrane_[GO:0005741];plasma_membrane_[GO:0005886];synapse_[GO:0045202];ubiquitin_protein_ligase_binding_[GO:0031625];abscission_[GO:0009838];adipose_tissue_development_[GO:0060612];cell_division_[GO:0051301];lipid_particle_organization_[GO:0034389];negative_regulation_of_BMP_signaling_pathway_[GO:0030514];negative_regulation_of_collateral_sprouting_in_absence_of_injury_[GO:0048698];neuromuscular_process_[GO:0050905];regulation_of_mitochondrial_membrane_potential_[GO:0051881]
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        cytoplasm_[GO:0005737];cytosol_[GO:0005829];Golgi_apparatus_[GO:0005794];nucleoplasm_[GO:0005654];molecular_function_regulator_[GO:0098772];RIG-I_binding_[GO:0039552];choline_transport_[GO:0015871];innate_immune_response_[GO:0045087];negative_regulation_of_RIG-I_signaling_pathway_[GO:0039536]
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 integral_component_of_membrane_[GO:0016021];mitochondrial_outer_membrane_[GO:0005741];mitochondrion_[GO:0005739];mitochondrial_membrane_fission_[GO:0090149]
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             cytosol_[GO:0005829];extracellular_region_[GO:0005576];intracellular_ribonucleoprotein_complex_[GO:0030529];Ku70:Ku80_complex_[GO:0043564];membrane_[GO:0016020];nonhomologous_end_joining_complex_[GO:0070419];nuclear_chromosome,_telomeric_region_[GO:0000784];nuclear_telomere_cap_complex_[GO:0000783];nucleolus_[GO:0005730];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];plasma_membrane_[GO:0005886];protein_complex_[GO:0043234];protein-DNA_complex_[GO:0032993];secretory_granule_lumen_[GO:0034774];ATP_binding_[GO:0005524];ATP-dependent_DNA_helicase_activity_[GO:0004003];damaged_DNA_binding_[GO:0003684];DNA_binding_[GO:0003677];double-stranded_DNA_binding_[GO:0003690];enzyme_activator_activity_[GO:0008047];macromolecular_complex_binding_[GO:0044877];protein_C-terminus_binding_[GO:0008022];RNA_binding_[GO:0003723];telomeric_DNA_binding_[GO:0042162];transcription_regulatory_region_DNA_binding_[GO:0044212];ubiquitin_protein_ligase_binding_[GO:0031625];activation_of_innate_immune_response_[GO:0002218];brain_development_[GO:0007420];cell_proliferation_[GO:0008283];cellular_hyperosmotic_salinity_response_[GO:0071475];cellular_response_to_fatty_acid_[GO:0071398];cellular_response_to_gamma_radiation_[GO:0071480];cellular_response_to_leukemia_inhibitory_factor_[GO:1990830];cellular_response_to_X-ray_[GO:0071481];DNA_recombination_[GO:0006310];double-strand_break_repair_[GO:0006302];double-strand_break_repair_via_nonhomologous_end_joining_[GO:0006303];establishment_of_integrated_proviral_latency_[GO:0075713];hematopoietic_stem_cell_differentiation_[GO:0060218];innate_immune_response_[GO:0045087];negative_regulation_of_t-circle_formation_[GO:1904430];negative_regulation_of_transcription,_DNA-templated_[GO:0045892];neutrophil_degranulation_[GO:0043312];positive_regulation_of_catalytic_activity_[GO:0043085];positive_regulation_of_neurogenesis_[GO:0050769];positive_regulation_of_protein_kinase_activity_[GO:0045860];positive_regulation_of_telomerase_activity_[GO:0051973];positive_regulation_of_telomere_maintenance_via_telomerase_[GO:0032212];positive_regulation_of_type_I_interferon_production_[GO:0032481];protein_localization_to_chromosome,_telomeric_region_[GO:0070198];regulation_of_smooth_muscle_cell_proliferation_[GO:0048660];regulation_of_telomere_maintenance_[GO:0032204];response_to_drug_[GO:0042493];telomere_maintenance_[GO:0000723];transcription,_DNA-templated_[GO:0006351]
## 81                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  apical_junction_complex_[GO:0043296];centriole_[GO:0005814];centrosome_[GO:0005813];ciliary_transition_fiber_[GO:0097539];keratin_filament_[GO:0045095];spindle_pole_[GO:0000922];apical_junction_assembly_[GO:0043297];cilium_assembly_[GO:0060271];establishment_of_epithelial_cell_polarity_[GO:0090162]
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          CORVET_complex_[GO:0033263];early_endosome_[GO:0005769];intracellular_membrane-bounded_organelle_[GO:0043231];membrane_[GO:0016020];SMAD_binding_[GO:0046332];transforming_growth_factor_beta_receptor_binding_[GO:0005160];endosomal_vesicle_fusion_[GO:0034058];endosome_to_lysosome_transport_[GO:0008333];intracellular_protein_transport_[GO:0006886];regulation_of_transcription,_DNA-templated_[GO:0006355];signal_transduction_[GO:0007165]
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Golgi_apparatus_[GO:0005794];Golgi_membrane_[GO:0000139];Golgi_transport_complex_[GO:0017119];membrane_[GO:0016020];trans-Golgi_network_membrane_[GO:0032588];ER_to_Golgi_vesicle-mediated_transport_[GO:0006888];intra-Golgi_vesicle-mediated_transport_[GO:0006891];protein_transport_[GO:0015031]
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     cytoplasm_[GO:0005737];extracellular_space_[GO:0005615];nucleolus_[GO:0005730];small-subunit_processome_[GO:0032040];RNA_binding_[GO:0003723];nervous_system_development_[GO:0007399];positive_regulation_of_apoptotic_process_[GO:0043065];ribosomal_small_subunit_biogenesis_[GO:0042274];rRNA_processing_[GO:0006364]
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    90S_preribosome_[GO:0030686];membrane_[GO:0016020];Noc4p-Nop14p_complex_[GO:0030692];nucleolus_[GO:0005730];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];small-subunit_processome_[GO:0032040];enzyme_binding_[GO:0019899];RNA_binding_[GO:0003723];snoRNA_binding_[GO:0030515];endonucleolytic_cleavage_in_5'-ETS_of_tricistronic_rRNA_transcript_(SSU-rRNA,_5.8S_rRNA,_LSU-rRNA)_[GO:0000480];endonucleolytic_cleavage_in_ITS1_to_separate_SSU-rRNA_from_5.8S_rRNA_and_LSU-rRNA_from_tricistronic_rRNA_transcript_(SSU-rRNA,_5.8S_rRNA,_LSU-rRNA)_[GO:0000447];endonucleolytic_cleavage_to_generate_mature_5'-end_of_SSU-rRNA_from_(SSU-rRNA,_5.8S_rRNA,_LSU-rRNA)_[GO:0000472];maturation_of_SSU-rRNA_[GO:0030490];maturation_of_SSU-rRNA_from_tricistronic_rRNA_transcript_(SSU-rRNA,_5.8S_rRNA,_LSU-rRNA)_[GO:0000462];ribosomal_small_subunit_biogenesis_[GO:0042274];rRNA_processing_[GO:0006364]
## 87                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                axoneme_[GO:0005930];cleavage_furrow_[GO:0032154];condensed_chromosome_kinetochore_[GO:0000777];midbody_[GO:0030496];septin_complex_[GO:0031105];spindle_[GO:0005819];GTP_binding_[GO:0005525];cell_cycle_[GO:0007049];cell_differentiation_[GO:0030154];cell_division_[GO:0051301];cilium_assembly_[GO:0060271];regulation_of_embryonic_cell_shape_[GO:0016476];spermatogenesis_[GO:0007283]
## 93                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          apical_dendrite_[GO:0097440];axolemma_[GO:0030673];axon_[GO:0030424];basolateral_plasma_membrane_[GO:0016323];brush_border_[GO:0005903];cytoplasmic_vesicle_[GO:0031410];cytosol_[GO:0005829];endosome_[GO:0005768];extracellular_exosome_[GO:0070062];myelin_sheath_[GO:0043209];myosin_complex_[GO:0016459];neuron_projection_[GO:0043005];neuronal_cell_body_[GO:0043025];plasma_membrane_raft_[GO:0044853];smooth_endoplasmic_reticulum_[GO:0005790];actin_filament_binding_[GO:0051015];actin-dependent_ATPase_activity_[GO:0030898];ATP_binding_[GO:0005524];calcium-dependent_protein_binding_[GO:0048306];calmodulin_binding_[GO:0005516];microfilament_motor_activity_[GO:0000146];protein_domain_specific_binding_[GO:0019904];cellular_localization_[GO:0051641];early_endosome_to_recycling_endosome_transport_[GO:0061502];forebrain_development_[GO:0030900];negative_regulation_of_phosphatase_activity_[GO:0010923]
## 94                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       DNA_replication_factor_A_complex_[GO:0005662];nuclear_chromosome,_telomeric_region_[GO:0000784];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];PML_body_[GO:0016605];damaged_DNA_binding_[GO:0003684];G-rich_strand_telomeric_DNA_binding_[GO:0098505];metal_ion_binding_[GO:0046872];single-stranded_DNA_binding_[GO:0003697];base-excision_repair_[GO:0006284];DNA_damage_response,_detection_of_DNA_damage_[GO:0042769];DNA_recombination_[GO:0006310];DNA_repair_[GO:0006281];DNA_replication_[GO:0006260];DNA-dependent_DNA_replication_[GO:0006261];double-strand_break_repair_via_homologous_recombination_[GO:0000724];error-free_translesion_synthesis_[GO:0070987];error-prone_translesion_synthesis_[GO:0042276];G1/S_transition_of_mitotic_cell_cycle_[GO:0000082];interstrand_cross-link_repair_[GO:0036297];mismatch_repair_[GO:0006298];nucleotide-excision_repair_[GO:0006289];nucleotide-excision_repair,_DNA_gap_filling_[GO:0006297];nucleotide-excision_repair,_DNA_incision_[GO:0033683];nucleotide-excision_repair,_DNA_incision,_3'-to_lesion_[GO:0006295];nucleotide-excision_repair,_DNA_incision,_5'-to_lesion_[GO:0006296];nucleotide-excision_repair,_preincision_complex_assembly_[GO:0006294];nucleotide-excision_repair,_preincision_complex_stabilization_[GO:0006293];protein_localization_to_chromosome_[GO:0034502];regulation_of_cellular_response_to_heat_[GO:1900034];regulation_of_signal_transduction_by_p53_class_mediator_[GO:1901796];telomere_maintenance_[GO:0000723];telomere_maintenance_via_semi-conservative_replication_[GO:0032201];transcription-coupled_nucleotide-excision_repair_[GO:0006283];translesion_synthesis_[GO:0019985]
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  endoplasmic_reticulum_[GO:0005783];endoplasmic_reticulum_lumen_[GO:0005788];peptide_disulfide_oxidoreductase_activity_[GO:0015037];protein_disulfide_isomerase_activity_[GO:0003756];cell_redox_homeostasis_[GO:0045454];protein_folding_[GO:0006457];response_to_endoplasmic_reticulum_stress_[GO:0034976]
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            cytoplasm_[GO:0005737];cytosol_[GO:0005829];nucleus_[GO:0005634];chromatin_binding_[GO:0003682];DNA_binding_[GO:0003677];histone_binding_[GO:0042393];Hsp70_protein_binding_[GO:0030544];RNA_binding_[GO:0003723];ubiquitin_modification-dependent_histone_binding_[GO:0061649];covalent_chromatin_modification_[GO:0016569];DNA_replication_[GO:0006260];negative_regulation_of_cell_growth_[GO:0030308];negative_regulation_of_DNA_biosynthetic_process_[GO:2000279];positive_regulation_of_transcription,_DNA-templated_[GO:0045893];transcription,_DNA-templated_[GO:0006351]
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   extracellular_region_[GO:0005576];metalloendopeptidase_activity_[GO:0004222];zinc_ion_binding_[GO:0008270]
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              chromosome_[GO:0005694];nucleolus_[GO:0005730];DNA_binding_[GO:0003677];DNA_repair_[GO:0006281];DNA_replication_[GO:0006260];regulation_of_transcription,_DNA-templated_[GO:0006355];transcription,_DNA-templated_[GO:0006351]
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           ciliary_membrane_[GO:0060170];cilium_[GO:0005929]
## 102                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          cytoplasm_[GO:0005737];nucleus_[GO:0005634];amino_acid_binding_[GO:0016597];aspartate_carbamoyltransferase_activity_[GO:0004070];ATP_binding_[GO:0005524];carbamoyl-phosphate_synthase_(glutamine-hydrolyzing)_activity_[GO:0004088];dihydroorotase_activity_[GO:0004151];zinc_ion_binding_[GO:0008270];'de_novo'_pyrimidine_nucleobase_biosynthetic_process_[GO:0006207];'de_novo'_UMP_biosynthetic_process_[GO:0044205];glutamine_metabolic_process_[GO:0006541]
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                axoneme_[GO:0005930];ciliary_base_[GO:0097546];cytoplasm_[GO:0005737];nucleus_[GO:0005634];cilium_movement_[GO:0003341];determination_of_left/right_symmetry_[GO:0007368];heart_development_[GO:0007507];outer_dynein_arm_assembly_[GO:0036158];regulation_of_cilium_beat_frequency_[GO:0003356];ventricular_system_development_[GO:0021591]
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            cell_projection_[GO:0042995];cytoskeleton_[GO:0005856];cytosol_[GO:0005829];focal_adhesion_[GO:0005925];GTPase_activator_activity_[GO:0005096];angiogenesis_[GO:0001525];cell_differentiation_[GO:0030154];regulation_of_small_GTPase_mediated_signal_transduction_[GO:0051056];signal_transduction_[GO:0007165]
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       cytosol_[GO:0005829];microtubule_[GO:0005874];perinuclear_region_of_cytoplasm_[GO:0048471];microtubule_binding_[GO:0008017];tubulin_binding_[GO:0015631];brain_development_[GO:0007420];hematopoietic_progenitor_cell_differentiation_[GO:0002244];microtubule_cytoskeleton_organization_[GO:0000226];mitotic_spindle_organization_[GO:0007052];neuroblast_proliferation_[GO:0007405]
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        cytosol_[GO:0005829];membrane_[GO:0016020];nucleus_[GO:0005634];estrogen_receptor_binding_[GO:0030331];GDP_binding_[GO:0019003];GTP_binding_[GO:0005525];GTPase_activity_[GO:0003924];negative_regulation_of_cell_growth_[GO:0030308];negative_regulation_of_cell_proliferation_[GO:0008285];response_to_hormone_[GO:0009725];small_GTPase_mediated_signal_transduction_[GO:0007264]
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  mitochondrion_[GO:0005739]
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  cilium_[GO:0005929];cytoplasm_[GO:0005737]
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            cytoplasm_[GO:0005737];extracellular_region_[GO:0005576];extracellular_space_[GO:0005615];plasma_membrane_[GO:0005886];protein_complex_[GO:0043234];proteinaceous_extracellular_matrix_[GO:0005578];frizzled_binding_[GO:0005109];growth_factor_binding_[GO:0019838];GTPase_activator_activity_[GO:0005096];protein_homodimerization_activity_[GO:0042803];protein_kinase_activator_activity_[GO:0030295];transcription_regulatory_region_DNA_binding_[GO:0044212];Wnt-protein_binding_[GO:0017147];canonical_Wnt_signaling_pathway_[GO:0060070];cell_migration_involved_in_gastrulation_[GO:0042074];convergent_extension_involved_in_gastrulation_[GO:0060027];dorsal/ventral_axis_specification_[GO:0009950];endocytosis_[GO:0006897];heart_development_[GO:0007507];heart_formation_[GO:0060914];negative_regulation_of_apoptotic_process_[GO:0043066];negative_regulation_of_canonical_Wnt_signaling_pathway_[GO:0090090];negative_regulation_of_cell_death_[GO:0060548];negative_regulation_of_cell_growth_[GO:0030308];negative_regulation_of_cell_migration_[GO:0030336];negative_regulation_of_transcription,_DNA-templated_[GO:0045892];neural_crest_cell_migration_[GO:0001755];neuroendocrine_cell_differentiation_[GO:0061101];non-canonical_Wnt_signaling_pathway_[GO:0035567];palate_development_[GO:0060021];positive_regulation_of_cell_migration_[GO:0030335];positive_regulation_of_gene_expression_[GO:0010628];positive_regulation_of_GTPase_activity_[GO:0043547];positive_regulation_of_JNK_cascade_[GO:0046330];positive_regulation_of_protein_kinase_C_signaling_[GO:0090037];positive_regulation_of_stress_fiber_assembly_[GO:0051496];positive_regulation_of_transcription,_DNA-templated_[GO:0045893];pronephros_development_[GO:0048793];protein_localization_to_cell_surface_[GO:0034394];protein_phosphorylation_[GO:0006468];Wnt_signaling_pathway_[GO:0016055];Wnt_signaling_pathway,_planar_cell_polarity_pathway_[GO:0060071]
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       extracellular_space_[GO:0005615];nucleus_[GO:0005634]
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Golgi_apparatus_[GO:0005794];Golgi_membrane_[GO:0000139];integral_component_of_membrane_[GO:0016021];glucuronosyltransferase_activity_[GO:0015020];metal_ion_binding_[GO:0046872];muscle_fiber_development_[GO:0048747];protein_glycosylation_[GO:0006486];protein_O-linked_mannosylation_[GO:0035269]
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Ino80_complex_[GO:0031011];MLL1_complex_[GO:0071339];Swr1_complex_[GO:0000812];ATP_binding_[GO:0005524];ATP-dependent_5'-3'_DNA_helicase_activity_[GO:0043141];DNA_recombination_[GO:0006310];DNA_repair_[GO:0006281];regulation_of_transcription,_DNA-templated_[GO:0006355];transcription,_DNA-templated_[GO:0006351]
## 119                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         cytosol_[GO:0005829];extracellular_exosome_[GO:0070062];photoreceptor_outer_segment_membrane_[GO:0042622];identical_protein_binding_[GO:0042802];N-acetylphosphatidylethanolamine-hydrolysing_phospholipas_activity_[GO:0102200];N-acylphosphatidylethanolamine-specific_phospholipase_D_activity_[GO:0070290];zinc_ion_binding_[GO:0008270];aging_[GO:0007568];N-acylethanolamine_metabolic_process_[GO:0070291];negative_regulation_of_eating_behavior_[GO:1903999];phospholipid_catabolic_process_[GO:0009395];response_to_isolation_stress_[GO:0035900];retinoid_metabolic_process_[GO:0001523]
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       cytosol_[GO:0005829];microtubule_[GO:0005874];perinuclear_region_of_cytoplasm_[GO:0048471];microtubule_binding_[GO:0008017];tubulin_binding_[GO:0015631];brain_development_[GO:0007420];hematopoietic_progenitor_cell_differentiation_[GO:0002244];microtubule_cytoskeleton_organization_[GO:0000226];mitotic_spindle_organization_[GO:0007052];neuroblast_proliferation_[GO:0007405]
## 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               nucleus_[GO:0005634];DNA_binding_transcription_factor_activity_[GO:0003700];sequence-specific_DNA_binding_[GO:0043565];steroid_hormone_receptor_activity_[GO:0003707];zinc_ion_binding_[GO:0008270];transcription,_DNA-templated_[GO:0006351]
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              cytoplasm_[GO:0005737];cytoskeleton_[GO:0005856];ubiquitin_binding_[GO:0043130];proteasome-mediated_ubiquitin-dependent_protein_catabolic_process_[GO:0043161]
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         nucleus_[GO:0005634];mRNA_(nucleoside-2'-O-)-methyltransferase_activity_[GO:0004483];nucleic_acid_binding_[GO:0003676];7-methylguanosine_mRNA_capping_[GO:0006370];cap1_mRNA_methylation_[GO:0097309];mRNA_methylation_[GO:0080009]
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    integral_component_of_plasma_membrane_[GO:0005887];plasma_membrane_[GO:0005886];receptor_complex_[GO:0043235];specific_granule_membrane_[GO:0035579];tertiary_granule_membrane_[GO:0070821];transmembrane_receptor_protein_tyrosine_phosphatase_activity_[GO:0005001];angiogenesis_[GO:0001525];dephosphorylation_[GO:0016311];neutrophil_degranulation_[GO:0043312];phosphate-containing_compound_metabolic_process_[GO:0006796];protein_dephosphorylation_[GO:0006470]
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 intracellular_[GO:0005622];perinuclear_region_of_cytoplasm_[GO:0048471];ATP_binding_[GO:0005524];protein_serine/threonine_kinase_activity_[GO:0004674];intracellular_signal_transduction_[GO:0035556];peptidyl-serine_phosphorylation_[GO:0018105];peptidyl-threonine_phosphorylation_[GO:0018107];protein_autophosphorylation_[GO:0046777]
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         cleavage_furrow_[GO:0032154];cytoplasm_[GO:0005737];midbody_[GO:0030496];ATP_binding_[GO:0005524];metal_ion_binding_[GO:0046872];protein_serine/threonine_kinase_activity_[GO:0004674];signal_transducer_activity_[GO:0004871];actin_cytoskeleton_organization_[GO:0030036];imaginal_disc_morphogenesis_[GO:0007560];intracellular_signal_transduction_[GO:0035556]
## 133                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       ACF_complex_[GO:0016590];CHRAC_[GO:0008623];ISWI-type_complex_[GO:0031010];nucleus_[GO:0005634];NURF_complex_[GO:0016589];polytene_chromosome_[GO:0005700];RSF_complex_[GO:0031213];transcription_factor_complex_[GO:0005667];ATP_binding_[GO:0005524];DNA_binding_[GO:0003677];DNA_helicase_activity_[GO:0003678];DNA-dependent_ATPase_activity_[GO:0008094];nucleosome_binding_[GO:0031491];nucleosome-dependent_ATPase_activity_[GO:0070615];nucleotide_binding_[GO:0000166];transcription_factor_binding_[GO:0008134];ATP-dependent_chromatin_remodeling_[GO:0043044];chromatin_assembly_or_disassembly_[GO:0006333];chromatin_organization_[GO:0006325];chromatin_remodeling_[GO:0006338];covalent_chromatin_modification_[GO:0016569];ecdysone_receptor-mediated_signaling_pathway_[GO:0035076];negative_regulation_of_transcription,_DNA-templated_[GO:0045892];nuclear_speck_organization_[GO:0035063];nucleosome_assembly_[GO:0006334];nucleosome_mobilization_[GO:0042766];nucleosome_positioning_[GO:0016584];positive_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0045944];positive_regulation_of_transcription,_DNA-templated_[GO:0045893];regulation_of_circadian_rhythm_[GO:0042752];regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0006357];regulation_of_transcription,_DNA-templated_[GO:0006355];sperm_chromatin_condensation_[GO:0035092];sperm_chromatin_decondensation_[GO:0035041];spermatogenesis_[GO:0007283];transcription,_DNA-templated_[GO:0006351]
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      cell_body_[GO:0044297];cytosol_[GO:0005829];neuron_projection_[GO:0043005];nucleoplasm_[GO:0005654];carboxylic_ester_hydrolase_activity_[GO:0052689];fatty-acyl-CoA_binding_[GO:0000062];identical_protein_binding_[GO:0042802];long-chain_fatty_acyl-CoA_binding_[GO:0036042];myristoyl-CoA_hydrolase_activity_[GO:0102991];palmitoyl-CoA_hydrolase_activity_[GO:0016290];protein_homodimerization_activity_[GO:0042803];acyl-CoA_metabolic_process_[GO:0006637];coenzyme_A_biosynthetic_process_[GO:0015937];fatty_acid_catabolic_process_[GO:0009062];long-chain_fatty-acyl-CoA_catabolic_process_[GO:0036116];medium-chain_fatty_acid_biosynthetic_process_[GO:0051792];medium-chain_fatty-acyl-CoA_catabolic_process_[GO:0036114];palmitic_acid_biosynthetic_process_[GO:1900535]
## 136                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          catalytic_step_2_spliceosome_[GO:0071013];cytosol_[GO:0005829];nuclear_speck_[GO:0016607];spliceosomal_complex_[GO:0005681];U2-type_catalytic_step_1_spliceosome_[GO:0071006];RNA_binding_[GO:0003723];mRNA_splicing,_via_spliceosome_[GO:0000398]
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               cytoplasmic_exosome_(RNase_complex)_[GO:0000177];exosome_(RNase_complex)_[GO:0000178];nuclear_exosome_(RNase_complex)_[GO:0000176];nucleolus_[GO:0005730];AU-rich_element_binding_[GO:0017091];exonucleolytic_nuclear-transcribed_mRNA_catabolic_process_involved_in_deadenylation-dependent_decay_[GO:0043928];exonucleolytic_trimming_to_generate_mature_3'-end_of_5.8S_rRNA_from_tricistronic_rRNA_transcript_(SSU-rRNA,_5.8S_rRNA,_LSU-rRNA)_[GO:0000467];nuclear_mRNA_surveillance_[GO:0071028];nuclear_polyadenylation-dependent_mRNA_catabolic_process_[GO:0071042];nuclear_polyadenylation-dependent_rRNA_catabolic_process_[GO:0071035];nuclear_polyadenylation-dependent_tRNA_catabolic_process_[GO:0071038];nuclear-transcribed_mRNA_catabolic_process,_exonucleolytic,_3'-5'_[GO:0034427];U1_snRNA_3'-end_processing_[GO:0034473];U4_snRNA_3'-end_processing_[GO:0034475];U5_snRNA_3'-end_processing_[GO:0034476]
## 139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             extracellular_region_[GO:0005576];calcium_ion_binding_[GO:0005509];metalloendopeptidase_activity_[GO:0004222];zinc_ion_binding_[GO:0008270];cell_differentiation_[GO:0030154];multicellular_organism_development_[GO:0007275];negative_regulation_of_skeletal_muscle_tissue_growth_[GO:0048632]
## 140                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  cytoplasm_[GO:0005737];cytosol_[GO:0005829];extracellular_exosome_[GO:0070062];nucleus_[GO:0005634];protein_complex_[GO:0043234];ATP_binding_[GO:0005524];kinase_inhibitor_activity_[GO:0019210];protein_domain_specific_binding_[GO:0019904];protein_homodimerization_activity_[GO:0042803];protein_kinase_binding_[GO:0019901];tryptophan-tRNA_ligase_activity_[GO:0004830];angiogenesis_[GO:0001525];negative_regulation_of_protein_kinase_activity_[GO:0006469];negative_regulation_of_protein_phosphorylation_[GO:0001933];positive_regulation_of_gene_expression_[GO:0010628];positive_regulation_of_protein_complex_assembly_[GO:0031334];regulation_of_angiogenesis_[GO:0045765];regulation_of_protein_ADP-ribosylation_[GO:0010835];tryptophanyl-tRNA_aminoacylation_[GO:0006436]
## 141                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   peptidyl-prolyl_cis-trans_isomerase_activity_[GO:0003755]
## 142                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           cytoplasm_[GO:0005737];microtubule_organizing_center_[GO:0005815]
## 143                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    nucleus_[GO:0005634];cysteine-type_endopeptidase_activity_[GO:0004197];protein_kinase_binding_[GO:0019901];thiol-dependent_ubiquitin-specific_protease_activity_[GO:0004843];cell_division_[GO:0051301];G1/S_transition_of_mitotic_cell_cycle_[GO:0000082];protein_deubiquitination_[GO:0016579];protein_K11-linked_deubiquitination_[GO:0035871];protein_K48-linked_deubiquitination_[GO:0071108];regulation_of_DNA_replication_[GO:0006275];ubiquitin-dependent_protein_catabolic_process_[GO:0006511]
## 144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                catalytic_step_2_spliceosome_[GO:0071013];chromosome,_telomeric_region_[GO:0000781];cytoplasm_[GO:0005737];intracellular_ribonucleoprotein_complex_[GO:0030529];nuclear_matrix_[GO:0016363];precatalytic_spliceosome_[GO:0071011];telomerase_holoenzyme_complex_[GO:0005697];U5_snRNP_[GO:0005682];ATP_binding_[GO:0005524];enzyme_binding_[GO:0019899];p53_binding_[GO:0002039];RNA_binding_[GO:0003723];telomerase_activity_[GO:0003720];telomerase_RNA_binding_[GO:0070034];RNA_splicing_[GO:0008380];telomere_maintenance_via_recombination_[GO:0000722]
## 146                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         adherens_junction_[GO:0005912];bicellular_tight_junction_[GO:0005923];cell-cell_junction_[GO:0005911];cilium_[GO:0005929];cytoplasm_[GO:0005737];cytoskeleton_[GO:0005856];cell_differentiation_[GO:0030154];cell_projection_organization_[GO:0030030];spermatogenesis_[GO:0007283]
## 147                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              nucleus_[GO:0005634];DNA_binding_[GO:0003677];metal_ion_binding_[GO:0046872];regulation_of_transcription,_DNA-templated_[GO:0006355];transcription,_DNA-templated_[GO:0006351]
## 148                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .
## 149                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GTP_binding_[GO:0005525];GTPase_activity_[GO:0003924];ribosome_binding_[GO:0043022];translation_elongation_factor_activity_[GO:0003746];GTP_metabolic_process_[GO:0046039];mature_ribosome_assembly_[GO:0042256]
## 151                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 carboxy-lyase_activity_[GO:0016831];pyridoxal_phosphate_binding_[GO:0030170];carboxylic_acid_metabolic_process_[GO:0019752]
## 152                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .
## 153                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 integral_component_of_membrane_[GO:0016021]
## 154                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   metal_ion_binding_[GO:0046872];tRNA_methyltransferase_activity_[GO:0008175];tRNA_methylation_[GO:0030488]
## 155                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ERCC4-ERCC1_complex_[GO:0070522];nuclear_chromatin_[GO:0000790];nuclear_chromosome,_telomeric_region_[GO:0000784];nucleolus_[GO:0005730];nucleus_[GO:0005634];enzyme_binding_[GO:0019899];oxidized_DNA_binding_[GO:0032356];base-excision_repair_[GO:0006284];cerebellum_morphogenesis_[GO:0021587];DNA_repair_[GO:0006281];double-strand_break_repair_via_nonhomologous_end_joining_[GO:0006303];hippocampus_development_[GO:0021766];negative_regulation_of_protection_from_non-homologous_end_joining_at_telomere_[GO:1905765];negative_regulation_of_protein_ADP-ribosylation_[GO:0010836];positive_regulation_of_DNA_ligase_activity_[GO:1904877];positive_regulation_of_single_strand_break_repair_[GO:1903518];replication-born_double-strand_break_repair_via_sister_chromatid_exchange_[GO:1990414];response_to_drug_[GO:0042493];response_to_hydroperoxide_[GO:0033194];response_to_hypoxia_[GO:0001666];response_to_organic_substance_[GO:0010033];single_strand_break_repair_[GO:0000012];telomeric_DNA-containing_double_minutes_formation_[GO:0061819];voluntary_musculoskeletal_movement_[GO:0050882]
## 156                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          endosome_[GO:0005768];Golgi_apparatus_[GO:0005794];Golgi_membrane_[GO:0000139];integral_component_of_membrane_[GO:0016021];trans-Golgi_network_[GO:0005802];identical_protein_binding_[GO:0042802];transferase_activity,_transferring_glycosyl_groups_[GO:0016757];plant-type_cell_wall_cellulose_biosynthetic_process_[GO:0052324];regulation_of_plant-type_cell_wall_cellulose_biosynthetic_process_[GO:2001009]
## 158                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            cell_surface_[GO:0009986];cytoplasm_[GO:0005737];extracellular_region_[GO:0005576];integral_component_of_membrane_[GO:0016021];membrane_[GO:0016020];periciliary_membrane_compartment_[GO:1990075];perinuclear_region_of_cytoplasm_[GO:0048471];photoreceptor_connecting_cilium_[GO:0032391];plasma_membrane_[GO:0005886];receptor_complex_[GO:0043235];stereocilia_ankle_link_[GO:0002141];stereocilia_ankle_link_complex_[GO:0002142];USH2_complex_[GO:1990696];calcium_ion_binding_[GO:0005509];G-protein_coupled_receptor_activity_[GO:0004930];myosin_binding_[GO:0017022];cell_surface_receptor_signaling_pathway_[GO:0007166];cell-cell_adhesion_[GO:0098609];cellular_response_to_calcium_ion_[GO:0071277];detection_of_mechanical_stimulus_involved_in_sensory_perception_of_sound_[GO:0050910];establishment_of_protein_localization_[GO:0045184];inner_ear_development_[GO:0048839];inner_ear_receptor_cell_stereocilium_organization_[GO:0060122];maintenance_of_animal_organ_identity_[GO:0048496];nervous_system_development_[GO:0007399];nervous_system_process_[GO:0050877];photoreceptor_cell_maintenance_[GO:0045494];positive_regulation_of_protein_kinase_A_signaling_[GO:0010739];sensory_perception_of_light_stimulus_[GO:0050953];sensory_perception_of_sound_[GO:0007605];visual_perception_[GO:0007601]
## 159                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             intracellular_ribonucleoprotein_complex_[GO:0030529];Ku70:Ku80_complex_[GO:0043564];nonhomologous_end_joining_complex_[GO:0070419];nuclear_chromosome,_telomeric_region_[GO:0000784];nucleoplasm_[GO:0005654];5'-deoxyribose-5-phosphate_lyase_activity_[GO:0051575];ATP_binding_[GO:0005524];ATP-dependent_DNA_helicase_activity_[GO:0004003];damaged_DNA_binding_[GO:0003684];RNA_binding_[GO:0003723];telomeric_DNA_binding_[GO:0042162];cellular_response_to_gamma_radiation_[GO:0071480];DNA_recombination_[GO:0006310];double-strand_break_repair_via_nonhomologous_end_joining_[GO:0006303];negative_regulation_of_transcription,_DNA-templated_[GO:0045892];telomere_maintenance_[GO:0000723];transcription,_DNA-templated_[GO:0006351]
## 160 cytoplasm_[GO:0005737];cytosol_[GO:0005829];dendrite_[GO:0030425];endomembrane_system_[GO:0012505];endoplasmic_reticulum_membrane_[GO:0005789];Golgi_membrane_[GO:0000139];lysosomal_membrane_[GO:0005765];lysosome_[GO:0005764];macromolecular_complex_[GO:0032991];membrane_[GO:0016020];mitochondrial_outer_membrane_[GO:0005741];nucleus_[GO:0005634];PML_body_[GO:0016605];TORC1_complex_[GO:0031931];TORC2_complex_[GO:0031932];ATP_binding_[GO:0005524];identical_protein_binding_[GO:0042802];kinase_activity_[GO:0016301];phosphoprotein_binding_[GO:0051219];protein_domain_specific_binding_[GO:0019904];protein_kinase_activity_[GO:0004672];protein_kinase_binding_[GO:0019901];protein_serine/threonine_kinase_activity_[GO:0004674];ribosome_binding_[GO:0043022];RNA_polymerase_III_type_1_promoter_DNA_binding_[GO:0001030];RNA_polymerase_III_type_2_promoter_DNA_binding_[GO:0001031];RNA_polymerase_III_type_3_promoter_DNA_binding_[GO:0001032];TFIIIC-class_transcription_factor_binding_[GO:0001156];'de_novo'_pyrimidine_nucleobase_biosynthetic_process_[GO:0006207];brain_development_[GO:0007420];cardiac_cell_development_[GO:0055006];cardiac_muscle_cell_development_[GO:0055013];cardiac_muscle_contraction_[GO:0060048];cardiac_muscle_tissue_development_[GO:0048738];cell_aging_[GO:0007569];cell_projection_organization_[GO:0030030];cellular_response_to_amino_acid_starvation_[GO:0034198];cellular_response_to_amino_acid_stimulus_[GO:0071230];cellular_response_to_hypoxia_[GO:0071456];cellular_response_to_leucine_[GO:0071233];cellular_response_to_leucine_starvation_[GO:1990253];cellular_response_to_nutrient_levels_[GO:0031669];cellular_response_to_starvation_[GO:0009267];DNA_repair_[GO:0006281];energy_reserve_metabolic_process_[GO:0006112];germ_cell_development_[GO:0007281];heart_morphogenesis_[GO:0003007];heart_valve_morphogenesis_[GO:0003179];long-term_memory_[GO:0007616];maternal_process_involved_in_female_pregnancy_[GO:0060135];mRNA_stabilization_[GO:0048255];multicellular_organism_growth_[GO:0035264];negative_regulation_of_autophagy_[GO:0010507];negative_regulation_of_cell_size_[GO:0045792];negative_regulation_of_cholangiocyte_apoptotic_process_[GO:1904193];negative_regulation_of_iodide_transmembrane_transport_[GO:1904213];negative_regulation_of_macroautophagy_[GO:0016242];negative_regulation_of_muscle_atrophy_[GO:0014736];negative_regulation_of_NFAT_protein_import_into_nucleus_[GO:0051534];negative_regulation_of_protein_phosphorylation_[GO:0001933];negative_regulation_of_protein_ubiquitination_[GO:0031397];peptidyl-serine_phosphorylation_[GO:0018105];peptidyl-threonine_phosphorylation_[GO:0018107];phosphorylation_[GO:0016310];positive_regulation_of_actin_filament_polymerization_[GO:0030838];positive_regulation_of_cell_death_[GO:0010942];positive_regulation_of_cell_growth_involved_in_cardiac_muscle_cell_development_[GO:0061051];positive_regulation_of_cholangiocyte_proliferation_[GO:1904056];positive_regulation_of_dendritic_spine_development_[GO:0060999];positive_regulation_of_eating_behavior_[GO:1904000];positive_regulation_of_endothelial_cell_proliferation_[GO:0001938];positive_regulation_of_epithelial_to_mesenchymal_transition_[GO:0010718];positive_regulation_of_gene_expression_[GO:0010628];positive_regulation_of_glial_cell_proliferation_[GO:0060252];positive_regulation_of_granulosa_cell_proliferation_[GO:1904197];positive_regulation_of_keratinocyte_migration_[GO:0051549];positive_regulation_of_lamellipodium_assembly_[GO:0010592];positive_regulation_of_lipid_biosynthetic_process_[GO:0046889];positive_regulation_of_myotube_differentiation_[GO:0010831];positive_regulation_of_neurogenesis_[GO:0050769];positive_regulation_of_neuron_death_[GO:1901216];positive_regulation_of_neuron_maturation_[GO:0014042];positive_regulation_of_neuron_projection_development_[GO:0010976];positive_regulation_of_nitric_oxide_biosynthetic_process_[GO:0045429];positive_regulation_of_oligodendrocyte_differentiation_[GO:0048714];positive_regulation_of_peptidyl-tyrosine_phosphorylation_[GO:0050731];positive_regulation_of_protein_kinase_B_signaling_[GO:0051897];positive_regulation_of_protein_phosphorylation_[GO:0001934];positive_regulation_of_sensory_perception_of_pain_[GO:1904058];positive_regulation_of_skeletal_muscle_hypertrophy_[GO:1904206];positive_regulation_of_smooth_muscle_cell_proliferation_[GO:0048661];positive_regulation_of_stress_fiber_assembly_[GO:0051496];positive_regulation_of_transcription_from_RNA_polymerase_III_promoter_[GO:0045945];positive_regulation_of_transcription_of_nuclear_large_rRNA_transcript_from_RNA_polymerase_I_promoter_[GO:1901838];positive_regulation_of_translation_[GO:0045727];positive_regulation_of_wound_healing,_spreading_of_epidermal_cells_[GO:1903691];post-embryonic_development_[GO:0009791];protein_autophosphorylation_[GO:0046777];protein_phosphorylation_[GO:0006468];regulation_of_actin_cytoskeleton_organization_[GO:0032956];regulation_of_brown_fat_cell_differentiation_[GO:0090335];regulation_of_carbohydrate_metabolic_process_[GO:0006109];regulation_of_carbohydrate_utilization_[GO:0043610];regulation_of_cell_growth_[GO:0001558];regulation_of_cell_size_[GO:0008361];regulation_of_fatty_acid_beta-oxidation_[GO:0031998];regulation_of_glycogen_biosynthetic_process_[GO:0005979];regulation_of_GTPase_activity_[GO:0043087];regulation_of_membrane_permeability_[GO:0090559];regulation_of_myelination_[GO:0031641];regulation_of_osteoclast_differentiation_[GO:0045670];regulation_of_protein_kinase_activity_[GO:0045859];regulation_of_protein_kinase_B_signaling_[GO:0051896];regulation_of_protein_phosphorylation_[GO:0001932];regulation_of_response_to_food_[GO:0032095];response_to_amino_acid_[GO:0043200];response_to_cocaine_[GO:0042220];response_to_insulin_[GO:0032868];response_to_morphine_[GO:0043278];response_to_nutrient_[GO:0007584];ruffle_organization_[GO:0031529];social_behavior_[GO:0035176];spinal_cord_development_[GO:0021510];T-helper_1_cell_lineage_commitment_[GO:0002296];TOR_signaling_[GO:0031929];TORC1_signaling_[GO:0038202];visual_learning_[GO:0008542];voluntary_musculoskeletal_movement_[GO:0050882];wound_healing_[GO:0042060]
## 161                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        cytoplasm_[GO:0005737];cytosol_[GO:0005829];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];DNA_binding_[GO:0003677];DNA_binding_transcription_factor_activity_[GO:0003700];RNA_polymerase_II_transcription_factor_activity,_sequence-specific_DNA_binding_[GO:0000981];transcription_factor_activity,_RNA_polymerase_II_distal_enhancer_sequence-specific_binding_[GO:0003705];multicellular_organism_development_[GO:0007275];regulation_of_transcription,_DNA-templated_[GO:0006355];transcription_from_RNA_polymerase_II_promoter_[GO:0006366];transition_between_slow_and_fast_fiber_[GO:0014886]
## 163                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        aminoacyl-tRNA_synthetase_multienzyme_complex_[GO:0017101];cytoplasm_[GO:0005737];cytosol_[GO:0005829];extracellular_exosome_[GO:0070062];membrane_[GO:0016020];aminoacyl-tRNA_editing_activity_[GO:0002161];ATP_binding_[GO:0005524];GTPase_binding_[GO:0051020];isoleucine-tRNA_ligase_activity_[GO:0004822];tRNA_binding_[GO:0000049];isoleucyl-tRNA_aminoacylation_[GO:0006428];osteoblast_differentiation_[GO:0001649];tRNA_aminoacylation_for_protein_translation_[GO:0006418]
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Gene_ontology_IDs
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0005576;GO:0005578;GO:0005581;GO:0007155
## 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0003723;GO:0005682;GO:0006397;GO:0008380;GO:0071011;GO:0071013
## 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0001501;GO:0003179;GO:0005007;GO:0005794;GO:0005886;GO:0008201;GO:0008285;GO:0008543;GO:0016021;GO:0017134;GO:0030133;GO:0044291;GO:0051260;GO:0060412;GO:0060539;GO:0098742
## 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0004198;GO:0005737;GO:0006508
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0005524;GO:0005730;GO:0005737;GO:0005739;GO:0005829;GO:0005938;GO:0042585;GO:0048471
## 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0000122;GO:0000977;GO:0000978;GO:0000982;GO:0000989;GO:0001227;GO:0001503;GO:0001649;GO:0002063;GO:0002076;GO:0003148;GO:0003151;GO:0003198;GO:0003416;GO:0003677;GO:0003712;GO:0005634;GO:0005667;GO:0006366;GO:0008134;GO:0008285;GO:0009952;GO:0010942;GO:0023019;GO:0030326;GO:0030509;GO:0030513;GO:0032792;GO:0035115;GO:0035116;GO:0035313;GO:0035880;GO:0042060;GO:0042476;GO:0042733;GO:0042981;GO:0043065;GO:0043066;GO:0043565;GO:0044212;GO:0045599;GO:0045617;GO:0045669;GO:0045892;GO:0048863;GO:0051216;GO:0051795;GO:0060346;GO:0060349;GO:0060364;GO:0060444;GO:0061180;GO:0061312;GO:0070166;GO:0071363;GO:0071392;GO:0090427;GO:2000678;GO:2001055
## 13                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0000776;GO:0000777;GO:0001501;GO:0001503;GO:0004672;GO:0005634;GO:0005654;GO:0005737;GO:0005794;GO:0005829;GO:0005886;GO:0007049;GO:0031954;GO:0033137;GO:0038168;GO:0043065;GO:0043234;GO:0045667;GO:0045670;GO:0045860;GO:0046330;GO:0046849;GO:0048872;GO:0050821;GO:1901223
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0004623;GO:0005576;GO:0006644;GO:0016042;GO:0050482;GO:0090729;GO:0102567;GO:0102568
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0005634;GO:0005730;GO:0005813;GO:0006974;GO:0007420;GO:0016798;GO:0019213;GO:0042278;GO:0051725
## 19                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0001501;GO:0005813;GO:0005929;GO:0007224;GO:0007507;GO:0030324;GO:0030992;GO:0042073;GO:0046872;GO:0070986
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0000122;GO:0000978;GO:0001077;GO:0001525;GO:0005654;GO:0005794;GO:0006366;GO:0008134;GO:0008284;GO:0030033;GO:0032534;GO:0035914;GO:0043231;GO:0045600;GO:0045944;GO:0046872;GO:0060576;GO:0071407;GO:1901653;GO:1990830
## 23                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0001701;GO:0003779;GO:0003785;GO:0005102;GO:0005737;GO:0005912;GO:0007009;GO:0007015;GO:0007399;GO:0007517;GO:0010960;GO:0015629;GO:0030041;GO:0030282;GO:0032233;GO:0034334;GO:0042802;GO:0050680;GO:0051015;GO:0061333;GO:0071498;GO:0072001;GO:0072102;GO:0072160;GO:2001013
## 25                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0005249;GO:0008076
## 27                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0000398;GO:0003723;GO:0005634;GO:0005654
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0001662;GO:0004674;GO:0005085;GO:0005524;GO:0005856;GO:0007266;GO:0007399;GO:0007409;GO:0007528;GO:0007595;GO:0007613;GO:0008344;GO:0009612;GO:0014069;GO:0014909;GO:0016020;GO:0019899;GO:0030676;GO:0035023;GO:0035176;GO:0035556;GO:0042711;GO:0043005;GO:0043025;GO:0043547;GO:0046872;GO:0046959;GO:0048148;GO:0048168;GO:0048471;GO:0048659;GO:0050773;GO:0051966;GO:0060125;GO:0060137;GO:0060999;GO:0061003;GO:0061368;GO:0070062;GO:0098885;GO:0098989;GO:0099645;GO:1900273;GO:1903076
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0003341;GO:0005930;GO:0007286;GO:0036158
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0005576;GO:0005578;GO:0005581;GO:0007155;GO:0030574;GO:0031012
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0003824;GO:0005576;GO:0006887;GO:0008021;GO:0017157;GO:0030054;GO:0043005
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0002177;GO:0005516;GO:0005737;GO:0007286;GO:0007288;GO:0031514;GO:0036126
## 37                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0004791;GO:0005737;GO:0006662;GO:0007275;GO:0007283;GO:0015035;GO:0016671;GO:0030154;GO:0034599;GO:0045454;GO:0047134
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0000011;GO:0000142;GO:0000812;GO:0000916;GO:0001300;GO:0004402;GO:0005200;GO:0005524;GO:0005628;GO:0005829;GO:0005884;GO:0006281;GO:0006897;GO:0009306;GO:0030010;GO:0030476;GO:0030479;GO:0031011;GO:0032432;GO:0034599;GO:0035267;GO:0042802;GO:0043332;GO:0043486;GO:0048471;GO:0060303;GO:0071963;GO:0120104;GO:0120105;GO:0120106;GO:1903475
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0004864;GO:0010923;GO:0019902
## 44                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0000209;GO:0004842;GO:0008270;GO:0030318;GO:0061630;GO:0097191
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .
## 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0003714;GO:0003723;GO:0004004;GO:0005102;GO:0005524;GO:0005634;GO:0005730;GO:0005737;GO:0005794;GO:0006351;GO:0006355;GO:0006396;GO:0010501;GO:0016070;GO:0030331
## 51                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0003677;GO:0003700;GO:0005634;GO:0006351
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0005096;GO:0005622;GO:0006886;GO:0012505;GO:0017137;GO:0031338;GO:0090630
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0000122;GO:0000288;GO:0000289;GO:0000932;GO:0001104;GO:0001226;GO:0001829;GO:0005634;GO:0005737;GO:0005829;GO:0005886;GO:0006351;GO:0006357;GO:0006977;GO:0010606;GO:0016020;GO:0017148;GO:0030014;GO:0030015;GO:0031047;GO:0033147;GO:0090503;GO:2000036
## 59                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0005634;GO:0005737;GO:0005739;GO:0006915;GO:0016055;GO:0016491;GO:0030178
## 61                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0000287;GO:0001750;GO:0001917;GO:0005509;GO:0005737;GO:0007204;GO:0032420;GO:0032437;GO:0042383;GO:0042803;GO:0071318
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0001103;GO:0001654;GO:0001750;GO:0005634;GO:0005813;GO:0005930;GO:0006357;GO:0007224;GO:0007420;GO:0007507;GO:0008104;GO:0015031;GO:0016020;GO:0032436;GO:0034464;GO:0036064;GO:0045444;GO:0046907;GO:0060021;GO:0060170;GO:0060173;GO:0060271;GO:1905515
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0005201;GO:0005578;GO:0005581;GO:0046872
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0004672;GO:0004674;GO:0005089;GO:0005516;GO:0005524;GO:0005615;GO:0005829;GO:0005863;GO:0005886;GO:0006468;GO:0007275;GO:0014704;GO:0016604;GO:0030018;GO:0030154;GO:0030506;GO:0031430;GO:0031432;GO:0035023;GO:0042383;GO:0045296;GO:0046777;GO:0046872
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0000244;GO:0000387;GO:0000398;GO:0005634;GO:0005654;GO:0005737;GO:0006334;GO:0015030;GO:0016607;GO:0017070;GO:0030624;GO:0042393;GO:1903586
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0001409;GO:0005086;GO:0005543;GO:0014069;GO:0015854;GO:0016021;GO:0030182;GO:0031175;GO:0032012;GO:0032154;GO:0032587;GO:0043197;GO:0098999
## 71                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0005525;GO:0005794;GO:0007264;GO:0015031;GO:0016192
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0003677;GO:0005634;GO:0006351;GO:0006355
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0005741;GO:0005811;GO:0005829;GO:0005886;GO:0009838;GO:0030496;GO:0030514;GO:0031625;GO:0034389;GO:0045202;GO:0048698;GO:0050905;GO:0051301;GO:0051881;GO:0060612
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0005654;GO:0005737;GO:0005794;GO:0005829;GO:0015871;GO:0039536;GO:0039552;GO:0045087;GO:0098772
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0005739;GO:0005741;GO:0016021;GO:0090149
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0000723;GO:0000783;GO:0000784;GO:0002218;GO:0003677;GO:0003684;GO:0003690;GO:0003723;GO:0004003;GO:0005524;GO:0005576;GO:0005634;GO:0005654;GO:0005730;GO:0005829;GO:0005886;GO:0006302;GO:0006303;GO:0006310;GO:0006351;GO:0007420;GO:0008022;GO:0008047;GO:0008283;GO:0016020;GO:0030529;GO:0031625;GO:0032204;GO:0032212;GO:0032481;GO:0032993;GO:0034774;GO:0042162;GO:0042493;GO:0043085;GO:0043234;GO:0043312;GO:0043564;GO:0044212;GO:0044877;GO:0045087;GO:0045860;GO:0045892;GO:0048660;GO:0050769;GO:0051973;GO:0060218;GO:0070198;GO:0070419;GO:0071398;GO:0071475;GO:0071480;GO:0071481;GO:0075713;GO:1904430;GO:1990830
## 81                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0000922;GO:0005813;GO:0005814;GO:0043296;GO:0043297;GO:0045095;GO:0060271;GO:0090162;GO:0097539
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005160;GO:0005769;GO:0006355;GO:0006886;GO:0007165;GO:0008333;GO:0016020;GO:0033263;GO:0034058;GO:0043231;GO:0046332
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0000139;GO:0005794;GO:0006888;GO:0006891;GO:0015031;GO:0016020;GO:0017119;GO:0032588
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0003723;GO:0005615;GO:0005730;GO:0005737;GO:0006364;GO:0007399;GO:0032040;GO:0042274;GO:0043065
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0000447;GO:0000462;GO:0000472;GO:0000480;GO:0003723;GO:0005634;GO:0005654;GO:0005730;GO:0006364;GO:0016020;GO:0019899;GO:0030490;GO:0030515;GO:0030686;GO:0030692;GO:0032040;GO:0042274
## 87                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0000777;GO:0005525;GO:0005819;GO:0005930;GO:0007049;GO:0007283;GO:0016476;GO:0030154;GO:0030496;GO:0031105;GO:0032154;GO:0051301;GO:0060271
## 93                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0000146;GO:0005516;GO:0005524;GO:0005768;GO:0005790;GO:0005829;GO:0005903;GO:0010923;GO:0016323;GO:0016459;GO:0019904;GO:0030424;GO:0030673;GO:0030898;GO:0030900;GO:0031410;GO:0043005;GO:0043025;GO:0043209;GO:0044853;GO:0048306;GO:0051015;GO:0051641;GO:0061502;GO:0070062;GO:0097440
## 94                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0000082;GO:0000723;GO:0000724;GO:0000784;GO:0003684;GO:0003697;GO:0005634;GO:0005654;GO:0005662;GO:0006260;GO:0006261;GO:0006281;GO:0006283;GO:0006284;GO:0006289;GO:0006293;GO:0006294;GO:0006295;GO:0006296;GO:0006297;GO:0006298;GO:0006310;GO:0016605;GO:0019985;GO:0032201;GO:0033683;GO:0034502;GO:0036297;GO:0042276;GO:0042769;GO:0046872;GO:0070987;GO:0098505;GO:1900034;GO:1901796
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0003756;GO:0005783;GO:0005788;GO:0006457;GO:0015037;GO:0034976;GO:0045454
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0003677;GO:0003682;GO:0003723;GO:0005634;GO:0005737;GO:0005829;GO:0006260;GO:0006351;GO:0016569;GO:0030308;GO:0030544;GO:0042393;GO:0045893;GO:0061649;GO:2000279
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0004222;GO:0005576;GO:0008270
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0003677;GO:0005694;GO:0005730;GO:0006260;GO:0006281;GO:0006351;GO:0006355
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0005929;GO:0060170
## 102                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0004070;GO:0004088;GO:0004151;GO:0005524;GO:0005634;GO:0005737;GO:0006207;GO:0006541;GO:0008270;GO:0016597;GO:0044205
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0003341;GO:0003356;GO:0005634;GO:0005737;GO:0005930;GO:0007368;GO:0007507;GO:0021591;GO:0036158;GO:0097546
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0001525;GO:0005096;GO:0005829;GO:0005856;GO:0005925;GO:0007165;GO:0030154;GO:0042995;GO:0051056
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0000226;GO:0002244;GO:0005829;GO:0005874;GO:0007052;GO:0007405;GO:0007420;GO:0008017;GO:0015631;GO:0048471
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0003924;GO:0005525;GO:0005634;GO:0005829;GO:0007264;GO:0008285;GO:0009725;GO:0016020;GO:0019003;GO:0030308;GO:0030331
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0005739
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0005737;GO:0005929
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0001755;GO:0005096;GO:0005109;GO:0005576;GO:0005578;GO:0005615;GO:0005737;GO:0005886;GO:0006468;GO:0006897;GO:0007507;GO:0009950;GO:0010628;GO:0016055;GO:0017147;GO:0019838;GO:0030295;GO:0030308;GO:0030335;GO:0030336;GO:0034394;GO:0035567;GO:0042074;GO:0042803;GO:0043066;GO:0043234;GO:0043547;GO:0044212;GO:0045892;GO:0045893;GO:0046330;GO:0048793;GO:0051496;GO:0060021;GO:0060027;GO:0060070;GO:0060071;GO:0060548;GO:0060914;GO:0061101;GO:0090037;GO:0090090
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0005615;GO:0005634
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0000139;GO:0005794;GO:0006486;GO:0015020;GO:0016021;GO:0035269;GO:0046872;GO:0048747
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0000812;GO:0005524;GO:0006281;GO:0006310;GO:0006351;GO:0006355;GO:0031011;GO:0043141;GO:0071339
## 119                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0001523;GO:0005829;GO:0007568;GO:0008270;GO:0009395;GO:0035900;GO:0042622;GO:0042802;GO:0070062;GO:0070290;GO:0070291;GO:0102200;GO:1903999
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0000226;GO:0002244;GO:0005829;GO:0005874;GO:0007052;GO:0007405;GO:0007420;GO:0008017;GO:0015631;GO:0048471
## 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0003700;GO:0003707;GO:0005634;GO:0006351;GO:0008270;GO:0043565
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0005737;GO:0005856;GO:0043130;GO:0043161
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0003676;GO:0004483;GO:0005634;GO:0006370;GO:0080009;GO:0097309
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0001525;GO:0005001;GO:0005886;GO:0005887;GO:0006470;GO:0006796;GO:0016311;GO:0035579;GO:0043235;GO:0043312;GO:0070821
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0004674;GO:0005524;GO:0005622;GO:0018105;GO:0018107;GO:0035556;GO:0046777;GO:0048471
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0004674;GO:0004871;GO:0005524;GO:0005737;GO:0007560;GO:0030036;GO:0030496;GO:0032154;GO:0035556;GO:0046872
## 133                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0000166;GO:0003677;GO:0003678;GO:0005524;GO:0005634;GO:0005667;GO:0005700;GO:0006325;GO:0006333;GO:0006334;GO:0006338;GO:0006351;GO:0006355;GO:0006357;GO:0007283;GO:0008094;GO:0008134;GO:0008623;GO:0016569;GO:0016584;GO:0016589;GO:0016590;GO:0031010;GO:0031213;GO:0031491;GO:0035041;GO:0035063;GO:0035076;GO:0035092;GO:0042752;GO:0042766;GO:0043044;GO:0045892;GO:0045893;GO:0045944;GO:0070615
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0000062;GO:0005654;GO:0005829;GO:0006637;GO:0009062;GO:0015937;GO:0016290;GO:0036042;GO:0036114;GO:0036116;GO:0042802;GO:0042803;GO:0043005;GO:0044297;GO:0051792;GO:0052689;GO:0102991;GO:1900535
## 136                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0000398;GO:0003723;GO:0005681;GO:0005829;GO:0016607;GO:0071006;GO:0071013
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0000176;GO:0000177;GO:0000178;GO:0000467;GO:0005730;GO:0017091;GO:0034427;GO:0034473;GO:0034475;GO:0034476;GO:0043928;GO:0071028;GO:0071035;GO:0071038;GO:0071042
## 139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0004222;GO:0005509;GO:0005576;GO:0007275;GO:0008270;GO:0030154;GO:0048632
## 140                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0001525;GO:0001933;GO:0004830;GO:0005524;GO:0005634;GO:0005737;GO:0005829;GO:0006436;GO:0006469;GO:0010628;GO:0010835;GO:0019210;GO:0019901;GO:0019904;GO:0031334;GO:0042803;GO:0043234;GO:0045765;GO:0070062
## 141                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0003755
## 142                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0005737;GO:0005815
## 143                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0000082;GO:0004197;GO:0004843;GO:0005634;GO:0006275;GO:0006511;GO:0016579;GO:0019901;GO:0035871;GO:0051301;GO:0071108
## 144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0000722;GO:0000781;GO:0002039;GO:0003720;GO:0003723;GO:0005524;GO:0005682;GO:0005697;GO:0005737;GO:0008380;GO:0016363;GO:0019899;GO:0030529;GO:0070034;GO:0071011;GO:0071013
## 146                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005737;GO:0005856;GO:0005911;GO:0005912;GO:0005923;GO:0005929;GO:0007283;GO:0030030;GO:0030154
## 147                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0003677;GO:0005634;GO:0006351;GO:0006355;GO:0046872
## 148                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .
## 149                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0003746;GO:0003924;GO:0005525;GO:0042256;GO:0043022;GO:0046039
## 151                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0016831;GO:0019752;GO:0030170
## 152                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .
## 153                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0016021
## 154                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0008175;GO:0030488;GO:0046872
## 155                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0000012;GO:0000784;GO:0000790;GO:0001666;GO:0005634;GO:0005730;GO:0006281;GO:0006284;GO:0006303;GO:0010033;GO:0010836;GO:0019899;GO:0021587;GO:0021766;GO:0032356;GO:0033194;GO:0042493;GO:0050882;GO:0061819;GO:0070522;GO:1903518;GO:1904877;GO:1905765;GO:1990414
## 156                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0000139;GO:0005768;GO:0005794;GO:0005802;GO:0016021;GO:0016757;GO:0042802;GO:0052324;GO:2001009
## 158                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0002141;GO:0002142;GO:0004930;GO:0005509;GO:0005576;GO:0005737;GO:0005886;GO:0007166;GO:0007399;GO:0007601;GO:0007605;GO:0009986;GO:0010739;GO:0016020;GO:0016021;GO:0017022;GO:0032391;GO:0043235;GO:0045184;GO:0045494;GO:0048471;GO:0048496;GO:0048839;GO:0050877;GO:0050910;GO:0050953;GO:0060122;GO:0071277;GO:0098609;GO:1990075;GO:1990696
## 159                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0000723;GO:0000784;GO:0003684;GO:0003723;GO:0004003;GO:0005524;GO:0005654;GO:0006303;GO:0006310;GO:0006351;GO:0030529;GO:0042162;GO:0043564;GO:0045892;GO:0051575;GO:0070419;GO:0071480
## 160 GO:0000139;GO:0001030;GO:0001031;GO:0001032;GO:0001156;GO:0001558;GO:0001932;GO:0001933;GO:0001934;GO:0001938;GO:0002296;GO:0003007;GO:0003179;GO:0004672;GO:0004674;GO:0005524;GO:0005634;GO:0005737;GO:0005741;GO:0005764;GO:0005765;GO:0005789;GO:0005829;GO:0005979;GO:0006109;GO:0006112;GO:0006207;GO:0006281;GO:0006468;GO:0007281;GO:0007420;GO:0007569;GO:0007584;GO:0007616;GO:0008361;GO:0008542;GO:0009267;GO:0009791;GO:0010507;GO:0010592;GO:0010628;GO:0010718;GO:0010831;GO:0010942;GO:0010976;GO:0012505;GO:0014042;GO:0014736;GO:0016020;GO:0016242;GO:0016301;GO:0016310;GO:0016605;GO:0018105;GO:0018107;GO:0019901;GO:0019904;GO:0021510;GO:0030030;GO:0030425;GO:0030838;GO:0031397;GO:0031529;GO:0031641;GO:0031669;GO:0031929;GO:0031931;GO:0031932;GO:0031998;GO:0032095;GO:0032868;GO:0032956;GO:0032991;GO:0034198;GO:0035176;GO:0035264;GO:0038202;GO:0042060;GO:0042220;GO:0042802;GO:0043022;GO:0043087;GO:0043200;GO:0043278;GO:0043610;GO:0045429;GO:0045670;GO:0045727;GO:0045792;GO:0045859;GO:0045945;GO:0046777;GO:0046889;GO:0048255;GO:0048661;GO:0048714;GO:0048738;GO:0050731;GO:0050769;GO:0050882;GO:0051219;GO:0051496;GO:0051534;GO:0051549;GO:0051896;GO:0051897;GO:0055006;GO:0055013;GO:0060048;GO:0060135;GO:0060252;GO:0060999;GO:0061051;GO:0071230;GO:0071233;GO:0071456;GO:0090335;GO:0090559;GO:1901216;GO:1901838;GO:1903691;GO:1904000;GO:1904056;GO:1904058;GO:1904193;GO:1904197;GO:1904206;GO:1904213;GO:1990253
## 161                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0000981;GO:0003677;GO:0003700;GO:0003705;GO:0005634;GO:0005654;GO:0005737;GO:0005829;GO:0006355;GO:0006366;GO:0007275;GO:0014886
## 163                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0000049;GO:0001649;GO:0002161;GO:0004822;GO:0005524;GO:0005737;GO:0005829;GO:0006418;GO:0006428;GO:0016020;GO:0017101;GO:0051020;GO:0070062

Feeding VS non-Feeding

head(treat.51.vs.ctrl.a,100)
##                      ID     logFC       PValue       FDR
## 1              Seg237.6 11.048323 4.917709e-05 0.1147664
## 3              Seg934.3 10.988135 4.917493e-05 0.1147664
## 5             Seg2543.1 10.190311 1.299455e-04 0.1147664
## 7              Seg918.3  9.977172 1.112334e-04 0.1147664
## 9             Seg1947.5  9.914249 1.207716e-04 0.1147664
## 11              Seg34.9 -9.845420 1.172764e-04 0.1147664
## 12             Seg207.9  9.673639 1.513341e-04 0.1147664
## 14             Seg916.1  9.623267 1.622253e-04 0.1147664
## 16            Seg1167.6  9.582114 1.727947e-04 0.1147664
## 17             Seg508.4  9.535924 3.782492e-04 0.1261487
## 19             Seg189.2  9.468527 1.698134e-04 0.1147664
## 21            Seg5853.1  9.449881 1.081115e-03 0.1409713
## 24            Seg1350.1  9.422397 1.776783e-04 0.1147664
## 26            Seg1159.3  9.376450 1.878713e-04 0.1147664
## 27            Seg2147.5  9.332692 1.994514e-04 0.1147664
## 28            Seg2306.3  9.305028 2.052114e-04 0.1147664
## 29            Seg3858.3  9.104180 3.692357e-04 0.1261487
## 31             Seg850.2  9.021197 4.369577e-04 0.1261487
## 32            Seg1943.2  8.985443 3.386383e-04 0.1261487
## 36            Seg4357.4  8.960294 3.582070e-04 0.1261487
## 37            Seg381.33  8.951204 1.071867e-03 0.1409713
## 38             Seg420.7  8.906057 8.018535e-04 0.1409713
## 40             Seg859.8  8.865147 3.807940e-04 0.1261487
## 41           Seg1639.10 -8.855667 4.163594e-04 0.1261487
## 44            Seg2136.1  8.807410 4.641670e-04 0.1297949
## 46             Seg750.7  8.799837 5.066649e-04 0.1330590
## 47              Seg68.8  8.786379 4.140124e-04 0.1261487
## 53            Seg3235.1  8.750890 1.365128e-03 0.1409713
## 54            Seg2162.5  8.737307 5.811112e-04 0.1330590
## 55            Seg2592.2  8.661123 5.015998e-04 0.1330590
## 57               Seg6.8  8.623209 9.540322e-04 0.1409713
## 59            Seg1725.5  8.614559 5.849823e-04 0.1330590
## 60            Seg1137.4  8.611582 5.698925e-04 0.1330590
## 62             Seg379.1  8.571154 5.848843e-04 0.1330590
## 63             Seg564.5  8.546467 8.557475e-04 0.1409713
## 64            Seg3599.2  8.539698 5.903943e-04 0.1330590
## 65            Seg5021.1 -8.521963 3.274089e-05 0.1147664
## 67           Seg11590.2  8.513788 1.365750e-03 0.1409713
## 68              Seg31.1  8.499170 6.362043e-04 0.1409713
## 69            Seg1914.1  8.497334 1.325452e-03 0.1409713
## 70             Seg267.2  8.488817 1.231440e-03 0.1409713
## 72            Seg2724.1  8.479162 7.202712e-04 0.1409713
## 73             Seg684.8  8.451508 2.387650e-03 0.1409713
## 76            Seg2655.4  8.439579 1.736203e-03 0.1409713
## 78            Seg205.15  8.430813 1.198488e-03 0.1409713
## 79             Seg138.3  8.410481 7.679213e-04 0.1409713
## 80            Seg2074.1 -8.393092 7.440198e-04 0.1409713
## 82            Seg4826.3  8.366862 1.271701e-03 0.1409713
## 83            Seg130.10  8.355520 7.737791e-04 0.1409713
## 84            Seg318.15  8.337717 9.053192e-04 0.1409713
## 85             Seg841.2  8.337069 1.804099e-03 0.1409713
## 86            Seg2437.8  8.322483 8.478325e-04 0.1409713
## 87            Seg2051.4  8.317584 1.972800e-03 0.1409713
## 88            Seg1633.1  8.306419 8.774041e-04 0.1409713
## 89            Seg2506.2  8.301502 1.953221e-03 0.1409713
## 91           Seg1091.21  8.275300 8.516874e-04 0.1409713
## 92            Seg3420.2  8.271561 8.532507e-04 0.1409713
## 93             Seg23.13  8.266237 8.956108e-04 0.1409713
## 94            Seg2464.2  8.264659 1.074932e-03 0.1409713
## 95            Seg1762.3  8.200439 1.421584e-03 0.1409713
## 96            Seg1270.4  8.196504 1.331035e-03 0.1409713
## 97            Seg3454.1  8.178408 9.594600e-04 0.1409713
## 98             Seg384.4  8.174953 1.325217e-03 0.1409713
## 99              Seg10.4  8.130868 1.318553e-03 0.1409713
## 100           Seg1044.9  8.112012 1.055406e-03 0.1409713
## 101           Seg1803.7 -8.107703 1.177798e-03 0.1409713
## 103           Seg2293.1  8.092964 1.768328e-03 0.1409713
## 104           Seg3162.2  8.080297 2.393491e-03 0.1409713
## 105          Seg1782.13  8.074557 1.097848e-03 0.1409713
## 106            Seg541.5  8.055455 1.123177e-03 0.1409713
## 107           Seg4400.3  8.036095 1.151618e-03 0.1409713
## 108           Seg1822.8  8.026954 2.104974e-03 0.1409713
## 109            Seg703.1  8.005884 2.477970e-03 0.1409713
## 111           Seg190.14  7.985464 1.307664e-03 0.1409713
## 112           Seg4633.3  7.971829 1.253437e-03 0.1409713
## 113            Seg973.2  7.960235 1.600217e-03 0.1409713
## 114           Seg2012.2  7.953197 2.856043e-03 0.1450283
## 115           Seg230.14  7.948582 3.220234e-03 0.1482522
## 116           Seg2651.6  7.939559 1.604292e-03 0.1409713
## 117           Seg186.11  7.932682 1.378995e-03 0.1409713
## 118           Seg4355.1  7.930464 1.335283e-03 0.1409713
## 119            Seg798.5  7.918811 1.450113e-03 0.1409713
## 120            Seg271.3  7.918579 1.610448e-03 0.1409713
## 121           Seg1651.3  7.911378 2.813366e-03 0.1449892
## 122            Seg123.2  7.904353 2.045322e-03 0.1409713
## 123            Seg271.9  7.902278 1.587942e-03 0.1409713
## 124           Seg1865.3  7.885546 1.776876e-03 0.1409713
## 125           Seg2002.5  7.870809 1.739297e-03 0.1409713
## 126           Seg236.13  7.858799 1.787286e-03 0.1409713
## 127           Seg1996.1  7.848787 1.752678e-03 0.1409713
## 128 Seg1445.5_Seg1445.6  7.841410 1.532554e-03 0.1409713
## 129            Seg229.2  7.838986 1.539765e-03 0.1409713
## 130           Seg3460.2  7.838864 2.045044e-03 0.1409713
## 131           Seg9015.2  7.833993 1.521731e-03 0.1409713
## 132           Seg4192.2 -7.830882 1.635456e-03 0.1409713
## 134           Seg1146.9  7.823861 2.755706e-03 0.1434670
## 135            Seg347.3  7.813861 1.622787e-03 0.1409713
## 137            Seg404.9  7.813861 1.622787e-03 0.1409713
## 138            Seg531.3  7.803790 1.828251e-03 0.1409713
## 139            Seg611.7  7.785779 1.726849e-03 0.1409713
##     Vetted..Not_Dubious_Not_rRNA_Not_Transposon.       BLASTp_Best_Hit
## 1                                            Yes sp|Q5F3X8|SC31A_CHICK
## 3                                            Yes sp|Q2HJH6|SNR40_BOVIN
## 5                                            Yes sp|Q3TD49|SPP2B_MOUSE
## 7                                            Yes    sp|P10041|DL_DROME
## 9                                            Yes sp|A8Y5H7|S14L1_MOUSE
## 11                                           Yes sp|P41564|IDH3G_MACFA
## 12                                           Yes  sp|A2VE01|CLP1_BOVIN
## 14                                           Yes  sp|Q5R9W5|WWOX_PONAB
## 16                                           Yes  sp|Q6P9I7|SMC6_XENLA
## 17                                           Yes sp|Q9D0M0|EXOS7_MOUSE
## 19                                           Yes  sp|Q8N7X0|ADGB_HUMAN
## 21                                           Yes  sp|O02467|ASPG_SPOFR
## 24                                           Yes sp|A0JNJ3|SPART_BOVIN
## 26                                           Yes  sp|E1BYJ2|MSH6_CHICK
## 27                                           Yes  sp|P27694|RFA1_HUMAN
## 28                                           Yes  sp|P43247|MSH2_MOUSE
## 29                                           Yes sp|A1Z1Q3|MACD2_HUMAN
## 31                                           Yes sp|O94832|MYO1D_HUMAN
## 32                                           Yes sp|Q9NZN8|CNOT2_HUMAN
## 36                                           Yes sp|P78316|NOP14_HUMAN
## 37                                           Yes  sp|F6V515|MTAP_XENTR
## 38                                           Yes  sp|P49356|FNTB_HUMAN
## 40                                           Yes sp|Q28I85|POC1A_XENTR
## 41                                           Yes  sp|Q96RY5|CRML_HUMAN
## 44                                           Yes sp|Q92794|KAT6A_HUMAN
## 46                                           Yes sp|Q8R3C0|MCMBP_MOUSE
## 47                                           Yes sp|Q6Q137|SEPT7_BOVIN
## 53                                           Yes  sp|P40938|RFC3_HUMAN
## 54                                           Yes sp|P09884|DPOLA_HUMAN
## 55                                           Yes sp|Q8IZF0|NALCN_HUMAN
## 57                                           Yes sp|Q9NRN9|METL5_HUMAN
## 59                                           Yes sp|P46735|MYO1B_MOUSE
## 60                                           Yes sp|Q803R5|CMTR1_DANRE
## 62                                           Yes sp|P42285|MTREX_HUMAN
## 63                                           Yes  sp|Q8N4V2|SVOP_HUMAN
## 64                                           Yes  sp|Q91437|PYR1_SQUAC
## 65                                           Yes  sp|B3MQP7|T23O_DROAN
## 67                                           Yes  sp|F6V515|MTAP_XENTR
## 68                                           Yes sp|Q60848|HELLS_MOUSE
## 69                                           Yes sp|Q6P474|PDXD2_HUMAN
## 70                                           Yes   sp|Q6DGF5|ZDH12_RAT
## 72                                           Yes sp|Q61586|GPAT1_MOUSE
## 73                                           Yes sp|P02457|CO1A1_CHICK
## 76                                           Yes sp|L7YAI7|B4GA1_DANRE
## 78                                           Yes  sp|Q9NUQ2|PLCE_HUMAN
## 79                                           Yes sp|Q8K4L0|DDX54_MOUSE
## 80                                           Yes  sp|Q62371|DDR2_MOUSE
## 82                                           Yes sp|Q9DE27|RUVB2_XENLA
## 83                                           Yes sp|Q869Z0|Y5025_DICDI
## 84                                           Yes   sp|Q7TQ20|DNJC2_RAT
## 85                                           Yes  sp|Q6DFS0|TMX2_XENTR
## 86                                           Yes sp|Q921X9|PDIA5_MOUSE
## 87                                           Yes  sp|P24668|MPRD_MOUSE
## 88                                           Yes sp|Q15058|KIF14_HUMAN
## 89                                           Yes sp|Q9CXL3|CG050_MOUSE
## 91                                           Yes   sp|Q9QYV8|DPOG1_RAT
## 92                                           Yes sp|P28339|DPOD1_BOVIN
## 93                                           Yes sp|Q04678|SSRP1_CHICK
## 94                                           Yes sp|Q3UR70|TGFA1_MOUSE
## 95                                           Yes sp|Q8R1A4|DOCK7_MOUSE
## 96                                           Yes sp|F5HSE3|NIPLA_DANRE
## 97                                           Yes sp|Q9NXL6|SIDT1_HUMAN
## 98                                           Yes sp|O93257|XRCC6_CHICK
## 99                                           Yes sp|Q15139|KPCD1_HUMAN
## 100                                          Yes sp|P49739|MCM3M_XENLA
## 101                                          Yes sp|Q8BI22|CE128_MOUSE
## 103                                          Yes sp|Q4R4U3|PRPS1_MACFA
## 104                                          Yes  sp|Q66I75|MTNB_DANRE
## 105                                          Yes sp|Q8NER1|TRPV1_HUMAN
## 106                                          Yes    sp|Q6P7B0|SYWC_RAT
## 107                                          Yes  sp|Q24368|ISWI_DROME
## 108                                          Yes sp|P12607|ITB1B_XENLA
## 109                                          Yes sp|Q20191|NAS13_CAEEL
## 111                                          Yes  sp|E2RYF8|TPX2_PATPE
## 112                                          Yes  sp|E2RYF8|TPX2_PATPE
## 113                                          Yes sp|Q60596|XRCC1_MOUSE
## 114                                          Yes  sp|Q8QHI3|ARL3_XENLA
## 115                                          Yes  sp|Q6PAF4|NSE1_XENLA
## 116                                          Yes  sp|O00142|KITM_HUMAN
## 117                                          Yes  sp|Q5F408|SYCC_CHICK
## 118                                          Yes  sp|Q32PF2|ACLY_BOVIN
## 119                                          Yes sp|O75467|Z324A_HUMAN
## 120                                          Yes sp|Q96ER3|SAAL1_HUMAN
## 121                                          Yes  sp|Q07DZ7|ASZ1_ORNAN
## 122                                          Yes   sp|Q8R5K5|UTP11_RAT
## 123                                          Yes sp|P13010|XRCC5_HUMAN
## 124                                          Yes sp|P23467|PTPRB_HUMAN
## 125                                          Yes sp|Q61510|TRI25_MOUSE
## 126                                          Yes  sp|P41252|SYIC_HUMAN
## 127                                          Yes   sp|P22274|ARF_CANAL
## 128                                          Yes  sp|Q5ZKZ9|LMF2_CHICK
## 129                                          Yes  sp|Q6S7F2|E2F7_MOUSE
## 130                                          Yes sp|D2HWM5|RFWD3_AILME
## 131                                          Yes sp|Q7SY48|HEAT1_DANRE
## 132                                          Yes   sp|Q5U2Q4|PAR16_RAT
## 134                                          Yes sp|Q9JI39|ABCBA_MOUSE
## 135                                          Yes sp|Q9H867|MT21D_HUMAN
## 137                                          Yes sp|Q5REG1|SART3_PONAB
## 138                                          Yes  sp|Q4JIJ3|METH_BOVIN
## 139                                          Yes  sp|C8V4D4|GRRA_EMENI
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                     BLASTp_Description
## 1                                                                                                                                                                                                                                                                                                                                                                                                    Protein_transport_protein_Sec31A_(SEC31-like_protein_1)_(SEC31-related_protein_A)
## 3                                                                                                                                                                                                                                                                                                                                                                        U5_small_nuclear_ribonucleoprotein_40_kDa_protein_(U5_snRNP_40_kDa_protein)_(WD_repeat-containing_protein_57)
## 5                                                                                                                                                                                                                                                                                                                                                                                                                Signal_peptide_peptidase-like_2B_(SPP-like_2B)_(SPPL2b)_(EC_3.4.23.-)
## 7                                                                                                                                                                                                                                                                                                                                                                                                                                                       Neurogenic_locus_protein_delta
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                 SEC14-like_protein_1
## 11                                                                                                                                                                                                                                                                                                                                 Isocitrate_dehydrogenase_[NAD]_subunit_gamma,_mitochondrial_(Isocitric_dehydrogenase_subunit_gamma)_(NAD(+)-specific_ICDH_subunit_gamma)_(Fragment)
## 12                                                                                                                                                                                                                                                                                                                     Polyribonucleotide_5'-hydroxyl-kinase_Clp1_(EC_2.7.1.78)_(Polyadenylation_factor_Clp1)_(Polynucleotide_kinase_Clp1)_(Pre-mRNA_cleavage_complex_II_protein_Clp1)
## 14                                                                                                                                                                                                                                                                                                                                                                                                                                    WW_domain-containing_oxidoreductase_(EC_1.1.1.-)
## 16                                                                                                                                                                                                                                                                                                                                                                                                     Structural_maintenance_of_chromosomes_protein_6_(SMC_protein_6)_(SMC-6)_(xSMC6)
## 17                                                                                                                                                                                                                                                                                                                                                                                       Exosome_complex_exonuclease_RRP42_(Exosome_component_7)_(Ribosomal_RNA-processing_protein_42)
## 19                                                                                                                                                                                                                                                                                                                                                                                                                                                Androglobin_(Calpain-7-like_protein)
## 21                                                                                                                                                                                                            N(4)-(Beta-N-acetylglucosaminyl)-L-asparaginase_(EC_3.5.1.26)_(Aspartylglucosaminidase)_(AGA)_(Glycosylasparaginase)_(N4-(N-acetyl-beta-glucosaminyl)-L-asparagine_amidase)_[Cleaved_into:_Glycosylasparaginase_alpha_chain;_Glycosylasparaginase_beta_chain]_(Fragment)
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Spartin
## 26                                                                                                                                                                                                                                                                                                                                                                                                                                                    DNA_mismatch_repair_protein_Msh6
## 27                                                                                                                                                                                                                                        Replication_protein_A_70_kDa_DNA-binding_subunit_(RP-A_p70)_(Replication_factor_A_protein_1)_(RF-A_protein_1)_(Single-stranded_DNA-binding_protein)_[Cleaved_into:_Replication_protein_A_70_kDa_DNA-binding_subunit,_N-terminally_processed]
## 28                                                                                                                                                                                                                                                                                                                                                                                                                           DNA_mismatch_repair_protein_Msh2_(MutS_protein_homolog_2)
## 29                                                                                                                                                                                                                                                                                                                                    O-acetyl-ADP-ribose_deacetylase_MACROD2_(EC_3.2.2.-)_(EC_3.5.1.-)_(MACRO_domain-containing_protein_2)_([Protein_ADP-ribosylglutamate]_hydrolase)
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                                            Unconventional_myosin-Id
## 32                                                                                                                                                                                                                                                                                                                                                                                                                 CCR4-NOT_transcription_complex_subunit_2_(CCR4-associated_factor_2)
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                 Nucleolar_protein_14_(Nucleolar_complex_protein_14)
## 37                                                                                                                                                                                                                                                                                                                                                   S-methyl-5'-thioadenosine_phosphorylase_(EC_2.4.2.28)_(5'-methylthioadenosine_phosphorylase)_(MTA_phosphorylase)_(MTAP)_(MTAPase)
## 38                                                                                                                                                                                                                                                                                                                           Protein_farnesyltransferase_subunit_beta_(FTase-beta)_(EC_2.5.1.58)_(CAAX_farnesyltransferase_subunit_beta)_(Ras_proteins_prenyltransferase_subunit_beta)
## 40                                                                                                                                                                                                                                                                                                                                                                     POC1_centriolar_protein_homolog_A_(Pat-interacting_protein_2)_(Pix2)_(xPix2)_(WD_repeat-containing_protein_51A)
## 41                                                                                                                                                                                                                                                                                                                                                              Protein_cramped-like_(Cramped_chromatin_regulator_homolog_1)_(Hematological_and_neurological_expressed_1-like_protein)
## 44                                                                                                                                                                                                                                                          Histone_acetyltransferase_KAT6A_(EC_2.3.1.48)_(MOZ,_YBF2/SAS3,_SAS2_and_TIP60_protein_3)_(MYST-3)_(Monocytic_leukemia_zinc_finger_protein)_(Runt-related_transcription_factor-binding_protein_2)_(Zinc_finger_protein_220)
## 46                                                                                                                                                                                                                                                                                                                                                                                                  Mini-chromosome_maintenance_complex-binding_protein_(MCM-BP)_(MCM-binding_protein)
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                    Septin-7_(CDC10_protein_homolog)
## 53                                                                                                                                                                                                                                                                                                         Replication_factor_C_subunit_3_(Activator_1_38_kDa_subunit)_(A1_38_kDa_subunit)_(Activator_1_subunit_3)_(Replication_factor_C_38_kDa_subunit)_(RF-C_38_kDa_subunit)_(RFC38)
## 54                                                                                                                                                                                                                                                                                                                                                                                   DNA_polymerase_alpha_catalytic_subunit_(EC_2.7.7.7)_(DNA_polymerase_alpha_catalytic_subunit_p180)
## 55                                                                                                                                                                                                                                                                                                                                                                                           Sodium_leak_channel_non-selective_protein_(CanIon)_(Voltage_gated_channel-like_protein_1)
## 57                                                                                                                                                                                                                                                                                                                                                                                                                                       Methyltransferase-like_protein_5_(EC_2.1.1.-)
## 59                                                                                                                                                                                                                                                                                                                                                                                                                Unconventional_myosin-Ib_(MIH-L)_(Myosin_I_alpha)_(MMI-alpha)_(MMIa)
## 60                                                                                                                                                                                                                                                                                  Cap-specific_mRNA_(nucleoside-2'-O-)-methyltransferase_1_(EC_2.1.1.57)_(Cap_methyltransferase_1)_(Cap1_2'O-ribose_methyltransferase_1)_(MTr1)_(FtsJ_methyltransferase_domain-containing_protein_2)
## 62                                                                                                                                                                                                                                                                                            Exosome_RNA_helicase_MTR4_(EC_3.6.4.13)_(ATP-dependent_RNA_helicase_DOB1)_(ATP-dependent_RNA_helicase_SKIV2L2)_(Superkiller_viralicidic_activity_2-like_2)_(TRAMP-like_complex_helicase)
## 63                                                                                                                                                                                                                                                                                                                                                                                                                            Synaptic_vesicle_2-related_protein_(SV2-related_protein)
## 64                                                                                                                                                                                                                                                                                                                     CAD_protein_[Includes:_Glutamine-dependent_carbamoyl-phosphate_synthase_(EC_6.3.5.5);_Aspartate_carbamoyltransferase_(EC_2.1.3.2);_Dihydroorotase_(EC_3.5.2.3)]
## 65                                                                                                                                                                                                                                                                                                          Tryptophan_2,3-dioxygenase_(TDO)_(EC_1.13.11.11)_(Protein_vermilion)_(Tryptamin_2,3-dioxygenase)_(Tryptophan_oxygenase)_(TO)_(TRPO)_(Tryptophan_pyrrolase)_(Tryptophanase)
## 67                                                                                                                                                                                                                                                                                                                                                   S-methyl-5'-thioadenosine_phosphorylase_(EC_2.4.2.28)_(5'-methylthioadenosine_phosphorylase)_(MTA_phosphorylase)_(MTAP)_(MTAPase)
## 68                                                                                                                                                                                                                                                                                                                                                                                              Lymphocyte-specific_helicase_(EC_3.6.4.-)_(Proliferation-associated_SNF2-like_protein)
## 69                                                                                                                                                                                                                                                                                                                                       pyridoxal-dependent_decarboxylase_domain-containing_protein_2_(EC_4.1.1.-)_(pyridoxal-dependent_decarboxylase_domain-containing_2_pseudogene)
## 70                                                                                                                                                                                                                                                                                                                                                                      Probable_palmitoyltransferase_ZDHHC12_(EC_2.3.1.225)_(Zinc_finger_DHHC_domain-containing_protein_12)_(DHHC-12)
## 72                                                                                                                                                                                                                                                                                                                                                                                                  Glycerol-3-phosphate_acyltransferase_1,_mitochondrial_(GPAT-1)_(EC_2.3.1.15)_(P90)
## 73                                                                                                                                                                                                                                                                                                                                                                                                                                 Collagen_alpha-1(I)_chain_(Alpha-1_type_I_collagen)
## 76                                                                                                                                                                                                             Beta-1,4-glucuronyltransferase_1_(EC_2.4.1.-)_(I-beta-1,3-N-acetylglucosaminyltransferase)_(N-acetyllactosaminide_beta-1,3-N-acetylglucosaminyltransferase)_(Poly-N-acetyllactosamine_extension_enzyme)_(UDP-GlcNAc:betaGal_beta-1,3-N-acetylglucosaminyltransferase_1)
## 78                                                                                                                                                                                                                                                         1-acyl-sn-glycerol-3-phosphate_acyltransferase_epsilon_(EC_2.3.1.51)_(1-acylglycerol-3-phosphate_O-acyltransferase_5)_(1-AGP_acyltransferase_5)_(1-AGPAT_5)_(Lysophosphatidic_acid_acyltransferase_epsilon)_(LPAAT-epsilon)
## 79                                                                                                                                                                                                                                                                                                                                                                                                                ATP-dependent_RNA_helicase_DDX54_(EC_3.6.4.13)_(DEAD_box_protein_54)
## 80                                                                                                                                                                                                              Discoidin_domain-containing_receptor_2_(Discoidin_domain_receptor_2)_(EC_2.7.10.1)_(CD167_antigen-like_family_member_B)_(Neurotrophic_tyrosine_kinase,_receptor-related_3)_(Receptor_protein-tyrosine_kinase_TKT)_(Tyrosine-protein_kinase_TYRO10)_(CD_antigen_CD167b)
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                  RuvB-like_2_(EC_3.6.4.12)_(Reptin)
## 83                                                                                                                                                                                                                                                                                                                                                                                                                               protein_disulfide-isomerase_DDB_G0275025_(EC_5.3.4.1)
## 84                                                                                                                                                                                                                                                                                                                                                                                     DnaJ_homolog_subfamily_C_member_2_(Gliosarcoma-related_antigen_MIDA1)_(Zuotin-related_factor_1)
## 85                                                                                                                                                                                                                                                                                                                                                                                              Thioredoxin-related_transmembrane_protein_2_(Thioredoxin_domain-containing_protein_14)
## 86                                                                                                                                                                                                                                                                                                                                                                                           Protein_disulfide-isomerase_A5_(EC_5.3.4.1)_(Protein_disulfide_isomerase-related_protein)
## 87                                                                                                                                                                                                                                                                                                                                                         Cation-dependent_mannose-6-phosphate_receptor_(CD_Man-6-P_receptor)_(CD-MPR)_(46_kDa_mannose_6-phosphate_receptor)_(MPR_46)
## 88                                                                                                                                                                                                                                                                                                                                                                                                                                                          Kinesin-like_protein_KIF14
## 89                                                                                                                                                                                                                                                                                                                                                                                                                                             Uncharacterized_protein_C7orf50_homolog
## 91                                                                                                                                                                                                                                                                                                                                                                           DNA_polymerase_subunit_gamma-1_(EC_2.7.7.7)_(Mitochondrial_DNA_polymerase_catalytic_subunit)_(PolG-alpha)
## 92                                                                                                                                                                                                                                                                                                                                                                                                                   DNA_polymerase_delta_catalytic_subunit_(EC_2.7.7.7)_(EC_3.1.11.-)
## 93                                                                                                                                                                                                                                                                                      FACT_complex_subunit_SSRP1_(Facilitates_chromatin_transcription_complex_subunit_SSRP1)_(Recombination_signal_sequence_recognition_protein_1)_(Structure-specific_recognition_protein_1)_(T160)
## 94                                                                                                                                                                                                                                                                                                                                                             Transforming_growth_factor-beta_receptor-associated_protein_1_(TGF-beta_receptor-associated_protein_1)_(TRAP-1)_(TRAP1)
## 95                                                                                                                                                                                                                                                                                                                                                                                                                              Dedicator_of_cytokinesis_protein_7_(Protein_moonlight)
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                             Nipped-B-like_protein_A
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                  SID1_transmembrane_family_member_1
## 98                                                                                                                                                                                 X-ray_repair_cross-complementing_protein_5_(EC_3.6.4.-)_(EC_4.2.99.-)_(5'-deoxyribose-5-phosphate_lyase_Ku70)_(5'-dRP/AP_lyase_Ku70)_(ATP-dependent_DNA_helicase_2_subunit_1)_(ATP-dependent_DNA_helicase_II_70_kDa_subunit)_(DNA_repair_protein_XRCC6)_(Ku_autoantigen_protein_p70_homolog)_(Ku70)
## 99                                                                                                                                                                                                                                                                                                                                                                 Serine/threonine-protein_kinase_D1_(EC_2.7.11.13)_(Protein_kinase_C_mu_type)_(Protein_kinase_D)_(nPKC-D1)_(nPKC-mu)
## 100                                                                                                                                                                                                                                                                                                               Maternal_DNA_replication_licensing_factor_mcm3_(EC_3.6.4.12)_(Maternal_minichromosome_maintenance_protein_3)_(mMCM3)_(xMCM3)_(P1_homolog)_(XRLF_subunit_beta)_(p100)
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                            Centrosomal_protein_of_128_kDa_(Cep128)
## 103                                                                                                                                                                                                                                                                                                                                                                                Ribose-phosphate_pyrophosphokinase_1_(EC_2.7.6.1)_(Phosphoribosyl_pyrophosphate_synthase_I)_(PRS-I)
## 104                                                                                                                                                                                                                                                                                                                                                               Methylthioribulose-1-phosphate_dehydratase_(MTRu-1-P_dehydratase)_(EC_4.2.1.109)_(APAF1-interacting_protein_homolog)
## 105                                                                                                                                                                                                                                                                                                                           Transient_receptor_potential_cation_channel_subfamily_V_member_1_(TrpV1)_(Capsaicin_receptor)_(Osm-9-like_TRP_channel_1)_(OTRPC1)_(Vanilloid_receptor_1)
## 106                                                                                                                                                                                                                                                                                                                                                        Tryptophan--tRNA_ligase,_cytoplasmic_(EC_6.1.1.2)_(Tryptophanyl-tRNA_synthetase)_(TrpRS)_[Cleaved_into:_T1-TrpRS;_T2-TrpRS]
## 107                                                                                                                                                                                                                                                                                                              Chromatin-remodeling_complex_ATPase_chain_Iswi_(EC_3.6.4.-)_(CHRAC_140_kDa_subunit)_(Nucleosome-remodeling_factor_140_kDa_subunit)_(NURF-140)_(Protein_imitation_swi)
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                               Integrin_beta-1-B_(Integrin_beta-1*)
## 109                                                                                                                                                                                                                                                                                                                                                                                                                  Zinc_metalloproteinase_nas-13_(EC_3.4.24.-)_(Nematode_astacin_13)
## 111                                                                                                                                                                                                                                                                                                                                                                                   Targeting_protein_for_Xklp2_homolog_(TPX2_homolog)_(Microtubule-associated_protein_TPX2_homolog)
## 112                                                                                                                                                                                                                                                                                                                                                                                   Targeting_protein_for_Xklp2_homolog_(TPX2_homolog)_(Microtubule-associated_protein_TPX2_homolog)
## 113                                                                                                                                                                                                                                                                                                                                                                                                              DNA_repair_protein_XRCC1_(X-ray_repair_cross-complementing_protein_1)
## 114                                                                                                                                                                                                                                                                                                                                                                                                                                             ADP-ribosylation_factor-like_protein_3
## 115                                                                                                                                                                                                                                                                                                                                                                               Non-structural_maintenance_of_chromosomes_element_1_homolog_(Non-SMC_element_1_homolog)_(EC_2.3.2.-)
## 116                                                                                                                                                                                                                                                                                                                                                                                                                            Thymidine_kinase_2,_mitochondrial_(EC_2.7.1.21)_(Mt-TK)
## 117                                                                                                                                                                                                                                                                                                                                                                                               Cysteine--tRNA_ligase,_cytoplasmic_(EC_6.1.1.16)_(Cysteinyl-tRNA_synthetase)_(CysRS)
## 118                                                                                                                                                                                                                                                                                                                                                                                           ATP-citrate_synthase_(EC_2.3.3.8)_(ATP-citrate_(pro-S-)-lyase)_(Citrate_cleavage_enzyme)
## 119                                                                                                                                                                                                                                                                                                                                                                                                                              Zinc_finger_protein_324A_(Zinc_finger_protein_ZF5128)
## 120                                                                                                                                                                                                                                                                                                                                                                             Protein_SAAL1_(Synoviocyte_proliferation-associated_in_collagen-induced_arthritis_protein_1)_(SPACIA1)
## 121                                                                                                                                                                                                                                                                                                                      Ankyrin_repeat,_SAM_and_basic_leucine_zipper_domain-containing_protein_1_(Germ_cell-specific_ankyrin,_SAM_and_basic_leucine_zipper_domain-containing_protein)
## 122                                                                                                                                                                                                                                                                                                                                                                       Probable_U3_small_nucleolar_RNA-associated_protein_11_(U3_snoRNA-associated_protein_11)_(UTP11-like_protein)
## 123 X-ray_repair_cross-complementing_protein_5_(EC_3.6.4.-)_(86_kDa_subunit_of_Ku_antigen)_(ATP-dependent_DNA_helicase_2_subunit_2)_(ATP-dependent_DNA_helicase_II_80_kDa_subunit)_(CTC_box-binding_factor_85_kDa_subunit)_(CTC85)_(CTCBF)_(DNA_repair_protein_XRCC5)_(Ku80)_(Ku86)_(Lupus_Ku_autoantigen_protein_p86)_(Nuclear_factor_IV)_(Thyroid-lupus_autoantigen)_(TLAA)_(X-ray_repair_complementing_defective_repair_in_Chinese_hamster_cells_5_(double-strand-break_rejoining))
## 124                                                                                                                                                                                                                                                                                                        Receptor-type_tyrosine-protein_phosphatase_beta_(Protein-tyrosine_phosphatase_beta)_(R-PTP-beta)_(EC_3.1.3.48)_(Vascular_endothelial_protein_tyrosine_phosphatase)_(VE-PTP)
## 125                                                                                                                                                                                  E3_ubiquitin/ISG15_ligase_TRIM25_(EC_6.3.2.n3)_(Estrogen-responsive_finger_protein)_(RING-type_E3_ubiquitin_transferase)_(EC_2.3.2.27)_(RING-type_E3_ubiquitin_transferase_TRIM25)_(Tripartite_motif-containing_protein_25)_(Ubiquitin/ISG15-conjugating_enzyme_TRIM25)_(Zinc_finger_protein_147)
## 126                                                                                                                                                                                                                                                                                                                                                                                        Isoleucine--tRNA_ligase,_cytoplasmic_(EC_6.1.1.5)_(Isoleucyl-tRNA_synthetase)_(IRS)_(IleRS)
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                                            ADP-ribosylation_factor
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                         Lipase_maturation_factor_2
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                  Transcription_factor_E2F7_(E2F-7)
## 130                                                                                                                                                                                                                                                                                                                                                  E3_ubiquitin-protein_ligase_RFWD3_(EC_2.3.2.27)_(RING_finger_and_WD_repeat_domain-containing_protein_3)_(RING_finger_protein_201)
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                   HEAT_repeat-containing_protein_1_(Protein_BAP28)
## 132                                                                                                                                                                                                                                                                                                                                    Mono_[ADP-ribose]_polymerase_PARP16_(EC_2.4.2.30)_(ADP-ribosyltransferase_diphtheria_toxin-like_15)_(Poly_[ADP-ribose]_polymerase_16)_(PARP-16)
## 134                                                                                                                                                                                                                                                                                               ATP-binding_cassette_sub-family_B_member_10,_mitochondrial_(ABC-mitochondrial_erythroid_protein)_(ABC-me_protein)_(ATP-binding_cassette_transporter_10)_(ABC_transporter_10_protein)
## 135                                                                                                                                                                                                                                                                                         Protein-lysine_methyltransferase_METTL21D_(EC_2.1.1.-)_(Methyltransferase-like_protein_21D)_(VCP_lysine_methyltransferase)_(VCP-KMT)_(Valosin-containing_protein_lysine_methyltransferase)
## 137                                                                                                                                                                                                                                                                                                                                                                                                                   Squamous_cell_carcinoma_antigen_recognized_by_T-cells_3_(SART-3)
## 138                                                                                                                                                                                                                                                                                                                                      Methionine_synthase_(EC_2.1.1.13)_(5-methyltetrahydrofolate--homocysteine_methyltransferase)_(Vitamin-B12_dependent_methionine_synthase)_(MS)
## 139                                                                                                                                                                                                                                                                                                               SCF_E3_ubiquitin_ligase_complex_F-box_protein_grrA_(F-box_and_leucine-rich_repeat_protein_grrA)_(F-box/LRR-repeat_protein_grrA)_(SCF_substrate_adapter_protein_grrA)
##     BLASTp_Best_Hit.1
## 1              Q5F3X8
## 3              Q2HJH6
## 5              Q3TD49
## 7              P10041
## 9              A8Y5H7
## 11             P41564
## 12             A2VE01
## 14             Q5R9W5
## 16             Q6P9I7
## 17             Q9D0M0
## 19             Q8N7X0
## 21             O02467
## 24             A0JNJ3
## 26             E1BYJ2
## 27             P27694
## 28             P43247
## 29             A1Z1Q3
## 31             O94832
## 32             Q9NZN8
## 36             P78316
## 37             F6V515
## 38             P49356
## 40             Q28I85
## 41             Q96RY5
## 44             Q92794
## 46             Q8R3C0
## 47             Q6Q137
## 53             P40938
## 54             P09884
## 55             Q8IZF0
## 57             Q9NRN9
## 59             P46735
## 60             Q803R5
## 62             P42285
## 63             Q8N4V2
## 64             Q91437
## 65             B3MQP7
## 67             F6V515
## 68             Q60848
## 69             Q6P474
## 70             Q6DGF5
## 72             Q61586
## 73             P02457
## 76             L7YAI7
## 78             Q9NUQ2
## 79             Q8K4L0
## 80             Q62371
## 82             Q9DE27
## 83             Q869Z0
## 84             Q7TQ20
## 85             Q6DFS0
## 86             Q921X9
## 87             P24668
## 88             Q15058
## 89             Q9CXL3
## 91             Q9QYV8
## 92             P28339
## 93             Q04678
## 94             Q3UR70
## 95             Q8R1A4
## 96             F5HSE3
## 97             Q9NXL6
## 98             O93257
## 99             Q15139
## 100            P49739
## 101            Q8BI22
## 103            Q4R4U3
## 104            Q66I75
## 105            Q8NER1
## 106            Q6P7B0
## 107            Q24368
## 108            P12607
## 109            Q20191
## 111            E2RYF8
## 112            E2RYF8
## 113            Q60596
## 114            Q8QHI3
## 115            Q6PAF4
## 116            O00142
## 117            Q5F408
## 118            Q32PF2
## 119            O75467
## 120            Q96ER3
## 121            Q07DZ7
## 122            Q8R5K5
## 123            P13010
## 124            P23467
## 125            Q61510
## 126            P41252
## 127            P22274
## 128            Q5ZKZ9
## 129            Q6S7F2
## 130            D2HWM5
## 131            Q7SY48
## 132            Q5U2Q4
## 134            Q9JI39
## 135            Q9H867
## 137            Q5REG1
## 138            Q4JIJ3
## 139            C8V4D4
##     Repetitive_Element..Repeat_Match_AND_.BLASTP_Hit_OR_No_Protein.
## 1                                                                No
## 3                                                                No
## 5                                                                No
## 7                                                                No
## 9                                                                No
## 11                                                               No
## 12                                                               No
## 14                                                               No
## 16                                                               No
## 17                                                               No
## 19                                                               No
## 21                                                               No
## 24                                                               No
## 26                                                               No
## 27                                                               No
## 28                                                               No
## 29                                                               No
## 31                                                               No
## 32                                                               No
## 36                                                               No
## 37                                                               No
## 38                                                               No
## 40                                                               No
## 41                                                               No
## 44                                                               No
## 46                                                               No
## 47                                                               No
## 53                                                               No
## 54                                                               No
## 55                                                               No
## 57                                                               No
## 59                                                               No
## 60                                                               No
## 62                                                               No
## 63                                                               No
## 64                                                               No
## 65                                                               No
## 67                                                               No
## 68                                                               No
## 69                                                               No
## 70                                                               No
## 72                                                               No
## 73                                                               No
## 76                                                               No
## 78                                                               No
## 79                                                               No
## 80                                                               No
## 82                                                               No
## 83                                                               No
## 84                                                               No
## 85                                                               No
## 86                                                               No
## 87                                                               No
## 88                                                               No
## 89                                                               No
## 91                                                               No
## 92                                                               No
## 93                                                               No
## 94                                                               No
## 95                                                               No
## 96                                                               No
## 97                                                               No
## 98                                                               No
## 99                                                               No
## 100                                                              No
## 101                                                              No
## 103                                                              No
## 104                                                              No
## 105                                                              No
## 106                                                              No
## 107                                                              No
## 108                                                              No
## 109                                                              No
## 111                                                              No
## 112                                                              No
## 113                                                              No
## 114                                                              No
## 115                                                              No
## 116                                                              No
## 117                                                              No
## 118                                                              No
## 119                                                              No
## 120                                                              No
## 121                                                              No
## 122                                                              No
## 123                                                              No
## 124                                                              No
## 125                                                              No
## 126                                                              No
## 127                                                              No
## 128                                                              No
## 129                                                              No
## 130                                                              No
## 131                                                              No
## 132                                                              No
## 134                                                              No
## 135                                                              No
## 137                                                              No
## 138                                                              No
## 139                                                              No
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            PFAM_Domains_.target_name.accession.env_coordfrom.to...
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Coatomer_WDAD|PF04053.13(166-211);Coatomer_WDAD|PF04053.13(592-637);Coatomer_WDAD|PF04053.13(723-803);KinB_sensor|PF16767.4(1049-1128);KinB
## 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ANAPC4_WD40|PF12894.6(121-171);ANAPC4_WD40|PF12894.6(181-241);ANAPC4_WD40|PF12894.6(237-305);ANAPC4_WD40|PF12894.6(26-69);ANAPC4_WD40|PF12894.6(283-324);ANAPC4_WD40|PF12894.6(67-127);eIF2A|PF08662.10(128-234);eIF2A|PF08662.10(241-317);eIF2A|PF08662.10(30-123);Ge1_WD40|PF16529.4(179-245);protein
## 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       DUF4345|PF14248.5(148-172);DUF4345|PF14248.5(235-364);DUF4345|PF14248.5(432-483);PA|PF02225.21(47-131);Peptidase_A22B|PF04258.12(212-499);
## 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        DSL|PF01414.18(154-220);DSL|PF01414.18(215-254);DSL|PF01414.18(244-288);DSL|PF01414.18(276-322);DSL|PF01414.18(311-356);DSL|PF01414.18(346-390);DSL|PF01414.18(380-417);DSL|PF01414.18(412-459);DSL|PF01414.18(454-493);DSL|PF01414.18(484-526);FSA_C|PF10479.8(531-670);
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          CRAL_TRIO_N|PF03765.14(222-309);CRAL_TRIO|PF00650.19(330-499);PRELI|PF04707.13(17-173);
## 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Iso_dh|PF00180.19(42-366);
## 12                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                AAA_10|PF12846.6(127-192);AAA_18|PF13238.5(156-283);AAA_18|PF13238.5(44-151);AAA_22|PF13401.5(154-225);AAA_24|PF13479.5(152-200);AAA_35|PF14516.5(123-206);AAA_35|PF14516.5(215-274);ATP_bind_1|PF03029.16(158-199);CbiA|PF01656.22(156-436);CLP1_N|PF16573.4(53-144);CLP1_P|PF16575.4(160-346);Clp1|PF06807.13(351-461);GTP_EFTU|PF00009.26(153-195);MMR_HSR1|PF01926.22(155-198);MMR_HSR1|PF01926.22(246-318);
## 14                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   adh_short_C2|PF13561.5(98-312);adh_short|PF00106.24(252-304);adh_short|PF00106.24(92-239);Epimerase|PF01370.20(94-272);KR|PF08659.9(92-235);Shikimate_DH|PF01488.19(202-249);Shikimate_DH|PF01488.19(79-158);WW|PF00397.25(29-58);WW|PF00397.25(338-344);WW|PF00397.25(5-17);
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  AAA_15|PF13175.5(133-354);AAA_15|PF13175.5(306-538);AAA_15|PF13175.5(635-873);AAA_15|PF13175.5(845-1065);AAA_15|PF13175.5(86-129);AAA_21|PF13304.5(109-233);TA
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     RNase_PH_C|PF03725.14(201-267);RNase_PH|PF01138.20(55-172);
## 19                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           IQ|PF00612.26(1197-1216);Peptidase_C2|PF00648.20(209-331);Peptidase_C2|PF00648.20(753-793);UPF0223|PF05256.11(1774-1840);UPF0223|PF05256.11(791-815);
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Asparaginase_2|PF01112.17(33-339);
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Inp1|PF12634.6(128-266);Inp1|PF12634.6(360-408);MIT|PF04212.17(20-95);Senescence|PF06911.11(335-520);
## 26                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              MutS_I|PF01624.19(393-508);MutS_II|PF05188.16(520-688);MutS_III|PF05192.17(721-1049);MutS_IV|PF05190.17(776-820);MutS_IV|PF05190.17(917-1009);MutS_V|PF00488.20(1123-1321);MutS_V|PF00488.20(761-802);PWWP|PF00855.16(54-141);Ribonuc_red_lgN|PF00317.20(462-529);
## 27                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ADK_lid|PF05191.13(519-551);CDC24_OB3|PF17244.1(220-312);3
## 28                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         DUF489|PF04356.11(351-449);DUF489|PF04356.11(460-597);Mating_N|PF12731.6(249-300);Mating_N|PF12731.6(545-605);MutS_I|PF01624.19(19-129);MutS_II|PF05188.16(142-286);MutS_II|PF05188.16(522-599);MutS_III|PF05192.17(207-295);MutS_III|PF05192.17(301-605);MutS_III|PF05192.17(701-907);MutS_IV|PF05190.17(469-565);MutS_V|PF00488.20(661-848);Put_DNA-bind_N|PF06971.12(269-305);Put_DNA-bind_N|PF06971.12(405-429);Put_DNA-bind_N|PF06971.12(552-570);
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Macro|PF01661.20(114-221);Mago_nashi|PF02792.13(23-76);Mago_nashi|PF02792.13(300-397);
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    AAA_16|PF13191.5(454-546);AAA_16|PF13191.5(71-159);AAA_18|PF13238.5(609-662);AAA_18|PF13238.5(722-801);AAA_18|PF13238.5(98-209);AAA_22|PF13401.5(90-157);IQ|PF00612.26(618-635);Myosin_head|PF00063.20(11-190);Myosin_head|PF00063.20(187-547);Myosin_head|PF00063.20(545-600);Myosin_TH1|PF06017.12(724-918);Zeta_toxin|PF06414.11(80-137);
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Auts2|PF15336.5(2-73);NOT2_3_5|PF04153.17(263-388);
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Nop14|PF04147.11(1-813);
## 37                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        DUF1064|PF06356.10(151-243);PNP_UDP_1|PF01048.19(1-244);
## 38                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Prenyltrans|PF00432.20(107-150);Prenyltrans|PF00432.20(160-203);Prenyltrans|PF00432.20(209-250);Prenyltrans|PF00432.20(255-299);Prenyltrans|PF00432.20(317-361);SQHop_cyclase_C|PF13243.5(137-233);SQHop_cyclase_C|PF13243.5(239-300);SQHop_cyclase_C|PF13243.5(63-130);SQHop_cyclase_N|PF13249.5(141-206);SQHop_cyclase_N|PF13249.5(163-276);SQHop_cyclase_N|PF13249.5(63-153);
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     ANAPC4_WD40|PF12894.6(11-50);ANAPC4_WD40|PF12894.6(136-195);ANAPC4_WD40|PF12894.6(182-216);ANAPC4_WD40|PF12894.6(201-260);ANAPC4_WD40|PF12894.6(24-97);ANAPC4_WD40|PF12894.6(66-149);eIF2A|PF08662.10(11-132);eIF2A|PF08662.10(122-237);Ge1_WD40|PF16529.4(133-187);protein
## 41                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Myb_DNA-bind_7|PF15963.4(23-79);Myb_DNA-bind_7|PF15963.4(537-594);Myb_DNA-bind_7|PF15963.4(82-150);
## 44                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    C1_1|PF00130.21(179-225);C1_1|PF00130.21(221-245);C1_1|PF00130.21(227-274);C1_1|PF00130.21(278-287);C1_2|PF03107.15(164-216);C1_2|PF03107.15(226-267);C1_2|PF03107.15(268-298);Linker_histone|PF00538.18(4-64);Linker_histone|PF00538.18(87-154);PHD_2|PF13831.5(172-187);PHD_2|PF13831.5(198-240);PHD_2|PF13831.5(249-285);PHD_4|PF16866.4(179-241);PHD_4|PF16866.4(238-285);PHD|PF00628.28(182-240);PHD|PF00628.28(239-287);Prok-RING_1|PF14446.5(178-233);Prok-RING_1|PF14446.5(234-270);SAM_1|PF00536.29(450-513);SAM_1|PF00536.29(85-98);SAM_2|PF07647.16(35-49);SAM_2|PF07647.16(449-512);SAM_PNT|PF02198.15(434-517);Zf_RING|PF16744.4(177-239);Zf_RING|PF16744.4(238-286);zf-RING_2|PF13639.5(181-238);zf-RING_2|PF13639.5(238-285);
## 46                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               MCM_bind|PF09739.8(2-180);MCM|PF00493.22(49-159);
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     AAA_16|PF13191.5(37-96);AAA_22|PF13401.5(52-144);AAA_23|PF13476.5(202-417);AAA_23|PF13476.5(51-159);AAA_29|PF13555.5(41-83);ABC_tran|PF00005.26(313-433);ABC_tran|PF00005.26(46-118);AIG1|PF04548.15(335-380);AIG1|PF04548.15(53-162);APG6|PF04111.11(294-430);Coiled-coil_56|PF09813.8(161-191);Coiled-coil_56|PF09813.8(348-406);Coiled-coil_56|PF09813.8(388-421);Dynamin_N|PF00350.22(100-145);Dynamin_N|PF00350.22(318-424);Dynamin_N|PF00350.22(55-105);Exonuc_VII_L|PF02601.14(293-433);FtsK_SpoIIIE|PF01580.17(319-409);FtsK_SpoIIIE|PF01580.17(38-85);MMR_HSR1|PF01926.22(303-412);MMR_HSR1|PF01926.22(54-198);NACHT|PF05729.11(53-117);Ras|PF00071.21(375-409);Ras|PF00071.21(54-125);Roc|PF08477.12(340-389);Roc|PF08477.12(372-413);Roc|PF08477.12(54-122);RsgA_GTPase|PF03193.15(178-244);RsgA_GTPase|PF03193.15(325-385);RsgA_GTPase|PF03193.15(36-124);Septin|PF00735.17(322-407);Septin|PF00735.17(49-326);
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   AAA_16|PF13191.5(1-132);AAA_16|PF13191.5(140-261);AAA|PF00004.28(9-156);(AAA)
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              DNA_pol_alpha_N|PF12254.7(34-96);DNA_pol_B_exo1|PF03104.18(376-722);DNA_pol_B|PF00136.20(779-993);
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GP41|PF00517.16(1143-1190);GP41|PF00517.16(291-391);GP41|PF00517.16(582-652);Ion_trans|PF00520.30(1244-1508);Ion_trans|PF00520.30(420-648);Ion_trans|PF00520.30(72-369);Ion_trans|PF00520.30(922-1200);PKD_channel|PF08016.11(1123-1196);PKD_channel|PF08016.11(1251-1349);PKD_channel|PF08016.11(1340-1502);PKD_channel|PF08016.11(290-364);PKD_channel|PF08016.11(500-644);PKD_channel|PF08016.11(909-1085);
## 57                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Cons_hypoth95|PF03602.14(28-146);FmrO|PF07091.10(43-116);GidB|PF02527.14(2-125);Methyltransf_11|PF08241.11(53-128);Methyltransf_12|PF08242.11(53-130);Methyltransf_15|PF09445.9(2-39);Methyltransf_15|PF09445.9(49-142);Methyltransf_16|PF10294.8(8-127);Methyltransf_23|PF13489.5(28-138);Methyltransf_25|PF13649.5(52-141);Methyltransf_31|PF13847.5(46-141);Methyltransf_32|PF13679.5(30-147);MTS|PF05175.13(30-143);Mur_ligase_C|PF02875.20(10-73);N6_Mtase|PF02384.15(17-148);N6_N4_Mtase|PF01555.17(121-148);N6_N4_Mtase|PF01555.17(30-88);PCMT|PF01135.18(5-112);PrmA|PF06325.12(26-127);TehB|PF03848.13(21-126);tRNA_U5-meth_tr|PF05958.10(7-122);UPF0020|PF01170.17(27-144);
## 59                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     AAA_16|PF13191.5(74-202);IQ|PF00612.26(666-682);IQ|PF00612.26(685-705);IQ|PF00612.26(762-777);Myosin_head|PF00063.20(7-671);Myosin_TH1|PF06017.12(787-965);
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                CENP-B_dimeris|PF09026.9(146-172);CENP-B_dimeris|PF09026.9(55-116);FtsJ|PF01728.18(246-463);G-patch_2|PF12656.6(102-147);G-patch|PF01585.22(101-145);mRNA_cap_enzyme|PF01331.18(632-781);WW|PF00397.25(770-800);
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         AAA_19|PF13245.5(33-158);AAA_22|PF13401.5(38-181);AAA_22|PF13401.5(410-432);DEAD|PF00270.28(30-181);Helicase_C|PF00271.30(294-419);ResIII|PF04851.14(26-177);rRNA_proc-arch|PF13234.5(473-498);T2SSE|PF00437.19(22-78);
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               MFS_1|PF07690.15(150-362);MFS_1|PF07690.15(371-514);Sugar_tr|PF00083.23(144-515);
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 KcnmB2_inactiv|PF09303.9(425-444);OTCace_N|PF02729.20(380-472);
## 65                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 AntA|PF08346.11(207-251);AntA|PF08346.11(48-86);Hs1pro-1_C|PF07014.11(15-153);Hs1pro-1_C|PF07014.11(265-370);Tfb5|PF06331.11(45-64);Tfb5|PF06331.11(62-117);Trp_dioxygenase|PF03301.12(13-358);
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         DUF1064|PF06356.10(14-103);PNP_UDP_1|PF01048.19(1-105);
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     SNF2_N|PF00176.22(683-746);ToxS|PF17323.1(137-228);ToxS|PF17323.1(305-381);
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Pyridoxal_deC|PF00282.18(190-320);Pyridoxal_deC|PF00282.18(324-388);
## 70                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             ArAE_1|PF06081.10(14-77);ArAE_1|PF06081.10(174-258);DHHC|PF01529.19(126-251);DHHC|PF01529.19(15-79);DUF1109|PF06532.10(162-250);DUF1109|PF06532.10(4-73);FAM209|PF15206.5(186-227);SUR7|PF06687.11(15-66);SUR7|PF06687.11(170-256);
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Acyltransferase|PF01553.20(237-381);
## 73                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Collagen|PF01391.17(151-214);Collagen|PF01391.17(181-239);Collagen|PF01391.17(264-320);Collagen|PF01391.17(293-347);Collagen|PF01391.17(345-398);DUF4175|PF13779.5(313-428);EMI|PF07546.12(116-142);EMI|PF07546.12(46-115);TSC22|PF01166.17(125-149);TSC22|PF01166.17(399-427);
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Glyco_transf_49|PF13896.5(79-330);
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Acyltransf_C|PF16076.4(204-280);Acyltransferase|PF01553.20(70-172);
## 79                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    DEAD|PF00270.28(186-353);DEAD|PF00270.28(389-466);DNA_pol3_chi|PF04364.12(376-430);DUF2608|PF11019.7(323-459);Helicase_C|PF00271.30(216-311);Helicase_C|PF00271.30(387-498);Helicase_C|PF00271.30(642-693);ResIII|PF04851.14(178-348);ResIII|PF04851.14(388-418);ResIII|PF04851.14(622-697);
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 CUB|PF00431.19(109-172);CUB|PF00431.19(1624-1728);F5_F8_type_C|PF00754.24(1249-1382);Laminin_G_3|PF13385.5(1452-1611);Laminin_G_3|PF13385.5(629-660);MANEC|PF07502.13(1757-1816);MANEC|PF07502.13(1894-1961);MANEC|PF07502.13(1993-2072);MANEC|PF07502.13(66-131);PAN_3|PF08277.11(1755-1820);PAN_3|PF08277.11(1901-1952);PAN_3|PF08277.11(2011-2070);PAN_4|PF14295.5(1750-1800);PAN_4|PF14295.5(1903-1956);PAN_4|PF14295.5(2002-2064);Pentaxin|PF00354.16(1467-1621);WSC|PF01822.18(1758-1808);WSC|PF01822.18(1909-1959);WSC|PF01822.18(1969-2060);WSC|PF01822.18(2096-2179);WSC|PF01822.18(2196-2280);WSC|PF01822.18(60-133);
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           AAA_11|PF13086.5(56-251);AAA_16|PF13191.5(57-291);AAA_19|PF13245.5(60-204);AAA_25|PF13481.5(52-113);AAA_29|PF13555.5(233-268);AAA_29|PF13555.5(62-106);AAA_5|PF07728.13(31-68);AAA_5|PF07728.13(71-199);AAA|PF00004.28(156-213);(AAA)
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      DUF4252|PF14060.5(47-133);
## 84                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               DnaJ|PF00226.30(406-447);DnaJ|PF00226.30(89-161);Myb_DNA-bind_6|PF13921.5(260-295);Myb_DNA-bind_6|PF13921.5(347-426);Myb_DNA-bind_6|PF13921.5(449-524);Myb_DNA-bind_6|PF13921.5(550-612);Myb_DNA-binding|PF00249.30(344-361);Myb_DNA-binding|PF00249.30(446-502);Myb_DNA-binding|PF00249.30(547-596);RAC_head|PF16717.4(119-154);RAC_head|PF16717.4(248-334);RAC_head|PF16717.4(336-447);RAC_head|PF16717.4(473-530);RAC_head|PF16717.4(545-612);
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             DUF4064|PF13273.5(3-29);DUF4064|PF13273.5(54-116);O-ag_pol_Wzy|PF14296.5(54-118);Thioredoxin_8|PF13905.5(144-184);Thioredoxin_8|PF13905.5(179-215);Thioredoxin|PF00085.19(126-239);
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Thioredoxin|PF00085.19(1-54);Thioredoxin|PF00085.19(73-99);
## 87                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ATG27|PF09451.9(27-259);Man-6-P_recep|PF02157.14(113-256);
## 88                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               FHA|PF00498.25(716-782);FUSC|PF04632.11(570-659);FUSC|PF04632.11(843-987);KIF1B|PF12423.7(1055-1085);Kinesin_assoc|PF16183.4(1354-1398);Kinesin_assoc|PF16183.4(599-640);Kinesin_assoc|PF16183.4(628-715);Kinesin_assoc|PF16183.4(800-1034);Kinesin|PF00225.22(250-595);Kinesin|PF00225.22(879-952);Microtub_bd|PF16796.4(242-392);Microtub_bd|PF16796.4(841-928);Microtub_bd|PF16796.4(871-988);Yop-YscD_cpl|PF16697.4(707-792);Yop-YscD_cpl|PF16697.4(802-852);
## 89                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Bac_rhamnosid6H|PF17389.1(85-204);DUF2373|PF10180.8(134-196);Seadorna_VP6|PF07407.10(53-191);
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       DNA_pol_A_exo1|PF01612.19(228-374);DNA_pol_A|PF00476.19(398-469);DNA_pol_A|PF00476.19(704-1134);Intein_splicing|PF14890.5(17-194);Intein_splicing|PF14890.5(410-484);Intein_splicing|PF14890.5(848-1021);
## 92                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        DNA_pol_B_2|PF03175.12(144-375);DNA_pol_B_2|PF03175.12(471-512);DNA_pol_B_exo1|PF03104.18(1-168);DNA_pol_B_exo2|PF10108.8(23-228);domain
## 93                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           SSrecog|PF03531.13(1-28);SSrecog|PF03531.13(130-144);
## 94                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Clathrin|PF00637.19(404-554);Clathrin|PF00637.19(574-733);CNH|PF00780.21(27-292);TPR_1|PF00515.27(355-377);TPR_1|PF00515.27(491-513);TPR_1|PF00515.27(666-688);TPR_1|PF00515.27(691-703);TPR_10|PF13374.5(351-380);TPR_10|PF13374.5(491-515);TPR_10|PF13374.5(667-690);TPR_12|PF13424.5(344-378);TPR_12|PF13424.5(490-522);TPR_12|PF13424.5(633-690);TPR_2|PF07719.16(352-378);TPR_2|PF07719.16(488-516);TPR_2|PF07719.16(666-689);TPR_6|PF13174.5(353-376);TPR_6|PF13174.5(491-516);TPR_6|PF13174.5(634-649);TPR_6|PF13174.5(671-690);TPR_7|PF13176.5(358-380);TPR_7|PF13176.5(491-521);TPR_7|PF13176.5(668-696);Vps39_1|PF10366.8(450-551);Vps39_1|PF10366.8(560-602);Vps39_1|PF10366.8(637-715);Vps39_2|PF10367.8(609-699);Vps39_2|PF10367.8(743-851);
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  DOCK_N|PF16172.4(321-530);DUF2096|PF09869.8(29-92);DUF2096|PF09869.8(397-478);
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              MKLP1_Arf_bdg|PF16540.4(266-315);MKLP1_Arf_bdg|PF16540.4(379-468);
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Ceramidase|PF05875.11(192-226);Ceramidase|PF05875.11(319-357);Ceramidase|PF05875.11(361-709);SID-1_RNA_chan|PF13965.5(67-709);
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Ku_C|PF03730.13(446-530);Ku_N|PF03731.14(191-230);Ku_N|PF03731.14(39-214);Ku|PF02735.15(237-436);
## 99                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ABC1|PF03109.15(1-93);Kdo|PF06293.13(18-168);Kinase-like|PF14531.5(4-69);Kinase-like|PF14531.5(78-224);Pkinase_Tyr|PF07714.16(8-237);Pkinase|PF00069.24(9-233);Pox_ser-thr_kin|PF05445.10(80-170);RIO1|PF01163.21(46-148);
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                AAA_3|PF07726.10(217-346);(AAA)
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           CENP-F_leu_zip|PF10473.8(1-114);CENP-F_leu_zip|PF10473.8(125-222);CENP-F_leu_zip|PF10473.8(223-359);CENP-F_leu_zip|PF10473.8(355-475);CENP-F_leu_zip|PF10473.8(442-531);CENP-F_leu_zip|PF10473.8(475-608);CENP-F_leu_zip|PF10473.8(51-141);CENP-F_leu_zip|PF10473.8(603-675);CENP-F_leu_zip|PF10473.8(701-781);EzrA|PF06160.11(131-343);EzrA|PF06160.11(14-176);EzrA|PF06160.11(344-445);EzrA|PF06160.11(407-529);EzrA|PF06160.11(514-669);EzrA|PF06160.11(697-777);
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Pribosyl_synth|PF14572.5(161-195);Pribosyltran_N|PF13793.5(4-120);Pribosyltran|PF00156.26(11-59);Pribosyltran|PF00156.26(141-195);Pribosyltran|PF00156.26(70-113);
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Aldolase_II|PF00596.20(133-323);TraK|PF06586.10(132-256);TraK|PF06586.10(78-119);
## 105                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Ion_trans|PF00520.30(414-655);OAD_gamma|PF04277.12(419-451);OAD_gamma|PF04277.12(613-666);PKD_channel|PF08016.11(428-510);PKD_channel|PF08016.11(501-650);
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 tRNA-synt_1b|PF00579.24(4-74);tRNA-synt_1b|PF00579.24(88-209);
## 107                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   DUF1086|PF06461.10(9-103);DUF4600|PF15372.5(11-126);HAND|PF09110.10(4-44);Myb_DNA-binding|PF00249.30(46-87);SLIDE|PF09111.9(101-127);SLIDE|PF09111.9(11-79);
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    EGF_2|PF07974.12(23-44);EGF_2|PF07974.12(437-449);EGF_2|PF07974.12(450-479);EGF_2|PF07974.12(492-530);EGF_2|PF07974.12(537-569);EGF_2|PF07974.12(581-610);EGF_2|PF07974.12(611-644);Integrin_b_cyt|PF08725.10(724-749);Integrin_B_tail|PF07965.11(27-77);Integrin_B_tail|PF07965.11(375-449);Integrin_B_tail|PF07965.11(457-532);Integrin_B_tail|PF07965.11(502-606);Integrin_B_tail|PF07965.11(620-696);Integrin_beta|PF00362.17(120-364);
## 109                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Astacin|PF01400.23(133-324);Peptidase_M10|PF00413.23(134-195);Peptidase_M10|PF00413.23(201-257);Peptidase_M66|PF10462.8(176-242);Peptidase_M8|PF01457.15(193-279);Peptidase_M8|PF01457.15(230-331);PTS_EIIB|PF00367.19(196-213);Reprolysin_3|PF13582.5(185-229);Reprolysin_5|PF13688.5(174-239);
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           A2M|PF00207.21(210-274);A2M|PF00207.21(382-420);TPX2_importin|PF12214.7(136-244);TPX2_importin|PF12214.7(259-403);TPX2_importin|PF12214.7(446-616);TPX2_importin|PF12214.7(569-676);TPX2_importin|PF12214.7(61-170);
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              AP-5_subunit_s1|PF15001.5(118-225);AP-5_subunit_s1|PF15001.5(31-111);SIR4_SID|PF16991.4(6-68);SIR4_SID|PF16991.4(98-210);TPX2_importin|PF12214.7(10-72);TPX2_importin|PF12214.7(220-240);TPX2_importin|PF12214.7(25-106);TPX2_importin|PF12214.7(90-221);TPX2|PF06886.10(151-207);TPX2|PF06886.10(34-67);TPX2|PF06886.10(91-126);
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              BRCT_2|PF16589.4(332-420);BRCT_2|PF16589.4(571-660);BRCT|PF00533.25(334-408);BRCT|PF00533.25(570-648);LIG3_BRCT|PF16759.4(355-413);LIG3_BRCT|PF16759.4(570-653);PTCB-BRCT|PF12738.6(342-403);PTCB-BRCT|PF12738.6(581-634);RTT107_BRCT_5|PF16770.4(322-421);domain
## 114                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Arf|PF00025.20(50-222);G-alpha|PF00503.19(37-99);G-alpha|PF00503.19(85-170);Gtr1_RagA|PF04670.11(58-186);MMR_HSR1|PF01926.22(58-167);PduV-EutP|PF10662.8(133-178);PduV-EutP|PF10662.8(56-98);Ras|PF00071.21(58-196);Roc|PF08477.12(58-170);SRPRB|PF09439.9(54-173);
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             C1_1|PF00130.21(87-125);SMC_Nse1|PF07574.12(1-79);zf-RING-like|PF08746.10(94-130);
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          AAA_16|PF13191.5(10-70);AAA_16|PF13191.5(116-219);AAA_17|PF13207.5(136-191);AAA_17|PF13207.5(38-61);AAA_18|PF13238.5(34-192);AAA_22|PF13401.5(26-219);AAA_33|PF13671.5(34-201);dNK|PF01712.18(34-242);Herpes_TK|PF00693.17(38-90);Herpes_TK|PF00693.17(98-209);KTI12|PF08433.9(141-242);KTI12|PF08433.9(34-57);NACHT|PF05729.11(123-211);NACHT|PF05729.11(32-57);T2SSE|PF00437.19(3-65);Thymidylate_kin|PF02223.16(107-228);Thymidylate_kin|PF02223.16(36-65);TsaE|PF02367.16(11-63);
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               tRNA-synt_1|PF00133.21(6-92);and
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   ATP-grasp_2|PF08442.9(15-204);ATP-grasp_5|PF13549.5(85-218);Citrate_bind|PF16114.4(241-418);
## 119 BolA|PF01722.17(154-201);BolA|PF01722.17(217-282);BolA|PF01722.17(33-84);C1_4|PF07975.11(147-200);C1_4|PF07975.11(204-254);C1_4|PF07975.11(42-82);C1_4|PF07975.11(89-127);zf-C2H2_4|PF13894.5(117-140);zf-C2H2_4|PF13894.5(145-170);zf-C2H2_4|PF13894.5(175-198);zf-C2H2_4|PF13894.5(203-226);zf-C2H2_4|PF13894.5(231-254);zf-C2H2_4|PF13894.5(259-282);zf-C2H2_4|PF13894.5(60-83);zf-C2H2_4|PF13894.5(88-111);zf-C2H2_6|PF13912.5(116-127);zf-C2H2_6|PF13912.5(144-170);zf-C2H2_6|PF13912.5(174-199);zf-C2H2_6|PF13912.5(202-228);zf-C2H2_6|PF13912.5(230-256);zf-C2H2_6|PF13912.5(260-270);zf-C2H2_6|PF13912.5(59-82);zf-C2H2_6|PF13912.5(89-99);zf-C2H2_8|PF15909.4(106-199);zf-C2H2_8|PF15909.4(187-231);zf-C2H2_8|PF15909.4(222-286);zf-C2H2_8|PF15909.4(48-87);zf-C2H2_jaz|PF12171.7(116-136);zf-C2H2_jaz|PF12171.7(150-170);zf-C2H2_jaz|PF12171.7(174-195);zf-C2H2_jaz|PF12171.7(202-214);zf-C2H2_jaz|PF12171.7(230-251);zf-C2H2_jaz|PF12171.7(258-279);zf-C2H2_jaz|PF12171.7(59-80);zf-C2H2_jaz|PF12171.7(87-109);zf-C2H2|PF00096.25(117-139);zf-C2H2|PF00096.25(145-169);zf-C2H2|PF00096.25(175-197);zf-C2H2|PF00096.25(203-225);zf-C2H2|PF00096.25(231-253);zf-C2H2|PF00096.25(259-281);zf-C2H2|PF00096.25(60-82);zf-C2H2|PF00096.25(88-111);zf-Di19|PF05605.11(115-148);zf-Di19|PF05605.11(143-199);zf-Di19|PF05605.11(201-254);zf-Di19|PF05605.11(229-283);zf-Di19|PF05605.11(54-85);zf-Di19|PF05605.11(87-139);zf-H2C2_2|PF13465.5(102-128);zf-H2C2_2|PF13465.5(132-158);zf-H2C2_2|PF13465.5(161-185);zf-H2C2_2|PF13465.5(189-214);zf-H2C2_2|PF13465.5(217-242);zf-H2C2_2|PF13465.5(245-269);zf-H2C2_2|PF13465.5(273-287);zf-H2C2_2|PF13465.5(50-70);zf-H2C2_2|PF13465.5(74-97);zf-met|PF12874.6(117-137);zf-met|PF12874.6(151-169);zf-met|PF12874.6(175-198);zf-met|PF12874.6(203-226);zf-met|PF12874.6(231-254);zf-met|PF12874.6(259-282);zf-met|PF12874.6(60-80);zf-met|PF12874.6(88-109);zinc-ribbons_6|PF07191.11(146-192);zinc-ribbons_6|PF07191.11(175-268);zinc-ribbons_6|PF07191.11(47-76);zinc-ribbons_6|PF07191.11(88-131);Zn-ribbon_8|PF09723.9(174-214);Zn-ribbon_8|PF09723.9(202-244);Zn-ribbon_8|PF09723.9(230-270);Zn-ribbon_8|PF09723.9(59-129);
## 120                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              0
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Ank_2|PF12796.6(6-107);Ank_3|PF13606.5(109-133);Ank_3|PF13606.5(4-39);Ank_3|PF13606.5(43-72);Ank_3|PF13606.5(76-102);Ank_4|PF13637.5(45-97);Ank_4|PF13637.5(7-64);Ank_5|PF13857.5(30-84);Ank_5|PF13857.5(78-117);Ank|PF00023.29(4-42);Ank|PF00023.29(43-75);Ank|PF00023.29(76-108);SAM_1|PF00536.29(156-219);SAM_2|PF07647.16(155-217);SAM_2|PF07647.16(96-128);
## 122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Utp11|PF03998.12(12-234);
## 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Ku_C|PF03730.13(406-434);Ku_C|PF03730.13(591-686);Ku_C|PF03730.13(754-837);Ku_N|PF03731.14(122-305);Ku_N|PF03731.14(736-848);Ku_PK_bind|PF08785.10(713-828);Ku|PF02735.15(367-567);Paramyxo_PNT|PF13825.5(255-316);Paramyxo_PNT|PF13825.5(752-847);VWA_2|PF13519.5(123-253);VWA_2|PF13519.5(486-514);VWA_2|PF13519.5(722-820);VWA|PF00092.27(122-316);
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 DSPc|PF00782.19(127-209);PTPlike_phytase|PF14566.5(117-177);PTPlike_phytase|PF14566.5(27-66);Y_phosphatase|PF00102.26(1-218);Y_phosphatase3|PF13350.5(81-189);
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               DUF4573|PF15140.5(295-342);DUF4573|PF15140.5(480-597);zf-B_box|PF00643.23(105-151);zf-B_box|PF00643.23(11-37);zf-B_box|PF00643.23(159-201);zf-B_box|PF00643.23(57-72);zf-B_box|PF00643.23(694-708);zf-B_box|PF00643.23(724-751);zf-C3HC4_2|PF13923.5(107-144);zf-C3HC4_2|PF13923.5(15-47);zf-C3HC4_2|PF13923.5(152-188);zf-C3HC4_2|PF13923.5(169-197);zf-C3HC4_2|PF13923.5(56-67);zf-C3HC4_2|PF13923.5(698-717);zf-C3HC4_3|PF13920.5(105-146);zf-C3HC4_3|PF13920.5(12-70);zf-C3HC4_3|PF13920.5(162-197);zf-C3HC4_3|PF13920.5(696-714);zf-C3HC4_3|PF13920.5(727-744);zf-C3HC4_4|PF15227.5(120-149);zf-C3HC4_4|PF15227.5(16-65);zf-C3HC4_4|PF15227.5(162-188);zf-CCHC_5|PF14787.5(57-74);zf-CCHC_5|PF14787.5(696-721);zf-CCHC_5|PF14787.5(728-753);zf-RING_2|PF13639.5(106-144);zf-RING_2|PF13639.5(14-66);zf-RING_2|PF13639.5(152-198);zf-RING_2|PF13639.5(687-718);zf-RING_2|PF13639.5(720-752);zf-RING_5|PF14634.5(107-147);zf-RING_5|PF14634.5(148-196);zf-RING_5|PF14634.5(15-67);zf-RING_5|PF14634.5(696-735);zf-RING_UBOX|PF13445.5(106-148);zf-RING_UBOX|PF13445.5(16-63);zf-RING_UBOX|PF13445.5(162-207);
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               tRNA-synt_1|PF00133.21(1-39);and
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     6PF2K|PF01591.17(9-71);Arf|PF00025.20(5-180);DUF3913|PF13052.5(31-74);G-alpha|PF00503.19(10-48);G-alpha|PF00503.19(44-138);Gtr1_RagA|PF04670.11(21-156);MMR_HSR1|PF01926.22(21-131);Ras|PF00071.21(21-182);Roc|PF08477.12(21-134);SRPRB|PF09439.9(17-186);
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      LMF1|PF06762.13(163-719);ShK|PF01549.23(56-91);Spore_YhaL|PF14147.5(121-142);Spore_YhaL|PF14147.5(15-35);
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           B-block_TFIIIC|PF04182.11(420-504);B-block_TFIIIC|PF04182.11(579-637);E2F_TDP|PF02319.19(400-465);E2F_TDP|PF02319.19(45-146);E2F_TDP|PF02319.19(545-626);Syntaxin|PF00804.24(228-302);Syntaxin|PF00804.24(31-225);TrmB|PF01978.18(424-467);TrmB|PF01978.18(717-744);
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ANAPC4_WD40|PF12894.6(277-335);ANAPC4_WD40|PF12894.6(331-372);Prok-RING_4|PF14447.5(362-375);Prok-RING_4|PF14447.5(61-85);Prok-RING_4|PF14447.5(81-126);WD40|PF00400.31(275-310);WD40|PF00400.31(315-353);zf-ANAPC11|PF12861.6(44-126);zf-C3HC4_2|PF13923.5(72-117);zf-C3HC4_4|PF15227.5(60-76);zf-C3HC4_4|PF15227.5(73-117);zf-C3HC4|PF00097.24(73-117);zf-Nse|PF11789.7(65-120);subunit
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     BP28CT|PF08146.11(21-135);
## 132                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    PARP|PF00644.19(110-277);PI31_Prot_N|PF11566.7(27-86);PI31_Prot_N|PF11566.7(80-159);Pkinase|PF00069.24(16-116);Pkinase|PF00069.24(171-269);
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       AAA_16|PF13191.5(1-107);AAA_18|PF13238.5(3-83);AAA_21|PF13304.5(1-76);TA
## 135                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Cons_hypoth95|PF03602.14(41-187);Methyltransf_11|PF08241.11(145-210);Methyltransf_11|PF08241.11(59-149);Methyltransf_12|PF08242.11(59-150);Methyltransf_16|PF10294.8(10-183);Methyltransf_23|PF13489.5(33-203);Methyltransf_25|PF13649.5(58-151);Methyltransf_31|PF13847.5(52-207);MethyltransfD12|PF02086.14(37-148);MTS|PF05175.13(37-156);NodS|PF05401.10(49-167);PrmA|PF06325.12(44-183);SAP|PF02037.26(157-176);SHE3|PF17078.4(82-207);
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     DUF2703|PF10865.7(504-616);KorB_C|PF06613.10(689-720);KorB_C|PF06613.10(778-815);LSM_int_assoc|PF16605.4(831-887);Lsm_interact|PF05391.10(909-922);Nup35_RRM_2|PF14605.5(674-717);Nup35_RRM_2|PF14605.5(753-811);Nup35_RRM|PF05172.12(668-744);Nup35_RRM|PF05172.12(767-840);RRM_1|PF00076.21(662-729);RNP
## 138                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Met_synt_B12|PF02965.16(99-304);
## 139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                LRR_1|PF00560.32(100-151);LRR_1|PF00560.32(188-212);LRR_1|PF00560.32(215-240);LRR_1|PF00560.32(337-359);LRR_1|PF00560.32(388-408);LRR_1|PF00560.32(439-459);LRR_1|PF00560.32(465-496);LRR_1|PF00560.32(516-540);LRR_1|PF00560.32(617-632);LRR_4|PF12799.6(151-227);LRR_4|PF12799.6(323-351);LRR_4|PF12799.6(361-407);LRR_4|PF12799.6(412-486);LRR_4|PF12799.6(489-532);LRR_4|PF12799.6(616-634);LRR_4|PF12799.6(73-119);LRR_6|PF13516.5(126-144);LRR_6|PF13516.5(188-209);LRR_6|PF13516.5(213-235);LRR_6|PF13516.5(334-357);LRR_6|PF13516.5(361-383);LRR_6|PF13516.5(385-408);LRR_6|PF13516.5(413-429);LRR_6|PF13516.5(436-460);LRR_6|PF13516.5(462-475);LRR_6|PF13516.5(513-537);LRR_6|PF13516.5(71-93);LRR_6|PF13516.5(98-113);LRR_8|PF13855.5(175-198);LRR_8|PF13855.5(382-396);LRR_8|PF13855.5(413-428);LRR_8|PF13855.5(457-498);LRR_8|PF13855.5(489-535);LRR_8|PF13855.5(611-636);LRR_8|PF13855.5(70-112);
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Gene_ontology_.GO.
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             COPII_vesicle_coat_[GO:0030127];COPII-coated_ER_to_Golgi_transport_vesicle_[GO:0030134];endoplasmic_reticulum_membrane_[GO:0005789];protein_transport_[GO:0015031];vesicle-mediated_transport_[GO:0016192]
## 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  catalytic_step_2_spliceosome_[GO:0071013];precatalytic_spliceosome_[GO:0071011];U5_snRNP_[GO:0005682];RNA_binding_[GO:0003723];mRNA_processing_[GO:0006397];RNA_splicing_[GO:0008380]
## 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     actin_cytoskeleton_[GO:0015629];centrosome_[GO:0005813];endosome_membrane_[GO:0010008];Golgi_membrane_[GO:0000139];Golgi-associated_vesicle_membrane_[GO:0030660];integral_component_of_cytoplasmic_side_of_endoplasmic_reticulum_membrane_[GO:0071458];integral_component_of_lumenal_side_of_endoplasmic_reticulum_membrane_[GO:0071556];lysosomal_membrane_[GO:0005765];membrane_[GO:0016020];nucleoplasm_[GO:0005654];plasma_membrane_[GO:0005886];aspartic_endopeptidase_activity,_intramembrane_cleaving_[GO:0042500];protein_homodimerization_activity_[GO:0042803];membrane_protein_ectodomain_proteolysis_[GO:0006509];membrane_protein_intracellular_domain_proteolysis_[GO:0031293];membrane_protein_proteolysis_[GO:0033619];regulation_of_immune_response_[GO:0050776]
## 7                                                                                                                                                                adherens_junction_[GO:0005912];cell_surface_[GO:0009986];cytoplasmic_vesicle_[GO:0031410];endocytic_vesicle_[GO:0030139];endosome_[GO:0005768];integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];subapical_complex_[GO:0035003];calcium_ion_binding_[GO:0005509];Notch_binding_[GO:0005112];receptor_binding_[GO:0005102];actin_filament_organization_[GO:0007015];antennal_morphogenesis_[GO:0048800];apposition_of_dorsal_and_ventral_imaginal_disc-derived_wing_surfaces_[GO:0007475];asymmetric_cell_division_[GO:0008356];border_follicle_cell_migration_[GO:0007298];cell_adhesion_[GO:0007155];cell_fate_specification_[GO:0001708];chaeta_morphogenesis_[GO:0008407];compound_eye_cone_cell_fate_commitment_[GO:0042676];compound_eye_development_[GO:0048749];compound_eye_retinal_cell_programmed_cell_death_[GO:0046667];dorsal/ventral_lineage_restriction,_imaginal_disc_[GO:0007451];ectoderm_development_[GO:0007398];establishment_of_ommatidial_planar_polarity_[GO:0042067];establishment_of_planar_polarity_[GO:0001736];germ-line_stem_cell_population_maintenance_[GO:0030718];glial_cell_migration_[GO:0008347];imaginal_disc-derived_leg_morphogenesis_[GO:0007480];imaginal_disc-derived_leg_segmentation_[GO:0036011];imaginal_disc-derived_wing_morphogenesis_[GO:0007476];imaginal_disc-derived_wing_vein_morphogenesis_[GO:0008586];imaginal_disc-derived_wing_vein_specification_[GO:0007474];lateral_inhibition_[GO:0046331];mesoderm_development_[GO:0007498];negative_regulation_of_fusion_cell_fate_specification_[GO:0035157];negative_regulation_of_neurogenesis_[GO:0050768];negative_regulation_of_terminal_cell_fate_specification,_open_tracheal_system_[GO:0035155];nervous_system_development_[GO:0007399];Notch_signaling_pathway_[GO:0007219];oocyte_anterior/posterior_axis_specification_[GO:0007314];oocyte_localization_involved_in_germarium-derived_egg_chamber_formation_[GO:0030720];oogenesis_[GO:0048477];open_tracheal_system_development_[GO:0007424];ovarian_follicle_cell_development_[GO:0030707];ovarian_follicle_cell_stalk_formation_[GO:0030713];peripheral_nervous_system_development_[GO:0007422];positive_regulation_of_cell_proliferation_[GO:0008284];positive_regulation_of_mitotic_cell_cycle_[GO:0045931];R3/R4_cell_fate_commitment_[GO:0007464];R8_cell_differentiation_[GO:0045465];R8_cell_fate_commitment_[GO:0007460];regulation_of_R8_cell_spacing_in_compound_eye_[GO:0045468];second_mitotic_wave_involved_in_compound_eye_morphogenesis_[GO:0016330];sensory_organ_development_[GO:0007423];stem_cell_differentiation_[GO:0048863];ventral_cord_development_[GO:0007419];wing_disc_dorsal/ventral_pattern_formation_[GO:0048190]
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  cytoplasm_[GO:0005737];cytosol_[GO:0005829];Golgi_apparatus_[GO:0005794];nucleoplasm_[GO:0005654];molecular_function_regulator_[GO:0098772];RIG-I_binding_[GO:0039552];choline_transport_[GO:0015871];innate_immune_response_[GO:0045087];negative_regulation_of_RIG-I_signaling_pathway_[GO:0039536]
## 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 mitochondrion_[GO:0005739];ATP_binding_[GO:0005524];isocitrate_dehydrogenase_(NAD+)_activity_[GO:0004449];magnesium_ion_binding_[GO:0000287];NAD_binding_[GO:0051287];isocitrate_metabolic_process_[GO:0006102];tricarboxylic_acid_cycle_[GO:0006099]
## 12                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          cytosol_[GO:0005829];mRNA_cleavage_factor_complex_[GO:0005849];nucleus_[GO:0005634];tRNA-intron_endonuclease_complex_[GO:0000214];ATP_binding_[GO:0005524];ATP-dependent_polydeoxyribonucleotide_5'-hydroxyl-kinase_activity_[GO:0046404];ATP-dependent_polyribonucleotide_5'-hydroxyl-kinase_activity_[GO:0051736];polydeoxyribonucleotide_kinase_activity_[GO:0051733];polynucleotide_5'-hydroxyl-kinase_activity_[GO:0051731];cerebellar_cortex_development_[GO:0021695];mRNA_cleavage_[GO:0006379];mRNA_polyadenylation_[GO:0006378];siRNA_loading_onto_RISC_involved_in_RNA_interference_[GO:0035087];targeting_of_mRNA_for_destruction_involved_in_RNA_interference_[GO:0030423];tRNA_splicing,_via_endonucleolytic_cleavage_and_ligation_[GO:0006388]
## 14                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               cytoplasm_[GO:0005737];mitochondrion_[GO:0005739];nucleus_[GO:0005634];oxidoreductase_activity_[GO:0016491];apoptotic_process_[GO:0006915];negative_regulation_of_Wnt_signaling_pathway_[GO:0030178];Wnt_signaling_pathway_[GO:0016055]
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     chromosome,_telomeric_region_[GO:0000781];PML_body_[GO:0016605];Smc5-Smc6_complex_[GO:0030915];ATP_binding_[GO:0005524];cellular_senescence_[GO:0090398];double-strand_break_repair_via_homologous_recombination_[GO:0000724];telomere_maintenance_via_recombination_[GO:0000722]
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         cytoplasmic_exosome_(RNase_complex)_[GO:0000177];exosome_(RNase_complex)_[GO:0000178];nuclear_exosome_(RNase_complex)_[GO:0000176];nucleolus_[GO:0005730];AU-rich_element_binding_[GO:0017091];exonucleolytic_nuclear-transcribed_mRNA_catabolic_process_involved_in_deadenylation-dependent_decay_[GO:0043928];exonucleolytic_trimming_to_generate_mature_3'-end_of_5.8S_rRNA_from_tricistronic_rRNA_transcript_(SSU-rRNA,_5.8S_rRNA,_LSU-rRNA)_[GO:0000467];nuclear_mRNA_surveillance_[GO:0071028];nuclear_polyadenylation-dependent_mRNA_catabolic_process_[GO:0071042];nuclear_polyadenylation-dependent_rRNA_catabolic_process_[GO:0071035];nuclear_polyadenylation-dependent_tRNA_catabolic_process_[GO:0071038];nuclear-transcribed_mRNA_catabolic_process,_exonucleolytic,_3'-5'_[GO:0034427];U1_snRNA_3'-end_processing_[GO:0034473];U4_snRNA_3'-end_processing_[GO:0034475];U5_snRNA_3'-end_processing_[GO:0034476]
## 19                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   cytoplasm_[GO:0005737];calcium-dependent_cysteine-type_endopeptidase_activity_[GO:0004198];proteolysis_[GO:0006508]
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             lysosome_[GO:0005764];N4-(beta-N-acetylglucosaminyl)-L-asparaginase_activity_[GO:0003948];peptidase_activity_[GO:0008233]
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             cytosol_[GO:0005829];lipid_droplet_[GO:0005811];midbody_[GO:0030496];mitochondrial_outer_membrane_[GO:0005741];plasma_membrane_[GO:0005886];synapse_[GO:0045202];ubiquitin_protein_ligase_binding_[GO:0031625];abscission_[GO:0009838];adipose_tissue_development_[GO:0060612];cell_division_[GO:0051301];lipid_particle_organization_[GO:0034389];negative_regulation_of_BMP_signaling_pathway_[GO:0030514];negative_regulation_of_collateral_sprouting_in_absence_of_injury_[GO:0048698];neuromuscular_process_[GO:0050905];regulation_of_mitochondrial_membrane_potential_[GO:0051881]
## 26                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           cytosol_[GO:0005829];Golgi_apparatus_[GO:0005794];MutSalpha_complex_[GO:0032301];nuclear_chromatin_[GO:0000790];nucleoplasm_[GO:0005654];ADP_binding_[GO:0043531];ATP_binding_[GO:0005524];chromatin_binding_[GO:0003682];damaged_DNA_binding_[GO:0003684];DNA-dependent_ATPase_activity_[GO:0008094];four-way_junction_DNA_binding_[GO:0000400];guanine/thymine_mispair_binding_[GO:0032137];magnesium_ion_binding_[GO:0000287];methylated_histone_binding_[GO:0035064];MutLalpha_complex_binding_[GO:0032405];oxidized_purine_DNA_binding_[GO:0032357];single_base_insertion_or_deletion_binding_[GO:0032138];single_guanine_insertion_binding_[GO:0032142];single_thymine_insertion_binding_[GO:0032143];determination_of_adult_lifespan_[GO:0008340];intrinsic_apoptotic_signaling_pathway_in_response_to_DNA_damage_[GO:0008630];isotype_switching_[GO:0045190];maintenance_of_DNA_repeat_elements_[GO:0043570];mismatch_repair_[GO:0006298];mitotic_G2_DNA_damage_checkpoint_[GO:0007095];negative_regulation_of_DNA_endoreduplication_[GO:0032876];negative_regulation_of_DNA_recombination_[GO:0045910];positive_regulation_of_B_cell_proliferation_[GO:0030890];positive_regulation_of_helicase_activity_[GO:0051096];positive_regulation_of_isotype_switching_[GO:0045830];response_to_UV_[GO:0009411];somatic_hypermutation_of_immunoglobulin_genes_[GO:0016446]
## 27                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                DNA_replication_factor_A_complex_[GO:0005662];nuclear_chromosome,_telomeric_region_[GO:0000784];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];PML_body_[GO:0016605];damaged_DNA_binding_[GO:0003684];G-rich_strand_telomeric_DNA_binding_[GO:0098505];metal_ion_binding_[GO:0046872];single-stranded_DNA_binding_[GO:0003697];base-excision_repair_[GO:0006284];DNA_damage_response,_detection_of_DNA_damage_[GO:0042769];DNA_recombination_[GO:0006310];DNA_repair_[GO:0006281];DNA_replication_[GO:0006260];DNA-dependent_DNA_replication_[GO:0006261];double-strand_break_repair_via_homologous_recombination_[GO:0000724];error-free_translesion_synthesis_[GO:0070987];error-prone_translesion_synthesis_[GO:0042276];G1/S_transition_of_mitotic_cell_cycle_[GO:0000082];interstrand_cross-link_repair_[GO:0036297];mismatch_repair_[GO:0006298];nucleotide-excision_repair_[GO:0006289];nucleotide-excision_repair,_DNA_gap_filling_[GO:0006297];nucleotide-excision_repair,_DNA_incision_[GO:0033683];nucleotide-excision_repair,_DNA_incision,_3'-to_lesion_[GO:0006295];nucleotide-excision_repair,_DNA_incision,_5'-to_lesion_[GO:0006296];nucleotide-excision_repair,_preincision_complex_assembly_[GO:0006294];nucleotide-excision_repair,_preincision_complex_stabilization_[GO:0006293];protein_localization_to_chromosome_[GO:0034502];regulation_of_cellular_response_to_heat_[GO:1900034];regulation_of_signal_transduction_by_p53_class_mediator_[GO:1901796];telomere_maintenance_[GO:0000723];telomere_maintenance_via_semi-conservative_replication_[GO:0032201];transcription-coupled_nucleotide-excision_repair_[GO:0006283];translesion_synthesis_[GO:0019985]
## 28                                                                                                                                                                                                                                                            MutSalpha_complex_[GO:0032301];MutSbeta_complex_[GO:0032302];nucleus_[GO:0005634];ADP_binding_[GO:0043531];ATP_binding_[GO:0005524];ATPase_activity_[GO:0016887];centromeric_DNA_binding_[GO:0019237];damaged_DNA_binding_[GO:0003684];dinucleotide_repeat_insertion_binding_[GO:0032181];DNA_binding_[GO:0003677];DNA-dependent_ATPase_activity_[GO:0008094];double-strand/single-strand_DNA_junction_binding_[GO:0000406];enzyme_binding_[GO:0019899];four-way_junction_DNA_binding_[GO:0000400];guanine/thymine_mispair_binding_[GO:0032137];heteroduplex_DNA_loop_binding_[GO:0000404];magnesium_ion_binding_[GO:0000287];mismatched_DNA_binding_[GO:0030983];MutLalpha_complex_binding_[GO:0032405];oxidized_purine_DNA_binding_[GO:0032357];protein_C-terminus_binding_[GO:0008022];protein_homodimerization_activity_[GO:0042803];protein_kinase_binding_[GO:0019901];single_base_insertion_or_deletion_binding_[GO:0032138];single_guanine_insertion_binding_[GO:0032142];single_thymine_insertion_binding_[GO:0032143];single-stranded_DNA_binding_[GO:0003697];Y-form_DNA_binding_[GO:0000403];B_cell_differentiation_[GO:0030183];B_cell_mediated_immunity_[GO:0019724];cell_cycle_arrest_[GO:0007050];cellular_response_to_DNA_damage_stimulus_[GO:0006974];determination_of_adult_lifespan_[GO:0008340];DNA_repair_[GO:0006281];double-strand_break_repair_[GO:0006302];germ_cell_development_[GO:0007281];in_utero_embryonic_development_[GO:0001701];intra-S_DNA_damage_checkpoint_[GO:0031573];intrinsic_apoptotic_signaling_pathway_in_response_to_DNA_damage_[GO:0008630];intrinsic_apoptotic_signaling_pathway_in_response_to_DNA_damage_by_p53_class_mediator_[GO:0042771];isotype_switching_[GO:0045190];maintenance_of_DNA_repeat_elements_[GO:0043570];male_gonad_development_[GO:0008584];meiotic_gene_conversion_[GO:0006311];mismatch_repair_[GO:0006298];negative_regulation_of_DNA_recombination_[GO:0045910];negative_regulation_of_neuron_apoptotic_process_[GO:0043524];negative_regulation_of_reciprocal_meiotic_recombination_[GO:0045128];oxidative_phosphorylation_[GO:0006119];positive_regulation_of_helicase_activity_[GO:0051096];positive_regulation_of_isotype_switching_to_IgA_isotypes_[GO:0048298];positive_regulation_of_isotype_switching_to_IgG_isotypes_[GO:0048304];postreplication_repair_[GO:0006301];response_to_UV-B_[GO:0010224];response_to_X-ray_[GO:0010165];somatic_hypermutation_of_immunoglobulin_genes_[GO:0016446];somatic_recombination_of_immunoglobulin_gene_segments_[GO:0016447];somatic_recombination_of_immunoglobulin_genes_involved_in_immune_response_[GO:0002204]
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        centrosome_[GO:0005813];nucleolus_[GO:0005730];nucleus_[GO:0005634];deacetylase_activity_[GO:0019213];hydrolase_activity,_acting_on_glycosyl_bonds_[GO:0016798];brain_development_[GO:0007420];cellular_response_to_DNA_damage_stimulus_[GO:0006974];protein_de-ADP-ribosylation_[GO:0051725];purine_nucleoside_metabolic_process_[GO:0042278]
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   apical_dendrite_[GO:0097440];axolemma_[GO:0030673];axon_[GO:0030424];basolateral_plasma_membrane_[GO:0016323];brush_border_[GO:0005903];cytoplasmic_vesicle_[GO:0031410];cytosol_[GO:0005829];endosome_[GO:0005768];extracellular_exosome_[GO:0070062];myelin_sheath_[GO:0043209];myosin_complex_[GO:0016459];neuron_projection_[GO:0043005];neuronal_cell_body_[GO:0043025];plasma_membrane_raft_[GO:0044853];smooth_endoplasmic_reticulum_[GO:0005790];actin_filament_binding_[GO:0051015];actin-dependent_ATPase_activity_[GO:0030898];ATP_binding_[GO:0005524];calcium-dependent_protein_binding_[GO:0048306];calmodulin_binding_[GO:0005516];microfilament_motor_activity_[GO:0000146];protein_domain_specific_binding_[GO:0019904];cellular_localization_[GO:0051641];early_endosome_to_recycling_endosome_transport_[GO:0061502];forebrain_development_[GO:0030900];negative_regulation_of_phosphatase_activity_[GO:0010923]
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    CCR4-NOT_complex_[GO:0030014];CCR4-NOT_core_complex_[GO:0030015];cytoplasm_[GO:0005737];cytosol_[GO:0005829];membrane_[GO:0016020];nucleus_[GO:0005634];P-body_[GO:0000932];plasma_membrane_[GO:0005886];RNA_polymerase_II_transcription_cofactor_activity_[GO:0001104];RNA_polymerase_II_transcription_corepressor_binding_[GO:0001226];DNA_damage_response,_signal_transduction_by_p53_class_mediator_resulting_in_cell_cycle_arrest_[GO:0006977];gene_silencing_by_RNA_[GO:0031047];negative_regulation_of_intracellular_estrogen_receptor_signaling_pathway_[GO:0033147];negative_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0000122];negative_regulation_of_translation_[GO:0017148];nuclear-transcribed_mRNA_catabolic_process,_deadenylation-dependent_decay_[GO:0000288];nuclear-transcribed_mRNA_poly(A)_tail_shortening_[GO:0000289];positive_regulation_of_cytoplasmic_mRNA_processing_body_assembly_[GO:0010606];regulation_of_stem_cell_population_maintenance_[GO:2000036];regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0006357];RNA_phosphodiester_bond_hydrolysis,_exonucleolytic_[GO:0090503];transcription,_DNA-templated_[GO:0006351];trophectodermal_cell_differentiation_[GO:0001829]
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             90S_preribosome_[GO:0030686];membrane_[GO:0016020];Noc4p-Nop14p_complex_[GO:0030692];nucleolus_[GO:0005730];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];small-subunit_processome_[GO:0032040];enzyme_binding_[GO:0019899];RNA_binding_[GO:0003723];snoRNA_binding_[GO:0030515];endonucleolytic_cleavage_in_5'-ETS_of_tricistronic_rRNA_transcript_(SSU-rRNA,_5.8S_rRNA,_LSU-rRNA)_[GO:0000480];endonucleolytic_cleavage_in_ITS1_to_separate_SSU-rRNA_from_5.8S_rRNA_and_LSU-rRNA_from_tricistronic_rRNA_transcript_(SSU-rRNA,_5.8S_rRNA,_LSU-rRNA)_[GO:0000447];endonucleolytic_cleavage_to_generate_mature_5'-end_of_SSU-rRNA_from_(SSU-rRNA,_5.8S_rRNA,_LSU-rRNA)_[GO:0000472];maturation_of_SSU-rRNA_[GO:0030490];maturation_of_SSU-rRNA_from_tricistronic_rRNA_transcript_(SSU-rRNA,_5.8S_rRNA,_LSU-rRNA)_[GO:0000462];ribosomal_small_subunit_biogenesis_[GO:0042274];rRNA_processing_[GO:0006364]
## 37                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        cytoplasm_[GO:0005737];nucleus_[GO:0005634];S-methyl-5-thioadenosine_phosphorylase_activity_[GO:0017061];L-methionine_salvage_from_methylthioadenosine_[GO:0019509];purine_ribonucleoside_salvage_[GO:0006166]
## 38                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    cytosol_[GO:0005829];microtubule_associated_complex_[GO:0005875];protein_farnesyltransferase_complex_[GO:0005965];protein_farnesyltransferase_activity_[GO:0004660];zinc_ion_binding_[GO:0008270];protein_farnesylation_[GO:0018343];regulation_of_cell_proliferation_[GO:0042127];regulation_of_rhodopsin_mediated_signaling_pathway_[GO:0022400]
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      cytoplasm_[GO:0005737];cytoskeleton_[GO:0005856]
## 41                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          nucleus_[GO:0005634];chromatin_binding_[GO:0003682];DNA_binding_[GO:0003677]
## 44                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     cytosol_[GO:0005829];MOZ/MORF_histone_acetyltransferase_complex_[GO:0070776];nuclear_speck_[GO:0016607];nucleolus_[GO:0005730];nucleoplasm_[GO:0005654];nucleosome_[GO:0000786];nucleus_[GO:0005634];PML_body_[GO:0016605];acetyltransferase_activity_[GO:0016407];DNA_binding_[GO:0003677];histone_acetyltransferase_activity_[GO:0004402];transcription_coactivator_activity_[GO:0003713];transcription_factor_binding_[GO:0008134];zinc_ion_binding_[GO:0008270];cellular_senescence_[GO:0090398];DNA_packaging_[GO:0006323];histone_acetylation_[GO:0016573];histone_H3_acetylation_[GO:0043966];myeloid_cell_differentiation_[GO:0030099];negative_regulation_of_transcription,_DNA-templated_[GO:0045892];nucleosome_assembly_[GO:0006334];positive_regulation_of_transcription,_DNA-templated_[GO:0045893];protein_acetylation_[GO:0006473];regulation_of_signal_transduction_by_p53_class_mediator_[GO:1901796];transcription,_DNA-templated_[GO:0006351]
## 46                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   cytosol_[GO:0005829];MCM_complex_[GO:0042555];nuclear_chromatin_[GO:0000790];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];plasma_membrane_[GO:0005886];chromatin_binding_[GO:0003682];cell_division_[GO:0051301];DNA-dependent_DNA_replication_[GO:0006261];sister_chromatid_cohesion_[GO:0007062]
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         axoneme_[GO:0005930];cleavage_furrow_[GO:0032154];condensed_chromosome_kinetochore_[GO:0000777];midbody_[GO:0030496];septin_complex_[GO:0031105];spindle_[GO:0005819];GTP_binding_[GO:0005525];cell_cycle_[GO:0007049];cell_differentiation_[GO:0030154];cell_division_[GO:0051301];cilium_assembly_[GO:0060271];regulation_of_embryonic_cell_shape_[GO:0016476];spermatogenesis_[GO:0007283]
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Ctf18_RFC-like_complex_[GO:0031390];DNA_replication_factor_C_complex_[GO:0005663];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];DNA_clamp_loader_activity_[GO:0003689];DNA_damage_response,_detection_of_DNA_damage_[GO:0042769];DNA_replication_[GO:0006260];DNA_strand_elongation_involved_in_DNA_replication_[GO:0006271];DNA_synthesis_involved_in_DNA_repair_[GO:0000731];error-free_translesion_synthesis_[GO:0070987];error-prone_translesion_synthesis_[GO:0042276];nucleotide-excision_repair,_DNA_gap_filling_[GO:0006297];nucleotide-excision_repair,_DNA_incision_[GO:0033683];nucleotide-excision_repair,_DNA_incision,_5'-to_lesion_[GO:0006296];positive_regulation_of_DNA-directed_DNA_polymerase_activity_[GO:1900264];regulation_of_signal_transduction_by_p53_class_mediator_[GO:1901796];response_to_organophosphorus_[GO:0046683];telomere_maintenance_via_semi-conservative_replication_[GO:0032201];transcription-coupled_nucleotide-excision_repair_[GO:0006283];translesion_synthesis_[GO:0019985]
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   alpha_DNA_polymerase:primase_complex_[GO:0005658];cytosol_[GO:0005829];nuclear_envelope_[GO:0005635];nuclear_matrix_[GO:0016363];nucleolus_[GO:0005730];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];3'-5'_exonuclease_activity_[GO:0008408];4_iron,_4_sulfur_cluster_binding_[GO:0051539];chromatin_binding_[GO:0003682];DNA_binding_[GO:0003677];DNA-directed_DNA_polymerase_activity_[GO:0003887];metal_ion_binding_[GO:0046872];nucleoside_binding_[GO:0001882];nucleotide_binding_[GO:0000166];protein_kinase_binding_[GO:0019901];cell_proliferation_[GO:0008283];DNA_replication_[GO:0006260];DNA_replication_initiation_[GO:0006270];DNA_replication,_synthesis_of_RNA_primer_[GO:0006269];DNA_strand_elongation_involved_in_DNA_replication_[GO:0006271];double-strand_break_repair_via_nonhomologous_end_joining_[GO:0006303];G1/S_transition_of_mitotic_cell_cycle_[GO:0000082];lagging_strand_elongation_[GO:0006273];leading_strand_elongation_[GO:0006272];regulation_of_transcription_involved_in_G1/S_transition_of_mitotic_cell_cycle_[GO:0000083];telomere_maintenance_via_semi-conservative_replication_[GO:0032201];viral_process_[GO:0016032]
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];cation_channel_activity_[GO:0005261];leak_channel_activity_[GO:0022840];sodium_channel_activity_[GO:0005272];voltage-gated_ion_channel_activity_[GO:0005244];calcium_ion_transmembrane_transport_[GO:0070588];calcium_ion_transport_[GO:0006816];ion_transmembrane_transport_[GO:0034220];membrane_depolarization_during_action_potential_[GO:0086010];potassium_ion_transmembrane_transport_[GO:0071805];regulation_of_ion_transmembrane_transport_[GO:0034765];regulation_of_resting_membrane_potential_[GO:0060075];sodium_ion_transmembrane_transport_[GO:0035725]
## 57                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             methyltransferase_activity_[GO:0008168];nucleic_acid_binding_[GO:0003676]
## 59                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 actin_filament_[GO:0005884];brush_border_[GO:0005903];cell_periphery_[GO:0071944];cytoplasm_[GO:0005737];early_endosome_[GO:0005769];endosome_membrane_[GO:0010008];filopodium_[GO:0030175];myosin_complex_[GO:0016459];perinuclear_region_of_cytoplasm_[GO:0048471];plasma_membrane_[GO:0005886];actin_filament_binding_[GO:0051015];ATP_binding_[GO:0005524];cadherin_binding_[GO:0045296];calmodulin_binding_[GO:0005516];microfilament_motor_activity_[GO:0000146];phosphatidylinositol-3,4,5-trisphosphate_binding_[GO:0005547];phosphatidylinositol-4,5-bisphosphate_binding_[GO:0005546];actin_filament_bundle_assembly_[GO:0051017];actin_filament_organization_[GO:0007015];actin_filament-based_movement_[GO:0030048];post-Golgi_vesicle-mediated_transport_[GO:0006892];transferrin_transport_[GO:0033572]
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   nucleus_[GO:0005634];mRNA_(nucleoside-2'-O-)-methyltransferase_activity_[GO:0004483];nucleic_acid_binding_[GO:0003676];7-methylguanosine_mRNA_capping_[GO:0006370];cap1_mRNA_methylation_[GO:0097309];mRNA_methylation_[GO:0080009]
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    catalytic_step_2_spliceosome_[GO:0071013];nucleolus_[GO:0005730];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];ATP_binding_[GO:0005524];ATP-dependent_RNA_helicase_activity_[GO:0004004];RNA_binding_[GO:0003723];maturation_of_5.8S_rRNA_[GO:0000460];mRNA_splicing,_via_spliceosome_[GO:0000398];RNA_catabolic_process_[GO:0006401];rRNA_processing_[GO:0006364]
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           cell_junction_[GO:0030054];integral_component_of_membrane_[GO:0016021];synaptic_vesicle_[GO:0008021];synaptic_vesicle_membrane_[GO:0030672];transmembrane_transporter_activity_[GO:0022857]
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    cytoplasm_[GO:0005737];nucleus_[GO:0005634];amino_acid_binding_[GO:0016597];aspartate_carbamoyltransferase_activity_[GO:0004070];ATP_binding_[GO:0005524];carbamoyl-phosphate_synthase_(glutamine-hydrolyzing)_activity_[GO:0004088];dihydroorotase_activity_[GO:0004151];zinc_ion_binding_[GO:0008270];'de_novo'_pyrimidine_nucleobase_biosynthetic_process_[GO:0006207];'de_novo'_UMP_biosynthetic_process_[GO:0044205];glutamine_metabolic_process_[GO:0006541]
## 65                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              heme_binding_[GO:0020037];metal_ion_binding_[GO:0046872];tryptophan_2,3-dioxygenase_activity_[GO:0004833];ommochrome_biosynthetic_process_[GO:0006727];positive_regulation_of_neuron_death_[GO:1901216];protein_homotetramerization_[GO:0051289];tryptophan_catabolic_process_to_kynurenine_[GO:0019441]
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        cytoplasm_[GO:0005737];nucleus_[GO:0005634];S-methyl-5-thioadenosine_phosphorylase_activity_[GO:0017061];L-methionine_salvage_from_methylthioadenosine_[GO:0019509];purine_ribonucleoside_salvage_[GO:0006166]
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                chromosome,_centromeric_region_[GO:0000775];nucleus_[GO:0005634];pericentric_heterochromatin_[GO:0005721];ATP_binding_[GO:0005524];chromatin_binding_[GO:0003682];helicase_activity_[GO:0004386];cell_cycle_[GO:0007049];cell_division_[GO:0051301];cellular_response_to_leukemia_inhibitory_factor_[GO:1990830];chromatin_silencing_[GO:0006342];DNA_methylation_[GO:0006306];lymphocyte_differentiation_[GO:0030098];lymphocyte_proliferation_[GO:0046651];maintenance_of_DNA_methylation_[GO:0010216];methylation-dependent_chromatin_silencing_[GO:0006346];multicellular_organism_development_[GO:0007275];negative_regulation_of_apoptotic_process_[GO:0043066];negative_regulation_of_intrinsic_apoptotic_signaling_pathway_[GO:2001243];pericentric_heterochromatin_assembly_[GO:0031508];transcription,_DNA-templated_[GO:0006351];urogenital_system_development_[GO:0001655]
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           carboxy-lyase_activity_[GO:0016831];pyridoxal_phosphate_binding_[GO:0030170];carboxylic_acid_metabolic_process_[GO:0019752]
## 70                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              endoplasmic_reticulum_[GO:0005783];Golgi_apparatus_[GO:0005794];integral_component_of_membrane_[GO:0016021];palmitoyltransferase_activity_[GO:0016409];protein-cysteine_S-palmitoyltransferase_activity_[GO:0019706];protein_palmitoylation_[GO:0018345]
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       integral_component_of_membrane_[GO:0016021];mitochondrial_inner_membrane_[GO:0005743];mitochondrial_outer_membrane_[GO:0005741];mitochondrion_[GO:0005739];plasma_membrane_[GO:0005886];glycerol-3-phosphate_O-acyltransferase_activity_[GO:0004366];sn-1-glycerol-3-phosphate_C16:0-DCA-CoA_acyl_transferase_activity_[GO:0102420];acyl-CoA_metabolic_process_[GO:0006637];CDP-diacylglycerol_biosynthetic_process_[GO:0016024];defense_response_to_virus_[GO:0051607];fatty_acid_homeostasis_[GO:0055089];fatty_acid_metabolic_process_[GO:0006631];glycerophospholipid_metabolic_process_[GO:0006650];interleukin-2_secretion_[GO:0070970];negative_regulation_of_activation-induced_cell_death_of_T_cells_[GO:0070236];phospholipid_homeostasis_[GO:0055091];positive_regulation_of_activated_T_cell_proliferation_[GO:0042104];positive_regulation_of_multicellular_organism_growth_[GO:0040018];regulation_of_cytokine_secretion_[GO:0050707];response_to_glucose_[GO:0009749];triglyceride_biosynthetic_process_[GO:0019432];triglyceride_metabolic_process_[GO:0006641]
## 73                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  collagen_trimer_[GO:0005581];proteinaceous_extracellular_matrix_[GO:0005578];extracellular_matrix_structural_constituent_[GO:0005201];metal_ion_binding_[GO:0046872]
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Golgi_apparatus_[GO:0005794];Golgi_membrane_[GO:0000139];integral_component_of_membrane_[GO:0016021];glucuronosyltransferase_activity_[GO:0015020];metal_ion_binding_[GO:0046872];muscle_fiber_development_[GO:0048747];protein_glycosylation_[GO:0006486];protein_O-linked_mannosylation_[GO:0035269]
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          endoplasmic_reticulum_membrane_[GO:0005789];integral_component_of_membrane_[GO:0016021];mitochondrial_outer_membrane_[GO:0005741];mitochondrion_[GO:0005739];nuclear_envelope_[GO:0005635];1-acylglycerol-3-phosphate_O-acyltransferase_activity_[GO:0003841];acylglycerol_metabolic_process_[GO:0006639];CDP-diacylglycerol_biosynthetic_process_[GO:0016024];hematopoietic_progenitor_cell_differentiation_[GO:0002244];phosphatidic_acid_biosynthetic_process_[GO:0006654];phospholipid_biosynthetic_process_[GO:0008654]
## 79                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               cytoplasm_[GO:0005737];Golgi_apparatus_[GO:0005794];nucleolus_[GO:0005730];nucleus_[GO:0005634];ATP_binding_[GO:0005524];ATP-dependent_RNA_helicase_activity_[GO:0004004];estrogen_receptor_binding_[GO:0030331];receptor_binding_[GO:0005102];RNA_binding_[GO:0003723];transcription_corepressor_activity_[GO:0003714];regulation_of_transcription,_DNA-templated_[GO:0006355];RNA_metabolic_process_[GO:0016070];RNA_processing_[GO:0006396];RNA_secondary_structure_unwinding_[GO:0010501];transcription,_DNA-templated_[GO:0006351]
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                actin_cytoskeleton_[GO:0015629];apical_plasma_membrane_[GO:0016324];integral_component_of_plasma_membrane_[GO:0005887];plasma_membrane_[GO:0005886];ATP_binding_[GO:0005524];collagen_binding_[GO:0005518];protein_tyrosine_kinase_collagen_receptor_activity_[GO:0038062];transmembrane_receptor_protein_tyrosine_kinase_activity_[GO:0004714];biomineral_tissue_development_[GO:0031214];chondrocyte_proliferation_[GO:0035988];collagen_fibril_organization_[GO:0030199];collagen-activated_tyrosine_kinase_receptor_signaling_pathway_[GO:0038063];endochondral_bone_growth_[GO:0003416];ossification_[GO:0001503];peptidyl-tyrosine_phosphorylation_[GO:0018108];positive_regulation_of_cell_proliferation_[GO:0008284];positive_regulation_of_DNA_binding_transcription_factor_activity_[GO:0051091];positive_regulation_of_extracellular_matrix_disassembly_[GO:0090091];positive_regulation_of_fibroblast_migration_[GO:0010763];positive_regulation_of_fibroblast_proliferation_[GO:0048146];positive_regulation_of_osteoblast_differentiation_[GO:0045669];positive_regulation_of_protein_kinase_activity_[GO:0045860];protein_autophosphorylation_[GO:0046777];regulation_of_bone_mineralization_[GO:0030500];transmembrane_receptor_protein_tyrosine_kinase_signaling_pathway_[GO:0007169]
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Ino80_complex_[GO:0031011];MLL1_complex_[GO:0071339];Swr1_complex_[GO:0000812];ATP_binding_[GO:0005524];ATP-dependent_5'-3'_DNA_helicase_activity_[GO:0043141];DNA_recombination_[GO:0006310];DNA_repair_[GO:0006281];regulation_of_transcription,_DNA-templated_[GO:0006355];transcription,_DNA-templated_[GO:0006351]
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  endoplasmic_reticulum_[GO:0005783];endoplasmic_reticulum_lumen_[GO:0005788];protein_disulfide_isomerase_activity_[GO:0003756];cell_redox_homeostasis_[GO:0045454];protein_folding_[GO:0006457];response_to_endoplasmic_reticulum_stress_[GO:0034976]
## 84                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     cytoplasm_[GO:0005737];cytosol_[GO:0005829];nucleus_[GO:0005634];chromatin_binding_[GO:0003682];DNA_binding_[GO:0003677];histone_binding_[GO:0042393];Hsp70_protein_binding_[GO:0030544];RNA_binding_[GO:0003723];ubiquitin_modification-dependent_histone_binding_[GO:0061649];covalent_chromatin_modification_[GO:0016569];DNA_replication_[GO:0006260];negative_regulation_of_cell_growth_[GO:0030308];negative_regulation_of_DNA_biosynthetic_process_[GO:2000279];positive_regulation_of_transcription,_DNA-templated_[GO:0045893];transcription,_DNA-templated_[GO:0006351]
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     cell_[GO:0005623];integral_component_of_membrane_[GO:0016021];cell_redox_homeostasis_[GO:0045454]
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           endoplasmic_reticulum_[GO:0005783];endoplasmic_reticulum_lumen_[GO:0005788];peptide_disulfide_oxidoreductase_activity_[GO:0015037];protein_disulfide_isomerase_activity_[GO:0003756];cell_redox_homeostasis_[GO:0045454];protein_folding_[GO:0006457];response_to_endoplasmic_reticulum_stress_[GO:0034976]
## 87                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          endosome_[GO:0005768];integral_component_of_membrane_[GO:0016021];late_endosome_[GO:0005770];lysosomal_membrane_[GO:0005765];perinuclear_region_of_cytoplasm_[GO:0048471];retromer_complex_[GO:0030904];trans-Golgi_network_[GO:0005802];mannose_binding_[GO:0005537];mannose_transmembrane_transporter_activity_[GO:0015578];retromer_complex_binding_[GO:1905394];intracellular_protein_transport_[GO:0006886];secretion_of_lysosomal_enzymes_[GO:0033299]
## 88                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    cytosol_[GO:0005829];Flemming_body_[GO:0090543];kinesin_complex_[GO:0005871];membrane_[GO:0016020];microtubule_[GO:0005874];midbody_[GO:0030496];nucleus_[GO:0005634];spindle_midzone_[GO:0051233];ATP_binding_[GO:0005524];ATP-dependent_microtubule_motor_activity,_plus-end-directed_[GO:0008574];ATPase_activity_[GO:0016887];microtubule_binding_[GO:0008017];microtubule_motor_activity_[GO:0003777];PDZ_domain_binding_[GO:0030165];protein_kinase_binding_[GO:0019901];tubulin_binding_[GO:0015631];activation_of_protein_kinase_activity_[GO:0032147];cell_division_[GO:0051301];cell_proliferation_in_forebrain_[GO:0021846];cerebellar_cortex_development_[GO:0021695];cerebellar_granular_layer_structural_organization_[GO:0021685];cerebellar_Purkinje_cell_layer_structural_organization_[GO:0021693];cerebral_cortex_development_[GO:0021987];establishment_of_protein_localization_[GO:0045184];hippocampus_development_[GO:0021766];microtubule-based_movement_[GO:0007018];mitotic_metaphase_plate_congression_[GO:0007080];negative_regulation_of_apoptotic_process_[GO:0043066];negative_regulation_of_integrin_activation_[GO:0033624];negative_regulation_of_neuron_apoptotic_process_[GO:0043524];olfactory_bulb_development_[GO:0021772];positive_regulation_of_cell_proliferation_[GO:0008284];positive_regulation_of_cytokinesis_[GO:0032467];proteasome-mediated_ubiquitin-dependent_protein_catabolic_process_[GO:0043161];regulation_of_cell_adhesion_[GO:0030155];regulation_of_cell_growth_[GO:0001558];regulation_of_cell_maturation_[GO:1903429];regulation_of_cell_migration_[GO:0030334];regulation_of_G1/S_transition_of_mitotic_cell_cycle_[GO:2000045];regulation_of_G2/M_transition_of_mitotic_cell_cycle_[GO:0010389];regulation_of_myelination_[GO:0031641];regulation_of_neuron_apoptotic_process_[GO:0043523];regulation_of_Rap_protein_signal_transduction_[GO:0032487];SCF-dependent_proteasomal_ubiquitin-dependent_protein_catabolic_process_[GO:0031146];substrate_adhesion-dependent_cell_spreading_[GO:0034446]
## 89                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 extracellular_exosome_[GO:0070062];gamma_DNA_polymerase_complex_[GO:0005760];mitochondrial_inner_membrane_[GO:0005743];mitochondrial_nucleoid_[GO:0042645];mitochondrion_[GO:0005739];protein_complex_[GO:0043234];terminal_bouton_[GO:0043195];3'-5'_exonuclease_activity_[GO:0008408];chromatin_binding_[GO:0003682];DNA_binding_[GO:0003677];DNA-directed_DNA_polymerase_activity_[GO:0003887];exonuclease_activity_[GO:0004527];protease_binding_[GO:0002020];aging_[GO:0007568];base-excision_repair,_gap-filling_[GO:0006287];cellular_response_to_glucose_stimulus_[GO:0071333];mitochondrial_DNA_replication_[GO:0006264];response_to_gamma_radiation_[GO:0010332];response_to_hyperoxia_[GO:0055093];response_to_light_stimulus_[GO:0009416]
## 92                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     delta_DNA_polymerase_complex_[GO:0043625];3'-5'-exodeoxyribonuclease_activity_[GO:0008296];4_iron,_4_sulfur_cluster_binding_[GO:0051539];chromatin_binding_[GO:0003682];damaged_DNA_binding_[GO:0003684];DNA-directed_DNA_polymerase_activity_[GO:0003887];metal_ion_binding_[GO:0046872];nucleotide_binding_[GO:0000166];base-excision_repair,_gap-filling_[GO:0006287];cellular_response_to_UV_[GO:0034644];DNA_replication_[GO:0006260];DNA_replication_proofreading_[GO:0045004];fatty_acid_homeostasis_[GO:0055089];nucleotide-excision_repair,_DNA_gap_filling_[GO:0006297]
## 93                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        chromosome_[GO:0005694];nucleolus_[GO:0005730];DNA_binding_[GO:0003677];DNA_repair_[GO:0006281];DNA_replication_[GO:0006260];regulation_of_transcription,_DNA-templated_[GO:0006355];transcription,_DNA-templated_[GO:0006351]
## 94                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   CORVET_complex_[GO:0033263];early_endosome_[GO:0005769];intracellular_membrane-bounded_organelle_[GO:0043231];membrane_[GO:0016020];SMAD_binding_[GO:0046332];transforming_growth_factor_beta_receptor_binding_[GO:0005160];endosomal_vesicle_fusion_[GO:0034058];endosome_to_lysosome_transport_[GO:0008333];intracellular_protein_transport_[GO:0006886];regulation_of_transcription,_DNA-templated_[GO:0006355];signal_transduction_[GO:0007165]
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    axon_[GO:0030424];intracellular_[GO:0005622];guanyl-nucleotide_exchange_factor_activity_[GO:0005085];Rac_GTPase_binding_[GO:0048365];activation_of_GTPase_activity_[GO:0090630];axonogenesis_[GO:0007409];establishment_of_neuroblast_polarity_[GO:0045200];hematopoietic_progenitor_cell_differentiation_[GO:0002244];interkinetic_nuclear_migration_[GO:0022027];microtubule_cytoskeleton_organization_[GO:0000226];neuron_projection_development_[GO:0031175];pigmentation_[GO:0043473];positive_regulation_of_peptidyl-serine_phosphorylation_[GO:0033138];positive_regulation_of_vascular_associated_smooth_muscle_cell_migration_[GO:1904754];regulation_of_neurogenesis_[GO:0050767];small_GTPase_mediated_signal_transduction_[GO:0007264]
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               nucleus_[GO:0005634];chromatin_binding_[GO:0003682];cohesin_loading_[GO:0071921];digestive_tract_development_[GO:0048565];embryonic_pectoral_fin_morphogenesis_[GO:0035118];embryonic_viscerocranium_morphogenesis_[GO:0048703];heart_development_[GO:0007507];heart_jogging_[GO:0003146];rRNA_transcription_[GO:0009303];transcriptional_activation_by_promoter-enhancer_looping_[GO:0071733];translation_[GO:0006412]
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 integral_component_of_membrane_[GO:0016021];RNA_binding_[GO:0003723];RNA_transmembrane_transporter_activity_[GO:0051033];dsRNA_transport_[GO:0033227]
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       intracellular_ribonucleoprotein_complex_[GO:0030529];Ku70:Ku80_complex_[GO:0043564];nonhomologous_end_joining_complex_[GO:0070419];nuclear_chromosome,_telomeric_region_[GO:0000784];nucleoplasm_[GO:0005654];5'-deoxyribose-5-phosphate_lyase_activity_[GO:0051575];ATP_binding_[GO:0005524];ATP-dependent_DNA_helicase_activity_[GO:0004003];damaged_DNA_binding_[GO:0003684];RNA_binding_[GO:0003723];telomeric_DNA_binding_[GO:0042162];cellular_response_to_gamma_radiation_[GO:0071480];DNA_recombination_[GO:0006310];double-strand_break_repair_via_nonhomologous_end_joining_[GO:0006303];negative_regulation_of_transcription,_DNA-templated_[GO:0045892];telomere_maintenance_[GO:0000723];transcription,_DNA-templated_[GO:0006351]
## 99  autophagosome_membrane_[GO:0000421];cytosol_[GO:0005829];Golgi_apparatus_[GO:0005794];integral_component_of_plasma_membrane_[GO:0005887];plasma_membrane_[GO:0005886];trans-Golgi_network_[GO:0005802];ATP_binding_[GO:0005524];identical_protein_binding_[GO:0042802];kinase_activity_[GO:0016301];metal_ion_binding_[GO:0046872];protein_kinase_C_activity_[GO:0004697];protein_serine/threonine_kinase_activity_[GO:0004674];angiogenesis_[GO:0001525];apoptotic_process_[GO:0006915];cell_proliferation_[GO:0008283];cellular_response_to_amino_acid_starvation_[GO:0034198];cellular_response_to_hydroperoxide_[GO:0071447];cellular_response_to_oxidative_stress_[GO:0034599];cellular_response_to_vascular_endothelial_growth_factor_stimulus_[GO:0035924];Golgi_organization_[GO:0007030];Golgi_vesicle_transport_[GO:0048193];inflammatory_response_[GO:0006954];innate_immune_response_[GO:0045087];integrin-mediated_signaling_pathway_[GO:0007229];intracellular_signal_transduction_[GO:0035556];negative_regulation_of_cell_death_[GO:0060548];negative_regulation_of_endocytosis_[GO:0045806];peptidyl-serine_phosphorylation_[GO:0018105];peptidyl-threonine_phosphorylation_[GO:0018107];positive_regulation_of_angiogenesis_[GO:0045766];positive_regulation_of_autophagy_[GO:0010508];positive_regulation_of_blood_vessel_endothelial_cell_migration_[GO:0043536];positive_regulation_of_CREB_transcription_factor_activity_[GO:0032793];positive_regulation_of_endothelial_cell_chemotaxis_[GO:2001028];positive_regulation_of_endothelial_cell_chemotaxis_by_VEGF-activated_vascular_endothelial_growth_factor_receptor_signaling_pathway_[GO:0038033];positive_regulation_of_endothelial_cell_migration_[GO:0010595];positive_regulation_of_endothelial_cell_proliferation_[GO:0001938];positive_regulation_of_histone_deacetylase_activity_[GO:1901727];positive_regulation_of_I-kappaB_kinase/NF-kappaB_signaling_[GO:0043123];positive_regulation_of_neuron_projection_development_[GO:0010976];positive_regulation_of_NF-kappaB_transcription_factor_activity_[GO:0051092];positive_regulation_of_osteoblast_differentiation_[GO:0045669];positive_regulation_of_peptidyl-serine_phosphorylation_[GO:0033138];positive_regulation_of_phosphatidylinositol_3-kinase_activity_[GO:0043552];positive_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0045944];protein_autophosphorylation_[GO:0046777];protein_kinase_D_signaling_[GO:0089700];protein_phosphorylation_[GO:0006468];Ras_protein_signal_transduction_[GO:0007265];regulation_of_integrin-mediated_signaling_pathway_[GO:2001044];regulation_of_keratinocyte_proliferation_[GO:0010837];regulation_of_protein_stability_[GO:0031647];signal_transduction_[GO:0007165];sphingolipid_biosynthetic_process_[GO:0030148];vascular_endothelial_growth_factor_receptor_signaling_pathway_[GO:0048010]
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     chromatin_[GO:0000785];MCM_complex_[GO:0042555];nucleus_[GO:0005634];ATP_binding_[GO:0005524];DNA_binding_[GO:0003677];helicase_activity_[GO:0004386];cell_cycle_[GO:0007049];DNA_replication_initiation_[GO:0006270];DNA_unwinding_involved_in_DNA_replication_[GO:0006268];regulation_of_DNA-dependent_DNA_replication_initiation_[GO:0030174]
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       centriolar_subdistal_appendage_[GO:0120103];centriole_[GO:0005814];spindle_pole_[GO:0000922];protein_localization_[GO:0008104]
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ATP_binding_[GO:0005524];kinase_activity_[GO:0016301];magnesium_ion_binding_[GO:0000287];protein_homodimerization_activity_[GO:0042803];ribose_phosphate_diphosphokinase_activity_[GO:0004749];5-phosphoribose_1-diphosphate_biosynthetic_process_[GO:0006015];nucleoside_metabolic_process_[GO:0009116];nucleotide_biosynthetic_process_[GO:0009165];ribonucleoside_monophosphate_biosynthetic_process_[GO:0009156]
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      cytoplasm_[GO:0005737];methylthioribulose_1-phosphate_dehydratase_activity_[GO:0046570];zinc_ion_binding_[GO:0008270];apoptotic_process_[GO:0006915];L-methionine_salvage_from_methylthioadenosine_[GO:0019509]
## 105                                                                                                                                                                                            cell_junction_[GO:0030054];cytosol_[GO:0005829];dendritic_spine_membrane_[GO:0032591];external_side_of_plasma_membrane_[GO:0009897];integral_component_of_membrane_[GO:0016021];integral_component_of_plasma_membrane_[GO:0005887];intrinsic_component_of_plasma_membrane_[GO:0031226];neuronal_cell_body_[GO:0043025];plasma_membrane_[GO:0005886];postsynaptic_membrane_[GO:0045211];ATP_binding_[GO:0005524];calcium_channel_activity_[GO:0005262];calcium-release_channel_activity_[GO:0015278];calmodulin_binding_[GO:0005516];chloride_channel_regulator_activity_[GO:0017081];excitatory_extracellular_ligand-gated_ion_channel_activity_[GO:0005231];extracellular_ligand-gated_ion_channel_activity_[GO:0005230];identical_protein_binding_[GO:0042802];metal_ion_binding_[GO:0046872];phosphatidylinositol_binding_[GO:0035091];phosphoprotein_binding_[GO:0051219];temperature-gated_ion_channel_activity_[GO:0097603];transmembrane_signaling_receptor_activity_[GO:0004888];behavioral_response_to_pain_[GO:0048266];calcium_ion_import_across_plasma_membrane_[GO:0098703];calcium_ion_transmembrane_transport_[GO:0070588];cell_surface_receptor_signaling_pathway_[GO:0007166];cellular_response_to_acidic_pH_[GO:0071468];cellular_response_to_alkaloid_[GO:0071312];cellular_response_to_ATP_[GO:0071318];cellular_response_to_heat_[GO:0034605];cellular_response_to_nerve_growth_factor_stimulus_[GO:1990090];cellular_response_to_temperature_stimulus_[GO:0071502];cellular_response_to_tumor_necrosis_factor_[GO:0071356];chemosensory_behavior_[GO:0007635];detection_of_chemical_stimulus_involved_in_sensory_perception_of_pain_[GO:0050968];detection_of_temperature_stimulus_involved_in_sensory_perception_of_pain_[GO:0050965];detection_of_temperature_stimulus_involved_in_thermoception_[GO:0050960];diet_induced_thermogenesis_[GO:0002024];fever_generation_[GO:0001660];glutamate_secretion_[GO:0014047];lipid_metabolic_process_[GO:0006629];microglial_cell_activation_[GO:0001774];negative_regulation_of_establishment_of_blood-brain_barrier_[GO:0090212];negative_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0000122];peptide_secretion_[GO:0002790];positive_regulation_of_apoptotic_process_[GO:0043065];positive_regulation_of_gastric_acid_secretion_[GO:0060454];positive_regulation_of_nitric_oxide_biosynthetic_process_[GO:0045429];protein_homotetramerization_[GO:0051289];response_to_capsazepine_[GO:1901594];response_to_peptide_hormone_[GO:0043434];sensory_perception_of_mechanical_stimulus_[GO:0050954];smooth_muscle_contraction_involved_in_micturition_[GO:0060083];thermoception_[GO:0050955];transport_[GO:0006810]
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           cytoplasm_[GO:0005737];cytosol_[GO:0005829];extracellular_exosome_[GO:0070062];nucleus_[GO:0005634];protein_complex_[GO:0043234];ATP_binding_[GO:0005524];kinase_inhibitor_activity_[GO:0019210];protein_domain_specific_binding_[GO:0019904];protein_homodimerization_activity_[GO:0042803];protein_kinase_binding_[GO:0019901];tryptophan-tRNA_ligase_activity_[GO:0004830];angiogenesis_[GO:0001525];negative_regulation_of_protein_kinase_activity_[GO:0006469];negative_regulation_of_protein_phosphorylation_[GO:0001933];positive_regulation_of_gene_expression_[GO:0010628];positive_regulation_of_protein_complex_assembly_[GO:0031334];regulation_of_angiogenesis_[GO:0045765];regulation_of_protein_ADP-ribosylation_[GO:0010835];tryptophanyl-tRNA_aminoacylation_[GO:0006436]
## 107                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ACF_complex_[GO:0016590];CHRAC_[GO:0008623];ISWI-type_complex_[GO:0031010];nucleus_[GO:0005634];NURF_complex_[GO:0016589];polytene_chromosome_[GO:0005700];RSF_complex_[GO:0031213];transcription_factor_complex_[GO:0005667];ATP_binding_[GO:0005524];DNA_binding_[GO:0003677];DNA_helicase_activity_[GO:0003678];DNA-dependent_ATPase_activity_[GO:0008094];nucleosome_binding_[GO:0031491];nucleosome-dependent_ATPase_activity_[GO:0070615];nucleotide_binding_[GO:0000166];transcription_factor_binding_[GO:0008134];ATP-dependent_chromatin_remodeling_[GO:0043044];chromatin_assembly_or_disassembly_[GO:0006333];chromatin_organization_[GO:0006325];chromatin_remodeling_[GO:0006338];covalent_chromatin_modification_[GO:0016569];ecdysone_receptor-mediated_signaling_pathway_[GO:0035076];negative_regulation_of_transcription,_DNA-templated_[GO:0045892];nuclear_speck_organization_[GO:0035063];nucleosome_assembly_[GO:0006334];nucleosome_mobilization_[GO:0042766];nucleosome_positioning_[GO:0016584];positive_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0045944];positive_regulation_of_transcription,_DNA-templated_[GO:0045893];regulation_of_circadian_rhythm_[GO:0042752];regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0006357];regulation_of_transcription,_DNA-templated_[GO:0006355];sperm_chromatin_condensation_[GO:0035092];sperm_chromatin_decondensation_[GO:0035041];spermatogenesis_[GO:0007283];transcription,_DNA-templated_[GO:0006351]
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           cell_junction_[GO:0030054];cleavage_furrow_[GO:0032154];integrin_complex_[GO:0008305];invadopodium_membrane_[GO:0071438];lamellipodium_[GO:0030027];melanosome_[GO:0042470];ruffle_membrane_[GO:0032587];receptor_activity_[GO:0004872];cell-matrix_adhesion_[GO:0007160];integrin-mediated_signaling_pathway_[GO:0007229]
## 109                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           extracellular_region_[GO:0005576];metalloendopeptidase_activity_[GO:0004222];zinc_ion_binding_[GO:0008270]
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 cytoplasm_[GO:0005737];microtubule_[GO:0005874];nucleus_[GO:0005634];spindle_[GO:0005819];activation_of_protein_kinase_activity_[GO:0032147];regulation_of_mitotic_spindle_organization_[GO:0060236]
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 cytoplasm_[GO:0005737];microtubule_[GO:0005874];nucleus_[GO:0005634];spindle_[GO:0005819];activation_of_protein_kinase_activity_[GO:0032147];regulation_of_mitotic_spindle_organization_[GO:0060236]
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ERCC4-ERCC1_complex_[GO:0070522];nuclear_chromatin_[GO:0000790];nuclear_chromosome,_telomeric_region_[GO:0000784];nucleolus_[GO:0005730];nucleus_[GO:0005634];enzyme_binding_[GO:0019899];oxidized_DNA_binding_[GO:0032356];base-excision_repair_[GO:0006284];cerebellum_morphogenesis_[GO:0021587];DNA_repair_[GO:0006281];double-strand_break_repair_via_nonhomologous_end_joining_[GO:0006303];hippocampus_development_[GO:0021766];negative_regulation_of_protection_from_non-homologous_end_joining_at_telomere_[GO:1905765];negative_regulation_of_protein_ADP-ribosylation_[GO:0010836];positive_regulation_of_DNA_ligase_activity_[GO:1904877];positive_regulation_of_single_strand_break_repair_[GO:1903518];replication-born_double-strand_break_repair_via_sister_chromatid_exchange_[GO:1990414];response_to_drug_[GO:0042493];response_to_hydroperoxide_[GO:0033194];response_to_hypoxia_[GO:0001666];response_to_organic_substance_[GO:0010033];single_strand_break_repair_[GO:0000012];telomeric_DNA-containing_double_minutes_formation_[GO:0061819];voluntary_musculoskeletal_movement_[GO:0050882]
## 114                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    centrosome_[GO:0005813];cilium_[GO:0005929];cytoplasmic_microtubule_[GO:0005881];Golgi_apparatus_[GO:0005794];Golgi_membrane_[GO:0000139];midbody_[GO:0030496];nucleus_[GO:0005634];photoreceptor_connecting_cilium_[GO:0032391];spindle_microtubule_[GO:0005876];GDP_binding_[GO:0019003];GTP_binding_[GO:0005525];GTPase_activity_[GO:0003924];microtubule_binding_[GO:0008017];cilium_assembly_[GO:0060271];kidney_development_[GO:0001822];mitotic_cytokinesis_[GO:0000281];photoreceptor_cell_development_[GO:0042461];protein_transport_[GO:0015031];small_GTPase_mediated_signal_transduction_[GO:0007264]
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  chromosome,_telomeric_region_[GO:0000781];nucleus_[GO:0005634];Smc5-Smc6_complex_[GO:0030915];ligase_activity_[GO:0016874];metal_ion_binding_[GO:0046872];protein_dimerization_activity_[GO:0046983];ubiquitin-protein_transferase_activity_[GO:0004842];DNA_recombination_[GO:0006310];DNA_repair_[GO:0006281];positive_regulation_of_response_to_DNA_damage_stimulus_[GO:2001022]
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            mitochondrial_matrix_[GO:0005759];ATP_binding_[GO:0005524];deoxycytidine_kinase_activity_[GO:0004137];nucleoside_kinase_activity_[GO:0019206];thymidine_kinase_activity_[GO:0004797];deoxycytidine_metabolic_process_[GO:0046092];DNA_biosynthetic_process_[GO:0071897];nucleobase-containing_compound_metabolic_process_[GO:0006139];pyrimidine_nucleoside_salvage_[GO:0043097];thymidine_metabolic_process_[GO:0046104]
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   cytoplasm_[GO:0005737];cytosol_[GO:0005829];ATP_binding_[GO:0005524];cysteine-tRNA_ligase_activity_[GO:0004817];metal_ion_binding_[GO:0046872];protein_homodimerization_activity_[GO:0042803];tRNA_binding_[GO:0000049];cysteinyl-tRNA_aminoacylation_[GO:0006423]
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  citrate_lyase_complex_[GO:0009346];cytosol_[GO:0005829];nucleoplasm_[GO:0005654];plasma_membrane_[GO:0005886];ATP_binding_[GO:0005524];ATP_citrate_synthase_activity_[GO:0003878];cofactor_binding_[GO:0048037];metal_ion_binding_[GO:0046872];acetyl-CoA_biosynthetic_process_[GO:0006085];citrate_metabolic_process_[GO:0006101];fatty_acid_biosynthetic_process_[GO:0006633];lipid_biosynthetic_process_[GO:0008610];oxaloacetate_metabolic_process_[GO:0006107]
## 119                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       nucleus_[GO:0005634];DNA_binding_[GO:0003677];metal_ion_binding_[GO:0046872];regulation_of_transcription,_DNA-templated_[GO:0006355];transcription,_DNA-templated_[GO:0006351]
## 120                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                extracellular_space_[GO:0005615];nucleus_[GO:0005634]
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    pi-body_[GO:0071546];cell_differentiation_[GO:0030154];DNA_methylation_involved_in_gamete_generation_[GO:0043046];gene_silencing_by_RNA_[GO:0031047];male_meiotic_nuclear_division_[GO:0007140];multicellular_organism_development_[GO:0007275];piRNA_metabolic_process_[GO:0034587];spermatogenesis_[GO:0007283]
## 122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             cytoplasm_[GO:0005737];extracellular_space_[GO:0005615];nucleolus_[GO:0005730];small-subunit_processome_[GO:0032040];RNA_binding_[GO:0003723];nervous_system_development_[GO:0007399];positive_regulation_of_apoptotic_process_[GO:0043065];ribosomal_small_subunit_biogenesis_[GO:0042274];rRNA_processing_[GO:0006364]
## 123                                                                                                                                                                                                                                                                                                                                                                                                     cytosol_[GO:0005829];extracellular_region_[GO:0005576];intracellular_ribonucleoprotein_complex_[GO:0030529];Ku70:Ku80_complex_[GO:0043564];membrane_[GO:0016020];nonhomologous_end_joining_complex_[GO:0070419];nuclear_chromosome,_telomeric_region_[GO:0000784];nuclear_telomere_cap_complex_[GO:0000783];nucleolus_[GO:0005730];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];plasma_membrane_[GO:0005886];protein_complex_[GO:0043234];protein-DNA_complex_[GO:0032993];secretory_granule_lumen_[GO:0034774];ATP_binding_[GO:0005524];ATP-dependent_DNA_helicase_activity_[GO:0004003];damaged_DNA_binding_[GO:0003684];DNA_binding_[GO:0003677];double-stranded_DNA_binding_[GO:0003690];enzyme_activator_activity_[GO:0008047];macromolecular_complex_binding_[GO:0044877];protein_C-terminus_binding_[GO:0008022];RNA_binding_[GO:0003723];telomeric_DNA_binding_[GO:0042162];transcription_regulatory_region_DNA_binding_[GO:0044212];ubiquitin_protein_ligase_binding_[GO:0031625];activation_of_innate_immune_response_[GO:0002218];brain_development_[GO:0007420];cell_proliferation_[GO:0008283];cellular_hyperosmotic_salinity_response_[GO:0071475];cellular_response_to_fatty_acid_[GO:0071398];cellular_response_to_gamma_radiation_[GO:0071480];cellular_response_to_leukemia_inhibitory_factor_[GO:1990830];cellular_response_to_X-ray_[GO:0071481];DNA_recombination_[GO:0006310];double-strand_break_repair_[GO:0006302];double-strand_break_repair_via_nonhomologous_end_joining_[GO:0006303];establishment_of_integrated_proviral_latency_[GO:0075713];hematopoietic_stem_cell_differentiation_[GO:0060218];innate_immune_response_[GO:0045087];negative_regulation_of_t-circle_formation_[GO:1904430];negative_regulation_of_transcription,_DNA-templated_[GO:0045892];neutrophil_degranulation_[GO:0043312];positive_regulation_of_catalytic_activity_[GO:0043085];positive_regulation_of_neurogenesis_[GO:0050769];positive_regulation_of_protein_kinase_activity_[GO:0045860];positive_regulation_of_telomerase_activity_[GO:0051973];positive_regulation_of_telomere_maintenance_via_telomerase_[GO:0032212];positive_regulation_of_type_I_interferon_production_[GO:0032481];protein_localization_to_chromosome,_telomeric_region_[GO:0070198];regulation_of_smooth_muscle_cell_proliferation_[GO:0048660];regulation_of_telomere_maintenance_[GO:0032204];response_to_drug_[GO:0042493];telomere_maintenance_[GO:0000723];transcription,_DNA-templated_[GO:0006351]
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             integral_component_of_plasma_membrane_[GO:0005887];plasma_membrane_[GO:0005886];receptor_complex_[GO:0043235];specific_granule_membrane_[GO:0035579];tertiary_granule_membrane_[GO:0070821];transmembrane_receptor_protein_tyrosine_phosphatase_activity_[GO:0005001];angiogenesis_[GO:0001525];dephosphorylation_[GO:0016311];neutrophil_degranulation_[GO:0043312];phosphate-containing_compound_metabolic_process_[GO:0006796];protein_dephosphorylation_[GO:0006470]
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    cytoplasm_[GO:0005737];cytosol_[GO:0005829];nuclear_body_[GO:0016604];nucleoplasm_[GO:0005654];cadherin_binding_[GO:0045296];ligase_activity_[GO:0016874];metal_ion_binding_[GO:0046872];ubiquitin_protein_ligase_activity_involved_in_ERAD_pathway_[GO:1904264];ubiquitin-protein_transferase_activity_[GO:0004842];cellular_response_to_leukemia_inhibitory_factor_[GO:1990830];defense_response_to_virus_[GO:0051607];ERAD_pathway_[GO:0036503];innate_immune_response_[GO:0045087];negative_regulation_of_viral_entry_into_host_cell_[GO:0046597];negative_regulation_of_viral_release_from_host_cell_[GO:1902187];positive_regulation_of_DNA_binding_transcription_factor_activity_[GO:0051091];positive_regulation_of_I-kappaB_kinase/NF-kappaB_signaling_[GO:0043123];positive_regulation_of_NF-kappaB_transcription_factor_activity_[GO:0051092];protein_monoubiquitination_[GO:0006513];protein_ubiquitination_involved_in_ubiquitin-dependent_protein_catabolic_process_[GO:0042787];regulation_of_viral_entry_into_host_cell_[GO:0046596];regulation_of_viral_release_from_host_cell_[GO:1902186];response_to_estrogen_[GO:0043627];response_to_vitamin_D_[GO:0033280]
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 aminoacyl-tRNA_synthetase_multienzyme_complex_[GO:0017101];cytoplasm_[GO:0005737];cytosol_[GO:0005829];extracellular_exosome_[GO:0070062];membrane_[GO:0016020];aminoacyl-tRNA_editing_activity_[GO:0002161];ATP_binding_[GO:0005524];GTPase_binding_[GO:0051020];isoleucine-tRNA_ligase_activity_[GO:0004822];tRNA_binding_[GO:0000049];isoleucyl-tRNA_aminoacylation_[GO:0006428];osteoblast_differentiation_[GO:0001649];tRNA_aminoacylation_for_protein_translation_[GO:0006418]
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Golgi_apparatus_[GO:0005794];GTP_binding_[GO:0005525];protein_transport_[GO:0015031];small_GTPase_mediated_signal_transduction_[GO:0007264];vesicle-mediated_transport_[GO:0016192]
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              endoplasmic_reticulum_membrane_[GO:0005789];integral_component_of_membrane_[GO:0016021];protein_maturation_[GO:0051604]
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                nuclear_speck_[GO:0016607];nucleus_[GO:0005634];transcription_factor_complex_[GO:0005667];core_promoter_binding_[GO:0001047];DNA_binding_transcription_factor_activity_[GO:0003700];identical_protein_binding_[GO:0042802];RNA_polymerase_II_regulatory_region_sequence-specific_DNA_binding_[GO:0000977];transcription_corepressor_activity_[GO:0003714];transcriptional_repressor_activity,_RNA_polymerase_II_transcription_regulatory_region_sequence-specific_DNA_binding_[GO:0001227];chorionic_trophoblast_cell_differentiation_[GO:0060718];DNA_damage_response,_signal_transduction_by_p53_class_mediator_[GO:0030330];hepatocyte_differentiation_[GO:0070365];negative_regulation_of_cell_proliferation_[GO:0008285];negative_regulation_of_cytokinesis_[GO:0032466];negative_regulation_of_G1/S_transition_of_mitotic_cell_cycle_[GO:2000134];negative_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0000122];negative_regulation_of_transcription_involved_in_G1/S_transition_of_mitotic_cell_cycle_[GO:0071930];placenta_development_[GO:0001890];positive_regulation_of_DNA_endoreduplication_[GO:0032877];positive_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0045944];regulation_of_transcription,_DNA-templated_[GO:0006355];sprouting_angiogenesis_[GO:0002040];transcription,_DNA-templated_[GO:0006351];trophoblast_giant_cell_differentiation_[GO:0060707]
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             cytoplasm_[GO:0005737];nucleus_[GO:0005634];PML_body_[GO:0016605];site_of_DNA_damage_[GO:0090734];MDM2/MDM4_family_protein_binding_[GO:0097371];metal_ion_binding_[GO:0046872];p53_binding_[GO:0002039];ubiquitin-protein_transferase_activity_[GO:0004842];cellular_response_to_DNA_damage_stimulus_[GO:0006974];double-strand_break_repair_via_homologous_recombination_[GO:0000724];interstrand_cross-link_repair_[GO:0036297];mitotic_G1_DNA_damage_checkpoint_[GO:0031571];protein_ubiquitination_[GO:0016567];replication_fork_processing_[GO:0031297];response_to_ionizing_radiation_[GO:0010212]
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            90S_preribosome_[GO:0030686];small-subunit_processome_[GO:0032040];t-UTP_complex_[GO:0034455];snoRNA_binding_[GO:0030515];maturation_of_SSU-rRNA_from_tricistronic_rRNA_transcript_(SSU-rRNA,_5.8S_rRNA,_LSU-rRNA)_[GO:0000462];negative_regulation_of_apoptotic_process_[GO:0043066];positive_regulation_of_transcription_from_RNA_polymerase_I_promoter_[GO:0045943];regulation_of_RNA_stability_[GO:0043487];transcription,_DNA-templated_[GO:0006351]
## 132                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   endoplasmic_reticulum_[GO:0005783];endoplasmic_reticulum_membrane_[GO:0005789];endoplasmic_reticulum_tubular_network_[GO:0071782];integral_component_of_membrane_[GO:0016021];membrane_[GO:0016020];nuclear_envelope_[GO:0005635];kinase_binding_[GO:0019900];NAD+_ADP-ribosyltransferase_activity_[GO:0003950];protein_serine/threonine_kinase_activator_activity_[GO:0043539];activation_of_signaling_protein_activity_involved_in_unfolded_protein_response_[GO:0006987];cellular_response_to_leukemia_inhibitory_factor_[GO:1990830];endoplasmic_reticulum_unfolded_protein_response_[GO:0030968];negative_regulation_of_cell_death_[GO:0060548];positive_regulation_of_protein_serine/threonine_kinase_activity_[GO:0071902];protein_ADP-ribosylation_[GO:0006471];protein_auto-ADP-ribosylation_[GO:0070213]
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               integral_component_of_mitochondrial_membrane_[GO:0032592];mitochondrial_inner_membrane_[GO:0005743];mitochondrion_[GO:0005739];ATP_binding_[GO:0005524];ATPase_activity,_coupled_to_transmembrane_movement_of_substances_[GO:0042626];protein_homodimerization_activity_[GO:0042803];transporter_activity_[GO:0005215]
## 135                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              cytoplasm_[GO:0005737];cytosol_[GO:0005829];protein_complex_[GO:0043234];ATPase_binding_[GO:0051117];protein-lysine_N-methyltransferase_activity_[GO:0016279];negative_regulation_of_ATPase_activity_[GO:0032780];peptidyl-lysine_methylation_[GO:0018022];peptidyl-lysine_trimethylation_[GO:0018023];protein_methylation_[GO:0006479]
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Cajal_body_[GO:0015030];cytoplasm_[GO:0005737];nuclear_speck_[GO:0016607];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];histone_binding_[GO:0042393];U6_snRNA_binding_[GO:0017070];U6atac_snRNA_binding_[GO:0030624];mRNA_splicing,_via_spliceosome_[GO:0000398];nucleosome_assembly_[GO:0006334];positive_regulation_of_histone_deubiquitination_[GO:1903586];spliceosomal_snRNP_assembly_[GO:0000387];spliceosomal_tri-snRNP_complex_assembly_[GO:0000244]
## 138                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             cytosol_[GO:0005829];cobalamin_binding_[GO:0031419];methionine_synthase_activity_[GO:0008705];zinc_ion_binding_[GO:0008270];pteridine-containing_compound_metabolic_process_[GO:0042558]
## 139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    cytoplasm_[GO:0005737];SCF_ubiquitin_ligase_complex_[GO:0019005];ascospore_formation_[GO:0030437]
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Gene_ontology_IDs
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0005789;GO:0015031;GO:0016192;GO:0030127;GO:0030134
## 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0003723;GO:0005682;GO:0006397;GO:0008380;GO:0071011;GO:0071013
## 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0000139;GO:0005654;GO:0005765;GO:0005813;GO:0005886;GO:0006509;GO:0010008;GO:0015629;GO:0016020;GO:0030660;GO:0031293;GO:0033619;GO:0042500;GO:0042803;GO:0050776;GO:0071458;GO:0071556
## 7   GO:0001708;GO:0001736;GO:0005102;GO:0005112;GO:0005509;GO:0005768;GO:0005886;GO:0005912;GO:0007015;GO:0007155;GO:0007219;GO:0007298;GO:0007314;GO:0007398;GO:0007399;GO:0007419;GO:0007422;GO:0007423;GO:0007424;GO:0007451;GO:0007460;GO:0007464;GO:0007474;GO:0007475;GO:0007476;GO:0007480;GO:0007498;GO:0008284;GO:0008347;GO:0008356;GO:0008407;GO:0008586;GO:0009986;GO:0016021;GO:0016330;GO:0030139;GO:0030707;GO:0030713;GO:0030718;GO:0030720;GO:0031410;GO:0035003;GO:0035155;GO:0035157;GO:0036011;GO:0042067;GO:0042676;GO:0045465;GO:0045468;GO:0045931;GO:0046331;GO:0046667;GO:0048190;GO:0048477;GO:0048749;GO:0048800;GO:0048863;GO:0050768
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0005654;GO:0005737;GO:0005794;GO:0005829;GO:0015871;GO:0039536;GO:0039552;GO:0045087;GO:0098772
## 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0000287;GO:0004449;GO:0005524;GO:0005739;GO:0006099;GO:0006102;GO:0051287
## 12                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0000214;GO:0005524;GO:0005634;GO:0005829;GO:0005849;GO:0006378;GO:0006379;GO:0006388;GO:0021695;GO:0030423;GO:0035087;GO:0046404;GO:0051731;GO:0051733;GO:0051736
## 14                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005634;GO:0005737;GO:0005739;GO:0006915;GO:0016055;GO:0016491;GO:0030178
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0000722;GO:0000724;GO:0000781;GO:0005524;GO:0016605;GO:0030915;GO:0090398
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0000176;GO:0000177;GO:0000178;GO:0000467;GO:0005730;GO:0017091;GO:0034427;GO:0034473;GO:0034475;GO:0034476;GO:0043928;GO:0071028;GO:0071035;GO:0071038;GO:0071042
## 19                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0004198;GO:0005737;GO:0006508
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0003948;GO:0005764;GO:0008233
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0005741;GO:0005811;GO:0005829;GO:0005886;GO:0009838;GO:0030496;GO:0030514;GO:0031625;GO:0034389;GO:0045202;GO:0048698;GO:0050905;GO:0051301;GO:0051881;GO:0060612
## 26                                                                                                                                                                                                                                                                                                GO:0000287;GO:0000400;GO:0000790;GO:0003682;GO:0003684;GO:0005524;GO:0005654;GO:0005794;GO:0005829;GO:0006298;GO:0007095;GO:0008094;GO:0008340;GO:0008630;GO:0009411;GO:0016446;GO:0030890;GO:0032137;GO:0032138;GO:0032142;GO:0032143;GO:0032301;GO:0032357;GO:0032405;GO:0032876;GO:0035064;GO:0043531;GO:0043570;GO:0045190;GO:0045830;GO:0045910;GO:0051096
## 27                                                                                                                                                                                                                                                               GO:0000082;GO:0000723;GO:0000724;GO:0000784;GO:0003684;GO:0003697;GO:0005634;GO:0005654;GO:0005662;GO:0006260;GO:0006261;GO:0006281;GO:0006283;GO:0006284;GO:0006289;GO:0006293;GO:0006294;GO:0006295;GO:0006296;GO:0006297;GO:0006298;GO:0006310;GO:0016605;GO:0019985;GO:0032201;GO:0033683;GO:0034502;GO:0036297;GO:0042276;GO:0042769;GO:0046872;GO:0070987;GO:0098505;GO:1900034;GO:1901796
## 28  GO:0000287;GO:0000400;GO:0000403;GO:0000404;GO:0000406;GO:0001701;GO:0002204;GO:0003677;GO:0003684;GO:0003697;GO:0005524;GO:0005634;GO:0006119;GO:0006281;GO:0006298;GO:0006301;GO:0006302;GO:0006311;GO:0006974;GO:0007050;GO:0007281;GO:0008022;GO:0008094;GO:0008340;GO:0008584;GO:0008630;GO:0010165;GO:0010224;GO:0016446;GO:0016447;GO:0016887;GO:0019237;GO:0019724;GO:0019899;GO:0019901;GO:0030183;GO:0030983;GO:0031573;GO:0032137;GO:0032138;GO:0032142;GO:0032143;GO:0032181;GO:0032301;GO:0032302;GO:0032357;GO:0032405;GO:0042771;GO:0042803;GO:0043524;GO:0043531;GO:0043570;GO:0045128;GO:0045190;GO:0045910;GO:0048298;GO:0048304;GO:0051096
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0005634;GO:0005730;GO:0005813;GO:0006974;GO:0007420;GO:0016798;GO:0019213;GO:0042278;GO:0051725
## 31                                                                                                                                                                                                                                                                                                                                                                  GO:0000146;GO:0005516;GO:0005524;GO:0005768;GO:0005790;GO:0005829;GO:0005903;GO:0010923;GO:0016323;GO:0016459;GO:0019904;GO:0030424;GO:0030673;GO:0030898;GO:0030900;GO:0031410;GO:0043005;GO:0043025;GO:0043209;GO:0044853;GO:0048306;GO:0051015;GO:0051641;GO:0061502;GO:0070062;GO:0097440
## 32                                                                                                                                                                                                                                                                                                                                                                                                   GO:0000122;GO:0000288;GO:0000289;GO:0000932;GO:0001104;GO:0001226;GO:0001829;GO:0005634;GO:0005737;GO:0005829;GO:0005886;GO:0006351;GO:0006357;GO:0006977;GO:0010606;GO:0016020;GO:0017148;GO:0030014;GO:0030015;GO:0031047;GO:0033147;GO:0090503;GO:2000036
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0000447;GO:0000462;GO:0000472;GO:0000480;GO:0003723;GO:0005634;GO:0005654;GO:0005730;GO:0006364;GO:0016020;GO:0019899;GO:0030490;GO:0030515;GO:0030686;GO:0030692;GO:0032040;GO:0042274
## 37                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005634;GO:0005737;GO:0006166;GO:0017061;GO:0019509
## 38                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0004660;GO:0005829;GO:0005875;GO:0005965;GO:0008270;GO:0018343;GO:0022400;GO:0042127
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0005737;GO:0005856
## 41                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0003677;GO:0003682;GO:0005634
## 44                                                                                                                                                                                                                                                                                                                                                                             GO:0000786;GO:0003677;GO:0003713;GO:0004402;GO:0005634;GO:0005654;GO:0005730;GO:0005829;GO:0006323;GO:0006334;GO:0006351;GO:0006473;GO:0008134;GO:0008270;GO:0016407;GO:0016573;GO:0016605;GO:0016607;GO:0030099;GO:0043966;GO:0045892;GO:0045893;GO:0070776;GO:0090398;GO:1901796
## 46                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0000790;GO:0003682;GO:0005634;GO:0005654;GO:0005829;GO:0005886;GO:0006261;GO:0007062;GO:0042555;GO:0051301
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0000777;GO:0005525;GO:0005819;GO:0005930;GO:0007049;GO:0007283;GO:0016476;GO:0030154;GO:0030496;GO:0031105;GO:0032154;GO:0051301;GO:0060271
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0000731;GO:0003689;GO:0005634;GO:0005654;GO:0005663;GO:0006260;GO:0006271;GO:0006283;GO:0006296;GO:0006297;GO:0019985;GO:0031390;GO:0032201;GO:0033683;GO:0042276;GO:0042769;GO:0046683;GO:0070987;GO:1900264;GO:1901796
## 54                                                                                                                                                                                                                                                                                                                                            GO:0000082;GO:0000083;GO:0000166;GO:0001882;GO:0003677;GO:0003682;GO:0003887;GO:0005634;GO:0005635;GO:0005654;GO:0005658;GO:0005730;GO:0005829;GO:0006260;GO:0006269;GO:0006270;GO:0006271;GO:0006272;GO:0006273;GO:0006303;GO:0008283;GO:0008408;GO:0016032;GO:0016363;GO:0019901;GO:0032201;GO:0046872;GO:0051539
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0005244;GO:0005261;GO:0005272;GO:0005886;GO:0006816;GO:0016021;GO:0022840;GO:0034220;GO:0034765;GO:0035725;GO:0060075;GO:0070588;GO:0071805;GO:0086010
## 57                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0003676;GO:0008168
## 59                                                                                                                                                                                                                                                                                                                                                                                                              GO:0000146;GO:0005516;GO:0005524;GO:0005546;GO:0005547;GO:0005737;GO:0005769;GO:0005884;GO:0005886;GO:0005903;GO:0006892;GO:0007015;GO:0010008;GO:0016459;GO:0030048;GO:0030175;GO:0033572;GO:0045296;GO:0048471;GO:0051015;GO:0051017;GO:0071944
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0003676;GO:0004483;GO:0005634;GO:0006370;GO:0080009;GO:0097309
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0000398;GO:0000460;GO:0003723;GO:0004004;GO:0005524;GO:0005634;GO:0005654;GO:0005730;GO:0006364;GO:0006401;GO:0071013
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0008021;GO:0016021;GO:0022857;GO:0030054;GO:0030672
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0004070;GO:0004088;GO:0004151;GO:0005524;GO:0005634;GO:0005737;GO:0006207;GO:0006541;GO:0008270;GO:0016597;GO:0044205
## 65                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0004833;GO:0006727;GO:0019441;GO:0020037;GO:0046872;GO:0051289;GO:1901216
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005634;GO:0005737;GO:0006166;GO:0017061;GO:0019509
## 68                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0000775;GO:0001655;GO:0003682;GO:0004386;GO:0005524;GO:0005634;GO:0005721;GO:0006306;GO:0006342;GO:0006346;GO:0006351;GO:0007049;GO:0007275;GO:0010216;GO:0030098;GO:0031508;GO:0043066;GO:0046651;GO:0051301;GO:1990830;GO:2001243
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0016831;GO:0019752;GO:0030170
## 70                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0005783;GO:0005794;GO:0016021;GO:0016409;GO:0018345;GO:0019706
## 72                                                                                                                                                                                                                                                                                                                                                                                                              GO:0004366;GO:0005739;GO:0005741;GO:0005743;GO:0005886;GO:0006631;GO:0006637;GO:0006641;GO:0006650;GO:0009749;GO:0016021;GO:0016024;GO:0019432;GO:0040018;GO:0042104;GO:0050707;GO:0051607;GO:0055089;GO:0055091;GO:0070236;GO:0070970;GO:0102420
## 73                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005201;GO:0005578;GO:0005581;GO:0046872
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0000139;GO:0005794;GO:0006486;GO:0015020;GO:0016021;GO:0035269;GO:0046872;GO:0048747
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0002244;GO:0003841;GO:0005635;GO:0005739;GO:0005741;GO:0005789;GO:0006639;GO:0006654;GO:0008654;GO:0016021;GO:0016024
## 79                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0003714;GO:0003723;GO:0004004;GO:0005102;GO:0005524;GO:0005634;GO:0005730;GO:0005737;GO:0005794;GO:0006351;GO:0006355;GO:0006396;GO:0010501;GO:0016070;GO:0030331
## 80                                                                                                                                                                                                                                                                                                                                                                             GO:0001503;GO:0003416;GO:0004714;GO:0005518;GO:0005524;GO:0005886;GO:0005887;GO:0007169;GO:0008284;GO:0010763;GO:0015629;GO:0016324;GO:0018108;GO:0030199;GO:0030500;GO:0031214;GO:0035988;GO:0038062;GO:0038063;GO:0045669;GO:0045860;GO:0046777;GO:0048146;GO:0051091;GO:0090091
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0000812;GO:0005524;GO:0006281;GO:0006310;GO:0006351;GO:0006355;GO:0031011;GO:0043141;GO:0071339
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0003756;GO:0005783;GO:0005788;GO:0006457;GO:0034976;GO:0045454
## 84                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0003677;GO:0003682;GO:0003723;GO:0005634;GO:0005737;GO:0005829;GO:0006260;GO:0006351;GO:0016569;GO:0030308;GO:0030544;GO:0042393;GO:0045893;GO:0061649;GO:2000279
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0005623;GO:0016021;GO:0045454
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0003756;GO:0005783;GO:0005788;GO:0006457;GO:0015037;GO:0034976;GO:0045454
## 87                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0005537;GO:0005765;GO:0005768;GO:0005770;GO:0005802;GO:0006886;GO:0015578;GO:0016021;GO:0030904;GO:0033299;GO:0048471;GO:1905394
## 88                                                                                                                                                 GO:0001558;GO:0003777;GO:0005524;GO:0005634;GO:0005829;GO:0005871;GO:0005874;GO:0007018;GO:0007080;GO:0008017;GO:0008284;GO:0008574;GO:0010389;GO:0015631;GO:0016020;GO:0016887;GO:0019901;GO:0021685;GO:0021693;GO:0021695;GO:0021766;GO:0021772;GO:0021846;GO:0021987;GO:0030155;GO:0030165;GO:0030334;GO:0030496;GO:0031146;GO:0031641;GO:0032147;GO:0032467;GO:0032487;GO:0033624;GO:0034446;GO:0043066;GO:0043161;GO:0043523;GO:0043524;GO:0045184;GO:0051233;GO:0051301;GO:0090543;GO:1903429;GO:2000045
## 89                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0002020;GO:0003677;GO:0003682;GO:0003887;GO:0004527;GO:0005739;GO:0005743;GO:0005760;GO:0006264;GO:0006287;GO:0007568;GO:0008408;GO:0009416;GO:0010332;GO:0042645;GO:0043195;GO:0043234;GO:0055093;GO:0070062;GO:0071333
## 92                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0000166;GO:0003682;GO:0003684;GO:0003887;GO:0006260;GO:0006287;GO:0006297;GO:0008296;GO:0034644;GO:0043625;GO:0045004;GO:0046872;GO:0051539;GO:0055089
## 93                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0003677;GO:0005694;GO:0005730;GO:0006260;GO:0006281;GO:0006351;GO:0006355
## 94                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0005160;GO:0005769;GO:0006355;GO:0006886;GO:0007165;GO:0008333;GO:0016020;GO:0033263;GO:0034058;GO:0043231;GO:0046332
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0000226;GO:0002244;GO:0005085;GO:0005622;GO:0007264;GO:0007409;GO:0022027;GO:0030424;GO:0031175;GO:0033138;GO:0043473;GO:0045200;GO:0048365;GO:0050767;GO:0090630;GO:1904754
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0003146;GO:0003682;GO:0005634;GO:0006412;GO:0007507;GO:0009303;GO:0035118;GO:0048565;GO:0048703;GO:0071733;GO:0071921
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0003723;GO:0016021;GO:0033227;GO:0051033
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0000723;GO:0000784;GO:0003684;GO:0003723;GO:0004003;GO:0005524;GO:0005654;GO:0006303;GO:0006310;GO:0006351;GO:0030529;GO:0042162;GO:0043564;GO:0045892;GO:0051575;GO:0070419;GO:0071480
## 99                                   GO:0000421;GO:0001525;GO:0001938;GO:0004674;GO:0004697;GO:0005524;GO:0005794;GO:0005802;GO:0005829;GO:0005886;GO:0005887;GO:0006468;GO:0006915;GO:0006954;GO:0007030;GO:0007165;GO:0007229;GO:0007265;GO:0008283;GO:0010508;GO:0010595;GO:0010837;GO:0010976;GO:0016301;GO:0018105;GO:0018107;GO:0030148;GO:0031647;GO:0032793;GO:0033138;GO:0034198;GO:0034599;GO:0035556;GO:0035924;GO:0038033;GO:0042802;GO:0043123;GO:0043536;GO:0043552;GO:0045087;GO:0045669;GO:0045766;GO:0045806;GO:0045944;GO:0046777;GO:0046872;GO:0048010;GO:0048193;GO:0051092;GO:0060548;GO:0071447;GO:0089700;GO:1901727;GO:2001028;GO:2001044
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0000785;GO:0003677;GO:0004386;GO:0005524;GO:0005634;GO:0006268;GO:0006270;GO:0007049;GO:0030174;GO:0042555
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0000922;GO:0005814;GO:0008104;GO:0120103
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0000287;GO:0004749;GO:0005524;GO:0006015;GO:0009116;GO:0009156;GO:0009165;GO:0016301;GO:0042803
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0005737;GO:0006915;GO:0008270;GO:0019509;GO:0046570
## 105                       GO:0000122;GO:0001660;GO:0001774;GO:0002024;GO:0002790;GO:0004888;GO:0005230;GO:0005231;GO:0005262;GO:0005516;GO:0005524;GO:0005829;GO:0005886;GO:0005887;GO:0006629;GO:0006810;GO:0007166;GO:0007635;GO:0009897;GO:0014047;GO:0015278;GO:0016021;GO:0017081;GO:0030054;GO:0031226;GO:0032591;GO:0034605;GO:0035091;GO:0042802;GO:0043025;GO:0043065;GO:0043434;GO:0045211;GO:0045429;GO:0046872;GO:0048266;GO:0050954;GO:0050955;GO:0050960;GO:0050965;GO:0050968;GO:0051219;GO:0051289;GO:0060083;GO:0060454;GO:0070588;GO:0071312;GO:0071318;GO:0071356;GO:0071468;GO:0071502;GO:0090212;GO:0097603;GO:0098703;GO:1901594;GO:1990090
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0001525;GO:0001933;GO:0004830;GO:0005524;GO:0005634;GO:0005737;GO:0005829;GO:0006436;GO:0006469;GO:0010628;GO:0010835;GO:0019210;GO:0019901;GO:0019904;GO:0031334;GO:0042803;GO:0043234;GO:0045765;GO:0070062
## 107                                                                                                                                                                                                                                                   GO:0000166;GO:0003677;GO:0003678;GO:0005524;GO:0005634;GO:0005667;GO:0005700;GO:0006325;GO:0006333;GO:0006334;GO:0006338;GO:0006351;GO:0006355;GO:0006357;GO:0007283;GO:0008094;GO:0008134;GO:0008623;GO:0016569;GO:0016584;GO:0016589;GO:0016590;GO:0031010;GO:0031213;GO:0031491;GO:0035041;GO:0035063;GO:0035076;GO:0035092;GO:0042752;GO:0042766;GO:0043044;GO:0045892;GO:0045893;GO:0045944;GO:0070615
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0004872;GO:0007160;GO:0007229;GO:0008305;GO:0030027;GO:0030054;GO:0032154;GO:0032587;GO:0042470;GO:0071438
## 109                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0004222;GO:0005576;GO:0008270
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0005634;GO:0005737;GO:0005819;GO:0005874;GO:0032147;GO:0060236
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0005634;GO:0005737;GO:0005819;GO:0005874;GO:0032147;GO:0060236
## 113                                                                                                                                                                                                                                                                                                                                                                                       GO:0000012;GO:0000784;GO:0000790;GO:0001666;GO:0005634;GO:0005730;GO:0006281;GO:0006284;GO:0006303;GO:0010033;GO:0010836;GO:0019899;GO:0021587;GO:0021766;GO:0032356;GO:0033194;GO:0042493;GO:0050882;GO:0061819;GO:0070522;GO:1903518;GO:1904877;GO:1905765;GO:1990414
## 114                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0000139;GO:0000281;GO:0001822;GO:0003924;GO:0005525;GO:0005634;GO:0005794;GO:0005813;GO:0005876;GO:0005881;GO:0005929;GO:0007264;GO:0008017;GO:0015031;GO:0019003;GO:0030496;GO:0032391;GO:0042461;GO:0060271
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0000781;GO:0004842;GO:0005634;GO:0006281;GO:0006310;GO:0016874;GO:0030915;GO:0046872;GO:0046983;GO:2001022
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0004137;GO:0004797;GO:0005524;GO:0005759;GO:0006139;GO:0019206;GO:0043097;GO:0046092;GO:0046104;GO:0071897
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0000049;GO:0004817;GO:0005524;GO:0005737;GO:0005829;GO:0006423;GO:0042803;GO:0046872
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0003878;GO:0005524;GO:0005654;GO:0005829;GO:0005886;GO:0006085;GO:0006101;GO:0006107;GO:0006633;GO:0008610;GO:0009346;GO:0046872;GO:0048037
## 119                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0003677;GO:0005634;GO:0006351;GO:0006355;GO:0046872
## 120                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005615;GO:0005634
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0007140;GO:0007275;GO:0007283;GO:0030154;GO:0031047;GO:0034587;GO:0043046;GO:0071546
## 122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0003723;GO:0005615;GO:0005730;GO:0005737;GO:0006364;GO:0007399;GO:0032040;GO:0042274;GO:0043065
## 123                       GO:0000723;GO:0000783;GO:0000784;GO:0002218;GO:0003677;GO:0003684;GO:0003690;GO:0003723;GO:0004003;GO:0005524;GO:0005576;GO:0005634;GO:0005654;GO:0005730;GO:0005829;GO:0005886;GO:0006302;GO:0006303;GO:0006310;GO:0006351;GO:0007420;GO:0008022;GO:0008047;GO:0008283;GO:0016020;GO:0030529;GO:0031625;GO:0032204;GO:0032212;GO:0032481;GO:0032993;GO:0034774;GO:0042162;GO:0042493;GO:0043085;GO:0043234;GO:0043312;GO:0043564;GO:0044212;GO:0044877;GO:0045087;GO:0045860;GO:0045892;GO:0048660;GO:0050769;GO:0051973;GO:0060218;GO:0070198;GO:0070419;GO:0071398;GO:0071475;GO:0071480;GO:0071481;GO:0075713;GO:1904430;GO:1990830
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0001525;GO:0005001;GO:0005886;GO:0005887;GO:0006470;GO:0006796;GO:0016311;GO:0035579;GO:0043235;GO:0043312;GO:0070821
## 125                                                                                                                                                                                                                                                                                                                                                                                       GO:0004842;GO:0005654;GO:0005737;GO:0005829;GO:0006513;GO:0016604;GO:0016874;GO:0033280;GO:0036503;GO:0042787;GO:0043123;GO:0043627;GO:0045087;GO:0045296;GO:0046596;GO:0046597;GO:0046872;GO:0051091;GO:0051092;GO:0051607;GO:1902186;GO:1902187;GO:1904264;GO:1990830
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0000049;GO:0001649;GO:0002161;GO:0004822;GO:0005524;GO:0005737;GO:0005829;GO:0006418;GO:0006428;GO:0016020;GO:0017101;GO:0051020;GO:0070062
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0005525;GO:0005794;GO:0007264;GO:0015031;GO:0016192
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0005789;GO:0016021;GO:0051604
## 129                                                                                                                                                                                                                                                                                                                                                                                       GO:0000122;GO:0000977;GO:0001047;GO:0001227;GO:0001890;GO:0002040;GO:0003700;GO:0003714;GO:0005634;GO:0005667;GO:0006351;GO:0006355;GO:0008285;GO:0016607;GO:0030330;GO:0032466;GO:0032877;GO:0042802;GO:0045944;GO:0060707;GO:0060718;GO:0070365;GO:0071930;GO:2000134
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0000724;GO:0002039;GO:0004842;GO:0005634;GO:0005737;GO:0006974;GO:0010212;GO:0016567;GO:0016605;GO:0031297;GO:0031571;GO:0036297;GO:0046872;GO:0090734;GO:0097371
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0000462;GO:0006351;GO:0030515;GO:0030686;GO:0032040;GO:0034455;GO:0043066;GO:0043487;GO:0045943
## 132                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0003950;GO:0005635;GO:0005783;GO:0005789;GO:0006471;GO:0006987;GO:0016020;GO:0016021;GO:0019900;GO:0030968;GO:0043539;GO:0060548;GO:0070213;GO:0071782;GO:0071902;GO:1990830
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0005215;GO:0005524;GO:0005739;GO:0005743;GO:0032592;GO:0042626;GO:0042803
## 135                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0005737;GO:0005829;GO:0006479;GO:0016279;GO:0018022;GO:0018023;GO:0032780;GO:0043234;GO:0051117
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0000244;GO:0000387;GO:0000398;GO:0005634;GO:0005654;GO:0005737;GO:0006334;GO:0015030;GO:0016607;GO:0017070;GO:0030624;GO:0042393;GO:1903586
## 138                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0005829;GO:0008270;GO:0008705;GO:0031419;GO:0042558
## 139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0005737;GO:0019005;GO:0030437

Detailed Comparison

non.feed.up = ctrl.51.vs.blank.a%>%filter(logFC>0)
non.feed.down = ctrl.51.vs.blank.a%>%filter(logFC<0)
feed.up = treat.51.vs.blank.a%>%filter(logFC>0)
feed.down = treat.51.vs.blank.a%>%filter(logFC<0)
feed.unique.up = feed.up %>% filter(ID %in% setdiff(feed.up$ID,non.feed.up$ID))
feed.unique.up
##                      ID     logFC       PValue        FDR
## 1              Seg237.6 11.725359 6.839574e-06 0.01092066
## 2             Seg2682.1 11.160523 2.594083e-03 0.03288109
## 3              Seg402.2  9.653379 5.043956e-05 0.01202883
## 4             Seg2708.3  8.987743 9.099438e-05 0.01345062
## 5             Seg3961.2  8.883050 9.055036e-05 0.01345062
## 6             Seg2843.1  8.846992 2.370634e-04 0.01712017
## 7             Seg3392.2  8.708436 1.116805e-04 0.01509535
## 8             Seg1031.1  8.546380 2.022042e-04 0.01691099
## 9              Seg529.9  8.402279 2.223480e-04 0.01691099
## 10            Seg4283.1  8.355084 1.098630e-03 0.02450137
## 11            Seg1474.5  8.335209 2.067955e-04 0.01691099
## 12            Seg2708.4  8.276163 3.881950e-04 0.01993523
## 13            Seg2708.5  8.095706 3.204852e-04 0.01861104
## 14            Seg2351.7  8.088835 6.575604e-04 0.02142281
## 15            Seg3436.3  8.027539 3.563282e-04 0.01922899
## 16             Seg250.9  7.961646 6.402690e-04 0.02135735
## 17            Seg1233.4  7.857886 6.184498e-04 0.02135735
## 18            Seg2771.3  7.804966 4.538404e-04 0.02024429
## 19            Seg1166.3  7.794465 4.673263e-04 0.02040098
## 20            Seg1121.8  7.749399 4.850597e-04 0.02040098
## 21            Seg3290.2  7.702916 5.081140e-04 0.02065483
## 22            Seg3243.6  7.700246 7.604154e-04 0.02210595
## 23            Seg230.24  7.640215 5.624382e-04 0.02082589
## 24            Seg5994.1  7.622807 1.729700e-03 0.02788098
## 25            Seg788.20  7.595488 1.411791e-03 0.02631379
## 26             Seg878.9  7.563974 1.396407e-03 0.02623817
## 27           Seg1335.15  7.478489 7.841903e-04 0.02251369
## 28            Seg1542.3  7.455597 1.389810e-03 0.02623817
## 29            Seg1690.3  7.439003 9.998386e-04 0.02417182
## 30            Seg3433.2  7.397012 8.042449e-04 0.02279671
## 31            Seg3969.4  7.388526 8.714855e-04 0.02348178
## 32            Seg2314.5  7.294640 2.119657e-03 0.03021396
## 33            Seg1134.5  7.248955 1.014443e-03 0.02417182
## 34            Seg3242.3  7.239719 9.905652e-04 0.02417182
## 35             Seg173.8  7.221012 1.723397e-03 0.02782011
## 36            Seg2797.8  7.211585 1.444442e-03 0.02631379
## 37            Seg2797.9  7.211585 1.444442e-03 0.02631379
## 38            Seg4503.3  7.173529 1.092881e-03 0.02446466
## 39            Seg5571.1  7.092891 2.166152e-03 0.03034724
## 40            Seg1668.5  7.062446 1.386608e-03 0.02621656
## 41            Seg3864.1  7.062446 1.386608e-03 0.02621656
## 42            Seg2937.3  6.997953 1.609574e-03 0.02715598
## 43            Seg8048.1  6.997953 1.609574e-03 0.02715598
## 44             Seg938.4  6.987364 1.487351e-03 0.02631379
## 45            Seg446.13  6.966073 1.523224e-03 0.02666885
## 46             Seg224.9  6.944633 2.013451e-03 0.02952613
## 47             Seg366.9  6.941241 2.254469e-03 0.03096593
## 48            Seg1064.2  6.919325 1.708450e-03 0.02782011
## 49             Seg828.7  6.919325 1.708450e-03 0.02782011
## 50            Seg7394.1  6.875023 2.089794e-03 0.02999844
## 51            Seg3239.3  6.863851 2.601953e-03 0.03291268
## 52            Seg2797.7  6.847772 2.010163e-03 0.02952613
## 53            Seg7157.1  6.824853 1.817306e-03 0.02874468
## 54            Seg3042.1  6.813332 1.922785e-03 0.02922047
## 55             Seg328.6  6.813332 1.922785e-03 0.02922047
## 56            Seg1721.1  6.790171 2.683934e-03 0.03331880
## 57            Seg2213.7  6.680088 2.579119e-03 0.03273961
## 58            Seg381.25  6.667646 2.353590e-03 0.03160228
## 59            Seg2407.6  6.642633 2.503287e-03 0.03234782
## 60             Seg551.2  6.642633 2.503287e-03 0.03234782
## 61            Seg2150.3  6.630063 2.936293e-03 0.03434829
## 62             Seg224.8  6.568767 2.645710e-03 0.03306861
## 63            Seg6190.1  6.542565 3.128750e-03 0.03556874
## 64            Seg894.10  5.096595 1.640812e-03 0.02742764
## 65            Seg796.10  4.982027 1.462601e-03 0.02631379
## 66           Seg1091.23  4.918545 1.169881e-03 0.02511943
## 67             Seg770.5  4.883631 2.669945e-03 0.03330170
## 68            Seg5314.2  4.748209 4.199526e-03 0.04098710
## 69            Seg2997.2  4.729552 4.485975e-03 0.04249796
## 70           Seg1091.24  4.709382 1.839201e-03 0.02880556
## 71            Seg1458.5  4.547604 7.291090e-05 0.01307755
## 72            Seg1773.2  4.523366 6.953804e-03 0.05148609
## 73            Seg9725.1  4.511723 2.974705e-03 0.03463870
## 74            Seg818.10  4.510624 4.989398e-03 0.04398244
## 75            Seg3094.1  4.506656 4.329455e-03 0.04167741
## 76             Seg880.9  4.476072 5.792950e-03 0.04678265
## 77            Seg1559.2  4.429113 5.119516e-03 0.04439294
## 78            Seg417.16  4.356225 2.053209e-04 0.01691099
## 79            Seg3750.2  4.297352 3.449754e-03 0.03712533
## 80            Seg1581.4  4.275174 6.664116e-03 0.05033267
## 81            Seg2543.1  4.273914 7.794247e-03 0.05464834
## 82            Seg6752.3  4.261414 4.944864e-03 0.04386454
## 83            Seg3716.1  4.242863 6.494703e-03 0.04972785
## 84            Seg1374.5  4.213693 1.466489e-02 0.07515652
## 85            Seg5211.1  4.185697 3.317508e-03 0.03651505
## 86            Seg2370.3  4.180280 5.676728e-03 0.04650715
## 87            Seg1890.1  4.169164 9.349391e-03 0.05983203
## 88            Seg508.10  4.154841 8.552149e-03 0.05714098
## 89            Seg3889.2  4.112401 4.457557e-03 0.04238589
## 90            Seg7392.1  4.077190 6.370387e-03 0.04917598
## 91            Seg6589.2  4.065658 7.053877e-03 0.05174965
## 92            Seg7299.1  4.055271 4.562904e-03 0.04269851
## 93            Seg2294.3  4.005993 4.953951e-03 0.04386454
## 94            Seg3162.2  3.989313 1.247418e-02 0.06901121
## 95             Seg176.4  3.987272 8.070964e-03 0.05550068
## 96            Seg4019.1  3.974554 1.005760e-02 0.06200974
## 97            Seg7809.1  3.970156 4.874567e-03 0.04367150
## 98            Seg6460.2  3.949391 1.390626e-04 0.01564323
## 99            Seg788.21  3.916854 1.345091e-02 0.07196620
## 100            Seg607.5  3.853611 6.105658e-04 0.02135735
## 101           Seg1509.6  3.849017 8.519765e-03 0.05703013
## 102            Seg549.8  3.836705 6.292152e-04 0.02135735
## 103            Seg862.4  3.833003 9.523220e-03 0.06023066
## 104            Seg380.6  3.819959 9.857734e-03 0.06130578
## 105           Seg2700.2  3.814595 8.294529e-03 0.05630206
## 106           Seg3953.4  3.791833 1.138318e-02 0.06587404
## 107           Seg1121.9  3.782481 7.273192e-03 0.05237049
## 108           Seg3452.2  3.757295 7.668431e-03 0.05421247
## 109           Seg4593.1  3.756060 2.714590e-03 0.03348494
## 110           Seg2311.3  3.740785 7.944382e-03 0.05509625
## 111           Seg2881.8  3.738741 9.518792e-03 0.06022396
## 112           Seg4966.1  3.727351 1.143949e-02 0.06593834
## 113           Seg5964.2  3.724891 2.038031e-04 0.01691099
## 114           Seg1746.4  3.703219 8.665122e-03 0.05757220
## 115           Seg1855.3  3.703219 8.665122e-03 0.05757220
## 116          Seg10268.1  3.692999 7.768817e-03 0.05455558
## 117           Seg1528.3  3.613826 5.161634e-04 0.02071631
## 118           Seg1244.1  3.597866 2.965675e-04 0.01822820
## 119           Seg1554.2  3.593292 1.779412e-02 0.08307638
## 120            Seg207.9  3.580141 1.236129e-04 0.01530848
## 121            Seg984.9  3.566483 7.742894e-04 0.02231389
## 122           Seg909.14  3.560837 2.771827e-04 0.01802797
## 123           Seg1789.9  3.546045 2.740779e-02 0.10559447
## 124           Seg382.12  3.528638 1.079656e-02 0.06424063
## 125           Seg1172.9  3.507563 1.293651e-02 0.07045751
## 126           Seg4215.1  3.504705 1.041835e-02 0.06318841
## 127            Seg306.3  3.502796 2.025875e-02 0.08931427
## 128           Seg4846.2  3.498063 8.370753e-03 0.05654052
## 129            Seg935.9  3.497973 1.140645e-02 0.06587444
## 130           Seg5477.2  3.487747 1.589224e-02 0.07830173
## 131           Seg1665.2  3.469039 1.826202e-02 0.08446716
## 132           Seg1778.5  3.456393 1.491039e-02 0.07587117
## 133             Seg90.4  3.454234 1.153068e-03 0.02502539
## 134           Seg1219.3  3.449148 2.303779e-03 0.03116271
## 135           Seg3076.1  3.447889 1.922500e-02 0.08705274
## 136           Seg1333.6  3.431255 1.886406e-02 0.08618203
## 137           Seg5689.1  3.430087 3.647813e-03 0.03819654
## 138           Seg5011.2  3.425107 1.529260e-02 0.07678931
## 139           Seg1399.8  3.423456 2.443446e-03 0.03215855
## 140            Seg265.3  3.415320 2.043685e-03 0.02982963
## 141           Seg3830.1  3.408445 1.239890e-02 0.06876485
## 142           Seg6607.2  3.407475 3.177145e-03 0.03578490
## 143          Seg1268.10  3.364792 2.800123e-03 0.03381204
## 144           Seg2086.4  3.353168 9.238938e-04 0.02411685
## 145           Seg2136.1  3.329115 2.090390e-02 0.09090378
## 146          Seg2686.12  3.301050 1.688254e-02 0.08092180
## 147           Seg4589.3  3.292658 2.471345e-02 0.09921991
## 148           Seg1668.2  3.290253 2.837903e-03 0.03396258
## 149           Seg3245.4  3.289227 1.606173e-02 0.07893776
## 150           Seg2274.3  3.288692 2.248116e-02 0.09427604
## 151            Seg323.8  3.285799 1.978734e-02 0.08821443
## 152           Seg363.11  3.285496 2.073856e-02 0.09049280
## 153           Seg1371.7  3.273681 6.580203e-03 0.05001849
## 154           Seg3076.3  3.259741 1.711154e-02 0.08150620
## 155           Seg2908.1  3.249717 1.824259e-02 0.08444888
## 156            Seg112.6  3.239644 2.423787e-02 0.09819218
## 157           Seg3968.3  3.235060 1.770369e-02 0.08290391
## 158           Seg2889.4  3.227792 3.733250e-03 0.03848227
## 159            Seg278.5  3.212593 5.509390e-03 0.04584884
## 160           Seg1423.1  3.211897 1.700412e-03 0.02782011
## 161            Seg652.3  3.191339 3.043204e-02 0.11269306
## 162           Seg3195.1  3.185558 2.458857e-02 0.09887390
## 163           Seg3183.3  3.174033 3.717577e-04 0.01956635
## 164           Seg633.16  3.164255 2.011088e-02 0.08892537
## 165           Seg4814.2  3.157534 3.561464e-02 0.12349073
## 166           Seg2610.2  3.155544 1.547563e-03 0.02684449
## 167            Seg432.9  3.149889 2.037596e-02 0.08964065
## 168           Seg1882.1  3.148828 4.037742e-04 0.01993523
## 169            Seg281.6  3.146124 2.166651e-02 0.09255851
## 170           Seg2494.1  3.142118 2.974719e-02 0.11100735
## 171           Seg3235.1  3.132973 1.744005e-03 0.02802631
## 172           Seg1270.4  3.119111 9.727748e-04 0.02417182
## 173           Seg1538.2  3.113615 3.310992e-03 0.03650644
## 174           Seg1910.6  3.110676 1.297682e-02 0.07052669
## 175          Seg1147.11  3.110391 3.529232e-02 0.12289367
## 176           Seg3414.1  3.105258 3.418701e-02 0.12048152
## 177          Seg1658.13  3.099815 3.955842e-04 0.01993523
## 178           Seg1025.5  3.097617 2.513438e-02 0.10030200
## 179           Seg2936.1  3.096709 3.615694e-03 0.03797434
## 180           Seg3897.2  3.091212 1.848281e-03 0.02880727
## 181           Seg2333.3  3.077656 2.438093e-02 0.09841508
## 182            Seg143.9  3.072903 2.369983e-02 0.09702337
## 183           Seg1735.6  3.071021 2.316799e-02 0.09576672
## 184          Seg12377.1  3.061555 2.292359e-02 0.09530715
## 185           Seg4490.1  3.057332 2.571635e-02 0.10160430
## 186            Seg955.4  3.055089 5.678015e-04 0.02082589
## 187           Seg1594.7  3.054365 4.392067e-02 0.13968085
## 188           Seg1717.1  3.052878 2.345447e-02 0.09650489
## 189            Seg611.5  3.045414 2.315727e-02 0.09576670
## 190           Seg4099.1  3.043951 1.467954e-03 0.02631379
## 191           Seg2960.4  3.035271 1.062273e-02 0.06390787
## 192           Seg3664.5  3.026938 4.555620e-04 0.02025488
## 193           Seg1034.6  3.012888 4.640409e-02 0.14412410
## 194            Seg124.1  3.006119 2.571041e-02 0.10160430
## 195           Seg1402.9  3.005855 1.455398e-02 0.07486865
## 196          Seg1091.20  3.002842 3.271538e-03 0.03632199
## 197           Seg4402.3  3.002654 4.242490e-02 0.13659977
## 198             Seg60.2  3.001065 2.453395e-02 0.09878364
## 199           Seg852.14  2.999621 2.807699e-02 0.10697080
## 200             Seg59.5  2.987033 2.583934e-02 0.10195509
## 201           Seg5099.1  2.985710 1.059094e-02 0.06380247
## 202           Seg6750.2  2.980607 4.215058e-04 0.01994459
## 203            Seg699.5  2.979399 3.591444e-04 0.01922899
## 204           Seg6124.2  2.958757 1.708340e-03 0.02782011
## 205           Seg2240.5  2.943159 8.983777e-04 0.02376980
## 206           Seg1852.7  2.941350 2.878696e-02 0.10853363
## 207             Seg49.4  2.940804 5.549327e-04 0.02082589
## 208           Seg503.21  2.928315 1.357733e-03 0.02605624
## 209           Seg4179.1  2.927001 2.284717e-04 0.01704028
## 210           Seg1429.4  2.922925 3.300150e-02 0.11795861
## 211           Seg6512.1  2.900675 2.005308e-02 0.08877956
## 212           Seg9007.1  2.897159 1.702193e-02 0.08129475
## 213           Seg351.11  2.895711 6.262515e-04 0.02135735
## 214           Seg8145.1  2.895415 1.071190e-02 0.06421376
## 215           Seg4096.4  2.889444 3.497504e-02 0.12229982
## 216          Seg12489.1  2.881343 3.488310e-02 0.12204992
## 217           Seg1734.2  2.879107 1.811484e-02 0.08404720
## 218           Seg3228.3  2.878317 3.255650e-02 0.11702783
## 219           Seg9484.1  2.877602 3.348772e-02 0.11884154
## 220           Seg3475.2  2.877598 3.044025e-02 0.11270012
## 221            Seg133.2  2.871023 8.328880e-04 0.02300178
## 222            Seg841.9  2.865718 3.310087e-02 0.11810201
## 223           Seg2598.2  2.862770 5.252716e-03 0.04484490
## 224           Seg2422.1  2.858102 3.109091e-02 0.11388326
## 225           Seg1365.5  2.856039 3.217524e-02 0.11625987
## 226           Seg2249.7  2.854064 3.732219e-02 0.12708607
## 227            Seg731.7  2.854064 3.732219e-02 0.12708607
## 228            Seg690.2  2.853505 1.424513e-03 0.02631379
## 229           Seg6987.2  2.851273 8.698639e-03 0.05765045
## 230             Seg58.3  2.841345 3.317525e-02 0.11820170
## 231            Seg780.3  2.837658 2.616450e-03 0.03300270
## 232          Seg10350.1  2.828128 7.224861e-03 0.05224738
## 233           Seg229.13  2.808581 7.430476e-04 0.02192083
## 234           Seg2351.6  2.807589 1.054029e-03 0.02429427
## 235           Seg650.18  2.806357 7.134198e-04 0.02170107
## 236            Seg568.6  2.801930 3.505864e-02 0.12249637
## 237            Seg453.1  2.795053 8.860868e-04 0.02370763
## 238           Seg2731.3  2.789058 4.880105e-03 0.04367150
## 239           Seg2573.5  2.779399 4.578050e-03 0.04271713
## 240           Seg752.12  2.774831 3.667286e-02 0.12598831
## 241           Seg1167.6  2.770434 9.715457e-04 0.02417182
## 242           Seg1147.4  2.762936 1.076469e-02 0.06421557
## 243           Seg6477.1  2.754866 1.635059e-02 0.07955565
## 244           Seg3863.1  2.754646 1.271445e-02 0.06971051
## 245           Seg3618.2  2.754492 1.450124e-03 0.02631379
## 246           Seg1607.2  2.751755 9.182679e-04 0.02408232
## 247          Seg1662.18  2.747684 3.808187e-02 0.12837021
## 248          Seg10534.1  2.743438 1.029688e-02 0.06281377
## 249           Seg5006.2  2.737970 1.597793e-03 0.02713255
## 250            Seg918.4  2.733905 1.230009e-03 0.02567088
## 251           Seg230.14  2.733684 7.032610e-03 0.05172501
## 252           Seg1633.1  2.731425 4.685045e-02 0.14503218
## 253           Seg1258.1  2.730821 2.503732e-03 0.03234782
## 254           Seg2114.2  2.729077 3.898539e-02 0.13009192
## 255           Seg1882.2  2.726944 2.254526e-03 0.03096593
## 256           Seg1095.5  2.726337 1.871818e-03 0.02895278
## 257           Seg1369.4  2.721265 3.977579e-02 0.13145203
## 258           Seg153.11  2.716072 2.514626e-03 0.03238056
## 259            Seg624.4  2.714388 2.498504e-03 0.03234782
## 260           Seg1578.4  2.714288 4.492032e-02 0.14137689
## 261          Seg1415.12  2.713845 9.287544e-03 0.05964509
## 262           Seg4288.2  2.712257 4.965801e-04 0.02040098
## 263           Seg6531.1  2.710656 2.528607e-03 0.03242416
## 264           Seg2281.4  2.708569 1.268947e-03 0.02594144
## 265           Seg2463.6  2.705627 1.412310e-03 0.02631379
## 266           Seg1812.1  2.705139 1.607529e-02 0.07894638
## 267             Seg31.1  2.699807 1.491793e-03 0.02636582
## 268           Seg1128.5  2.695268 1.412186e-03 0.02631379
## 269            Seg608.2  2.693975 7.176450e-03 0.05202674
## 270           Seg5073.2  2.692031 3.096921e-03 0.03552675
## 271           Seg2559.3  2.687566 1.392238e-02 0.07326032
## 272           Seg2515.3  2.685458 3.755166e-03 0.03861147
## 273           Seg2645.2  2.684065 1.827488e-03 0.02874468
## 274           Seg1029.7  2.676700 1.901420e-03 0.02917219
## 275           Seg2566.3  2.674124 1.656825e-02 0.08005656
## 276           Seg1151.3  2.674065 4.574302e-02 0.14282510
## 277            Seg940.9  2.673988 1.678194e-03 0.02779275
## 278           Seg1343.2  2.673396 4.581457e-02 0.14300861
## 279           Seg841.23  2.667199 2.467066e-03 0.03227221
## 280            Seg455.6  2.659908 9.347057e-04 0.02411870
## 281           Seg3046.3  2.656315 4.614449e-02 0.14358740
## 282          Seg12439.1  2.654012 1.547957e-02 0.07725102
## 283           Seg3680.2  2.648247 2.400860e-03 0.03197452
## 284            Seg94.13  2.642966 4.498731e-02 0.14151300
## 285            Seg692.1  2.640813 3.531337e-03 0.03751841
## 286           Seg2223.2  2.639686 1.232733e-02 0.06853797
## 287             Seg66.5  2.631261 2.846189e-03 0.03396258
## 288            Seg929.2  2.629032 4.938238e-02 0.14984181
## 289           Seg1305.8  2.619552 1.690565e-03 0.02782011
## 290           Seg3475.1  2.616624 5.982270e-03 0.04753033
## 291            Seg308.2  2.614086 1.046801e-03 0.02429427
## 292           Seg2173.3  2.613017 2.990133e-03 0.03470573
## 293           Seg2124.4  2.605760 4.751468e-03 0.04330977
## 294           Seg2079.2  2.603317 4.685693e-03 0.04306455
## 295           Seg1445.7  2.598943 6.051316e-04 0.02135735
## 296           Seg4027.2  2.597671 4.796178e-02 0.14684421
## 297           Seg1201.2  2.592569 3.619528e-02 0.12479612
## 298            Seg166.6  2.591859 1.478507e-03 0.02631379
## 299           Seg5556.1  2.590717 1.405714e-02 0.07358092
## 300           Seg1946.6  2.590307 1.874803e-03 0.02895744
## 301           Seg3800.2  2.585740 4.930080e-02 0.14976122
## 302           Seg6905.2  2.583332 1.057719e-02 0.06378410
## 303           Seg2042.1  2.578807 1.378602e-03 0.02620369
## 304            Seg234.3  2.574309 2.267385e-03 0.03106966
## 305          Seg1672.15  2.562471 1.280506e-02 0.06995595
## 306           Seg2085.8  2.561776 2.104432e-03 0.03006380
## 307           Seg1477.5  2.560830 3.538720e-03 0.03751841
## 308           Seg2016.7  2.553397 2.209943e-02 0.09351147
## 309             Seg3.26  2.549861 8.006427e-04 0.02276676
## 310           Seg1635.7  2.544940 6.474567e-04 0.02136607
## 311             Seg97.8  2.544355 3.907315e-03 0.03952841
## 312           Seg3257.4  2.539144 3.128868e-03 0.03556874
## 313          Seg1659.13  2.537691 1.015127e-03 0.02417182
## 314           Seg2780.1  2.537520 6.451319e-04 0.02135735
## 315            Seg991.1  2.533772 8.086600e-03 0.05554413
## 316           Seg381.12  2.532965 1.622434e-03 0.02720338
## 317          Seg11781.1  2.531944 2.809911e-03 0.03381204
## 318           Seg2363.4  2.530081 1.507744e-03 0.02649068
## 319            Seg977.5  2.528979 3.115579e-03 0.03556852
## 320            Seg709.9  2.526661 4.372383e-03 0.04192948
## 321           Seg2558.2  2.525866 7.581739e-04 0.02210595
## 322           Seg4625.2  2.524374 6.446069e-04 0.02135735
## 323            Seg643.3  2.515253 1.713272e-03 0.02782011
## 324           Seg4161.2  2.513483 6.441338e-04 0.02135735
## 325           Seg1821.6  2.504545 9.533379e-04 0.02417182
## 326           Seg1958.4  2.496304 3.936045e-02 0.13083676
## 327           Seg9803.1  2.494742 2.942371e-03 0.03437443
## 328           Seg1091.8  2.492059 5.100786e-03 0.04437534
## 329           Seg4949.3  2.490454 4.523730e-03 0.04259129
## 330           Seg2343.2  2.488418 5.475972e-03 0.04581015
## 331           Seg1631.1  2.486864 3.732182e-03 0.03848227
## 332            Seg147.7  2.486223 6.328780e-03 0.04902406
## 333           Seg5216.1  2.486038 2.529506e-02 0.10080824
## 334            Seg397.3  2.485743 1.187430e-03 0.02528377
## 335           Seg2500.4  2.481058 1.644473e-02 0.07973273
## 336            Seg786.1  2.473769 2.310458e-03 0.03121212
## 337           Seg1701.7  2.468899 6.028408e-03 0.04766759
## 338           Seg1311.4  2.465026 7.032012e-03 0.05172501
## 339           Seg7634.1  2.464897 1.947010e-02 0.08760811
## 340           Seg3620.3  2.460768 4.494982e-03 0.04253823
## 341            Seg172.6  2.453332 2.303235e-03 0.03116271
## 342           Seg1912.7  2.451994 1.274753e-02 0.06971051
## 343           Seg1818.6  2.447715 5.876361e-03 0.04708987
## 344           Seg1558.4  2.445090 2.903927e-03 0.03423513
## 345           Seg4164.1  2.444545 1.451325e-03 0.02631379
## 346           Seg4522.3  2.435916 2.873031e-02 0.10838860
## 347           Seg2818.1  2.435008 1.336265e-02 0.07164273
## 348           Seg4226.1  2.431082 3.975101e-03 0.04007816
## 349           Seg2695.3  2.430975 2.418400e-03 0.03202650
## 350           Seg1275.3  2.429787 3.312318e-03 0.03650644
## 351           Seg1670.4  2.423207 2.413216e-03 0.03202650
## 352           Seg1374.6  2.421938 3.716705e-03 0.03847047
## 353            Seg406.3  2.415713 3.247743e-03 0.03623603
## 354           Seg1674.3  2.403504 1.996834e-03 0.02952613
## 355            Seg768.6  2.397575 1.106099e-02 0.06507790
## 356           Seg413.12  2.397218 9.168859e-03 0.05936894
## 357           Seg2189.9  2.393961 1.113851e-03 0.02464103
## 358          Seg11784.2  2.393512 1.703553e-02 0.08130008
## 359           Seg1723.6  2.389643 2.787645e-03 0.03381204
## 360           Seg2494.2  2.388044 1.204606e-03 0.02540752
## 361            Seg875.4  2.384183 7.301358e-03 0.05253101
## 362           Seg3661.1  2.382787 1.078269e-02 0.06422006
## 363           Seg1754.1  2.379928 3.172933e-03 0.03577138
## 364            Seg698.1  2.372894 7.868840e-03 0.05487021
## 365            Seg733.6  2.372820 1.814787e-03 0.02874468
## 366           Seg1460.2  2.370052 5.100956e-03 0.04437534
## 367           Seg2319.5  2.369589 2.932652e-03 0.03434829
## 368           Seg2660.1  2.369167 3.667508e-03 0.03826552
## 369           Seg2942.5  2.366354 6.504523e-03 0.04976044
## 370            Seg324.4  2.362154 1.002248e-02 0.06184150
## 371           Seg2020.1  2.361121 1.050388e-02 0.06350899
## 372          Seg1875.11  2.358315 1.872020e-02 0.08586809
## 373            Seg687.1  2.354102 4.102527e-03 0.04063001
## 374            Seg780.5  2.345886 3.118374e-03 0.03556852
## 375            Seg369.3  2.343021 3.905280e-03 0.03952841
## 376          Seg19815.1  2.340759 1.460284e-02 0.07498637
## 377           Seg1997.3  2.339769 6.344332e-03 0.04905954
## 378          Seg10242.1  2.338662 3.537517e-03 0.03751841
## 379           Seg3388.2  2.334279 6.063595e-03 0.04776577
## 380            Seg246.1  2.334079 6.380818e-03 0.04923525
## 381           Seg1149.1  2.334014 2.508078e-03 0.03234782
## 382           Seg2573.4  2.328378 6.839644e-03 0.05107886
## 383           Seg2963.2  2.326674 5.012722e-03 0.04401450
## 384           Seg3994.2  2.325616 3.470495e-02 0.12161690
## 385 Seg1405.1_Seg1405.2  2.324045 1.578465e-03 0.02706848
## 386           Seg8748.1  2.323175 1.126267e-02 0.06552750
## 387           Seg2104.1  2.317289 1.486541e-02 0.07575004
## 388            Seg277.1  2.314323 5.993226e-03 0.04753651
## 389           Seg4961.2  2.313657 2.931533e-03 0.03434829
## 390          Seg1717.12  2.313349 4.134967e-03 0.04068097
## 391           Seg3845.2  2.311568 2.763610e-02 0.10609556
## 392           Seg2461.1  2.311306 3.268140e-03 0.03632197
## 393           Seg4125.1  2.310837 2.048073e-02 0.08984725
## 394           Seg3878.1  2.310453 1.319125e-03 0.02600131
## 395           Seg1190.9  2.305056 3.657129e-03 0.03819654
## 396           Seg6255.2  2.301765 5.726218e-03 0.04667084
## 397           Seg1860.4  2.299973 4.269923e-03 0.04134913
## 398           Seg1275.8  2.297210 4.698556e-03 0.04310648
## 399            Seg541.7  2.296442 8.323650e-03 0.05639273
## 400           Seg2257.3  2.295694 5.647273e-03 0.04637609
## 401            Seg250.1  2.292193 2.799237e-02 0.10695216
## 402           Seg5635.1  2.290537 1.310426e-02 0.07088372
## 403           Seg1103.3  2.288644 2.124920e-02 0.09164784
## 404            Seg681.4  2.287385 7.917400e-03 0.05503716
## 405           Seg1188.5  2.284196 1.792321e-02 0.08348293
## 406           Seg1201.5  2.279888 1.477347e-03 0.02631379
## 407           Seg1852.2  2.278742 1.610528e-03 0.02715598
## 408           Seg4939.2  2.275583 1.060809e-02 0.06388428
## 409           Seg2554.6  2.272393 2.704384e-02 0.10489118
## 410           Seg731.12  2.270337 3.326901e-03 0.03651631
## 411            Seg308.6  2.269143 1.927190e-02 0.08720541
## 412            Seg419.4  2.268792 5.490905e-03 0.04583151
## 413           Seg2620.3  2.266276 2.731900e-02 0.10547095
## 414           Seg4840.3  2.264549 2.086115e-02 0.09082825
## 415           Seg3367.1  2.260184 1.948882e-03 0.02936724
## 416           Seg6848.2  2.256795 5.651376e-03 0.04638848
## 417            Seg918.6  2.255008 5.154998e-03 0.04445627
## 418           Seg1479.5  2.251169 1.563865e-02 0.07767647
## 419           Seg2849.1  2.250719 4.976308e-03 0.04395370
## 420           Seg460.13  2.246769 1.792028e-03 0.02854160
## 421             Seg58.2  2.243810 4.126001e-02 0.13451995
## 422            Seg191.6  2.241288 1.019818e-02 0.06255751
## 423           Seg3153.1  2.238986 4.196461e-03 0.04098710
## 424            Seg700.8  2.235899 5.192931e-03 0.04458990
## 425            Seg599.4  2.235151 4.120670e-03 0.04064073
## 426          Seg10795.1  2.231560 1.583919e-02 0.07822025
## 427             Seg99.4  2.230405 2.927505e-02 0.10982228
## 428           Seg2594.1  2.229434 2.245195e-03 0.03093802
## 429            Seg778.2  2.227605 4.534145e-03 0.04263813
## 430          Seg1183.10  2.223700 1.871001e-03 0.02895278
## 431           Seg6016.1  2.222113 8.615197e-03 0.05734701
## 432           Seg164.13  2.221450 2.474387e-03 0.03230429
## 433           Seg2729.3  2.220617 4.196675e-02 0.13566190
## 434           Seg5464.2  2.220578 9.128683e-03 0.05928686
## 435           Seg2363.3  2.220573 6.034049e-03 0.04769112
## 436           Seg1166.4  2.219803 1.041813e-02 0.06318841
## 437           Seg2551.3  2.218535 2.870115e-03 0.03404736
## 438           Seg1986.7  2.215216 1.219437e-02 0.06815890
## 439           Seg2346.9  2.210956 3.093656e-03 0.03551548
## 440           Seg1335.5  2.210805 1.334930e-02 0.07163683
## 441           Seg1890.6  2.210332 9.819259e-03 0.06119214
## 442           Seg3186.4  2.209305 9.686370e-03 0.06084203
## 443           Seg3654.1  2.207339 4.067535e-03 0.04048521
## 444           Seg1526.5  2.203098 7.036058e-03 0.05172501
## 445           Seg3467.1  2.202704 1.624822e-02 0.07938102
## 446           Seg1540.4  2.202242 2.601451e-02 0.10239943
## 447           Seg2149.3  2.202006 1.600460e-02 0.07872891
## 448           Seg4868.1  2.201064 1.224785e-02 0.06828937
## 449           Seg4119.2  2.199140 2.395905e-03 0.03195612
## 450          Seg1342.11  2.196976 5.208837e-03 0.04470502
## 451           Seg6654.1  2.196095 1.015709e-02 0.06247239
## 452           Seg1758.3  2.195512 6.649116e-03 0.05026462
## 453           Seg503.12  2.194373 2.922850e-03 0.03432573
## 454           Seg4276.1  2.193202 5.376722e-03 0.04542657
## 455           Seg1680.7  2.193086 8.223284e-03 0.05593530
## 456           Seg2186.5  2.190263 4.784379e-02 0.14671465
## 457          Seg1010.27  2.189832 2.772386e-03 0.03381204
## 458           Seg4996.1  2.185489 4.109752e-03 0.04064073
## 459            Seg897.1  2.183116 7.043633e-03 0.05174067
## 460           Seg2735.1  2.182999 8.342691e-03 0.05645757
## 461           Seg229.14  2.182504 2.681003e-03 0.03331880
## 462          Seg1556.23  2.179916 5.875781e-03 0.04708987
## 463           Seg2178.7  2.178729 7.049760e-03 0.05174067
## 464           Seg1393.4  2.176834 7.238154e-03 0.05225324
## 465           Seg1143.7  2.173042 5.775032e-03 0.04677343
## 466           Seg6522.1  2.172846 2.624193e-02 0.10297567
## 467           Seg1498.3  2.172482 1.161303e-03 0.02502539
## 468            Seg187.5  2.172246 1.066097e-02 0.06403028
## 469           Seg3796.2  2.171799 5.775564e-03 0.04677343
## 470           Seg2924.2  2.171345 8.693323e-03 0.05765045
## 471           Seg1793.2  2.170557 9.351019e-03 0.05983203
## 472           Seg1793.8  2.169911 4.376738e-03 0.04192948
## 473            Seg319.8  2.169690 2.006822e-02 0.08880026
## 474           Seg3084.1  2.168599 4.933295e-02 0.14976423
## 475            Seg691.5  2.168038 1.432602e-02 0.07440381
## 476           Seg4716.1  2.164387 6.291793e-03 0.04882213
## 477           Seg3312.4  2.162727 2.802666e-02 0.10695216
## 478            Seg418.2  2.160586 6.342611e-03 0.04905954
## 479           Seg2431.3  2.154982 3.137980e-02 0.11442591
## 480           Seg2895.3  2.154904 4.654415e-03 0.04295006
## 481           Seg3539.1  2.154536 6.549336e-03 0.04991113
## 482           Seg1092.7  2.154424 4.701388e-03 0.04310648
## 483           Seg3716.4  2.153723 3.257164e-03 0.03624469
## 484           Seg5052.1  2.152295 3.135269e-02 0.11438334
## 485           Seg2346.8  2.151618 8.204916e-03 0.05586339
## 486           Seg1526.8  2.147826 2.510265e-03 0.03234782
## 487           Seg4029.1  2.145700 8.506675e-03 0.05696383
## 488           Seg7586.1  2.145574 2.666698e-02 0.10409551
## 489           Seg2325.2  2.144725 1.769529e-02 0.08289625
## 490            Seg208.6  2.144402 3.430925e-03 0.03705260
## 491           Seg6072.1  2.136116 8.777240e-03 0.05791520
## 492           Seg3689.1  2.134202 2.510275e-03 0.03234782
## 493           Seg4457.3  2.132595 1.216830e-02 0.06813387
## 494            Seg360.3  2.132203 1.074554e-02 0.06421376
## 495           Seg1021.6  2.128730 9.341179e-03 0.05981967
## 496           Seg5685.1  2.124017 1.619930e-02 0.07929411
## 497            Seg919.2  2.121171 4.252445e-03 0.04124687
## 498           Seg130.10  2.120211 8.443669e-03 0.05683984
## 499           Seg1109.6  2.118825 1.460984e-02 0.07498637
## 500            Seg668.1  2.118737 6.725118e-03 0.05053618
## 501           Seg438.11  2.116625 3.760125e-02 0.12760750
## 502            Seg906.4  2.114243 1.140474e-02 0.06587444
## 503           Seg2051.4  2.112411 2.168334e-02 0.09256927
## 504           Seg3620.1  2.111410 9.490361e-03 0.06012915
## 505           Seg8913.3  2.110299 5.547548e-03 0.04589429
## 506           Seg2650.2  2.109101 5.617147e-03 0.04621357
## 507          Seg1662.19  2.106952 4.425713e-03 0.04221219
## 508          Seg1517.11  2.105354 5.448505e-03 0.04567265
## 509           Seg4012.1  2.103942 2.790321e-03 0.03381204
## 510           Seg1947.7  2.099328 5.624460e-03 0.04625245
## 511           Seg1051.4  2.099028 8.849284e-03 0.05814779
## 512           Seg3165.1  2.096651 4.834266e-03 0.04359335
## 513           Seg2261.2  2.094534 4.947422e-03 0.04386454
## 514            Seg122.8  2.091963 4.798605e-03 0.04344454
## 515            Seg919.4  2.091702 6.942765e-03 0.05144088
## 516           Seg2560.4  2.090178 1.384980e-02 0.07302994
## 517            Seg420.7  2.089656 1.110051e-02 0.06515506
## 518          Seg1509.16  2.089179 1.307603e-02 0.07080772
## 519           Seg2914.2  2.084961 6.881562e-03 0.05115695
## 520           Seg2016.6  2.082618 2.240396e-02 0.09413810
## 521          Seg1647.12  2.082411 3.651218e-03 0.03819654
## 522          Seg1077.21  2.081584 5.115548e-03 0.04439294
## 523           Seg3752.1  2.081458 5.190421e-03 0.04458990
## 524           Seg2095.2  2.081165 3.299807e-02 0.11795861
## 525           Seg3451.1  2.080947 2.551650e-02 0.10141980
## 526           Seg3580.3  2.075854 3.767323e-02 0.12760750
## 527           Seg2803.5  2.075308 1.932775e-02 0.08734801
## 528           Seg813.10  2.072364 3.307833e-02 0.11810201
## 529            Seg645.1  2.070928 8.523979e-03 0.05703699
## 530          Seg1835.12  2.070430 2.493645e-02 0.09977927
## 531           Seg2002.2  2.068035 2.566376e-02 0.10158631
## 532            Seg331.2  2.067159 1.022347e-02 0.06263355
## 533           Seg2066.4  2.066617 8.038480e-03 0.05542646
## 534            Seg290.1  2.066545 4.543583e-03 0.04268199
## 535            Seg886.4  2.066158 3.158188e-02 0.11495186
## 536           Seg3209.1  2.065837 2.160502e-02 0.09245538
## 537   Seg94.12_Seg94.11  2.065555 1.990233e-02 0.08842816
## 538           Seg2166.3  2.064811 4.753363e-03 0.04330977
## 539           Seg2461.2  2.062662 2.028459e-02 0.08936241
## 540           Seg7030.1  2.061641 2.467926e-02 0.09910958
## 541           Seg1356.6  2.058058 4.160418e-02 0.13503955
## 542           Seg1316.3  2.057801 7.731102e-03 0.05442346
## 543           Seg5642.1  2.057493 5.513886e-03 0.04584884
## 544           Seg8060.1  2.054693 3.468948e-03 0.03726462
## 545           Seg1548.4  2.053519 2.932896e-02 0.10995134
## 546            Seg367.2  2.052454 2.938721e-03 0.03435422
## 547           Seg2160.6  2.050385 4.524402e-03 0.04259129
## 548            Seg122.3  2.050268 1.971316e-03 0.02943152
## 549           Seg1267.4  2.046793 3.539792e-02 0.12299861
## 550           Seg9072.1  2.045721 2.751374e-03 0.03373001
## 551           Seg2468.1  2.043127 1.992751e-02 0.08845379
## 552           Seg1159.3  2.041934 2.419088e-03 0.03202650
## 553           Seg5987.1  2.036602 5.346942e-03 0.04524318
## 554           Seg5225.1  2.035786 5.177910e-03 0.04454646
## 555           Seg1624.7  2.035360 4.853070e-03 0.04361910
## 556           Seg1701.8  2.033102 9.969349e-03 0.06171675
## 557            Seg715.3  2.030506 1.102097e-02 0.06501136
## 558           Seg3742.1  2.029606 4.124486e-03 0.04064084
## 559            Seg190.5  2.029321 2.134409e-02 0.09185778
## 560          Seg1474.10  2.028312 1.156524e-02 0.06638636
## 561           Seg703.10  2.026622 1.521134e-02 0.07655660
## 562          Seg1091.10  2.024509 7.115648e-03 0.05194452
## 563           Seg2720.5  2.024406 2.826561e-02 0.10733730
## 564           Seg1181.1  2.023029 7.091195e-03 0.05182319
## 565            Seg254.4  2.022974 1.099210e-02 0.06497182
## 566           Seg1986.8  2.019539 8.681391e-03 0.05764584
## 567           Seg1825.1  2.018427 4.205056e-03 0.04098727
## 568          Seg11729.1  2.017712 2.684652e-02 0.10449770
## 569            Seg418.4  2.016373 1.457933e-02 0.07497581
## 570           Seg3346.1  2.015743 4.766031e-03 0.04333876
## 571           Seg4331.1  2.015262 2.844406e-02 0.10767206
## 572           Seg2150.4  2.012933 3.318590e-02 0.11821608
## 573           Seg6062.2  2.011806 9.768328e-03 0.06104167
## 574           Seg2179.4  2.011076 9.336483e-03 0.05981967
## 575           Seg1746.2  2.008607 9.278459e-03 0.05961010
## 576           Seg3414.2  2.007369 3.039641e-02 0.11263109
## 577           Seg6022.3  2.005215 3.251640e-03 0.03623603
## 578           Seg852.10  2.003880 3.173945e-03 0.03577138
## 579           Seg4269.5  2.003118 7.497025e-03 0.05344432
## 580           Seg2913.3  2.001678 1.499282e-02 0.07603106
## 581           Seg1015.2  2.000002 1.150675e-02 0.06619806
##     Vetted..Not_Dubious_Not_rRNA_Not_Transposon.           BLASTp_Best_Hit
## 1                                            Yes     sp|Q5F3X8|SC31A_CHICK
## 2                                            Yes     sp|D3YXG0|HMCN1_MOUSE
## 3                                            Yes     sp|Q7RTY7|OVCH1_HUMAN
## 4                                            Yes     sp|B3EWZ5|MLRP1_ACRMI
## 5                                            Yes     sp|E9Q5R7|NAL12_MOUSE
## 6                                            Yes      sp|B8UU59|PK1L_ACRMI
## 7                                            Yes     sp|Q7Y1C4|BRC2B_ARATH
## 8                                            Yes        sp|P54825|LMIP_RAT
## 9                                            Yes     sp|F4IZW8|AVT1F_ARATH
## 10                                           Yes       sp|P02752|RBP_CHICK
## 11                                           Yes     sp|Q0WU02|MTP10_ARATH
## 12                                           Yes     sp|B3EWZ5|MLRP1_ACRMI
## 13                                           Yes     sp|B3EWZ5|MLRP1_ACRMI
## 14                                           Yes     sp|Q9CWQ2|ZSWM7_MOUSE
## 15                                           Yes      sp|O97524|BGLR_FELCA
## 16                                           Yes      sp|P35068|H2B1_TIGCA
## 17                                           Yes     sp|Q5SVZ6|ZMYM1_HUMAN
## 18                                           Yes     sp|Q96P48|ARAP1_HUMAN
## 19                                           Yes      sp|Q925Q3|NCLX_MOUSE
## 20                                           Yes     sp|Q96RW7|HMCN1_HUMAN
## 21                                           Yes     sp|P45972|ZTF17_CAEEL
## 22                                           Yes        sp|P22757|HE_PARLI
## 23                                           Yes      sp|O95455|TGDS_HUMAN
## 24                                           Yes     sp|A2ASQ1|AGRIN_MOUSE
## 25                                           Yes      sp|Q6P7W5|SEN2_MOUSE
## 26                                           Yes     sp|Q8CDI2|FBX43_MOUSE
## 27                                           Yes      sp|Q86VV8|RTTN_HUMAN
## 28                                           Yes     sp|Q7M3K2|PELET_DROME
## 29                                           Yes     sp|Q864S8|BRCA2_FELCA
## 30                                           Yes       sp|Q9UNS1|TIM_HUMAN
## 31                                           Yes      sp|Q62381|TLL1_MOUSE
## 32                                           Yes      sp|Q9W0A0|DRPR_DROME
## 33                                           Yes     sp|O43889|CREB3_HUMAN
## 34                                           Yes     sp|Q32PL8|PRIPO_DANRE
## 35                                           Yes      sp|Q9WIJ5|MREP_FBNY1
## 36                                           Yes      sp|Q6DCQ6|VWA2_XENLA
## 37                                           Yes      sp|Q6DCQ6|VWA2_XENLA
## 38                                           Yes     sp|P50406|5HT6R_HUMAN
## 39                                           Yes      sp|Q9NBX4|RTXE_DROME
## 40                                           Yes     sp|Q59E83|NPR22_CAEEL
## 41                                           Yes     sp|Q9UIW2|PLXA1_HUMAN
## 42                                           Yes      sp|P21328|RTJK_DROME
## 43                                           Yes      sp|Q15021|CND1_HUMAN
## 44                                           Yes     sp|Q7TN88|PK1L2_MOUSE
## 45                                           Yes      sp|Q9W704|RIPA_XENLA
## 46                                           Yes      sp|Q0R4F1|PIF1_XENLA
## 47                                           Yes     sp|Q5EA92|AL14E_BOVIN
## 48                                           Yes     sp|Q7M3K2|PELET_DROME
## 49                                           Yes      sp|O14746|TERT_HUMAN
## 50                                           Yes      sp|P62291|ASPM_MACFA
## 51                                           Yes     sp|P61315|G3ST3_MOUSE
## 52                                           Yes      sp|Q6DCQ6|VWA2_XENLA
## 53                                           Yes      sp|Q32PJ3|ORC3_BOVIN
## 54                                           Yes       sp|A7S641|ST7_NEMVE
## 55                                           Yes      sp|P55066|NCAN_MOUSE
## 56                                           Yes     sp|Q9HAR2|AGRL3_HUMAN
## 57                                           Yes      sp|P18722|ZG46_XENLA
## 58                                           Yes     sp|P43032|INHBA_SHEEP
## 59                                           Yes     sp|Q6NZ04|SIX1B_DANRE
## 60                                           Yes     sp|Q5SVZ6|ZMYM1_HUMAN
## 61                                           Yes     sp|Q5ZJL8|ABHDD_CHICK
## 62                                           Yes      sp|Q7ZV90|PIF1_DANRE
## 63                                           Yes     sp|P52732|KIF11_HUMAN
## 64                                           Yes     sp|Q8K0H1|S47A1_MOUSE
## 65                                           Yes     sp|Q4KWL2|ADRB2_TSCTR
## 66                                           Yes     sp|A4IF97|ML12B_BOVIN
## 67                                           Yes      sp|P10394|POL4_DROME
## 68                                           Yes     sp|O89029|MATN4_MOUSE
## 69                                           Yes     sp|Q12766|HMGX3_HUMAN
## 70                                           Yes      sp|Q5E9E2|MYL9_BOVIN
## 71                                           Yes      sp|Q6XLQ7|CALU_RABIT
## 72                                           Yes     sp|Q96LR5|UB2E2_HUMAN
## 73                                           Yes      sp|O57382|TLL2_XENLA
## 74                                           Yes      sp|P33032|MC5R_HUMAN
## 75                                           Yes      sp|P71359|RECQ_HAEIN
## 76                                           Yes      sp|Q9NU22|MDN1_HUMAN
## 77                                           Yes     sp|Q502K3|ANR52_DANRE
## 78                                           Yes     sp|Q66II5|T3HPD_XENTR
## 79                                           Yes     sp|Q10430|SPC25_SCHPO
## 80                                           Yes     sp|D3YXG0|HMCN1_MOUSE
## 81                                           Yes     sp|Q3TD49|SPP2B_MOUSE
## 82                                           Yes      sp|P04323|POL3_DROME
## 83                                           Yes      sp|Q14831|GRM7_HUMAN
## 84                                           Yes      sp|Q1ZZU3|SWI5_HUMAN
## 85                                           Yes      sp|O95455|TGDS_HUMAN
## 86                                           Yes      sp|P31580|HCE1_ORYLA
## 87                                           Yes     sp|Q8CIR4|TRPM6_MOUSE
## 88                                           Yes      sp|Q8DW17|AGUA_STRMU
## 89                                           Yes     sp|Q32PH1|CDCA7_BOVIN
## 90                                           Yes     sp|A1L1P9|S47A1_DANRE
## 91                                           Yes      sp|P22534|GUNA_CALSA
## 92                                           Yes     sp|Q9NX02|NALP2_HUMAN
## 93                                           Yes     sp|F4JZ24|P4H10_ARATH
## 94                                           Yes      sp|Q66I75|MTNB_DANRE
## 95                                           Yes     sp|Q96BD0|SO4A1_HUMAN
## 96                                           Yes     sp|O75897|ST1C4_HUMAN
## 97                                           Yes     sp|Q8K2J9|BTBD6_MOUSE
## 98                                           Yes      sp|P47032|PRY1_YEAST
## 99                                           Yes     sp|Q0P4I1|CEP44_XENTR
## 100                                          Yes        sp|Q561R0|MZB1_RAT
## 101                                          Yes      sp|Q9TWL9|COMA_CONMA
## 102                                          Yes      sp|Q9IAT6|DLLC_DANRE
## 103                                          Yes     sp|Q9ZT94|POLR2_ARATH
## 104                                          Yes       sp|P18583|SON_HUMAN
## 105                                          Yes     sp|Q9Y5F3|PCDB1_HUMAN
## 106                                          Yes      sp|F6V515|MTAP_XENTR
## 107                                          Yes     sp|Q96RW7|HMCN1_HUMAN
## 108                                          Yes     sp|Q6ZU67|BEND4_HUMAN
## 109                                          Yes     sp|Q8BG58|P4HTM_MOUSE
## 110                                          Yes     sp|O15360|FANCA_HUMAN
## 111                                          Yes      sp|Q7L622|G2E3_HUMAN
## 112                                          Yes     sp|Q8IY67|RAVR1_HUMAN
## 113                                          Yes      sp|Q8TCT9|HM13_HUMAN
## 114                                          Yes     sp|Q8BH31|MFSD8_MOUSE
## 115                                          Yes     sp|Q96SQ7|ATOH8_HUMAN
## 116                                          Yes     sp|F1QN74|ZMY10_DANRE
## 117                                          Yes     sp|Q9NR33|DPOE4_HUMAN
## 118                                          Yes     sp|Q942L2|PDI22_ORYSJ
## 119                                          Yes     sp|Q2KHS5|MOG2A_XENLA
## 120                                          Yes      sp|A2VE01|CLP1_BOVIN
## 121                                          Yes     sp|Q8CBH5|MFSD6_MOUSE
## 122                                          Yes       sp|Q5U209|RNH2A_RAT
## 123                                          Yes      sp|Q61555|FBN2_MOUSE
## 124                                          Yes     sp|U3JAG9|CP131_DANRE
## 125                                          Yes     sp|Q7Z6Z7|HUWE1_HUMAN
## 126                                          Yes       sp|D3ZGB1|NFAT5_RAT
## 127                                          Yes     sp|P45972|ZTF17_CAEEL
## 128                                          Yes       sp|P84233|H32_XENLA
## 129                                          Yes      sp|Q3UGY8|BIG3_MOUSE
## 130                                          Yes      sp|Q5F4A1|G2E3_CHICK
## 131                                          Yes       sp|Q6GX84|FIGL1_RAT
## 132                                          Yes sp|A0A0R4IBK5|R213A_DANRE
## 133                                          Yes      sp|P32325|DBF4_YEAST
## 134                                          Yes     sp|O15550|KDM6A_HUMAN
## 135                                          Yes      sp|Q12830|BPTF_HUMAN
## 136                                          Yes         sp|Q5GN48|DMD_PIG
## 137                                          Yes     sp|O15360|FANCA_HUMAN
## 138                                          Yes     sp|Q9UGM3|DMBT1_HUMAN
## 139                                          Yes      sp|Q6DCX5|PCFT_XENLA
## 140                                          Yes      sp|P14381|YTX2_XENLA
## 141                                          Yes       sp|Q9U1I1|ESN_DROME
## 142                                          Yes     sp|Q2R837|ALFL8_ORYSJ
## 143                                          Yes     sp|A1L2F6|TM205_DANRE
## 144                                          Yes     sp|A7S1L6|FUCT1_NEMVE
## 145                                          Yes     sp|Q92794|KAT6A_HUMAN
## 146                                          Yes     sp|Q6AZB8|HARB1_DANRE
## 147                                          Yes     sp|Q6P7W0|SENP6_MOUSE
## 148                                          Yes     sp|Q5ZJ24|FOPNL_CHICK
## 149                                          Yes      sp|Q07832|PLK1_MOUSE
## 150                                          Yes      sp|Q9LHQ6|OCT4_ARATH
## 151                                          Yes        sp|Q07120|GFI1_RAT
## 152                                          Yes     sp|O88413|TULP3_MOUSE
## 153                                          Yes     sp|Q9UHC6|CNTP2_HUMAN
## 154                                          Yes      sp|Q12830|BPTF_HUMAN
## 155                                          Yes      sp|Q6DFV8|VWDE_MOUSE
## 156                                          Yes     sp|Q01082|SPTB2_HUMAN
## 157                                          Yes      sp|A2AKX3|SETX_MOUSE
## 158                                          Yes     sp|Q86WA9|S2611_HUMAN
## 159                                          Yes      sp|Q68EF4|GRM4_MOUSE
## 160                                          Yes      sp|Q9CY94|PSF3_MOUSE
## 161                                          Yes     sp|Q8IVH2|FOXP4_HUMAN
## 162                                          Yes     sp|Q8IVF4|DYH10_HUMAN
## 163                                          Yes     sp|Q9HAC7|SUCHY_HUMAN
## 164                                          Yes       sp|Q8IS64|ECE_LOCMI
## 165                                          Yes      sp|Q9NXP7|GIN1_HUMAN
## 166                                          Yes      sp|P47224|MSS4_HUMAN
## 167                                          Yes     sp|Q91ZX1|C209A_MOUSE
## 168                                          Yes     sp|Q568K5|NAA40_DANRE
## 169                                          Yes     sp|Q7Z7G8|VP13B_HUMAN
## 170                                          Yes     sp|Q9Z1S0|BUB1B_MOUSE
## 171                                          Yes      sp|P40938|RFC3_HUMAN
## 172                                          Yes     sp|F5HSE3|NIPLA_DANRE
## 173                                          Yes     sp|Q8CBH5|MFSD6_MOUSE
## 174                                          Yes       sp|B2DCR8|CTX_SEPES
## 175                                          Yes     sp|D3YXG0|HMCN1_MOUSE
## 176                                          Yes     sp|Q6P2Z3|FOXI1_XENTR
## 177                                          Yes       sp|O88281|MEGF6_RAT
## 178                                          Yes      sp|Q00725|SGS4_DROME
## 179                                          Yes      sp|Q5RAL3|GRM3_PONAB
## 180                                          Yes      sp|Q5EAE6|DAP1_BOVIN
## 181                                          Yes      sp|Q9JI71|DLL4_MOUSE
## 182                                          Yes       sp|Q61805|LBP_MOUSE
## 183                                          Yes        sp|P35400|GRM7_RAT
## 184                                          Yes      sp|Q6DCQ6|VWA2_XENLA
## 185                                          Yes     sp|P43449|CCNA2_CHICK
## 186                                          Yes     sp|Q08BD8|MTRF2_DANRE
## 187                                          Yes       sp|B3EWY9|MLP_ACRMI
## 188                                          Yes      sp|P11029|ACAC_CHICK
## 189                                          Yes     sp|Q5F3G0|RHG19_CHICK
## 190                                          Yes      sp|Q8AXY5|C356_FUNHE
## 191                                          Yes       sp|P43140|ADA1A_RAT
## 192                                          Yes     sp|Q6NRW3|SPC24_XENLA
## 193                                          Yes      sp|Q9VEN1|FLNA_DROME
## 194                                          Yes     sp|Q9ES03|TBX20_MOUSE
## 195                                          Yes      sp|Q8K2D6|DCTD_MOUSE
## 196                                          Yes      sp|P51987|CCNB_HYDVD
## 197                                          Yes      sp|Q66IJ4|PIGM_XENTR
## 198                                          Yes     sp|F1MBP6|KLHL3_BOVIN
## 199                                          Yes      sp|O94915|FRYL_HUMAN
## 200                                          Yes     sp|D3YXG0|HMCN1_MOUSE
## 201                                          Yes      sp|P30432|FUR2_DROME
## 202                                          Yes     sp|P20815|CP3A5_HUMAN
## 203                                          Yes     sp|Q9I7I0|CCNB3_DROME
## 204                                          Yes     sp|Q5ZJ24|FOPNL_CHICK
## 205                                          Yes      sp|P83852|CBPD_LOPSP
## 206                                          Yes      sp|P54277|PMS1_HUMAN
## 207                                          Yes      sp|P40313|CTRL_HUMAN
## 208                                          Yes     sp|Q6GPB6|KCMF1_XENLA
## 209                                          Yes     sp|Q14409|GLPK3_HUMAN
## 210                                          Yes     sp|E9Q4F7|ANR11_MOUSE
## 211                                          Yes     sp|A9ULR9|BACD1_DANRE
## 212                                          Yes      sp|Q9LHQ6|OCT4_ARATH
## 213                                          Yes     sp|Q6P2X9|MOT12_XENTR
## 214                                          Yes     sp|A6QLE5|NLRP3_BOVIN
## 215                                          Yes     sp|Q0QWG9|GRD2I_MOUSE
## 216                                          Yes      sp|P50429|ARSB_MOUSE
## 217                                          Yes     sp|Q28CR0|GLOD5_XENTR
## 218                                          Yes     sp|P68402|PA1B2_HUMAN
## 219                                          Yes      sp|Q9Y2I7|FYV1_HUMAN
## 220                                          Yes     sp|Q9V6X7|OFUT1_DROME
## 221                                          Yes      sp|P87102|NTF2_NEUCR
## 222                                          Yes      sp|Q0KL02|TRIO_MOUSE
## 223                                          Yes     sp|Q08DU8|BL1S6_BOVIN
## 224                                          Yes       sp|Q13535|ATR_HUMAN
## 225                                          Yes      sp|P43247|MSH2_MOUSE
## 226                                          Yes     sp|P59328|WDHD1_MOUSE
## 227                                          Yes       sp|Q923Y9|TAAR1_RAT
## 228                                          Yes      sp|P04818|TYSY_HUMAN
## 229                                          Yes      sp|Q9H9S5|FKRP_HUMAN
## 230                                          Yes     sp|Q9UKK3|PARP4_HUMAN
## 231                                          Yes        sp|P97677|DLL1_RAT
## 232                                          Yes     sp|Q8BG58|P4HTM_MOUSE
## 233                                          Yes      sp|Q9DGD3|CDK1_ORYLA
## 234                                          Yes      sp|Q9D0F6|RFC5_MOUSE
## 235                                          Yes      sp|B7QDG3|NNRE_IXOSC
## 236                                          Yes     sp|Q8N8U2|CDYL2_HUMAN
## 237                                          Yes      sp|Q7T2B9|MTPN_DANRE
## 238                                          Yes     sp|Q6PFL8|THYN1_DANRE
## 239                                          Yes       sp|Q6Q4G4|ACE_THETS
## 240                                          Yes     sp|Q3V2K1|CX065_MOUSE
## 241                                          Yes      sp|Q6P9I7|SMC6_XENLA
## 242                                          Yes     sp|Q8K2J9|BTBD6_MOUSE
## 243                                          Yes     sp|P54756|EPHA5_HUMAN
## 244                                          Yes     sp|P72745|Y1101_SYNY3
## 245                                          Yes      sp|P15103|GLNA_BOVIN
## 246                                          Yes     sp|Q5TZ24|MOXD1_DANRE
## 247                                          Yes      sp|Q9ER75|IRX6_MOUSE
## 248                                          Yes      sp|Q6DHV7|ADAL_HUMAN
## 249                                          Yes     sp|G5CTG8|AQP11_MILTA
## 250                                          Yes        sp|P10041|DL_DROME
## 251                                          Yes      sp|Q6PAF4|NSE1_XENLA
## 252                                          Yes     sp|Q15058|KIF14_HUMAN
## 253                                          Yes      sp|Q8AXX2|TBX1_DANRE
## 254                                          Yes      sp|P54278|PMS2_HUMAN
## 255                                          Yes       sp|Q5RJZ1|RTEL1_RAT
## 256                                          Yes     sp|Q5ZJQ3|LIN52_CHICK
## 257                                          Yes      sp|Q9TSZ2|HEY1_CANLF
## 258                                          Yes     sp|Q8NDA2|HMCN2_HUMAN
## 259                                          Yes         sp|P36972|APT_RAT
## 260                                          Yes      sp|P98160|PGBM_HUMAN
## 261                                          Yes      sp|Q66I84|DCC1_DANRE
## 262                                          Yes      sp|P81908|CHLE_HORSE
## 263                                          Yes     sp|Q9NRZ9|HELLS_HUMAN
## 264                                          Yes     sp|Q9UQB8|BAIP2_HUMAN
## 265                                          Yes        sp|P20735|GGT1_PIG
## 266                                          Yes       sp|P38650|DYHC1_RAT
## 267                                          Yes     sp|Q60848|HELLS_MOUSE
## 268                                          Yes     sp|Q96GE5|ZN799_HUMAN
## 269                                          Yes      sp|P15043|RECQ_ECOLI
## 270                                          Yes      sp|P47224|MSS4_HUMAN
## 271                                          Yes     sp|Q6PD74|AAGAB_HUMAN
## 272                                          Yes     sp|Q90Y54|JAG1B_DANRE
## 273                                          Yes     sp|Q8R1V4|TMED4_MOUSE
## 274                                          Yes     sp|B3EWZ6|MLRP2_ACRMI
## 275                                          Yes      sp|P83510|TNIK_MOUSE
## 276                                          Yes     sp|Q91783|KI11A_XENLA
## 277                                          Yes     sp|O24466|RAE1A_ARATH
## 278                                          Yes      sp|Q9FHQ6|UBQ9_ARATH
## 279                                          Yes     sp|Q4LDE5|SVEP1_HUMAN
## 280                                          Yes      sp|Q99K85|SERC_MOUSE
## 281                                          Yes      sp|Q9TZM3|LRK1_CAEEL
## 282                                          Yes     sp|Q9JIP7|S15A1_MOUSE
## 283                                          Yes       sp|B8I6E7|IF2_CLOCE
## 284                                          Yes     sp|B1AY13|UBP24_MOUSE
## 285                                          Yes     sp|D8VNT0|FCNV4_CERRY
## 286                                          Yes     sp|O75123|ZN623_HUMAN
## 287                                          Yes      sp|Q8R2K1|FUCM_MOUSE
## 288                                          Yes     sp|Q8BH88|DEP1B_MOUSE
## 289                                          Yes     sp|Q2HJ57|COTL1_BOVIN
## 290                                          Yes     sp|P49790|NU153_HUMAN
## 291                                          Yes     sp|P70031|CCKAR_XENLA
## 292                                          Yes      sp|A7SPW6|EFTS_NEMVE
## 293                                          Yes     sp|Q8N475|FSTL5_HUMAN
## 294                                          Yes     sp|Q6ZRQ5|MMS22_HUMAN
## 295                                          Yes     sp|Q641G4|CNDH2_XENLA
## 296                                          Yes      sp|P15043|RECQ_ECOLI
## 297                                          Yes     sp|Q942L2|PDI22_ORYSJ
## 298                                          Yes       sp|P84089|ERH_MOUSE
## 299                                          Yes     sp|Q5I047|F173B_XENLA
## 300                                          Yes      sp|Q8BS90|BORA_MOUSE
## 301                                          Yes     sp|Q5IS65|5HT6R_PANTR
## 302                                          Yes     sp|Q5IS66|5HT2C_PANTR
## 303                                          Yes     sp|Q8CFY5|COX10_MOUSE
## 304                                          Yes      sp|A3KPP3|MOG1_DANRE
## 305                                          Yes     sp|Q922S4|PDE2A_MOUSE
## 306                                          Yes      sp|Q6DCX5|PCFT_XENLA
## 307                                          Yes     sp|A1L2F6|TM205_DANRE
## 308                                          Yes      sp|Q9M2U3|ALPL_ARATH
## 309                                          Yes     sp|Q6DD32|RN121_XENLA
## 310                                          Yes       sp|Q54I82|CDD_DICDI
## 311                                          Yes      sp|Q99LJ8|NGBR_MOUSE
## 312                                          Yes      sp|Q3TZI6|CCNJ_MOUSE
## 313                                          Yes     sp|P56282|DPOE2_HUMAN
## 314                                          Yes     sp|Q5XGA9|NAA50_XENTR
## 315                                          Yes     sp|Q8NHS3|MFSD8_HUMAN
## 316                                          Yes      sp|Q5MNV6|ZNT7_CHICK
## 317                                          Yes       sp|P06684|CO5_MOUSE
## 318                                          Yes         sp|B2GUW6|AEN_RAT
## 319                                          Yes      sp|P42297|YXIE_BACSU
## 320                                          Yes      sp|Q9SCN0|STL2_ARATH
## 321                                          Yes      sp|P42787|CBPD_DROME
## 322                                          Yes      sp|Q6XLQ7|CALU_RABIT
## 323                                          Yes      sp|P24369|PPIB_MOUSE
## 324                                          Yes      sp|P52292|IMA1_HUMAN
## 325                                          Yes     sp|A2AVA0|SVEP1_MOUSE
## 326                                          Yes        sp|Q9WVK7|HCDH_RAT
## 327                                          Yes     sp|O75897|ST1C4_HUMAN
## 328                                          Yes      sp|O15514|RPB4_HUMAN
## 329                                          Yes     sp|Q9BX70|BTBD2_HUMAN
## 330                                          Yes        sp|P24008|S5A1_RAT
## 331                                          Yes       sp|Q9UBK9|UXT_HUMAN
## 332                                          Yes     sp|Q922W5|P5CR1_MOUSE
## 333                                          Yes      sp|P20825|POL2_DROME
## 334                                          Yes     sp|Q6DIV6|VIAAT_XENTR
## 335                                          Yes     sp|Q9H773|DCTP1_HUMAN
## 336                                          Yes      sp|Q29486|PPBT_FELCA
## 337                                          Yes      sp|Q5RCP3|LSM8_PONAB
## 338                                          Yes       sp|Q9UMX3|BOK_HUMAN
## 339                                          Yes     sp|Q9NR09|BIRC6_HUMAN
## 340                                          Yes      sp|Q96SL4|GPX7_HUMAN
## 341                                          Yes       sp|P97328|KHK_MOUSE
## 342                                          Yes     sp|Q8GXG6|B3GTH_ARATH
## 343                                          Yes     sp|Q6NZ04|SIX1B_DANRE
## 344                                          Yes     sp|Q7ZW16|RNF41_DANRE
## 345                                          Yes      sp|O35943|FRDA_MOUSE
## 346                                          Yes      sp|Q61361|PGCB_MOUSE
## 347                                          Yes      sp|Q0KL02|TRIO_MOUSE
## 348                                          Yes     sp|Q800K6|TOB1A_XENLA
## 349                                          Yes     sp|O57525|CP17A_RANDY
## 350                                          Yes     sp|Q5BKT4|AG10A_HUMAN
## 351                                          Yes     sp|Q9QZB9|DCTN5_MOUSE
## 352                                          Yes     sp|A8YXY3|SEP15_BOVIN
## 353                                          Yes      sp|Q7M3S9|RNGB_DICDI
## 354                                          Yes     sp|Q8CC12|CDAN1_MOUSE
## 355                                          Yes     sp|Q61847|MEP1B_MOUSE
## 356                                          Yes     sp|Q9DBI0|TMPS6_MOUSE
## 357                                          Yes      sp|O09101|PIGF_MOUSE
## 358                                          Yes     sp|Q5TJE8|B3GT4_CANLF
## 359                                          Yes      sp|Q28104|COPE_BOVIN
## 360                                          Yes     sp|Q14181|DPOA2_HUMAN
## 361                                          Yes     sp|Q9D1L0|CHCH2_MOUSE
## 362                                          Yes     sp|Q6GNV7|DIRC2_XENLA
## 363                                          Yes     sp|Q9H6R6|ZDHC6_HUMAN
## 364                                          Yes      sp|Q6DCX5|PCFT_XENLA
## 365                                          Yes      sp|P0DPD6|ECE2_HUMAN
## 366                                          Yes     sp|Q9WU19|HAOX1_MOUSE
## 367                                          Yes     sp|Q6VNB8|WDFY3_MOUSE
## 368                                          Yes     sp|Q8BHX1|HAUS1_MOUSE
## 369                                          Yes     sp|Q8C7N7|APH1B_MOUSE
## 370                                          Yes     sp|Q8R420|ABCA3_MOUSE
## 371                                          Yes     sp|Q9CR70|LAGE3_MOUSE
## 372                                          Yes     sp|Q55DA0|ABCGM_DICDI
## 373                                          Yes     sp|Q5R9C7|SC11A_PONAB
## 374                                          Yes      sp|Q9Y6D6|BIG1_HUMAN
## 375                                          Yes        sp|O70244|CUBN_RAT
## 376                                          Yes     sp|Q8CBH5|MFSD6_MOUSE
## 377                                          Yes     sp|Q86WA9|S2611_HUMAN
## 378                                          Yes     sp|Q568L5|A1A1B_DANRE
## 379                                          Yes      sp|Q9CRB2|NHP2_MOUSE
## 380                                          Yes     sp|Q7Z410|TMPS9_HUMAN
## 381                                          Yes     sp|Q800K9|SURF4_CHICK
## 382                                          Yes       sp|Q6Q4G4|ACE_THETS
## 383                                          Yes      sp|P50533|SMC2_XENLA
## 384                                          Yes       sp|Q64542|AT2B4_RAT
## 385                                          Yes      sp|P34897|GLYM_HUMAN
## 386                                          Yes     sp|Q9CXC3|MGME1_MOUSE
## 387                                          Yes       sp|Q9ES87|PRSS8_RAT
## 388                                          Yes     sp|Q5RBP9|MPEG1_PONAB
## 389                                          Yes       sp|P02752|RBP_CHICK
## 390                                          Yes      sp|P04040|CATA_HUMAN
## 391                                          Yes     sp|O43543|XRCC2_HUMAN
## 392                                          Yes     sp|Q86UY6|NAA40_HUMAN
## 393                                          Yes      sp|O01971|EMR1_CAEEL
## 394                                          Yes     sp|A2BGR3|ERC6L_DANRE
## 395                                          Yes      sp|Q9CR41|HYPK_MOUSE
## 396                                          Yes     sp|Q6AZL2|PAF15_XENTR
## 397                                          Yes     sp|G5CTG7|AQP10_MILTA
## 398                                          Yes      sp|Q8R323|RFC3_MOUSE
## 399                                          Yes     sp|Q3ZBY7|DEGS1_BOVIN
## 400                                          Yes     sp|Q80UY1|CARME_MOUSE
## 401                                          Yes     sp|Q14590|ZN235_HUMAN
## 402                                          Yes      sp|P40724|RECQ_SALTY
## 403                                          Yes      sp|P32749|CHLE_BOVIN
## 404                                          Yes     sp|P56377|AP1S2_HUMAN
## 405                                          Yes     sp|Q6P7W0|SENP6_MOUSE
## 406                                          Yes      sp|Q8MJJ7|DCPS_BOVIN
## 407                                          Yes        sp|Q45FY6|HPRT_PIG
## 408                                          Yes       sp|Q6P9U1|NUD22_RAT
## 409                                          Yes     sp|A2ARS0|ANR63_MOUSE
## 410                                          Yes      sp|A4IFH4|PSF1_BOVIN
## 411                                          Yes      sp|P43450|CDK2_CARAU
## 412                                          Yes     sp|Q9D753|EXOS8_MOUSE
## 413                                          Yes     sp|A5WWB6|ZWILC_DANRE
## 414                                          Yes       sp|Q6Q4G4|ACE_THETS
## 415                                          Yes      sp|Q7T070|RHBG_DANRE
## 416                                          Yes      sp|Q5R947|IMP4_PONAB
## 417                                          Yes     sp|Q9Y3C4|TPRKB_HUMAN
## 418                                          Yes     sp|Q9CYL5|GAPR1_MOUSE
## 419                                          Yes      sp|Q9BVK2|ALG8_HUMAN
## 420                                          Yes     sp|O17287|TOM22_CAEEL
## 421                                          Yes     sp|Q9UKK3|PARP4_HUMAN
## 422                                          Yes     sp|Q297V5|KMT5A_DROPS
## 423                                          Yes     sp|Q28BQ6|TMED1_XENTR
## 424                                          Yes     sp|Q96RW7|HMCN1_HUMAN
## 425                                          Yes     sp|O95562|SFT2B_HUMAN
## 426                                          Yes       sp|Q9QVC8|FKBP4_RAT
## 427                                          Yes     sp|Q9QY66|ZNHI2_MOUSE
## 428                                          Yes      sp|P10253|LYAG_HUMAN
## 429                                          Yes      sp|Q9TU53|CUBN_CANLF
## 430                                          Yes     sp|Q5RE15|PSMD8_PONAB
## 431                                          Yes      sp|P04323|POL3_DROME
## 432                                          Yes     sp|Q5EA43|SFXN2_BOVIN
## 433                                          Yes       sp|O64411|PAO_MAIZE
## 434                                          Yes     sp|Q5E9D6|HDHD3_BOVIN
## 435                                          Yes     sp|Q91X85|FLVC2_MOUSE
## 436                                          Yes      sp|Q75WF2|DNA2_ACAPL
## 437                                          Yes     sp|Q5ZKJ5|MF13A_CHICK
## 438                                          Yes      sp|Q9NZK5|ADA2_HUMAN
## 439                                          Yes        sp|P18297|SPRE_RAT
## 440                                          Yes      sp|Q5T011|SZT2_HUMAN
## 441                                          Yes      sp|Q6DF30|DHDH_XENTR
## 442                                          Yes        sp|P62489|RPB7_RAT
## 443                                          Yes      sp|Q5FWH2|UNKL_MOUSE
## 444                                          Yes     sp|P30711|GSTT1_HUMAN
## 445                                          Yes       sp|Q5BJN5|MIA40_RAT
## 446                                          Yes      sp|O70497|FCN2_MOUSE
## 447                                          Yes       sp|G8HTB6|ZPP_ACRMI
## 448                                          Yes     sp|Q8BHA0|IN80C_MOUSE
## 449                                          Yes      sp|Q86BE9|PEN2_DROME
## 450                                          Yes     sp|P53611|PGTB2_HUMAN
## 451                                          Yes     sp|Q9VBW3|CAD96_DROME
## 452                                          Yes     sp|Q9D0S9|HINT2_MOUSE
## 453                                          Yes      sp|E1C2U2|RIF1_CHICK
## 454                                          Yes     sp|Q80VY9|DHX33_MOUSE
## 455                                          Yes      sp|O43324|MCA3_HUMAN
## 456                                          Yes     sp|Q99MX7|T121B_MOUSE
## 457                                          Yes     sp|Q8BH47|SC22A_MOUSE
## 458                                          Yes     sp|Q6NZ04|SIX1B_DANRE
## 459                                          Yes     sp|Q9Y548|YIPF1_HUMAN
## 460                                          Yes     sp|P34140|RAB1B_DICDI
## 461                                          Yes     sp|Q5UQW5|YL388_MIMIV
## 462                                          Yes     sp|Q8IZ52|CHSS2_HUMAN
## 463                                          Yes     sp|Q9JKP8|CHRC1_MOUSE
## 464                                          Yes       sp|O88828|RPAB2_RAT
## 465                                          Yes     sp|Q6DIV6|VIAAT_XENTR
## 466                                          Yes      sp|Q2T9S3|RPC6_BOVIN
## 467                                          Yes     sp|Q2KIR1|SNRPA_BOVIN
## 468                                          Yes      sp|Q6ZM63|GPN3_DANRE
## 469                                          Yes      sp|Q28IE5|NIT2_XENTR
## 470                                          Yes      sp|Q9BVK2|ALG8_HUMAN
## 471                                          Yes     sp|Q76N89|HECW1_HUMAN
## 472                                          Yes      sp|P37662|YHJX_ECOLI
## 473                                          Yes     sp|O35161|CELR1_MOUSE
## 474                                          Yes     sp|A2RU48|SMCO3_HUMAN
## 475                                          Yes        sp|P30937|SSR4_RAT
## 476                                          Yes      sp|Q08E20|ESTD_BOVIN
## 477                                          Yes      sp|Q09575|YRD6_CAEEL
## 478                                          Yes     sp|Q9IB84|PSB1A_CARAU
## 479                                          Yes     sp|G5CTG8|AQP11_MILTA
## 480                                          Yes     sp|Q6PGT3|TRFEB_XENLA
## 481                                          Yes       sp|P28798|GRN_MOUSE
## 482                                          Yes     sp|Q9ER10|BSSP4_MOUSE
## 483                                          Yes      sp|P11157|RIR2_MOUSE
## 484                                          Yes      sp|Q9QYS2|GRM3_MOUSE
## 485                                          Yes     sp|P35846|FOLR1_MOUSE
## 486                                          Yes      sp|Q4R1I4|OPN4_BRABE
## 487                                          Yes       sp|D9IQ16|GXN_ACRMI
## 488                                          Yes      sp|Q09143|CTR1_MOUSE
## 489                                          Yes     sp|Q6QNK2|AGRD1_HUMAN
## 490                                          Yes      sp|Q9CZL5|PHS2_MOUSE
## 491                                          Yes      sp|Q9UK45|LSM7_HUMAN
## 492                                          Yes     sp|Q04656|ATP7A_HUMAN
## 493                                          Yes       sp|P0C6B8|SVEP1_RAT
## 494                                          Yes      sp|Q9TU53|CUBN_CANLF
## 495                                          Yes      sp|Q58DC8|ORC1_BOVIN
## 496                                          Yes      sp|P62205|PLK1_XENTR
## 497                                          Yes      sp|P98133|FBN1_BOVIN
## 498                                          Yes     sp|Q869Z0|Y5025_DICDI
## 499                                          Yes      sp|Q9Y6D6|BIG1_HUMAN
## 500                                          Yes     sp|Q9NRA2|S17A5_HUMAN
## 501                                          Yes     sp|Q71SG7|GCNT4_DANRE
## 502                                          Yes      sp|Q9Y248|PSF2_HUMAN
## 503                                          Yes      sp|P24668|MPRD_MOUSE
## 504                                          Yes      sp|Q2KJ44|PTPA_BOVIN
## 505                                          Yes     sp|Q6NRQ1|B3GL2_XENLA
## 506                                          Yes     sp|Q8R040|RPP21_MOUSE
## 507                                          Yes     sp|Q587J7|TDR12_HUMAN
## 508                                          Yes     sp|P43686|PRS6B_HUMAN
## 509                                          Yes     sp|B2RRE7|OTUD4_MOUSE
## 510                                          Yes     sp|Q9JHS3|LTOR2_MOUSE
## 511                                          Yes      sp|Q6GN70|B9D2_XENLA
## 512                                          Yes     sp|P81408|F189B_HUMAN
## 513                                          Yes     sp|Q3UVK0|ERMP1_MOUSE
## 514                                          Yes     sp|Q0WW55|ZEUS1_ARATH
## 515                                          Yes     sp|Q96RW7|HMCN1_HUMAN
## 516                                          Yes     sp|P10587|MYH11_CHICK
## 517                                          Yes      sp|P49356|FNTB_HUMAN
## 518                                          Yes      sp|O00764|PDXK_HUMAN
## 519                                          Yes     sp|Q5R9Q3|GPM6A_PONAB
## 520                                          Yes     sp|Q8QZR7|PDK1L_MOUSE
## 521                                          Yes      sp|P45862|YWJB_BACSU
## 522                                          Yes     sp|Q13085|ACACA_HUMAN
## 523                                          Yes      sp|Q17427|GNA1_CAEEL
## 524                                          Yes     sp|Q8MH63|LAT1N_HUMAN
## 525                                          Yes     sp|Q8K3F2|MMP21_MOUSE
## 526                                          Yes      sp|A7L035|CTX1_CHIFL
## 527                                          Yes      sp|Q09143|CTR1_MOUSE
## 528                                          Yes     sp|Q5EBP3|ARMC5_MOUSE
## 529                                          Yes      sp|Q07075|AMPE_HUMAN
## 530                                          Yes      sp|Q9LFH6|LUL2_ARATH
## 531                                          Yes     sp|A4IFK2|S35E3_BOVIN
## 532                                          Yes     sp|O95295|SNAPN_HUMAN
## 533                                          Yes     sp|O35587|TMEDA_MESAU
## 534                                          Yes     sp|Q96N23|CFA54_HUMAN
## 535                                          Yes      sp|Q9QZQ1|AFAD_MOUSE
## 536                                          Yes        sp|P07756|CPSM_RAT
## 537                                          Yes     sp|Q29RT6|KI20A_BOVIN
## 538                                          Yes     sp|Q29S14|TV23B_BOVIN
## 539                                          Yes      sp|Q9MYW9|OPRM_MACMU
## 540                                          Yes      sp|Q16DL1|UBIE_ROSDO
## 541                                          Yes     sp|P57768|SNX16_HUMAN
## 542                                          Yes     sp|O75192|PX11A_HUMAN
## 543                                          Yes      sp|O74507|YJD4_SCHPO
## 544                                          Yes     sp|Q76KP1|B4GN4_HUMAN
## 545                                          Yes     sp|Q28CQ7|SUV92_XENTR
## 546                                          Yes     sp|H9JAQ7|TRIMR_BOMMO
## 547                                          Yes     sp|Q8AVF4|MLECB_XENLA
## 548                                          Yes       sp|Q5XFW8|SEC13_RAT
## 549                                          Yes        sp|Q1HG60|PIF1_RAT
## 550                                          Yes      sp|Q9NVV5|AIG1_HUMAN
## 551                                          Yes     sp|Q91ZI0|CELR3_MOUSE
## 552                                          Yes      sp|E1BYJ2|MSH6_CHICK
## 553                                          Yes     sp|Q6NYP0|TM208_DANRE
## 554                                          Yes       sp|P02752|RBP_CHICK
## 555                                          Yes     sp|Q9JJS6|BCDO1_MOUSE
## 556                                          Yes     sp|Q93075|TATD2_HUMAN
## 557                                          Yes      sp|O42936|LAS1_SCHPO
## 558                                          Yes     sp|B0KWE9|DOPP1_CALJA
## 559                                          Yes      sp|P13913|ARY1_CHICK
## 560                                          Yes       sp|D3ZTX0|TMED7_RAT
## 561                                          Yes     sp|A4FUD4|PEX12_BOVIN
## 562                                          Yes     sp|Q5U395|CNEPA_DANRE
## 563                                          Yes     sp|Q96DM1|PGBD4_HUMAN
## 564                                          Yes     sp|Q7ZW02|CHPT1_DANRE
## 565                                          Yes       sp|Q5U1Z2|TPPC3_RAT
## 566                                          Yes      sp|Q2VQV9|ADA2_XENLA
## 567                                          Yes     sp|Q5RDB5|CNIH1_PONAB
## 568                                          Yes      sp|P42620|YQJG_ECOLI
## 569                                          Yes      sp|Q6DFV5|HELZ_MOUSE
## 570                                          Yes     sp|Q91876|MCM7A_XENLA
## 571                                          Yes     sp|E1C8P7|DSCL1_CHICK
## 572                                          Yes     sp|Q32LS6|ABHDD_DANRE
## 573                                          Yes      sp|Q9XEC4|APA3_ARATH
## 574                                          Yes      sp|P14678|RSMB_HUMAN
## 575                                          Yes      sp|Q96SL4|GPX7_HUMAN
## 576                                          Yes     sp|Q568H3|MD2L2_DANRE
## 577                                          Yes     sp|Q5U395|CNEPA_DANRE
## 578                                          Yes      sp|Q6N3Y0|ARSM_RHOPA
## 579                                          Yes      sp|Q6Y237|H2AV_PAGMA
## 580                                          Yes     sp|Q922Q1|MARC2_MOUSE
## 581                                          Yes      sp|Q9CPW2|FDX2_MOUSE
##                                                                                                                                                                                                                                                                                                                                                                                           BLASTp_Description
## 1                                                                                                                                                                                                                                                                                                                          Protein_transport_protein_Sec31A_(SEC31-like_protein_1)_(SEC31-related_protein_A)
## 2                                                                                                                                                                                                                                                                                                                                                                          Hemicentin-1_(Fibulin-6)_(FIBL-6)
## 3                                                                                                                                                                                                                                                                                                                                                                                 Ovochymase-1_(EC_3.4.21.-)
## 4                                                                                                                                                                                                                                                          MAM_and_LDL-receptor_class_A_domain-containing_protein_1_(Skeletal_organic_matrix_MAM_and_LDL-receptor_1)_(SOM_MAM_and_LDL-receptor_1)_(Fragment)
## 5                                                                                                                                                                                                                                                                                              NACHT,_LRR_and_PYD_domains-containing_protein_12_(Monarch-1)_(PYRIN-containing_APAF1-like_protein_7)_(PYPAF7)
## 6                                                                                                                                                                                                                                                                                                                                                     Polycystic_kidney_disease_1-related_protein_(Fragment)
## 7                                                                                                                                                                                                                                                                                                                                                Protein_BREAST_CANCER_SUSCEPTIBILITY_2_homolog_B_(AtBRCA2B)
## 8                                                                                                                                                                                                                                                                                                                                          Lens_fiber_membrane_intrinsic_protein_(MP17)_(MP18)_(MP19)_(MP20)
## 9                                                                                                                                                                                                                                                                                                                                                                     Amino_acid_transporter_AVT1F_(AtAvt1F)
## 10                                                                                                                                                                                                                        Riboflavin-binding_protein_(RBP)_[Cleaved_into:_Riboflavin-binding_protein,_plasma_form;_Riboflavin-binding_protein,_yolk_major_form;_Riboflavin-binding_protein,_yolk_minor_form]
## 11                                                                                                                                                                                                                                                                                                                                                                      Metal_tolerance_protein_10_(AtMTP10)
## 12                                                                                                                                                                                                                                                         MAM_and_LDL-receptor_class_A_domain-containing_protein_1_(Skeletal_organic_matrix_MAM_and_LDL-receptor_1)_(SOM_MAM_and_LDL-receptor_1)_(Fragment)
## 13                                                                                                                                                                                                                                                         MAM_and_LDL-receptor_class_A_domain-containing_protein_1_(Skeletal_organic_matrix_MAM_and_LDL-receptor_1)_(SOM_MAM_and_LDL-receptor_1)_(Fragment)
## 14                                                                                                                                                                                                                                                                                              Zinc_finger_SWIM_domain-containing_protein_7_(SWIM_domain-containing_and_Srs2-interacting_protein_1_homolog)
## 15                                                                                                                                                                                                                                                                                                                                                                          Beta-glucuronidase_(EC_3.2.1.31)
## 16                                                                                                                                                                                                                                                                                                                                                                                       Histone_H2B.1/H2B.2
## 17                                                                                                                                                                                                                                                                                                                                                                            Zinc_finger_MYM-type_protein_1
## 18                                                                                                                                                                                                                                                                                                   Arf-GAP_with_Rho-GAP_domain,_ANK_repeat_and_PH_domain-containing_protein_1_(Centaurin-delta-2)_(Cnt-d2)
## 19                                                                                                                                                    Mitochondrial_sodium/calcium_exchanger_protein_(Na(+)/K(+)/Ca(2+)-exchange_protein_6)_(Sodium/calcium_exchanger_protein,_mitochondrial)_(Sodium/potassium/calcium_exchanger_6)_(Solute_carrier_family_24_member_6)_(Solute_carrier_family_8_member_B1)
## 20                                                                                                                                                                                                                                                                                                                                                                         Hemicentin-1_(Fibulin-6)_(FIBL-6)
## 21                                                                                                                                                                                                                                                                                                                                                        Zinc_finger_transcription_factor_family_protein_17
## 22                                                                                                                                                                                                                                                                        Hatching_enzyme_(HE)_(HEZ)_(EC_3.4.24.12)_(Envelysin)_(Sea-urchin-hatching_proteinase)_[Cleaved_into:_Hatching_enzyme_18_kDa_form]
## 23                                                                                                                                                                                                                                                                                                                                                              dTDP-D-glucose_4,6-dehydratase_(EC_4.2.1.46)
## 24                                                                                                                                                                                                                                  Agrin_[Cleaved_into:_Agrin_N-terminal_110_kDa_subunit;_Agrin_C-terminal_110_kDa_subunit;_Agrin_C-terminal_90_kDa_fragment_(C90);_Agrin_C-terminal_22_kDa_fragment_(C22)]
## 25                                                                                                                                                                                                                                                                                                                     tRNA-splicing_endonuclease_subunit_Sen2_(EC_4.6.1.16)_(tRNA-intron_endonuclease_Sen2)
## 26                                                                                                                                                                                                                                                                                                                                                    F-box_only_protein_43_(Endogenous_meiotic_inhibitor_2)
## 27                                                                                                                                                                                                                                                                                                                                                                                                   Rotatin
## 28                                                                                                                                                                                                                                                                                         Transposable_element_P_transposase_(P-element_transposase)_(EC_2.7.7.-)_(THAP_domain-containing_protein)_(DmTHAP)
## 29                                                                                                                                                                                                                                                                                                             Breast_cancer_type_2_susceptibility_protein_homolog_(Fanconi_anemia_group_D1_protein_homolog)
## 30                                                                                                                                                                                                                                                                                                                                                                           Protein_timeless_homolog_(hTIM)
## 31                                                                                                                                                                                                                                                                                                                                                               Tolloid-like_protein_1_(mTll)_(EC_3.4.24.-)
## 32                                                                                                                                                                                                                                                                                                                                                                                            Protein_draper
## 33                                                                                                      Cyclic_AMP-responsive_element-binding_protein_3_(CREB-3)_(cAMP-responsive_element-binding_protein_3)_(Leucine_zipper_protein)_(Luman)_(Transcription_factor_LZIP-alpha)_[Cleaved_into:_Processed_cyclic_AMP-responsive_element-binding_protein_3_(N-terminal_Luman)_(Transcriptionally_active_form)]
## 34                                                                                                                                                                                                                                                                                                  DNA-directed_primase/polymerase_protein_(EC_2.7.7.-)_(Coiled-coil_domain-containing_protein_111_homolog)
## 35                                                                                                                                                                                                                                                          Master_replication_protein_(M-Rep)_(EC_2.7.7.-)_(EC_3.1.21.-)_(EC_3.6.1.3)_(ATP-dependent_helicase_C2)_(Replication-associated_protein_2)_(Rep2)
## 36                                                                                                                                                                                                                                                                                von_Willebrand_factor_A_domain-containing_protein_2_(A_domain-containing_protein_similar_to_matrilin_and_collagen)_(AMACO)
## 37                                                                                                                                                                                                                                                                                von_Willebrand_factor_A_domain-containing_protein_2_(A_domain-containing_protein_similar_to_matrilin_and_collagen)_(AMACO)
## 38                                                                                                                                                                                                                                                                                                                                    5-hydroxytryptamine_receptor_6_(5-HT-6)_(5-HT6)_(Serotonin_receptor_6)
## 39                                                                                                                                                                                                                                                                                                      Probable_RNA-directed_DNA_polymerase_from_transposon_X-element_(EC_2.7.7.49)_(Reverse_transcriptase)
## 40                                                                                                                                                                                                                                                                                                                                                                                  Neuropeptide_receptor_22
## 41                                                                                                                                                                                                                                                                                                                                                                       Plexin-A1_(Semaphorin_receptor_NOV)
## 42                                                                                                                                                                                                                                                                                                              RNA-directed_DNA_polymerase_from_mobile_element_jockey_(EC_2.7.7.49)_(Reverse_transcriptase)
## 43                                                                                                                                                                                                            Condensin_complex_subunit_1_(Chromosome_condensation-related_SMC-associated_protein_1)_(Chromosome-associated_protein_D2)_(hCAP-D2)_(Non-SMC_condensin_I_complex_subunit_D2)_(XCAP-D2_homolog)
## 44                                                                                                                                                                                                                                                                                                                          Polycystic_kidney_disease_protein_1-like_2_(PC1-like_2_protein)_(Polycystin-1L2)
## 45                                                                                                                                                                                                                                                                                                                                     RPA-interacting_protein_A_(RPA-interacting_protein_alpha)_(XRIPalpha)
## 46                                                                                                                                                                                                                                                                                                                ATP-dependent_DNA_helicase_PIF1_(EC_3.6.4.12)_(DNA_repair_and_recombination_helicase_PIF1)
## 47                                                                                                                                                                                                                                                                                                                                                            ARL14_effector_protein_(ARF7_effector_protein)
## 48                                                                                                                                                                                                                                                                                         Transposable_element_P_transposase_(P-element_transposase)_(EC_2.7.7.-)_(THAP_domain-containing_protein)_(DmTHAP)
## 49                                                                                                                                                                                                                                                                             Telomerase_reverse_transcriptase_(EC_2.7.7.49)_(HEST2)_(Telomerase_catalytic_subunit)_(Telomerase-associated_protein_2)_(TP2)
## 50                                                                                                                                                                                                                                                                                                                                             Abnormal_spindle-like_microcephaly-associated_protein_homolog
## 51                                                                                                                                                                                                                                                             Galactose-3-O-sulfotransferase_3_(Gal3ST-3)_(EC_2.8.2.-)_(Beta-galactose-3-O-sulfotransferase_3)_(Gal-beta-1,_3-GalNAc_3'-sulfotransferase_3)
## 52                                                                                                                                                                                                                                                                                von_Willebrand_factor_A_domain-containing_protein_2_(A_domain-containing_protein_similar_to_matrilin_and_collagen)_(AMACO)
## 53                                                                                                                                                                                                                                                                                                                                                                      Origin_recognition_complex_subunit_3
## 54                                                                                                                                                                                                                                                                                                                                                                                       Protein_ST7_homolog
## 55                                                                                                                                                                                                                                                                                                                                                Neurocan_core_protein_(Chondroitin_sulfate_proteoglycan_3)
## 56                                                                                                                                                                                                                                                                          Adhesion_G_protein-coupled_receptor_L3_(Calcium-independent_alpha-latrotoxin_receptor_3)_(CIRL-3)_(Latrophilin-3)_(Lectomedin-3)
## 57                                                                                                                                                                                                                                                                                                                                                         Gastrula_zinc_finger_protein_XlCGF46.1_(Fragment)
## 58                                                                                                                                                                                                                                                                                                                                                               Inhibin_beta_A_chain_(Activin_beta-A_chain)
## 59                                                                                                                                                                                                                                                                                       Homeobox_protein_six1b_(Homeobox_protein_six1a)_(Sine_oculis_homeobox_homolog_1a)_(Sine_oculis_homeobox_homolog_1b)
## 60                                                                                                                                                                                                                                                                                                                                                                            Zinc_finger_MYM-type_protein_1
## 61                                                                                                                                                                                                                                                                                Protein_ABHD13_(EC_3.-.-.-)_(Alpha/beta_hydrolase_domain-containing_protein_13)_(Abhydrolase_domain-containing_protein_13)
## 62                                                                                                                                                                                                                                                                                                                ATP-dependent_DNA_helicase_PIF1_(EC_3.6.4.12)_(DNA_repair_and_recombination_helicase_PIF1)
## 63                                                                                                                                                                                                  Kinesin-like_protein_KIF11_(Kinesin-like_protein_1)_(Kinesin-like_spindle_protein_HKSP)_(Kinesin-related_motor_protein_Eg5)_(Thyroid_receptor-interacting_protein_5)_(TR-interacting_protein_5)_(TRIP-5)
## 64                                                                                                                                                                                                                                                                                                            Multidrug_and_toxin_extrusion_protein_1_(MATE-1)_(mMATE-1)_(Solute_carrier_family_47_member_1)
## 65                                                                                                                                                                                                                                                                                                                                  Beta-2_adrenergic_receptor_(Beta-2_adrenoreceptor)_(Beta-2_adrenoceptor)
## 66                                                                                                                                                                                                                         Myosin_regulatory_light_chain_12B_(Myosin_regulatory_light_chain_2-B,_smooth_muscle_isoform)_(Myosin_regulatory_light_chain_20_kDa)_(MLC20)_(Myosin_regulatory_light_chain_MRLC2)
## 67                                                                                                                                                                                                                                                              Retrovirus-related_Pol_polyprotein_from_transposon_412_[Includes:_Protease_(EC_3.4.23.-);_Reverse_transcriptase_(EC_2.7.7.49);_Endonuclease]
## 68                                                                                                                                                                                                                                                                                                                                                                                        Matrilin-4_(MAT-4)
## 69                                                                                                                                                                                                                                                                                                                              HMG_domain-containing_protein_3_(HMG_box-containing_protein_3)_(Protein_SMF)
## 70                                                                                                                                                                                                                                                                          Myosin_regulatory_light_polypeptide_9_(Myosin_regulatory_light_chain_2,_smooth_muscle_isoform)_(Myosin_regulatory_light_chain_9)
## 71                                                                                                                                                                                                                                                                                                                                                                                                 Calumenin
## 72                                                                                                                                                                                                                                                Ubiquitin-conjugating_enzyme_E2_E2_(EC_2.3.2.23)_(E2_ubiquitin-conjugating_enzyme_E2)_(UbcH8)_(Ubiquitin_carrier_protein_E2)_(Ubiquitin-protein_ligase_E2)
## 73                                                                                                                                                                                                                                                                                                                          Tolloid-like_protein_2_(EC_3.4.24.-)_(Metalloprotease_xolloid)_(Xenopus_tolloid)
## 74                                                                                                                                                                                                                                                                                                                                                                    Melanocortin_receptor_5_(MC5-R)_(MC-2)
## 75                                                                                                                                                                                                                                                                                                                                                             ATP-dependent_DNA_helicase_RecQ_(EC_3.6.4.12)
## 76                                                                                                                                                                                                                                                                                                                                       Midasin_(Dynein-related_AAA-ATPase_MDN1)_(MIDAS-containing_protein)
## 77                                                                                                                                                                                                                                                  Serine/threonine-protein_phosphatase_6_regulatory_ankyrin_repeat_subunit_C_(PP6-ARS-C)_(Serine/threonine-protein_phosphatase_6_regulatory_subunit_ARS-C)
## 78                                                                                                                                                                                                                                                                                                                Trans-L-3-hydroxyproline_dehydratase_(EC_4.2.1.77)_(Trans-3-hydroxy-L-proline_dehydratase)
## 79                                                                                                                                                                                                                                                                                                                                                                                 Kinetochore_protein_spc25
## 80                                                                                                                                                                                                                                                                                                                                                                         Hemicentin-1_(Fibulin-6)_(FIBL-6)
## 81                                                                                                                                                                                                                                                                                                                                     Signal_peptide_peptidase-like_2B_(SPP-like_2B)_(SPPL2b)_(EC_3.4.23.-)
## 82                                                                                                                                                                                                                                                             Retrovirus-related_Pol_polyprotein_from_transposon_17.6_[Includes:_Protease_(EC_3.4.23.-);_Reverse_transcriptase_(EC_2.7.7.49);_Endonuclease]
## 83                                                                                                                                                                                                                                                                                                                                                                Metabotropic_glutamate_receptor_7_(mGluR7)
## 84                                                                                                                                                                                                                                                                                                             DNA_repair_protein_SWI5_homolog_(HBV_DNAPTP1-transactivated_protein_A)_(Protein_SAE3_homolog)
## 85                                                                                                                                                                                                                                                                                                                                                              dTDP-D-glucose_4,6-dehydratase_(EC_4.2.1.46)
## 86                                                                                                                                                                                                                                                                                          High_choriolytic_enzyme_1_(EC_3.4.24.67)_(Choriolysin_H_1)_(HCE23)_(Hatching_enzyme_zinc-protease_subunit_HCE_1)
## 87                                                                                                                                                                                                                                                               Transient_receptor_potential_cation_channel_subfamily_M_member_6_(EC_2.7.11.1)_(Channel_kinase_2)_(Melastatin-related_TRP_cation_channel_6)
## 88                                                                                                                                                                                                                                                                                                                                                agmatine_deiminase_(EC_3.5.3.12)_(Agmatine_iminohydrolase)
## 89                                                                                                                                                                                                                                                                                                                                                                  Cell_division_cycle-associated_protein_7
## 90                                                                                                                                                                                                                                                                                                                      Multidrug_and_toxin_extrusion_protein_1_(MATE-1)_(Solute_carrier_family_47_member_1)
## 91                                                                                                                                                                                                                                                                                                                                    Endoglucanase_A_(EC_3.2.1.4)_(Cellulase_A)_(Endo-1,4-beta-glucanase_A)
## 92                                                                                                                                                                                                                          NACHT,_LRR_and_PYD_domains-containing_protein_2_(Nucleotide-binding_site_protein_1)_(PYRIN_domain_and_NACHT_domain-containing_protein_1)_(PYRIN-containing_APAF1-like_protein_2)
## 93                                                                                                                                                                                                                                                                                                                                                 Probable_prolyl_4-hydroxylase_10_(AtP4H10)_(EC_1.14.11.2)
## 94                                                                                                                                                                                                                                                                                      Methylthioribulose-1-phosphate_dehydratase_(MTRu-1-P_dehydratase)_(EC_4.2.1.109)_(APAF1-interacting_protein_homolog)
## 95                                                                    Solute_carrier_organic_anion_transporter_family_member_4A1_(OATP4A1)_(Colon_organic_anion_transporter)_(Organic_anion_transporter_polypeptide-related_protein_1)_(OATP-RP1)_(OATPRP1)_(POAT)_(Organic_anion-transporting_polypeptide_E)_(OATP-E)_(Sodium-independent_organic_anion_transporter_E)_(Solute_carrier_family_21_member_12)
## 96                                                                                                                                                                                                                                                                                                                               Sulfotransferase_1C4_(ST1C4)_(EC_2.8.2.-)_(Sulfotransferase_1C2)_(SULT1C#2)
## 97                                                                                                                                                                                                                                                                                                                                                                       BTB/POZ_domain-containing_protein_6
## 98                                                                                                                                                                                                                                                                                                                                                             Protein_PRY1_(Pathogenesis-related_protein_1)
## 99                                                                                                                                                                                                                                                                                                                                                                     Centrosomal_protein_of_44_kDa_(Cep44)
## 100                                                                                                                                                                                                      Marginal_zone_B-_and_B1-cell-specific_protein_(Plasma_cell-induced_resident_endoplasmic_reticulum_protein)_(Plasma_cell-induced_resident_ER_protein)_(pERp1)_(Proapoptotic_caspase_adapter_protein)
## 101                                                                                                                                                                                                                                                                                                    Conodipine-M_alpha_chain_(EC_3.1.1.4)_(Phosphatidylcholine_2-acylhydrolase)_(Phospholipase_A2)_(PLA2)
## 102                                                                                                                                                                                                                                                                                                                                                                     Delta-like_protein_C_(DeltaC)_(delC)
## 103                                                                                                                                                                                                                       Retrovirus-related_Pol_polyprotein_from_transposon_RE2_(Retro_element_2)_(AtRE2)_[Includes:_Protease_RE2_(EC_3.4.23.-);_Reverse_transcriptase_RE2_(EC_2.7.7.49);_Endonuclease_RE2]
## 104                                                                                                                                                                                                                                              Protein_SON_(Bax_antagonist_selected_in_saccharomyces_1)_(BASS1)_(Negative_regulatory_element-binding_protein)_(NRE-binding_protein)_(Protein_DBP-5)_(SON3)
## 105                                                                                                                                                                                                                                                                                                                                                                       Protocadherin_beta-1_(PCDH-beta-1)
## 106                                                                                                                                                                                                                                                                        S-methyl-5'-thioadenosine_phosphorylase_(EC_2.4.2.28)_(5'-methylthioadenosine_phosphorylase)_(MTA_phosphorylase)_(MTAP)_(MTAPase)
## 107                                                                                                                                                                                                                                                                                                                                                                        Hemicentin-1_(Fibulin-6)_(FIBL-6)
## 108                                                                                                                                                                                                                                                                                                                                BEN_domain-containing_protein_4_(Coiled-coil_domain-containing_protein_4)
## 109                                                                                                                                                                                                                                                  Transmembrane_prolyl_4-hydroxylase_(P4H-TM)_(EC_1.14.11.-)_(Hypoxia-inducible_factor_prolyl_hydroxylase_4)_(HIF-PH4)_(HIF-prolyl_hydroxylase_4)_(HPH-4)
## 110                                                                                                                                                                                                                                                                                                                                                            Fanconi_anemia_group_A_protein_(Protein_FACA)
## 111                                                                                                                                                                                                                                                                                   G2/M_phase-specific_E3_ubiquitin-protein_ligase_(EC_2.3.2.26)_(G2/M_phase-specific_HECT-type_E3_ubiquitin_transferase)
## 112                                                                                                                                                                                                                                                                                                                                                        Ribonucleoprotein_PTB-binding_1_(Protein_raver-1)
## 113                                                                                                                                                                                                                                           Minor_histocompatibility_antigen_H13_(EC_3.4.23.-)_(Intramembrane_protease_1)_(IMP-1)_(IMPAS-1)_(hIMP1)_(Presenilin-like_protein_3)_(Signal_peptide_peptidase)
## 114                                                                                                                                                                                                                                                                                                                                                Major_facilitator_superfamily_domain-containing_protein_8
## 115                                                                                                                                                                                                                                                                                 Protein_atonal_homolog_8_(Class_A_basic_helix-loop-helix_protein_21)_(bHLHa21)_(Helix-loop-helix_protein_hATH-6)_(hATH6)
## 116                                                                                                                                                                                                                                                                                                                                                            Zinc_finger_MYND_domain-containing_protein_10
## 117                                                                                                                                                                                                                                                                                         DNA_polymerase_epsilon_subunit_4_(EC_2.7.7.7)_(DNA_polymerase_II_subunit_4)_(DNA_polymerase_epsilon_subunit_p12)
## 118                                                                                                                                                                                                                                                                                         Protein_disulfide_isomerase-like_2-2_(OsPDIL2-2)_(EC_5.3.4.1)_(Protein_disulfide_isomerase-like_4-2)_(OsPDIL4-2)
## 119                                                                                                                                                                                                                                                    2-acylglycerol_O-acyltransferase_2-A_(EC_2.3.1.22)_(Acyl-CoA:monoacylglycerol_acyltransferase_2-A)_(MGAT2-A)_(Monoacylglycerol_O-acyltransferase_2-A)
## 120                                                                                                                                                                                                                                          Polyribonucleotide_5'-hydroxyl-kinase_Clp1_(EC_2.7.1.78)_(Polyadenylation_factor_Clp1)_(Polynucleotide_kinase_Clp1)_(Pre-mRNA_cleavage_complex_II_protein_Clp1)
## 121                                                                                                                                                                                                                                                                                                            Major_facilitator_superfamily_domain-containing_protein_6_(Macrophage_MHC_class_I_receptor_2)
## 122                                                                                                                                                                                                                                                        Ribonuclease_H2_subunit_A_(RNase_H2_subunit_A)_(EC_3.1.26.4)_(Ribonuclease_HI_large_subunit)_(RNase_HI_large_subunit)_(Ribonuclease_HI_subunit_A)
## 123                                                                                                                                                                                                                                                                                                                                               Fibrillin-2_[Cleaved_into:_Fibrillin-2_C-terminal_peptide]
## 124                                                                                                                                                                                                                                                                                                                                         Centrosomal_protein_of_131_kDa_(5-azacytidine-induced_protein_1)
## 125 E3_ubiquitin-protein_ligase_HUWE1_(EC_2.3.2.26)_(ARF-binding_protein_1)_(ARF-BP1)_(HECT,_UBA_and_WWE_domain-containing_protein_1)_(HECT-type_E3_ubiquitin_transferase_HUWE1)_(Homologous_to_E6AP_carboxyl_terminus_homologous_protein_9)_(HectH9)_(Large_structure_of_UREB1)_(LASU1)_(Mcl-1_ubiquitin_ligase_E3)_(Mule)_(Upstream_regulatory_element-binding_protein_1)_(URE-B1)_(URE-binding_protein_1)
## 126                                                                                                                                                                                                                                                                                                                       Nuclear_factor_of_activated_T-cells_5_(NF-AT5)_(T-cell_transcription_factor_NFAT5)
## 127                                                                                                                                                                                                                                                                                                                                                       Zinc_finger_transcription_factor_family_protein_17
## 128                                                                                                                                                                                                                                                                                                                                                                                             Histone_H3.2
## 129                                                                                                                                                                                                                                                                                                                     Brefeldin_A-inhibited_guanine_nucleotide-exchange_protein_3_(ARFGEF_family_member_3)
## 130                                                                                                                                                                                                                                                                                   G2/M_phase-specific_E3_ubiquitin-protein_ligase_(EC_2.3.2.26)_(G2/M_phase-specific_HECT-type_E3_ubiquitin_transferase)
## 131                                                                                                                                                                                                                                                                                                                                                                     Fidgetin-like_protein_1_(EC_3.6.4.-)
## 132                                                                                                                                                                                          E3_ubiquitin-protein_ligase_rnf213-alpha_(EC_2.3.2.27)_(EC_3.6.4.-)_(Mysterin-A)_(Mysterin-alpha)_(RING_finger_protein_213-A)_(RING_finger_protein_213-alpha)_(RING-type_E3_ubiquitin_transferase_rnf213-alpha)
## 133                                                                                                                                                                                                                                                                                                                                          DDK_kinase_regulatory_subunit_DBF4_(Dumbbell_forming_protein_4)
## 134                                                                                                                                                                                              Lysine-specific_demethylase_6A_(EC_1.14.11.-)_(Histone_demethylase_UTX)_(Ubiquitously-transcribed_TPR_protein_on_the_X_chromosome)_(Ubiquitously-transcribed_X_chromosome_tetratricopeptide_repeat_protein)
## 135                                                                                                                                                                                                                                          Nucleosome-remodeling_factor_subunit_BPTF_(Bromodomain_and_PHD_finger-containing_transcription_factor)_(Fetal_Alz-50_clone_1_protein)_(Fetal_Alzheimer_antigen)
## 136                                                                                                                                                                                                                                                                                                                                                                                               Dystrophin
## 137                                                                                                                                                                                                                                                                                                                                                            Fanconi_anemia_group_A_protein_(Protein_FACA)
## 138                                                                                                                                                                                                                                         Deleted_in_malignant_brain_tumors_1_protein_(Glycoprotein_340)_(Gp-340)_(Hensin)_(Salivary_agglutinin)_(SAG)_(Surfactant_pulmonary-associated_D-binding_protein)
## 139                                                                                                                                                                                                                                                                                               Proton-coupled_folate_transporter_(Heme_carrier_protein_1)_(PCFT/HCP1)_(Solute_carrier_family_46_member_1)
## 140                                                                                                                                                                                                                                                                                                                                                   Transposon_TX1_uncharacterized_149_kDa_protein_(ORF_2)
## 141                                                                                                                                                                                                                                                                                                                                                                                          Protein_espinas
## 142                                                                                                                                                                                                                                                                                                                                                                          PHD_finger_protein_ALFIN-LIKE_8
## 143                                                                                                                                                                                                                                                                                                                                                                                Transmembrane_protein_205
## 144                                                                                                                                                                                                                                                                                                                                    GDP-fucose_transporter_1_(Solute_carrier_family_35_member_C1_homolog)
## 145                                                                                                                                                                               Histone_acetyltransferase_KAT6A_(EC_2.3.1.48)_(MOZ,_YBF2/SAS3,_SAS2_and_TIP60_protein_3)_(MYST-3)_(Monocytic_leukemia_zinc_finger_protein)_(Runt-related_transcription_factor-binding_protein_2)_(Zinc_finger_protein_220)
## 146                                                                                                                                                                                                                                                                                                                                    nuclease_HARBI1_(EC_3.1.-.-)_(Harbinger_transposase-derived_nuclease)
## 147                                                                                                                                                                                                                                                                                            Sentrin-specific_protease_6_(EC_3.4.22.-)_(SUMO-1-specific_protease_1)_(Sentrin/SUMO-specific_protease_SENP6)
## 148                                                                                                                                                                                                                                                                                                                                   LisH_domain-containing_protein_FOPNL_(FGFR1OP_N-terminal-like_protein)
## 149                                                                                                                                                                                                                                                                           Serine/threonine-protein_kinase_PLK1_(EC_2.7.11.21)_(Polo-like_kinase_1)_(PLK-1)_(Serine/threonine-protein_kinase_13)_(STPK13)
## 150                                                                                                                                                                                                                                                                                                                                                          Organic_cation/carnitine_transporter_4_(AtOCT4)
## 151                                                                                                                                                                                                                                                                                                                                          Zinc_finger_protein_Gfi-1_(Growth_factor_independent_protein_1)
## 152                                                                                                                                                                                                                                                                                                                                                           Tubby-related_protein_3_(Tubby-like_protein_3)
## 153                                                                                                                                                                                                                                                                                                                                   Contactin-associated_protein-like_2_(Cell_recognition_molecule_Caspr2)
## 154                                                                                                                                                                                                                                          Nucleosome-remodeling_factor_subunit_BPTF_(Bromodomain_and_PHD_finger-containing_transcription_factor)_(Fetal_Alz-50_clone_1_protein)_(Fetal_Alzheimer_antigen)
## 155                                                                                                                                                                                                                                                                                                                                                von_Willebrand_factor_D_and_EGF_domain-containing_protein
## 156                                                                                                                                                                                                                                                                                    Spectrin_beta_chain,_non-erythrocytic_1_(Beta-II_spectrin)_(Fodrin_beta_chain)_(Spectrin,_non-erythroid_beta_chain_1)
## 157                                                                                                                                                                                                                                                                                                Probable_helicase_senataxin_(EC_3.6.4.-)_(Amyotrophic_lateral_sclerosis_4_protein_homolog)_(SEN1_homolog)
## 158                                                                                                                                                                                                                                                                                                                        Sodium-independent_sulfate_anion_transporter_(Solute_carrier_family_26_member_11)
## 159                                                                                                                                                                                                                                                                                                                                                               Metabotropic_glutamate_receptor_4_(mGluR4)
## 160                                                                                                                                                                                                                                                                                                                                       DNA_replication_complex_GINS_protein_PSF3_(GINS_complex_subunit_3)
## 161                                                                                                                                                                                                                                                                                                                                               Forkhead_box_protein_P4_(Fork_head-related_protein-like_A)
## 162                                                                                                                                                                                                                                                                                                    Dynein_heavy_chain_10,_axonemal_(Axonemal_beta_dynein_heavy_chain_10)_(Ciliary_dynein_heavy_chain_10)
## 163                                                                                                                                                                                                                                                              Succinate--hydroxymethylglutarate_CoA-transferase_(EC_2.8.3.13)_(Dermal_papilla-derived_protein_13)_(SuccinylCoA:glutarate-CoA_transferase)
## 164                                                                                                                                                                                                                                                                                                                                                 Endothelin-converting_enzyme_homolog_(ECE)_(EC_3.4.24.-)
## 165                                                                                                                                                                                                                                                                              Gypsy_retrotransposon_integrase-like_protein_1_(GIN-1)_(Ty3/Gypsy_integrase_1)_(Zinc_finger_H2C2_domain-containing_protein)
## 166                                                                                                                                                                                                                                                                                                                                         Guanine_nucleotide_exchange_factor_MSS4_(Rab-interacting_factor)
## 167                                                                                                                                                                                                                                                                                         CD209_antigen-like_protein_A_(Dendritic_cell-specific_ICAM-3-grabbing_non-integrin)_(DC-SIGN)_(CD_antigen_CD209)
## 168                                                                                                                                                                                                                                                                                                N-alpha-acetyltransferase_40_(EC_2.3.1.257)_(N-acetyltransferase_11)_(N-alpha-acetyltransferase_D)_(NatD)
## 169                                                                                                                                                                                                                                                                                                                               Vacuolar_protein_sorting-associated_protein_13B_(Cohen_syndrome_protein_1)
## 170                                                                                                                                                                                                                                                  Mitotic_checkpoint_serine/threonine-protein_kinase_BUB1_beta_(EC_2.7.11.1)_(MAD3/BUB1-related_protein_kinase)_(BubR1)_(Mitotic_checkpoint_kinase_MAD3L)
## 171                                                                                                                                                                                                                              Replication_factor_C_subunit_3_(Activator_1_38_kDa_subunit)_(A1_38_kDa_subunit)_(Activator_1_subunit_3)_(Replication_factor_C_38_kDa_subunit)_(RF-C_38_kDa_subunit)_(RFC38)
## 172                                                                                                                                                                                                                                                                                                                                                                                  Nipped-B-like_protein_A
## 173                                                                                                                                                                                                                                                                                                            Major_facilitator_superfamily_domain-containing_protein_6_(Macrophage_MHC_class_I_receptor_2)
## 174                                                                                                                                                                                                                                                                                                                                                                                 SE-cephalotoxin_(SE-ctx)
## 175                                                                                                                                                                                                                                                                                                                                                                        Hemicentin-1_(Fibulin-6)_(FIBL-6)
## 176                                                                                                                                                                                                                                                                                                                                                                          Forkhead_box_protein_I1_(FoxI1)
## 177                                                                                                                                                                                                                                              Multiple_epidermal_growth_factor-like_domains_protein_6_(Multiple_EGF-like_domains_protein_6)_(Epidermal_growth_factor-like_protein_3)_(EGF-like_protein_3)
## 178                                                                                                                                                                                                                                                                                                                                                                              Salivary_glue_protein_Sgs-4
## 179                                                                                                                                                                                                                                                                                                                                                               Metabotropic_glutamate_receptor_3_(mGluR3)
## 180                                                                                                                                                                                                                                                                                                                                                                       Death-associated_protein_1_(DAP-1)
## 181                                                                                                                                                                                                                                                                                                                                               Delta-like_protein_4_(Drosophila_Delta_homolog_4)_(Delta4)
## 182                                                                                                                                                                                                                                                                                                                                                                 Lipopolysaccharide-binding_protein_(LBP)
## 183                                                                                                                                                                                                                                                                                                                                                               Metabotropic_glutamate_receptor_7_(mGluR7)
## 184                                                                                                                                                                                                                                                                               von_Willebrand_factor_A_domain-containing_protein_2_(A_domain-containing_protein_similar_to_matrilin_and_collagen)_(AMACO)
## 185                                                                                                                                                                                                                                                                                                                                                                                     Cyclin-A2_(Cyclin-A)
## 186                                                                                                                                                                                                                                                                                                                                                                        Mitochondrial_fission_regulator_2
## 187                                                                                                                                                                                                                                                                                                                                                                            Mucin-like_protein_(Fragment)
## 188                                                                                                                                                                                                                                                                                                                   Acetyl-CoA_carboxylase_(ACC)_(EC_6.4.1.2)_[Includes:_Biotin_carboxylase_(EC_6.3.4.14)]
## 189                                                                                                                                                                                                                                                                                                                                 Rho_GTPase-activating_protein_19_(Rho-type_GTPase-activating_protein_19)
## 190                                                                                                                                                                                                                                                                                                                                                          Cytochrome_P450_3A56_(EC_1.14.14.1)_(CYPIIIA56)
## 191                                                                                                                                                                                                                                                                                            Alpha-1A_adrenergic_receptor_(Alpha-1A_adrenoreceptor)_(Alpha-1A_adrenoceptor)_(Alpha-1C_adrenergic_receptor)
## 192                                                                                                                                                                                                                                                                                                                                                                       Kinetochore_protein_Spc24_(xSpc24)
## 193                                                                                                                                                                                                                                                                                                                           Filamin-A_(FLN-A)_(Actin-binding_protein_280)_(ABP-280)_(Filamin-1)_(Filamin1)
## 194                                                                                                                                                                                                                                                                                                                                                      T-box_transcription_factor_TBX20_(T-box_protein_20)
## 195                                                                                                                                                                                                                                                                                                                                                 Deoxycytidylate_deaminase_(EC_3.5.4.12)_(dCMP_deaminase)
## 196                                                                                                                                                                                                                                                                                                                                                                             G2/mitotic-specific_cyclin-B
## 197                                                                                                                                                                                                                                                         GPI_mannosyltransferase_1_(EC_2.4.1.-)_(GPI_mannosyltransferase_I)_(GPI-MT-I)_(Phosphatidylinositol-glycan_biosynthesis_class_M_protein)_(PIG-M)
## 198                                                                                                                                                                                                                                                                                                                                                                                     Kelch-like_protein_3
## 199                                                                                                                                                                                                                                                                                                                                Protein_furry_homolog-like_(ALL1-fused_gene_from_chromosome_4p12_protein)
## 200                                                                                                                                                                                                                                                                                                                                                                        Hemicentin-1_(Fibulin-6)_(FIBL-6)
## 201                                                                                                                                                                                                                                                                                                                                                           Furin-like_protease_2_(Furin-2)_(EC_3.4.21.75)
## 202                                                                                                                                                                                                                                                                                                              Cytochrome_P450_3A5_(EC_1.14.14.1)_(CYPIIIA5)_(Cytochrome_P450_HLp2)_(Cytochrome_P450-PCN3)
## 203                                                                                                                                                                                                                                                                                                                                                                            G2/mitotic-specific_cyclin-B3
## 204                                                                                                                                                                                                                                                                                                                                   LisH_domain-containing_protein_FOPNL_(FGFR1OP_N-terminal-like_protein)
## 205                                                                                                                                                                                                                                                                                                                         Carboxypeptidase_D_(EC_3.4.17.22)_(CPD-2)_(Metallocarboxypeptidase_D)_(Fragment)
## 206                                                                                                                                                                                                                                                                                                                                                PMS1_protein_homolog_1_(DNA_mismatch_repair_protein_PMS1)
## 207                                                                                                                                                                                                                                                                                                                                                          Chymotrypsin-like_protease_CTRL-1_(EC_3.4.21.-)
## 208                                                                                                                                                                                                                                                                                                               E3_ubiquitin-protein_ligase_KCMF1_(EC_2.3.2.27)_(RING-type_E3_ubiquitin_transferase_KCMF1)
## 209                                                                                                                                                                                                                                       Glycerol_kinase_3_(GK_3)_(Glycerokinase_3)_(EC_2.7.1.30)_(ATP:glycerol_3-phosphotransferase_3)_(Glycerol_kinase_3_pseudogene)_(Glycerol_kinase,_testis_specific_1)
## 210                                                                                                                                                                                                                                                                                                                                                              Ankyrin_repeat_domain-containing_protein_11
## 211                                                                                                                                                                                                                                                                                BTB/POZ_domain-containing_adapter_for_CUL3-mediated_RhoA_degradation_protein_1_(BTB/POZ_domain-containing_protein_KCTD13)
## 212                                                                                                                                                                                                                                                                                                                                                          Organic_cation/carnitine_transporter_4_(AtOCT4)
## 213                                                                                                                                                                                                                                                                                                                             Monocarboxylate_transporter_12_(MCT_12)_(Solute_carrier_family_16_member_12)
## 214                                                                                                                                                                                                                                                                                                                                                          NACHT,_LRR_and_PYD_domains-containing_protein_3
## 215                                                                                                                                                                                                                                                                                                                                Delphilin_(Glutamate_receptor,_ionotropic,_delta_2-interacting_protein_1)
## 216                                                                                                                                                                                                                                                                                                                            Arylsulfatase_B_(ASB)_(EC_3.1.6.12)_(N-acetylgalactosamine-4-sulfatase)_(G4S)
## 217                                                                                                                                                                                                                                                                                                                                                                   Glyoxalase_domain-containing_protein_5
## 218                                                                                                                                                                                                                         Platelet-activating_factor_acetylhydrolase_IB_subunit_beta_(EC_3.1.1.47)_(PAF_acetylhydrolase_30_kDa_subunit)_(PAF-AH_30_kDa_subunit)_(PAF-AH_subunit_beta)_(PAFAH_subunit_beta)
## 219                                                                                                                                                1-phosphatidylinositol_3-phosphate_5-kinase_(Phosphatidylinositol_3-phosphate_5-kinase)_(EC_2.7.1.150)_(FYVE_finger-containing_phosphoinositide_kinase)_(PIKfyve)_(Phosphatidylinositol_3-phosphate_5-kinase_type_III)_(PIPkin-III)_(Type_III_PIP_kinase)
## 220                                                                                                                                                                                                                                                                                  GDP-fucose_protein_O-fucosyltransferase_1_(EC_2.4.1.221)_(Neurotic_protein)_(Peptide-O-fucosyltransferase_1)_(O-FucT-1)
## 221                                                                                                                                                                                                                                                                                                                                                                       Nuclear_transport_factor_2_(NTF-2)
## 222                                                                                                                                                                                                                                                                                                                                                           Triple_functional_domain_protein_(EC_2.7.11.1)
## 223                                                                                                                                                                                                                                                                                     Biogenesis_of_lysosome-related_organelles_complex_1_subunit_6_(BLOC-1_subunit_6)_(Pallid_protein_homolog)_(Pallidin)
## 224                                                                                                                                                                                                                                                                              Serine/threonine-protein_kinase_ATR_(EC_2.7.11.1)_(Ataxia_telangiectasia_and_Rad3-related_protein)_(FRAP-related_protein_1)
## 225                                                                                                                                                                                                                                                                                                                                                DNA_mismatch_repair_protein_Msh2_(MutS_protein_homolog_2)
## 226                                                                                                                                                                                                                                                                                                         WD_repeat_and_HMG-box_DNA-binding_protein_1_(Acidic_nucleoplasmic_DNA-binding_protein_1)_(And-1)
## 227                                                                                                                                                                                                                                                                                                                                       Trace_amine-associated_receptor_1_(TaR-1)_(Trace_amine_receptor_1)
## 228                                                                                                                                                                                                                                                                                                                                                          Thymidylate_synthase_(TS)_(TSase)_(EC_2.1.1.45)
## 229                                                                                                                                                                                                                                                                                                                                                                     Fukutin-related_protein_(EC_2.-.-.-)
## 230                                                                                                                                                                 Poly_[ADP-ribose]_polymerase_4_(PARP-4)_(EC_2.4.2.30)_(193_kDa_vault_protein)_(ADP-ribosyltransferase_diphtheria_toxin-like_4)_(ARTD4)_(PARP-related/IalphaI-related_H5/proline-rich)_(PH5P)_(Vault_poly(ADP-ribose)_polymerase)_(VPARP)
## 231                                                                                                                                                                                                                                                                                                                                               Delta-like_protein_1_(Drosophila_Delta_homolog_1)_(Delta1)
## 232                                                                                                                                                                                                                                                  Transmembrane_prolyl_4-hydroxylase_(P4H-TM)_(EC_1.14.11.-)_(Hypoxia-inducible_factor_prolyl_hydroxylase_4)_(HIF-PH4)_(HIF-prolyl_hydroxylase_4)_(HPH-4)
## 233                                                                                                                                                                                                                                           Cyclin-dependent_kinase_1_(CDK1)_(EC_2.7.11.22)_(EC_2.7.11.23)_(Cell_division_control_protein_2_homolog)_(Cell_division_protein_kinase_1)_(p34_protein_kinase)
## 234                                                                                                                                                                                                                              Replication_factor_C_subunit_5_(Activator_1_36_kDa_subunit)_(A1_36_kDa_subunit)_(Activator_1_subunit_5)_(Replication_factor_C_36_kDa_subunit)_(RF-C_36_kDa_subunit)_(RFC36)
## 235                                                                                                                                                                                                                                                                                                                                             NAD(P)H-hydrate_epimerase_(EC_5.1.99.6)_(NAD(P)HX_epimerase)
## 236                                                                                                                                                                                                                                                                                                                                                               Chromodomain_Y-like_protein_2_(CDY-like_2)
## 237                                                                                                                                                                                                                                                                                                                                                                                               Myotrophin
## 238                                                                                                                                                                                                                                                                                                                                                                              Thymocyte_nuclear_protein_1
## 239                                                                                                                                                                                                                                                                                                        Angiotensin-converting_enzyme_(EC_3.4.15.1)_(Dipeptidyl_carboxypeptidase_I)_(Kininase_II)_(TtACE)
## 240                                                                                                                                                                                                                                                                                                                                                                  Uncharacterized_protein_CXorf65_homolog
## 241                                                                                                                                                                                                                                                                                                                          Structural_maintenance_of_chromosomes_protein_6_(SMC_protein_6)_(SMC-6)_(xSMC6)
## 242                                                                                                                                                                                                                                                                                                                                                                      BTB/POZ_domain-containing_protein_6
## 243                                                                                                                                                                                                                                                                          Ephrin_type-A_receptor_5_(EC_2.7.10.1)_(Brain-specific_kinase)_(EPH_homology_kinase_1)_(EHK-1)_(EPH-like_kinase_7)_(EK7)_(hEK7)
## 244                                                                                                                                                                                                                                                                                                                                                           Universal_stress_protein_Slr1101_(USP_Slr1101)
## 245                                                                                                                                                                                                                                                                                               Glutamine_synthetase_(GS)_(EC_6.3.1.2)_(Glutamate_decarboxylase)_(EC_4.1.1.15)_(Glutamate--ammonia_ligase)
## 246                                                                                                                                                                                                                                                                                                                                                  DBH-like_monooxygenase_protein_1_homolog_(EC_1.14.17.-)
## 247                                                                                                                                                                                                                                                                                                       Iroquois-class_homeodomain_protein_IRX-6_(Homeodomain_protein_IRXB3)_(Iroquois_homeobox_protein_6)
## 248                                                                                                                                                                                                                                                                                                                                                            Adenosine_deaminase-like_protein_(EC_3.5.4.-)
## 249                                                                                                                                                                                                                                                                                                                                                                                    Aquaporin-11_(AQP-11)
## 250                                                                                                                                                                                                                                                                                                                                                                           Neurogenic_locus_protein_delta
## 251                                                                                                                                                                                                                                                                                                     Non-structural_maintenance_of_chromosomes_element_1_homolog_(Non-SMC_element_1_homolog)_(EC_2.3.2.-)
## 252                                                                                                                                                                                                                                                                                                                                                                               Kinesin-like_protein_KIF14
## 253                                                                                                                                                                                                                                                                                                                                                        T-box_transcription_factor_TBX1_(T-box_protein_1)
## 254                                                                                                                                                                                                                                                                                               Mismatch_repair_endonuclease_PMS2_(EC_3.1.-.-)_(DNA_mismatch_repair_protein_PMS2)_(PMS1_protein_homolog_2)
## 255                                                                                                                                                                                                                                                                                                                                                Regulator_of_telomere_elongation_helicase_1_(EC_3.6.4.12)
## 256                                                                                                                                                                                                                                                                                                                                                                                   Protein_lin-52_homolog
## 257                                                                                                                                                                                                                                                                                       Hairy/enhancer-of-split_related_with_YRPW_motif_protein_1_(Hairy_and_enhancer_of_split-related_protein_1)_(HESR-1)
## 258                                                                                                                                                                                                                                                                                                                                                                                             Hemicentin-2
## 259                                                                                                                                                                                                                                                                                                                                                    Adenine_phosphoribosyltransferase_(APRT)_(EC_2.4.2.7)
## 260                                                                                                                                                                                                                                                                   Basement_membrane-specific_heparan_sulfate_proteoglycan_core_protein_(HSPG)_(Perlecan)_(PLC)_[Cleaved_into:_Endorepellin;_LG3_peptide]
## 261                                                                                                                                                                                                                                                                                                        Sister_chromatid_cohesion_protein_DCC1_(Defective_in_sister_chromatid_cohesion_protein_1_homolog)
## 262                                                                                                                                                                                                                                                                 Cholinesterase_(EC_3.1.1.8)_(Acylcholine_acylhydrolase)_(Butyrylcholine_esterase)_(Choline_esterase_II)_(EQ-BCHE)_(Pseudocholinesterase)
## 263                                                                                                                                                                                                                    Lymphoid-specific_helicase_(EC_3.6.4.-)_(Proliferation-associated_SNF2-like_protein)_(SWI/SNF2-related_matrix-associated_actin-dependent_regulator_of_chromatin_subfamily_A_member_6)
## 264                                                                           Brain-specific_angiogenesis_inhibitor_1-associated_protein_2_(BAI-associated_protein_2)_(BAI1-associated_protein_2)_(Protein_BAP2)_(Fas_ligand-associated_factor_3)_(FLAF3)_(Insulin_receptor_substrate_p53/p58)_(IRS-58)_(IRSp53/58)_(Insulin_receptor_substrate_protein_of_53_kDa)_(IRSp53)_(Insulin_receptor_substrate_p53)
## 265                                                                                                               Glutathione_hydrolase_1_proenzyme_(EC_3.4.19.13)_(Gamma-glutamyltransferase_1)_(Gamma-glutamyltranspeptidase_1)_(GGT_1)_(EC_2.3.2.2)_(Leukotriene-C4_hydrolase)_(EC_3.4.19.14)_(CD_antigen_CD224)_[Cleaved_into:_Glutathione_hydrolase_1_heavy_chain;_Glutathione_hydrolase_1_light_chain]
## 266                                                                                                                                                                                                                                                                                           Cytoplasmic_dynein_1_heavy_chain_1_(Cytoplasmic_dynein_heavy_chain_1)_(Dynein_heavy_chain,_cytosolic)_(MAP_1C)
## 267                                                                                                                                                                                                                                                                                                                   Lymphocyte-specific_helicase_(EC_3.6.4.-)_(Proliferation-associated_SNF2-like_protein)
## 268                                                                                                                                                                                                                                                                                                                                                        Zinc_finger_protein_799_(Zinc_finger_protein_842)
## 269                                                                                                                                                                                                                                                                                                                                                            ATP-dependent_DNA_helicase_RecQ_(EC_3.6.4.12)
## 270                                                                                                                                                                                                                                                                                                                                         Guanine_nucleotide_exchange_factor_MSS4_(Rab-interacting_factor)
## 271                                                                                                                                                                                                                                                                                                                                                             Alpha-_and_gamma-adaptin-binding_protein_p34
## 272                                                                                                                                                                                                                                                                                                                                                                   Protein_jagged-1b_(Jagged1b)_(Jagged3)
## 273                                                                                                                                                                                                                                                Transmembrane_emp24_domain-containing_protein_4_(Endoplasmic_reticulum_stress-response_protein_25)_(ERS25)_(p24_family_protein_alpha-3)_(p24alpha3)_(p26)
## 274                                                                                                                                                                                                                                                        MAM_and_LDL-receptor_class_A_domain-containing_protein_2_(Skeletal_organic_matrix_MAM_and_LDL-receptor_2)_(SOM_MAM_and_LDL-receptor_2)_(Fragment)
## 275                                                                                                                                                                                                                                                                                                                                                   Traf2_and_NCK-interacting_protein_kinase_(EC_2.7.11.1)
## 276                                                                                                                                                                                                                                                                                                                 Kinesin-like_protein_KIF11-A_(Kinesin-5)_(Kinesin-related_motor_protein_Eg5-2)_(XLEg5K2)
## 277                                                                                                                                                                                                                                                                                                                              Ras-related_protein_RABE1a_(AtRABE1a)_(Ras-related_protein_Rab8B)_(AtRab8B)
## 278                                                                                                                                                                                                                                                                                       Polyubiquitin_9_[Cleaved_into:_Ubiquitin-related_1;_Ubiquitin-related_2;_Ubiquitin-related_3;_Ubiquitin-related_4]
## 279                                                                                                                                                               Sushi,_von_Willebrand_factor_type_A,_EGF_and_pentraxin_domain-containing_protein_1_(CCP_module-containing_protein_22)_(Polydom)_(Selectin-like_osteoblast-derived_protein)_(SEL-OB)_(Serologically_defined_breast_cancer_antigen_NY-BR-38)
## 280                                                                                                                                                                                                                                                         Phosphoserine_aminotransferase_(PSAT)_(EC_2.6.1.52)_(Endometrial_progesterone-induced_protein)_(EPIP)_(Phosphohydroxythreonine_aminotransferase)
## 281                                                                                                                                                                                                                                                     Leucine-rich_repeat_serine/threonine-protein_kinase_1_(EC_2.7.11.1)_(Leucine-rich_repeats,_ras-like_domain,_kinase_protein_1)_(PARK8-related_kinase)
## 282                                                                                                                                                                                                           Solute_carrier_family_15_member_1_(Intestinal_H(+)/peptide_cotransporter)_(Oligopeptide_transporter,_small_intestine_isoform)_(Peptide_transporter_1)_(Proton-coupled_dipeptide_cotransporter)
## 283                                                                                                                                                                                                                                                                                                                                                                       Translation_initiation_factor_IF-2
## 284                                                                                                                                                                                                                                             Ubiquitin_carboxyl-terminal_hydrolase_24_(EC_3.4.19.12)_(Deubiquitinating_enzyme_24)_(Ubiquitin_thioesterase_24)_(Ubiquitin-specific-processing_protease_24)
## 285                                                                                                                                                                                                                                                                                                                                                                                               Ryncolin-4
## 286                                                                                                                                                                                                                                                                                                                                                                                  Zinc_finger_protein_623
## 287                                                                                                                                                                                                                                                                                                                                                                          Fucose_mutarotase_(EC_5.1.3.29)
## 288                                                                                                                                                                                                                                                                                                                                                                         DEP_domain-containing_protein_1B
## 289                                                                                                                                                                                                                                                                                                                                                                                   Coactosin-like_protein
## 290                                                                                                                                                                                                                                                                                                                           Nuclear_pore_complex_protein_Nup153_(153_kDa_nucleoporin)_(Nucleoporin_Nup153)
## 291                                                                                                                                                                                                                                                                                                                                                                       Cholecystokinin_receptor_(CCK-XLR)
## 292                                                                                                                                                                                                                                                                                                                                                    Elongation_factor_Ts,_mitochondrial_(EF-Ts)_(EF-TsMt)
## 293                                                                                                                                                                                                                                                                                                                                               Follistatin-related_protein_5_(Follistatin-like_protein_5)
## 294                                                                                                                                                                                                                                                                                                                                 Protein_MMS22-like_(Methyl_methanesulfonate-sensitivity_protein_22-like)
## 295                                                                                                                                                                                                                                                                                                                                 Condensin-2_complex_subunit_H2_(Non-SMC_condensin_II_complex_subunit_H2)
## 296                                                                                                                                                                                                                                                                                                                                                            ATP-dependent_DNA_helicase_RecQ_(EC_3.6.4.12)
## 297                                                                                                                                                                                                                                                                                         Protein_disulfide_isomerase-like_2-2_(OsPDIL2-2)_(EC_5.3.4.1)_(Protein_disulfide_isomerase-like_4-2)_(OsPDIL4-2)
## 298                                                                                                                                                                                                                                                                                                                                                                    Enhancer_of_rudimentary_homolog_(Mer)
## 299                                                                                                                                                                                                                                                                                                                                                                                          Protein_FAM173B
## 300                                                                                                                                                                                                                                                                                                                                                                                  Protein_aurora_borealis
## 301                                                                                                                                                                                                                                                                                                                                   5-hydroxytryptamine_receptor_6_(5-HT-6)_(5-HT6)_(Serotonin_receptor_6)
## 302                                                                                                                                                                                                                                                                                                                     5-hydroxytryptamine_receptor_2C_(5-HT-2C)_(5-HT2C)_(5-HTR2C)_(Serotonin_receptor_2C)
## 303                                                                                                                                                                                                                                                                                                                           Protoheme_IX_farnesyltransferase,_mitochondrial_(EC_2.5.1.-)_(Heme_O_synthase)
## 304                                                                                                                                                                                                                                                                                                                               Ran_guanine_nucleotide_release_factor_(RanGNRF)_(Ran-binding_protein_MOG1)
## 305                                                                                                                                                                                                                                                                                 cGMP-dependent_3',5'-cyclic_phosphodiesterase_(EC_3.1.4.17)_(Cyclic_GMP-stimulated_phosphodiesterase)_(CGS-PDE)_(cGSPDE)
## 306                                                                                                                                                                                                                                                                                               Proton-coupled_folate_transporter_(Heme_carrier_protein_1)_(PCFT/HCP1)_(Solute_carrier_family_46_member_1)
## 307                                                                                                                                                                                                                                                                                                                                                                                Transmembrane_protein_205
## 308                                                                                                                                                                                                                                                                                                                                                                           Protein_ALP1-like_(EC_3.1.-.-)
## 309                                                                                                                                                                                                                                                                                                                                                                                  RING_finger_protein_121
## 310                                                                                                                                                                                                                                                                                                                                       Probable_cytidine_deaminase_(EC_3.5.4.5)_(Cytidine_aminohydrolase)
## 311                                                                                                                                                                                                    Dehydrodolichyl_diphosphate_synthase_complex_subunit_Nus1_(EC_2.5.1.87)_(Di-trans,poly-cis-decaprenylcistransferase)_(Nogo-B_receptor)_(NgBR)_(Nuclear_undecaprenyl_pyrophosphate_synthase_1_homolog)
## 312                                                                                                                                                                                                                                                                                                                                                                                                 Cyclin-J
## 313                                                                                                                                                                                                                                                                                           DNA_polymerase_epsilon_subunit_2_(EC_2.7.7.7)_(DNA_polymerase_II_subunit_2)_(DNA_polymerase_epsilon_subunit_B)
## 314                                                                                                                                                                                                                                                           N-alpha-acetyltransferase_50_(EC_2.3.1.258)_(N-acetyltransferase_NAT13)_(N-epsilon-acetyltransferase_50)_(EC_2.3.1.-)_(NatE_catalytic_subunit)
## 315                                                                                                                                                                                                                                                                                                     Major_facilitator_superfamily_domain-containing_protein_8_(Ceroid-lipofuscinosis_neuronal_protein_7)
## 316                                                                                                                                                                                                                                                                                                                                           Zinc_transporter_7_(ZnT-7)_(Solute_carrier_family_30_member_7)
## 317                                                                                                                                                                                                                                                  Complement_C5_(Hemolytic_complement)_[Cleaved_into:_Complement_C5_beta_chain;_Complement_C5_alpha_chain;_C5a_anaphylatoxin;_Complement_C5_alpha'_chain]
## 318                                                                                                                                                                                                                                                                                                              Apoptosis-enhancing_nuclease_(EC_3.1.-.-)_(Interferon-stimulated_20_kDa_exonuclease-like_1)
## 319                                                                                                                                                                                                                                                                                                                                                                 Universal_stress_protein_YxiE_(USP_YxiE)
## 320                                                                                                                                                                                                                                                                                                                                                        Probable_glycosyltransferase_STELLO2_(EC_2.4.-.-)
## 321                                                                                                                                                                                                                                                                                                                           Carboxypeptidase_D_(EC_3.4.17.22)_(Metallocarboxypeptidase_D)_(Protein_silver)
## 322                                                                                                                                                                                                                                                                                                                                                                                                Calumenin
## 323                                                                                                                                                                                                                                                                              Peptidyl-prolyl_cis-trans_isomerase_B_(PPIase_B)_(EC_5.2.1.8)_(CYP-S1)_(Cyclophilin_B)_(Rotamase_B)_(S-cyclophilin)_(SCYLP)
## 324                                                                                                                                                                                                                                                                                                               Importin_subunit_alpha-1_(Karyopherin_subunit_alpha-2)_(RAG_cohort_protein_1)_(SRP1-alpha)
## 325                                                                                                                                                                                                                                                                                                             Sushi,_von_Willebrand_factor_type_A,_EGF_and_pentraxin_domain-containing_protein_1_(Polydom)
## 326                                                                                                                                                                                                                 Hydroxyacyl-coenzyme_A_dehydrogenase,_mitochondrial_(HCDH)_(EC_1.1.1.35)_(Medium_and_short-chain_L-3-hydroxyacyl-coenzyme_A_dehydrogenase)_(Short-chain_3-hydroxyacyl-CoA_dehydrogenase)
## 327                                                                                                                                                                                                                                                                                                                              Sulfotransferase_1C4_(ST1C4)_(EC_2.8.2.-)_(Sulfotransferase_1C2)_(SULT1C#2)
## 328                                                                                                                                                                                                                                         DNA-directed_RNA_polymerase_II_subunit_RPB4_(RNA_polymerase_II_subunit_B4)_(DNA-directed_RNA_polymerase_II_subunit_D)_(RNA_polymerase_II_16_kDa_subunit)_(RPB16)
## 329                                                                                                                                                                                                                                                                                                                                                                      BTB/POZ_domain-containing_protein_2
## 330                                                                                                                                                                                                                                                                                                 3-oxo-5-alpha-steroid_4-dehydrogenase_1_(EC_1.3.1.22)_(SR_type_1)_(Steroid_5-alpha-reductase_1)_(S5AR_1)
## 331                                                                                                                                                                                                                                                                                            Protein_UXT_(Androgen_receptor_trapped_clone_27_protein)_(ART-27)_(Ubiquitously_expressed_transcript_protein)
## 332                                                                                                                                                                                                                                                                                                               Pyrroline-5-carboxylate_reductase_1,_mitochondrial_(P5C_reductase_1)_(P5CR_1)_(EC_1.5.1.2)
## 333                                                                                                                                                                                                                                                             Retrovirus-related_Pol_polyprotein_from_transposon_297_[Includes:_Protease_(EC_3.4.23.-);_Reverse_transcriptase_(EC_2.7.7.49);_Endonuclease]
## 334                                                                                                                                                                                                                                                              Vesicular_inhibitory_amino_acid_transporter_(GABA_and_glycine_transporter)_(Solute_carrier_family_32_member_1)_(Vesicular_GABA_transporter)
## 335                                                                                                                                                                                                                                                                          dCTP_pyrophosphatase_1_(EC_3.6.1.12)_(Deoxycytidine-triphosphatase_1)_(dCTPase_1)_(RS21C6)_(XTP3-transactivated_gene_A_protein)
## 336                                                                                                                                                                                                                                                                        Alkaline_phosphatase,_tissue-nonspecific_isozyme_(AP-TNAP)_(TNSALP)_(EC_3.1.3.1)_(Alkaline_phosphatase_liver/bone/kidney_isozyme)
## 337                                                                                                                                                                                                                                                                                                                                                                 U6_snRNA-associated_Sm-like_protein_LSm8
## 338                                                                                                                                                                                                                                                                                                                            Bcl-2-related_ovarian_killer_protein_(hBOK)_(Bcl-2-like_protein_9)_(Bcl2-L-9)
## 339                                                                                                                                                                            Baculoviral_IAP_repeat-containing_protein_6_(EC_2.3.2.27)_(BIR_repeat-containing_ubiquitin-conjugating_enzyme)_(BRUCE)_(RING-type_E3_ubiquitin_transferase_BIRC6)_(Ubiquitin-conjugating_BIR_domain_enzyme_apollon)_(APOLLON)
## 340                                                                                                                                                                                                                                                                                                                                         Glutathione_peroxidase_7_(GPx-7)_(GSHPx-7)_(EC_1.11.1.9)_(CL683)
## 341                                                                                                                                                                                                                                                                                                                                                       Ketohexokinase_(EC_2.7.1.3)_(Hepatic_fructokinase)
## 342                                                                                                                                                                                                                                                                                                            Hydroxyproline_O-galactosyltransferase_GALT4_(EC_2.4.1.-)_(Beta-1,3-galactosyltransferase_17)
## 343                                                                                                                                                                                                                                                                                      Homeobox_protein_six1b_(Homeobox_protein_six1a)_(Sine_oculis_homeobox_homolog_1a)_(Sine_oculis_homeobox_homolog_1b)
## 344                                                                                                                                                                                                                                                                                      E3_ubiquitin-protein_ligase_NRDP1_(EC_2.3.2.27)_(RING_finger_protein_41)_(RING-type_E3_ubiquitin_transferase_NRDP1)
## 345                                                                                                                                                                                                                                                                                             Frataxin,_mitochondrial_(Fxn)_(EC_1.16.3.1)_[Cleaved_into:_Frataxin_intermediate_form;_Frataxin_mature_form]
## 346                                                                                                                                                                                                                                                                                                                                                                                    Brevican_core_protein
## 347                                                                                                                                                                                                                                                                                                                                                           Triple_functional_domain_protein_(EC_2.7.11.1)
## 348                                                                                                                                                                                                                                                                                    DNA_topoisomerase_2-binding_protein_1-A_(Cut5_protein)_(DNA_topoisomerase_II-binding_protein_1-A)_(TopBP1-A)_(XtopBP)
## 349                                                                                                                                                                                                             Steroid_17-alpha-hydroxylase/17,20_lyase_(EC_1.14.14.19)_(EC_1.14.14.32)_(17-alpha-hydroxyprogesterone_aldolase)_(CYPXVII)_(Cytochrome_P450_17A1)_(Cytochrome_P450-C17)_(Cytochrome_P450c17)
## 350                                                                                                                                                                                 Dol-P-Glc:Glc(2)Man(9)GlcNAc(2)-PP-Dol_alpha-1,2-glucosyltransferase_(EC_2.4.1.256)_(Alpha-1,2-glucosyltransferase_ALG10-A)_(Alpha-2-glucosyltransferase_ALG10-A)_(Asparagine-linked_glycosylation_protein_10_homolog_A)
## 351                                                                                                                                                                                                                                                                                                                                                                Dynactin_subunit_5_(Dynactin_subunit_p25)
## 352                                                                                                                                                                                                                                                                                                                                                                                          Selenoprotein_F
## 353                                                                                                                                                                                                                                                                                                                                                                     RING_finger_protein_B_(Protein_rngB)
## 354                                                                                                                                                                                                                                                                                                                                                                                                Codanin-1
## 355                                                                                                                                                                                                                                                                                                                                        Meprin_A_subunit_beta_(EC_3.4.24.63)_(Endopeptidase-2)_(Meprin_B)
## 356                                                                                                                                                                                                                                                                                                                                             Transmembrane_protease_serine_6_(EC_3.4.21.-)_(Matriptase-2)
## 357                                                                                                                                                                                                                                                                                                                                         Phosphatidylinositol-glycan_biosynthesis_class_F_protein_(PIG-F)
## 358                                                                                                                                                                Beta-1,3-galactosyltransferase_4_(Beta-1,3-GalTase_4)_(Beta3Gal-T4)_(Beta3GalT4)_(GalT4)_(b3Gal-T4)_(EC_2.4.1.62)_(Gal-T2)_(Ganglioside_galactosyltransferase)_(UDP-galactose:beta-N-acetyl-galactosamine-beta-1,3-galactosyltransferase)
## 359                                                                                                                                                                                                                                                                                                                                            Coatomer_subunit_epsilon_(Epsilon-coat_protein)_(Epsilon-COP)
## 360                                                                                                                                                                                                                                                                                                                                     DNA_polymerase_alpha_subunit_B_(DNA_polymerase_alpha_70_kDa_subunit)
## 361                                                                                                                                                                                                                                                                                                                                          Coiled-coil-helix-coiled-coil-helix_domain-containing_protein_2
## 362                                                                                                                                                                                                                                                                                                                                                           Disrupted_in_renal_carcinoma_protein_2_homolog
## 363                                                                                                                                                                                                                                                  Palmitoyltransferase_ZDHHC6_(EC_2.3.1.225)_(Transmembrane_protein_H4)_(Zinc_finger_DHHC_domain-containing_protein_6)_(DHHC-6)_(Zinc_finger_protein_376)
## 364                                                                                                                                                                                                                                                                                               Proton-coupled_folate_transporter_(Heme_carrier_protein_1)_(PCFT/HCP1)_(Solute_carrier_family_46_member_1)
## 365                                                                                                                                                                                                                                                                                                                                                    Endothelin-converting_enzyme_2_(ECE-2)_(EC_3.4.24.71)
## 366                                                                                                                                                                                                                                                                                                                                    Hydroxyacid_oxidase_1_(HAOX1)_(EC_1.1.3.15)_(Glycolate_oxidase)_(GOX)
## 367                                                                                                                                                                                                                                                                                     WD_repeat_and_FYVE_domain-containing_protein_3_(Beach_domain,_WD_repeat_and_FYVE_domain-containing_protein_1)_(BWF1)
## 368                                                                                                                                                                                                                                                                                                                             HAUS_augmin-like_complex_subunit_1_(Coiled-coil_domain-containing_protein_5)
## 369                                                                                                                                                                                                                                                                                                                                                      Gamma-secretase_subunit_APH-1B_(APH-1b)_(Aph-1beta)
## 370                                                                                                                                                                                                                                                                                                                                                               ATP-binding_cassette_sub-family_A_member_3
## 371                                                                                                                                                                                                                                                                                                                      EKC/KEOPS_complex_subunit_Lage3_(ITBA2_protein_homolog)_(L_antigen_family_member_3)
## 372                                                                                                                                                                                                                                                                                                                                             ABC_transporter_G_family_member_22_(ABC_transporter_ABCG.22)
## 373                                                                                                                                                                                               Signal_peptidase_complex_catalytic_subunit_SEC11A_(EC_3.4.21.89)_(Endopeptidase_SP18)_(Microsomal_signal_peptidase_18_kDa_subunit)_(SPase_18_kDa_subunit)_(SEC11_homolog_A)_(SEC11-like_protein_1)_(SPC18)
## 374                                                                                                                                                                                   Brefeldin_A-inhibited_guanine_nucleotide-exchange_protein_1_(Brefeldin_A-inhibited_GEP_1)_(ADP-ribosylation_factor_guanine_nucleotide-exchange_factor_1)_(p200_ARF_guanine_nucleotide_exchange_factor)_(p200_ARF-GEP1)
## 375                                                                                                                                                                                                                                                                      Cubilin_(460_kDa_receptor)_(Glycoprotein_280)_(gp280)_(Intrinsic_factor-cobalamin_receptor)_(Intrinsic_factor-vitamin_B12_receptor)
## 376                                                                                                                                                                                                                                                                                                            Major_facilitator_superfamily_domain-containing_protein_6_(Macrophage_MHC_class_I_receptor_2)
## 377                                                                                                                                                                                                                                                                                                                        Sodium-independent_sulfate_anion_transporter_(Solute_carrier_family_26_member_11)
## 378                                                                                                                                                                                                                                                                                         Alcohol_dehydrogenase_[NADP(+)]_B_(EC_1.1.1.2)_(Aldehyde_reductase-B)_(Aldo-keto_reductase_family_1_member_A1-B)
## 379                                                                                                                                                                                                                                                                                                    H/ACA_ribonucleoprotein_complex_subunit_2_(Nucleolar_protein_family_A_member_2)_(snoRNP_protein_NHP2)
## 380                                                                                                                                                                                                                                                         Transmembrane_protease_serine_9_(EC_3.4.21.-)_(Polyserase-I)_(Polyserine_protease_1)_(Polyserase-1)_[Cleaved_into:_Serase-1;_Serase-2;_Serase-3]
## 381                                                                                                                                                                                                                                                                                                                                                                                  Surfeit_locus_protein_4
## 382                                                                                                                                                                                                                                                                                                        Angiotensin-converting_enzyme_(EC_3.4.15.1)_(Dipeptidyl_carboxypeptidase_I)_(Kininase_II)_(TtACE)
## 383                                                                                                                                                                                                                                                           Structural_maintenance_of_chromosomes_protein_2_(SMC_protein_2)_(SMC-2)_(Chromosome_assembly_protein_XCAP-E)_(Chromosome-associated_protein_E)
## 384                                                                                                                                                                                                                                                   Plasma_membrane_calcium-transporting_ATPase_4_(PMCA4)_(EC_3.6.3.8)_(Plasma_membrane_calcium_ATPase_isoform_4)_(Plasma_membrane_calcium_pump_isoform_4)
## 385                                                                                                                                                                                                                                                                                 Serine_hydroxymethyltransferase,_mitochondrial_(SHMT)_(EC_2.1.2.1)_(Glycine_hydroxymethyltransferase)_(Serine_methylase)
## 386                                                                                                                                                                                                                                                                                                                                              Mitochondrial_genome_maintenance_exonuclease_1_(EC_3.1.-.-)
## 387                                                                                                                                                                                                                                                          Prostasin_(EC_3.4.21.-)_(Channel-activating_protease_1)_(CAP1)_(Serine_protease_8)_[Cleaved_into:_Prostasin_light_chain;_Prostasin_heavy_chain]
## 388                                                                                                                                                                                                                                                                                                                                  Macrophage-expressed_gene_1_protein_(Macrophage_gene_1_protein)_(Mpg-1)
## 389                                                                                                                                                                                                                       Riboflavin-binding_protein_(RBP)_[Cleaved_into:_Riboflavin-binding_protein,_plasma_form;_Riboflavin-binding_protein,_yolk_major_form;_Riboflavin-binding_protein,_yolk_minor_form]
## 390                                                                                                                                                                                                                                                                                                                                                                                   Catalase_(EC_1.11.1.6)
## 391                                                                                                                                                                                                                                                                                                                                    DNA_repair_protein_XRCC2_(X-ray_repair_cross-complementing_protein_2)
## 392                                                                                                                                                                                                                                                          N-alpha-acetyltransferase_40_(EC_2.3.1.257)_(N-acetyltransferase_11)_(N-alpha-acetyltransferase_D)_(NatD)_(hNatD)_(Protein_acetyltransferase_1)
## 393                                                                                                                                                                                                                                                                                                                                                                             Emerin_homolog_1_(Ce-emerin)
## 394                                                                                                                                                                                                                                                                                                                DNA_excision_repair_protein_ERCC-6-like_(EC_3.6.4.12)_(ATP-dependent_helicase_ERCC6-like)
## 395                                                                                                                                                                                                                                                                                                                                            Huntingtin-interacting_protein_K_(Huntingtin_yeast_partner_K)
## 396                                                                                                                                                                                                                                                                                                PCNA-associated_factor_(PCNA-associated_factor_of_15_kDa)_(PAF15)_(p15PAF)_(PCNA-clamp-associated_factor)
## 397                                                                                                                                                                                                                                                                                                                                                                                    Aquaporin-10_(AQP-10)
## 398                                                                                                                                                                                                                              Replication_factor_C_subunit_3_(Activator_1_38_kDa_subunit)_(A1_38_kDa_subunit)_(Activator_1_subunit_3)_(Replication_factor_C_38_kDa_subunit)_(RF-C_38_kDa_subunit)_(RFC38)
## 399                                                                                                                                                                                                                                                                                                              Sphingolipid_delta(4)-desaturase_DES1_(EC_1.14.19.17)_(Degenerative_spermatocyte_homolog_1)
## 400                                                                                                                                                                                                                                                                                                                                                              Carnosine_N-methyltransferase_(EC_2.1.1.22)
## 401                                                                                                                                                                                                                                                                                   Zinc_finger_protein_235_(Zinc_finger_protein_270)_(Zinc_finger_protein_93_homolog)_(Zfp-93)_(Zinc_finger_protein_HZF6)
## 402                                                                                                                                                                                                                                                                                                                                                            ATP-dependent_DNA_helicase_RecQ_(EC_3.6.4.12)
## 403                                                                                                                                                                                                                                                                           Cholinesterase_(EC_3.1.1.8)_(Acylcholine_acylhydrolase)_(Butyrylcholine_esterase)_(Choline_esterase_II)_(Pseudocholinesterase)
## 404                                                                                   AP-1_complex_subunit_sigma-2_(Adaptor_protein_complex_AP-1_subunit_sigma-1B)_(Adaptor-related_protein_complex_1_subunit_sigma-1B)_(Clathrin_assembly_protein_complex_1_sigma-1B_small_chain)_(Golgi_adaptor_HA1/AP1_adaptin_sigma-1B_subunit)_(Sigma_1B_subunit_of_AP-1_clathrin)_(Sigma-adaptin_1B)_(Sigma1B-adaptin)
## 405                                                                                                                                                                                                                                                                                            Sentrin-specific_protease_6_(EC_3.4.22.-)_(SUMO-1-specific_protease_1)_(Sentrin/SUMO-specific_protease_SENP6)
## 406                                                                                                                                                      m7GpppX_diphosphatase_(EC_3.6.1.59)_(DCS-1)_(Decapping_scavenger_enzyme)_(Hint-related_7meGMP-directed_hydrolase)_(Histidine_triad_nucleotide-binding_protein_5)_(Histidine_triad_protein_member_5)_(HINT-5)_(Scavenger_mRNA-decapping_enzyme_DcpS)
## 407                                                                                                                                                                                                                                                                                                                           Hypoxanthine-guanine_phosphoribosyltransferase_(HGPRT)_(HGPRTase)_(EC_2.4.2.8)
## 408                                                                                                                                                                                                                                                                                                                                         Nucleoside_diphosphate-linked_moiety_X_motif_22_(Nudix_motif_22)
## 409                                                                                                                                                                                                                                                                                                                                                              Ankyrin_repeat_domain-containing_protein_63
## 410                                                                                                                                                                                                                                                                                                                                       DNA_replication_complex_GINS_protein_PSF1_(GINS_complex_subunit_1)
## 411                                                                                                                                                                                                                                                                                                                                Cyclin-dependent_kinase_2_(EC_2.7.11.22)_(Cell_division_protein_kinase_2)
## 412                                                                                                                                                                                                                                                                                                              Exosome_complex_component_RRP43_(Exosome_component_8)_(Ribosomal_RNA-processing_protein_43)
## 413                                                                                                                                                                                                                                                                                                                                                                                   Protein_zwilch_homolog
## 414                                                                                                                                                                                                                                                                                                        Angiotensin-converting_enzyme_(EC_3.4.15.1)_(Dipeptidyl_carboxypeptidase_I)_(Kininase_II)_(TtACE)
## 415                                                                                                                                                                                                                                                                  Ammonium_transporter_Rh_type_B_(Rhesus_blood_group_family_type_B_glycoprotein)_(Rh_family_type_B_glycoprotein)_(Rh_type_B_glycoprotein)
## 416                                                                                                                                                                                                                                                                                                                               U3_small_nucleolar_ribonucleoprotein_protein_IMP4_(U3_snoRNP_protein_IMP4)
## 417                                                                                                                                                                                                                                                                                                                          EKC/KEOPS_complex_subunit_TPRKB_(PRPK-binding_protein)_(TP53RK-binding_protein)
## 418                                                                                                                                                                                                                                                         Golgi-associated_plant_pathogenesis-related_protein_1_(GAPR-1)_(Golgi-associated_PR-1_protein)_(Glioma_pathogenesis-related_protein_2)_(GliPR_2)
## 419                                                                                                            Probable_dolichyl_pyrophosphate_Glc1Man9GlcNAc2_alpha-1,3-glucosyltransferase_(EC_2.4.1.265)_(Asparagine-linked_glycosylation_protein_8_homolog)_(Dol-P-Glc:Glc(1)Man(9)GlcNAc(2)-PP-dolichyl_alpha-1,3-glucosyltransferase)_(Dolichyl-P-Glc:Glc1Man9GlcNAc2-PP-dolichyl_glucosyltransferase)
## 420                                                                                                                                                                                                                                                                                                                                                      Mitochondrial_import_receptor_subunit_TOM22_homolog
## 421                                                                                                                                                                 Poly_[ADP-ribose]_polymerase_4_(PARP-4)_(EC_2.4.2.30)_(193_kDa_vault_protein)_(ADP-ribosyltransferase_diphtheria_toxin-like_4)_(ARTD4)_(PARP-related/IalphaI-related_H5/proline-rich)_(PH5P)_(Vault_poly(ADP-ribose)_polymerase)_(VPARP)
## 422                                                                                                                                                                                                                                                                                                           Histone-lysine_N-methyltransferase_pr-set7_(EC_2.1.1.43)_(PR/SET_domain-containing_protein_07)
## 423                                                                                                                                                                                                                                                                                                                 Transmembrane_emp24_domain-containing_protein_1_(p24_family_protein_gamma-1)_(p24gamma1)
## 424                                                                                                                                                                                                                                                                                                                                                                        Hemicentin-1_(Fibulin-6)_(FIBL-6)
## 425                                                                                                                                                                                                                                                                                                                                       Vesicle_transport_protein_SFT2B_(SFT2_domain-containing_protein_2)
## 426                                                 Peptidyl-prolyl_cis-trans_isomerase_FKBP4_(PPIase_FKBP4)_(EC_5.2.1.8)_(52_kDa_FK506-binding_protein)_(52_kDa_FKBP)_(FKBP-52)_(59_kDa_immunophilin)_(p59)_(FK506-binding_protein_4)_(FKBP-4)_(FKBP59)_(HSP-binding_immunophilin)_(HBI)_(Immunophilin_FKBP52)_(Rotamase)_[Cleaved_into:_Peptidyl-prolyl_cis-trans_isomerase_FKBP4,_N-terminally_processed]
## 427                                                                                                                                                                                                                                                                                                                                                Zinc_finger_HIT_domain-containing_protein_2_(Protein_FON)
## 428                                                                                                                                                                                                                                      Lysosomal_alpha-glucosidase_(EC_3.2.1.20)_(Acid_maltase)_(Aglucosidase_alfa)_[Cleaved_into:_76_kDa_lysosomal_alpha-glucosidase;_70_kDa_lysosomal_alpha-glucosidase]
## 429                                                                                                                                                                                                                                                                                                                                                                                                  Cubilin
## 430                                                                                                                                                                                                                                                                                                      26S_proteasome_non-ATPase_regulatory_subunit_8_(26S_proteasome_regulatory_subunit_RPN12)_(Fragment)
## 431                                                                                                                                                                                                                                                            Retrovirus-related_Pol_polyprotein_from_transposon_17.6_[Includes:_Protease_(EC_3.4.23.-);_Reverse_transcriptase_(EC_2.7.7.49);_Endonuclease]
## 432                                                                                                                                                                                                                                                                                                                                                                                           Sideroflexin-2
## 433                                                                                                                                                                                                                                                                                                                                                            Polyamine_oxidase_(EC_1.5.3.14)_(EC_1.5.3.15)
## 434                                                                                                                                                                                                                                                                                                                                         Haloacid_dehalogenase-like_hydrolase_domain-containing_protein_3
## 435                                                                                                                                                                                                                                                                                                          Feline_leukemia_virus_subgroup_C_receptor-related_protein_2_(Calcium-chelate_transporter)_(CCT)
## 436                                                                                                                                                                                                                                                                             Plancitoxin-1_(EC_3.1.22.1)_(Plancitoxin_I)_(Plan-I)_[Cleaved_into:_Plancitoxin-1_subunit_alpha;_Plancitoxin-1_subunit_beta]
## 437                                                                                                                                                                                                                                                                                                                          Transmembrane_protein_180_(Major_facilitator_superfamily_domain-containing_13A)
## 438                                                                                                                                                                                                                                                                                                                          Adenosine_deaminase_2_(EC_3.5.4.4)_(Cat_eye_syndrome_critical_region_protein_1)
## 439                                                                                                                                                                                                                                                                                                                                                               Sepiapterin_reductase_(SPR)_(EC_1.1.1.153)
## 440                                                                                                                                                                                                                                                                                                                                       KICSTOR_complex_protein_SZT2_(Seizure_threshold_2_protein_homolog)
## 441                                                                                                                                                                                                                                Trans-1,2-dihydrobenzene-1,2-diol_dehydrogenase_(EC_1.3.1.20)_(D-xylose_1-dehydrogenase)_(D-xylose-NADP_dehydrogenase)_(EC_1.1.1.179)_(Dimeric_dihydrodiol_dehydrogenase)
## 442                                                                                                                                                                                                                                                                                    DNA-directed_RNA_polymerase_II_subunit_RPB7_(RNA_polymerase_II_subunit_B7)_(DNA-directed_RNA_polymerase_II_subunit_G)
## 443                                                                                                                                                                                                                                                                                                                         E3_ubiquitin-protein_ligase_UNKL_(EC_2.3.2.-)_(RING_finger_protein_unkempt-like)
## 444                                                                                                                                                                                                                                                                                                       Glutathione_S-transferase_theta-1_(EC_2.5.1.18)_(GST_class-theta-1)_(Glutathione_transferase_T1-1)
## 445                                                                                                                                                                                                                                                                       Mitochondrial_intermembrane_space_import_and_assembly_protein_40_(Coiled-coil-helix-coiled-coil-helix_domain-containing_protein_4)
## 446                                                                                                                                                                                                                                                                                                       Ficolin-2_(Collagen/fibrinogen_domain-containing_protein_2)_(Ficolin-B)_(Ficolin-beta)_(L-ficolin)
## 447                                                                                                                                                                                                                                                                                                                                                                             ZP_domain-containing_protein
## 448                                                                                                                                                                                                                                                                                                                                                                                  INO80_complex_subunit_C
## 449                                                                                                                                                                                                                                                                                                                                            Gamma-secretase_subunit_pen-2_(Presenilin_enhancer_protein_2)
## 450                                                                         Geranylgeranyl_transferase_type-2_subunit_beta_(EC_2.5.1.60)_(Geranylgeranyl_transferase_type_II_subunit_beta)_(GGTase-II-beta)_(Rab_geranyl-geranyltransferase_subunit_beta)_(Rab_GG_transferase_beta)_(Rab_GGTase_beta)_(Rab_geranylgeranyltransferase_subunit_beta)_(Type_II_protein_geranyl-geranyltransferase_subunit_beta)
## 451                                                                                                                                                                                                                                                                                                          Tyrosine_kinase_receptor_Cad96Ca_(EC_2.7.10.1)_(Cadherin-96Ca)_(Tyrosine_kinase_receptor_HD-14)
## 452                                                                                                                                                                                                                                                                                                               Histidine_triad_nucleotide-binding_protein_2,_mitochondrial_(HINT-2)_(EC_3.-.-.-)_(HINT-3)
## 453                                                                                                                                                                                                                                                                                                                                     Telomere-associated_protein_RIF1_(Rap1-interacting_factor_1_homolog)
## 454                                                                                                                                                                                                                                                                                                                                     ATP-dependent_RNA_helicase_DHX33_(EC_3.6.4.13)_(DEAH_box_protein_33)
## 455                                                                                                                                                                                                   Eukaryotic_translation_elongation_factor_1_epsilon-1_(Aminoacyl_tRNA_synthetase_complex-interacting_multifunctional_protein_3)_(Elongation_factor_p18)_(Multisynthase_complex_auxiliary_component_p18)
## 456                                                                                                                                                                                                                                                                                                                          Transmembrane_protein_121B_(Cat_eye_syndrome_critical_region_protein_6_homolog)
## 457                                                                                                                                                                                                                                                                              Vesicle-trafficking_protein_SEC22a_(SEC22_vesicle-trafficking_protein_homolog_A)_(SEC22_vesicle-trafficking_protein-like_2)
## 458                                                                                                                                                                                                                                                                                      Homeobox_protein_six1b_(Homeobox_protein_six1a)_(Sine_oculis_homeobox_homolog_1a)_(Sine_oculis_homeobox_homolog_1b)
## 459                                                                                                                                                                                                                                                                                                                                                                     Protein_YIPF1_(YIP1_family_member_1)
## 460                                                                                                                                                                                                                                                                                                                                                                               Ras-related_protein_Rab-1B
## 461                                                                                                                                                                                                                                                                                                                                                                             Uncharacterized_protein_L388
## 462                                                 Chondroitin_sulfate_synthase_2_(EC_2.4.1.175)_(EC_2.4.1.226)_(Chondroitin_glucuronyltransferase_2)_(Chondroitin-polymerizing_factor)_(ChPF)_(Glucuronosyl-N-acetylgalactosaminyl-proteoglycan_4-beta-N-acetylgalactosaminyltransferase_II)_(N-acetylgalactosaminyl-proteoglycan_3-beta-glucuronosyltransferase_II)_(N-acetylgalactosaminyltransferase_2)
## 463                                                                                                                                                                                                                                                                 Chromatin_accessibility_complex_protein_1_(CHRAC-1)_(DNA_polymerase_epsilon_subunit_p15)_(NF-YC-like_protein)_(YC-like_protein_1)_(YCL1)
## 464                                                                                                                                                                                                                                       DNA-directed_RNA_polymerases_I,_II,_and_III_subunit_RPABC2_(RNA_polymerases_I,_II,_and_III_subunit_ABC2)_(DNA-directed_RNA_polymerase_II_subunit_F)_(RPB6_homolog)
## 465                                                                                                                                                                                                                                                              Vesicular_inhibitory_amino_acid_transporter_(GABA_and_glycine_transporter)_(Solute_carrier_family_32_member_1)_(Vesicular_GABA_transporter)
## 466                                                                                                                                                                                                                                                                                 DNA-directed_RNA_polymerase_III_subunit_RPC6_(RNA_polymerase_III_subunit_C6)_(DNA-directed_RNA_polymerase_III_subunit_F)
## 467                                                                                                                                                                                                                                                                                                                                           U1_small_nuclear_ribonucleoprotein_A_(U1_snRNP_A)_(U1-A)_(U1A)
## 468                                                                                                                                                                                                                                                                                                                                                 GPN-loop_GTPase_3_(ATP-binding_domain_1_family_member_C)
## 469                                                                                                                                                                                                                                                                                                                                                    Omega-amidase_NIT2_(EC_3.5.1.3)_(Nitrilase_homolog_2)
## 470                                                                                                            Probable_dolichyl_pyrophosphate_Glc1Man9GlcNAc2_alpha-1,3-glucosyltransferase_(EC_2.4.1.265)_(Asparagine-linked_glycosylation_protein_8_homolog)_(Dol-P-Glc:Glc(1)Man(9)GlcNAc(2)-PP-dolichyl_alpha-1,3-glucosyltransferase)_(Dolichyl-P-Glc:Glc1Man9GlcNAc2-PP-dolichyl_glucosyltransferase)
## 471                                                                                                                                                                                                             E3_ubiquitin-protein_ligase_HECW1_(EC_2.3.2.26)_(HECT,_C2_and_WW_domain-containing_protein_1)_(HECT-type_E3_ubiquitin_transferase_HECW1)_(NEDD4-like_E3_ubiquitin-protein_ligase_1)_(hNEDL1)
## 472                                                                                                                                                                                                                                                                                                                                                                Uncharacterized_MFS-type_transporter_YhjX
## 473                                                                                                                                                                                                                                                                                                                                                            Cadherin_EGF_LAG_seven-pass_G-type_receptor_1
## 474                                                                                                                                                                                                                                                                                                                                         Single-pass_membrane_and_coiled-coil_domain-containing_protein_3
## 475                                                                                                                                                                                                                                                                                                                                                     Somatostatin_receptor_type_4_(SS-4-R)_(SS4-R)_(SS4R)
## 476                                                                                                                                                                                                                                                                                                                                           S-formylglutathione_hydrolase_(FGH)_(EC_3.1.2.12)_(Esterase_D)
## 477                                                                                                                                                                                                                                                                                                                                                                          Uncharacterized_protein_K02A2.6
## 478                                                                                                                                                                                                                                                                                                                  Proteasome_subunit_beta_type-1-A_(EC_3.4.25.1)_(20S_proteasome_beta-6_subunit_A)_(B6-A)
## 479                                                                                                                                                                                                                                                                                                                                                                                    Aquaporin-11_(AQP-11)
## 480                                                                                                                                                                                                                                                                                                                                                                                        Serotransferrin-B
## 481                                                                                                                                                                                                     Granulins_(PC_cell-derived_growth_factor)_(PCDGF)_(Proepithelin)_(PEPI)_[Cleaved_into:_Acrogranin_(Progranulin);_Granulin-1;_Granulin-2;_Granulin-3;_Granulin-4;_Granulin-5;_Granulin-6;_Granulin-7]
## 482                                                                                                                                                                                                                                                                                     Brain-specific_serine_protease_4_(BSSP-4)_(EC_3.4.21.-)_(Serine_protease_22)_(Serine_protease_26)_(Tryptase_epsilon)
## 483                                                                                                                                                                                                                                                            Ribonucleoside-diphosphate_reductase_subunit_M2_(EC_1.17.4.1)_(Ribonucleotide_reductase_small_chain)_(Ribonucleotide_reductase_small_subunit)
## 484                                                                                                                                                                                                                                                                                                                                                               Metabotropic_glutamate_receptor_3_(mGluR3)
## 485                                                                                                                                                                                                                                                                                                                          Folate_receptor_alpha_(FR-alpha)_(Folate_receptor_1)_(Folate-binding_protein_1)
## 486                                                                                                                                                                                                                                                                                                                                                                         Melanopsin_(Opsin-4)_(amphi-MOP)
## 487                                                                                                                                                                                                                                                                                                                                                                                                  Galaxin
## 488                                                                                                                                                                                High_affinity_cationic_amino_acid_transporter_1_(CAT-1)_(CAT1)_(Ecotropic_retroviral_leukemia_receptor)_(Ecotropic_retrovirus_receptor)_(ERR)_(Solute_carrier_family_7_member_1)_(System_Y+_basic_amino_acid_transporter)
## 489                                                                                                                                                                                                                                                                                               Adhesion_G-protein_coupled_receptor_D1_(G-protein_coupled_receptor_133)_(G-protein_coupled_receptor_PGR25)
## 490                                                                                                                                                       Pterin-4-alpha-carbinolamine_dehydratase_2_(PHS_2)_(EC_4.2.1.96)_(4-alpha-hydroxy-tetrahydropterin_dehydratase_2)_(DcoH-like_protein_DCoHm)_(Dimerization_cofactor_of_hepatocyte_nuclear_factor_1_from_muscle)_(HNF-1-alpha_dimerization_cofactor)
## 491                                                                                                                                                                                                                                                                                                                                                                 U6_snRNA-associated_Sm-like_protein_LSm7
## 492                                                                                                                                                                                                                                                                                                           Copper-transporting_ATPase_1_(EC_3.6.3.54)_(Copper_pump_1)_(Menkes_disease-associated_protein)
## 493                                                                                                                                                                                                                                                                                                                       Sushi,_von_Willebrand_factor_type_A,_EGF_and_pentraxin_domain-containing_protein_1
## 494                                                                                                                                                                                                                                                                                                                                                                                                  Cubilin
## 495                                                                                                                                                                                                                                                                                                                                                                     Origin_recognition_complex_subunit_1
## 496                                                                                                                                                                                                                                                                                                                  Serine/threonine-protein_kinase_PLK1_(EC_2.7.11.21)_(Plx1)_(Polo-like_kinase_1)_(PLK-1)
## 497                                                                                                                                                                                                                                                                                                                                                             Fibrillin-1_(MP340)_[Cleaved_into:_Asprosin]
## 498                                                                                                                                                                                                                                                                                                                                                    protein_disulfide-isomerase_DDB_G0275025_(EC_5.3.4.1)
## 499                                                                                                                                                                                   Brefeldin_A-inhibited_guanine_nucleotide-exchange_protein_1_(Brefeldin_A-inhibited_GEP_1)_(ADP-ribosylation_factor_guanine_nucleotide-exchange_factor_1)_(p200_ARF_guanine_nucleotide_exchange_factor)_(p200_ARF-GEP1)
## 500                                                                                                                                                                                                           Sialin_(H(+)/nitrate_cotransporter)_(H(+)/sialic_acid_cotransporter)_(AST)_(Membrane_glycoprotein_HP59)_(Solute_carrier_family_17_member_5)_(Vesicular_H(+)/Aspartate-glutamate_cotransporter)
## 501                                                                                                                                                                                                                                                                                                    Beta-1,3-galactosyl-O-glycosyl-glycoprotein_beta-1,6-N-acetylglucosaminyltransferase_4_(EC_2.4.1.102)
## 502                                                                                                                                                                                                                                                                                                                                       DNA_replication_complex_GINS_protein_PSF2_(GINS_complex_subunit_2)
## 503                                                                                                                                                                                                                                                                              Cation-dependent_mannose-6-phosphate_receptor_(CD_Man-6-P_receptor)_(CD-MPR)_(46_kDa_mannose_6-phosphate_receptor)_(MPR_46)
## 504                                                                                                                             Serine/threonine-protein_phosphatase_2A_activator_(EC_5.2.1.8)_(PP2A,_subunit_B',_PR53_isoform)_(Phosphotyrosyl_phosphatase_activator)_(PTPA)_(Serine/threonine-protein_phosphatase_2A_regulatory_subunit_4)_(Serine/threonine-protein_phosphatase_2A_regulatory_subunit_B')
## 505                                                                                                                                                                                                                                                              UDP-GalNAc:beta-1,3-N-acetylgalactosaminyltransferase_2_(Beta-1,3-GalNAc-T2)_(EC_2.4.1.313)_(Beta-1,3-N-acetylgalactosaminyltransferase_II)
## 506                                                                                                                                                                                                                                                                                                              Ribonuclease_P_protein_subunit_p21_(RNaseP_protein_p21)_(EC_3.1.26.5)_(Ribonucleoprotein_V)
## 507                                                                                                                                                                                                                                                                           ATP-dependent_RNA_helicase_TDRD12_(EC_3.6.4.13)_(ES_cell-associated_transcript_8_protein)_(Tudor_domain-containing_protein_12)
## 508                                                                                                                                                                                                                      26S_proteasome_regulatory_subunit_6B_(26S_proteasome_AAA-ATPase_subunit_RPT3)_(MB67-interacting_protein)_(MIP224)_(Proteasome_26S_subunit_ATPase_4)_(Tat-binding_protein_7)_(TBP-7)
## 509                                                                                                                                                                                                                                                                                                                                                           OTU_domain-containing_protein_4_(EC_3.4.19.12)
## 510                                                                                                            Ragulator_complex_protein_LAMTOR2_(Endosomal_adaptor_protein_p14)_(Late_endosomal/lysosomal_Mp1-interacting_protein)_(Late_endosomal/lysosomal_adaptor_and_MAPK_and_MTOR_activator_2)_(Mitogen-activated_protein-binding_protein-interacting_protein)_(Roadblock_domain-containing_protein_3)
## 511                                                                                                                                                                                                                                                                                                                                                                           B9_domain-containing_protein_2
## 512                                                                                                                                                                                                                                                                                                                                                                          Protein_FAM189B_(Protein_COTE1)
## 513                                                                                                                                                                                                                                                                                                                                        Endoplasmic_reticulum_metallopeptidase_1_(EC_3.4.-.-)_(Felix-ina)
## 514                                                                                                                                                                                                                                                                                                                                                 Thymidylate_kinase_(AtTMPK)_(EC_2.7.4.9)_(Protein_ZEUS1)
## 515                                                                                                                                                                                                                                                                                                                                                                        Hemicentin-1_(Fibulin-6)_(FIBL-6)
## 516                                                                                                                                                                                                                                                                                                                            Myosin-11_(Myosin_heavy_chain_11)_(Myosin_heavy_chain,_gizzard_smooth_muscle)
## 517                                                                                                                                                                                                                                                Protein_farnesyltransferase_subunit_beta_(FTase-beta)_(EC_2.5.1.58)_(CAAX_farnesyltransferase_subunit_beta)_(Ras_proteins_prenyltransferase_subunit_beta)
## 518                                                                                                                                                                                                                                                                                                                                                       Pyridoxal_kinase_(EC_2.7.1.35)_(Pyridoxine_kinase)
## 519                                                                                                                                                                                                                                                                                                                                                                Neuronal_membrane_glycoprotein_M6-a_(M6a)
## 520                                                                                                                                                                                                                                                                                                                  Serine/threonine-protein_kinase_PDIK1L_(EC_2.7.11.1)_(PDLIM1-interacting_kinase_1-like)
## 521                                                                                                                                                                                                                                                                                                                                                                             Uncharacterized_protein_YwjB
## 522                                                                                                                                                                                                                                                                                                    Acetyl-CoA_carboxylase_1_(ACC1)_(EC_6.4.1.2)_(ACC-alpha)_[Includes:_Biotin_carboxylase_(EC_6.3.4.14)]
## 523                                                                                                                                                                                                                                                                              Glucosamine_6-phosphate_N-acetyltransferase_(EC_2.3.1.4)_(Phosphoglucosamine_acetylase)_(Phosphoglucosamine_transacetylase)
## 524                                                                                                                                                                                                                                                                                                  L-type_amino_acid_transporter_1-like_protein_MLAS_(hLAT1_3-transmembrane_protein_MLAS)_(hLAT1_3TM_MLAS)
## 525                                                                                                                                                                                                                                                                                                                                                       Matrix_metalloproteinase-21_(MMP-21)_(EC_3.4.24.-)
## 526                                                                                                                                                                                                                                                                                                                                                                                   Toxin_CfTX-1_(Toxin_1)
## 527                                                                                                                                                                                High_affinity_cationic_amino_acid_transporter_1_(CAT-1)_(CAT1)_(Ecotropic_retroviral_leukemia_receptor)_(Ecotropic_retrovirus_receptor)_(ERR)_(Solute_carrier_family_7_member_1)_(System_Y+_basic_amino_acid_transporter)
## 528                                                                                                                                                                                                                                                                                                                                                                    Armadillo_repeat-containing_protein_5
## 529                                                                                                                                                                                                                                                                                 Glutamyl_aminopeptidase_(EAP)_(EC_3.4.11.7)_(Aminopeptidase_A)_(AP-A)_(Differentiation_antigen_gp160)_(CD_antigen_CD249)
## 530                                                                                                                                                                                                                              Probable_E3_ubiquitin-protein_ligase_LUL2_(EC_2.3.2.27)_(Probable_RING-type_E3_ubiquitin_transferase_LUL2)_(Protein_LOG2-LIKE_UBIQUITIN_LIGASE_2)_(RING_finger_protein_269)
## 531                                                                                                                                                                                                                                                                                                                                                                       Solute_carrier_family_35_member_E3
## 532                                                                                                                                                                                                        SNARE-associated_protein_Snapin_(Biogenesis_of_lysosome-related_organelles_complex_1_subunit_7)_(BLOC-1_subunit_7)_(Synaptosomal-associated_protein_25-binding_protein)_(SNAP-associated_protein)
## 533                                                                                                                                                                                                                                                          Transmembrane_protein_Tmp21_(21_kDa_transmembrane-trafficking_protein)_(Integral_membrane_protein_p23)_(p24_family_protein_delta-1)_(p24delta1)
## 534                                                                                                                                                                                                                                                                                                                                                                Cilia-_and_flagella-associated_protein_54
## 535                                                                                                                                                                                                                                                                                                                                        Afadin_(Afadin_adherens_junction_formation_factor)_(Protein_Af-6)
## 536                                                                                                                                                                                                                                                                                        Carbamoyl-phosphate_synthase_[ammonia],_mitochondrial_(EC_6.3.4.16)_(Carbamoyl-phosphate_synthetase_I)_(CPSase_I)
## 537                                                                                                                                                                                                                                                                                                                                                                              Kinesin-like_protein_KIF20A
## 538                                                                                                                                                                                                                                                                                                                                                         Golgi_apparatus_membrane_protein_TVP23_homolog_B
## 539                                                                                                                                                                                                                                                                                                                                                                 Mu-type_opioid_receptor_(M-OR-1)_(MOR-1)
## 540                                                                                                                                                                                                                    Ubiquinone/menaquinone_biosynthesis_C-methyltransferase_UbiE_(EC_2.1.1.163)_(EC_2.1.1.201)_(2-methoxy-6-polyprenyl-1,4-benzoquinol_methylase)_(Demethylmenaquinone_methyltransferase)
## 541                                                                                                                                                                                                                                                                                                                                                                                         Sorting_nexin-16
## 542                                                                                                                                                                                                         Peroxisomal_membrane_protein_11A_(HsPEX11p)_(28_kDa_peroxisomal_integral_membrane_protein)_(PMP28)_(Peroxin-11A)_(Peroxisomal_biogenesis_factor_11A)_(Protein_PEX11_homolog_alpha)_(PEX11-alpha)
## 543                                                                                                                                                                                                                                                                                                                                                                         Uncharacterized_protein_C594.04c
## 544                                                                                                                                                                                                          N-acetyl-beta-glucosaminyl-glycoprotein_4-beta-N-acetylgalactosaminyltransferase_1_(NGalNAc-T1)_(EC_2.4.1.244)_(Beta-1,4-N-acetylgalactosaminyltransferase_IV)_(Beta4GalNAc-T4)_(Beta4GalNAcT4)
## 545                                                                                                                                                                                                                                                                                Histone-lysine_N-methyltransferase_SUV39H2_(EC_2.1.1.43)_(Suppressor_of_variegation_3-9_homolog_2)_(Su(var)3-9_homolog_2)
## 546                                                                                                                                                                                                                                                                                                Pre-piRNA_3'-exonuclease_trimmer_(EC_3.1.13.-)_(PARN-like_domain-containing_protein_1_homolog)_(BmPNLDC1)
## 547                                                                                                                                                                                                                                                                                                                                                                                               Malectin-B
## 548                                                                                                                                                                                                                                                                                                                               Protein_SEC13_homolog_(GATOR_complex_protein_SEC13)_(SEC13-like_protein_1)
## 549                                                                                                                                                                                                                                                                         ATP-dependent_DNA_helicase_PIF1_(EC_3.6.4.12)_(DNA_repair_and_recombination_helicase_PIF1)_(PIF1/RRM3_DNA_helicase-like_protein)
## 550                                                                                                                                                                                                                                                                                                                                                                  Androgen-induced_gene_1_protein_(AIG-1)
## 551                                                                                                                                                                                                                                                                                                                                                            Cadherin_EGF_LAG_seven-pass_G-type_receptor_3
## 552                                                                                                                                                                                                                                                                                                                                                                         DNA_mismatch_repair_protein_Msh6
## 553                                                                                                                                                                                                                                                                                                                                                                                Transmembrane_protein_208
## 554                                                                                                                                                                                                                       Riboflavin-binding_protein_(RBP)_[Cleaved_into:_Riboflavin-binding_protein,_plasma_form;_Riboflavin-binding_protein,_yolk_major_form;_Riboflavin-binding_protein,_yolk_minor_form]
## 555                                                                                                                                                                                                                                                                                          Beta,beta-carotene_15,15'-dioxygenase_(EC_1.13.11.63)_(Beta-carotene_dioxygenase_1)_(Beta-carotene_oxygenase_1)
## 556                                                                                                                                                                                                                                                                                                                                                                   deoxyribonuclease_TATDN2_(EC_3.1.21.-)
## 557                                                                                                                                                                                                                                                                                                                                                                         Pre-rRNA-processing_protein_las1
## 558                                                                                                                                                                                                                                                                                                                             Dolichyldiphosphatase_1_(EC_3.6.1.43)_(Dolichyl_pyrophosphate_phosphatase_1)
## 559                                                                                                                                                                                                                                                                                                            Arylamine_N-acetyltransferase,_pineal_gland_isozyme_NAT-10_(Arylamine_acetylase)_(EC_2.3.1.5)
## 560                                                                                                                                                                                                                                                                                                           Transmembrane_emp24_domain-containing_protein_7_(p24_family_protein_gamma-3)_(p24gamma3)_(p27)
## 561                                                                                                                                                                                                                                                                                                                                                              Peroxisome_assembly_protein_12_(Peroxin-12)
## 562                                                                                                                                                                                                                                                                                                       CTD_nuclear_envelope_phosphatase_1A_(EC_3.1.3.16)_(Serine/threonine-protein_phosphatase_dullard-A)
## 563                                                                                                                                                                                                                                                                                                                                                          PiggyBac_transposable_element-derived_protein_4
## 564                                                                                                                                                                                                                                                                                                                    Cholinephosphotransferase_1_(EC_2.7.8.2)_(Diacylglycerol_cholinephosphotransferase_1)
## 565                                                                                                                                                                                                                                                                                                                                                           Trafficking_protein_particle_complex_subunit_3
## 566                                                                                                                                                                                                                                                                                                                          Adenosine_deaminase_2_(EC_3.5.4.4)_(Cat_eye_syndrome_critical_region_protein_1)
## 567                                                                                                                                                                                                                                                                                    Protein_cornichon_homolog_1_(CNIH-1)_(Cornichon_family_AMPA_receptor_auxiliary_protein_1)_(Protein_cornichon_homolog)
## 568                                                                                                                                                                                                                                                                                                                                           Glutathionyl-hydroquinone_reductase_YqjG_(GS-HQR)_(EC_1.8.5.7)
## 569                                                                                                                                                                                                                                                                                                                                                   Probable_helicase_with_zinc_finger_domain_(EC_3.6.4.-)
## 570                                                                                                                                                                                                                                                                DNA_replication_licensing_factor_mcm7-A_(EC_3.6.4.12)_(CDC47_homolog_A)_(CDC47p)_(Minichromosome_maintenance_protein_7-A)_(xMCM7-A)_(p90)
## 571                                                                                                                                                                                                                                                                                                                                              Down_syndrome_cell_adhesion_molecule-like_protein_1_homolog
## 572                                                                                                                                                                                                                                                                               Protein_ABHD13_(EC_3.-.-.-)_(Alpha/beta_hydrolase_domain-containing_protein_13)_(Abhydrolase_domain-containing_protein_13)
## 573                                                                                                                                                                                                                                                                                                                                                                     Aspartic_proteinase_A3_(EC_3.4.23.-)
## 574                                                                                                                                                                                                                                                                                              Small_nuclear_ribonucleoprotein-associated_proteins_B_and_B'_(snRNP-B)_(Sm_protein_B/B')_(Sm-B/B')_(SmB/B')
## 575                                                                                                                                                                                                                                                                                                                                         Glutathione_peroxidase_7_(GPx-7)_(GSHPx-7)_(EC_1.11.1.9)_(CL683)
## 576                                                                                                                                                                                                                                                                                      Mitotic_spindle_assembly_checkpoint_protein_MAD2B_(Mitotic_arrest_deficient_2-like_protein_2)_(MAD2-like_protein_2)
## 577                                                                                                                                                                                                                                                                                                       CTD_nuclear_envelope_phosphatase_1A_(EC_3.1.3.16)_(Serine/threonine-protein_phosphatase_dullard-A)
## 578                                                                                                                                                                                                                                                                                                                             Arsenite_methyltransferase_(EC_2.1.1.137)_(As(III)_AdoMet_methyltransferase)
## 579                                                                                                                                                                                                                                                                                                                                                                                  Histone_H2A.V_(H2A.F/Z)
## 580                                                                                                                                                                      Mitochondrial_amidoxime_reducing_component_2_(mARC2)_(EC_1.-.-.-)_(Molybdenum_cofactor_sulfurase_C-terminal_domain-containing_protein_2)_(MOSC_domain-containing_protein_2)_(Moco_sulfurase_C-terminal_domain-containing_protein_2)
## 581                                                                                                                                                                                                                                                                                                                       Ferredoxin-2,_mitochondrial_(Adrenodoxin-like_protein)_(Ferredoxin-1-like_protein)
##     BLASTp_Best_Hit.1
## 1              Q5F3X8
## 2              D3YXG0
## 3              Q7RTY7
## 4              B3EWZ5
## 5              E9Q5R7
## 6              B8UU59
## 7              Q7Y1C4
## 8              P54825
## 9              F4IZW8
## 10             P02752
## 11             Q0WU02
## 12             B3EWZ5
## 13             B3EWZ5
## 14             Q9CWQ2
## 15             O97524
## 16             P35068
## 17             Q5SVZ6
## 18             Q96P48
## 19             Q925Q3
## 20             Q96RW7
## 21             P45972
## 22             P22757
## 23             O95455
## 24             A2ASQ1
## 25             Q6P7W5
## 26             Q8CDI2
## 27             Q86VV8
## 28             Q7M3K2
## 29             Q864S8
## 30             Q9UNS1
## 31             Q62381
## 32             Q9W0A0
## 33             O43889
## 34             Q32PL8
## 35             Q9WIJ5
## 36             Q6DCQ6
## 37             Q6DCQ6
## 38             P50406
## 39             Q9NBX4
## 40             Q59E83
## 41             Q9UIW2
## 42             P21328
## 43             Q15021
## 44             Q7TN88
## 45             Q9W704
## 46             Q0R4F1
## 47             Q5EA92
## 48             Q7M3K2
## 49             O14746
## 50             P62291
## 51             P61315
## 52             Q6DCQ6
## 53             Q32PJ3
## 54             A7S641
## 55             P55066
## 56             Q9HAR2
## 57             P18722
## 58             P43032
## 59             Q6NZ04
## 60             Q5SVZ6
## 61             Q5ZJL8
## 62             Q7ZV90
## 63             P52732
## 64             Q8K0H1
## 65             Q4KWL2
## 66             A4IF97
## 67             P10394
## 68             O89029
## 69             Q12766
## 70             Q5E9E2
## 71             Q6XLQ7
## 72             Q96LR5
## 73             O57382
## 74             P33032
## 75             P71359
## 76             Q9NU22
## 77             Q502K3
## 78             Q66II5
## 79             Q10430
## 80             D3YXG0
## 81             Q3TD49
## 82             P04323
## 83             Q14831
## 84             Q1ZZU3
## 85             O95455
## 86             P31580
## 87             Q8CIR4
## 88             Q8DW17
## 89             Q32PH1
## 90             A1L1P9
## 91             P22534
## 92             Q9NX02
## 93             F4JZ24
## 94             Q66I75
## 95             Q96BD0
## 96             O75897
## 97             Q8K2J9
## 98             P47032
## 99             Q0P4I1
## 100            Q561R0
## 101            Q9TWL9
## 102            Q9IAT6
## 103            Q9ZT94
## 104            P18583
## 105            Q9Y5F3
## 106            F6V515
## 107            Q96RW7
## 108            Q6ZU67
## 109            Q8BG58
## 110            O15360
## 111            Q7L622
## 112            Q8IY67
## 113            Q8TCT9
## 114            Q8BH31
## 115            Q96SQ7
## 116            F1QN74
## 117            Q9NR33
## 118            Q942L2
## 119            Q2KHS5
## 120            A2VE01
## 121            Q8CBH5
## 122            Q5U209
## 123            Q61555
## 124            U3JAG9
## 125            Q7Z6Z7
## 126            D3ZGB1
## 127            P45972
## 128            P84233
## 129            Q3UGY8
## 130            Q5F4A1
## 131            Q6GX84
## 132        A0A0R4IBK5
## 133            P32325
## 134            O15550
## 135            Q12830
## 136            Q5GN48
## 137            O15360
## 138            Q9UGM3
## 139            Q6DCX5
## 140            P14381
## 141            Q9U1I1
## 142            Q2R837
## 143            A1L2F6
## 144            A7S1L6
## 145            Q92794
## 146            Q6AZB8
## 147            Q6P7W0
## 148            Q5ZJ24
## 149            Q07832
## 150            Q9LHQ6
## 151            Q07120
## 152            O88413
## 153            Q9UHC6
## 154            Q12830
## 155            Q6DFV8
## 156            Q01082
## 157            A2AKX3
## 158            Q86WA9
## 159            Q68EF4
## 160            Q9CY94
## 161            Q8IVH2
## 162            Q8IVF4
## 163            Q9HAC7
## 164            Q8IS64
## 165            Q9NXP7
## 166            P47224
## 167            Q91ZX1
## 168            Q568K5
## 169            Q7Z7G8
## 170            Q9Z1S0
## 171            P40938
## 172            F5HSE3
## 173            Q8CBH5
## 174            B2DCR8
## 175            D3YXG0
## 176            Q6P2Z3
## 177            O88281
## 178            Q00725
## 179            Q5RAL3
## 180            Q5EAE6
## 181            Q9JI71
## 182            Q61805
## 183            P35400
## 184            Q6DCQ6
## 185            P43449
## 186            Q08BD8
## 187            B3EWY9
## 188            P11029
## 189            Q5F3G0
## 190            Q8AXY5
## 191            P43140
## 192            Q6NRW3
## 193            Q9VEN1
## 194            Q9ES03
## 195            Q8K2D6
## 196            P51987
## 197            Q66IJ4
## 198            F1MBP6
## 199            O94915
## 200            D3YXG0
## 201            P30432
## 202            P20815
## 203            Q9I7I0
## 204            Q5ZJ24
## 205            P83852
## 206            P54277
## 207            P40313
## 208            Q6GPB6
## 209            Q14409
## 210            E9Q4F7
## 211            A9ULR9
## 212            Q9LHQ6
## 213            Q6P2X9
## 214            A6QLE5
## 215            Q0QWG9
## 216            P50429
## 217            Q28CR0
## 218            P68402
## 219            Q9Y2I7
## 220            Q9V6X7
## 221            P87102
## 222            Q0KL02
## 223            Q08DU8
## 224            Q13535
## 225            P43247
## 226            P59328
## 227            Q923Y9
## 228            P04818
## 229            Q9H9S5
## 230            Q9UKK3
## 231            P97677
## 232            Q8BG58
## 233            Q9DGD3
## 234            Q9D0F6
## 235            B7QDG3
## 236            Q8N8U2
## 237            Q7T2B9
## 238            Q6PFL8
## 239            Q6Q4G4
## 240            Q3V2K1
## 241            Q6P9I7
## 242            Q8K2J9
## 243            P54756
## 244            P72745
## 245            P15103
## 246            Q5TZ24
## 247            Q9ER75
## 248            Q6DHV7
## 249            G5CTG8
## 250            P10041
## 251            Q6PAF4
## 252            Q15058
## 253            Q8AXX2
## 254            P54278
## 255            Q5RJZ1
## 256            Q5ZJQ3
## 257            Q9TSZ2
## 258            Q8NDA2
## 259            P36972
## 260            P98160
## 261            Q66I84
## 262            P81908
## 263            Q9NRZ9
## 264            Q9UQB8
## 265            P20735
## 266            P38650
## 267            Q60848
## 268            Q96GE5
## 269            P15043
## 270            P47224
## 271            Q6PD74
## 272            Q90Y54
## 273            Q8R1V4
## 274            B3EWZ6
## 275            P83510
## 276            Q91783
## 277            O24466
## 278            Q9FHQ6
## 279            Q4LDE5
## 280            Q99K85
## 281            Q9TZM3
## 282            Q9JIP7
## 283            B8I6E7
## 284            B1AY13
## 285            D8VNT0
## 286            O75123
## 287            Q8R2K1
## 288            Q8BH88
## 289            Q2HJ57
## 290            P49790
## 291            P70031
## 292            A7SPW6
## 293            Q8N475
## 294            Q6ZRQ5
## 295            Q641G4
## 296            P15043
## 297            Q942L2
## 298            P84089
## 299            Q5I047
## 300            Q8BS90
## 301            Q5IS65
## 302            Q5IS66
## 303            Q8CFY5
## 304            A3KPP3
## 305            Q922S4
## 306            Q6DCX5
## 307            A1L2F6
## 308            Q9M2U3
## 309            Q6DD32
## 310            Q54I82
## 311            Q99LJ8
## 312            Q3TZI6
## 313            P56282
## 314            Q5XGA9
## 315            Q8NHS3
## 316            Q5MNV6
## 317            P06684
## 318            B2GUW6
## 319            P42297
## 320            Q9SCN0
## 321            P42787
## 322            Q6XLQ7
## 323            P24369
## 324            P52292
## 325            A2AVA0
## 326            Q9WVK7
## 327            O75897
## 328            O15514
## 329            Q9BX70
## 330            P24008
## 331            Q9UBK9
## 332            Q922W5
## 333            P20825
## 334            Q6DIV6
## 335            Q9H773
## 336            Q29486
## 337            Q5RCP3
## 338            Q9UMX3
## 339            Q9NR09
## 340            Q96SL4
## 341            P97328
## 342            Q8GXG6
## 343            Q6NZ04
## 344            Q7ZW16
## 345            O35943
## 346            Q61361
## 347            Q0KL02
## 348            Q800K6
## 349            O57525
## 350            Q5BKT4
## 351            Q9QZB9
## 352            A8YXY3
## 353            Q7M3S9
## 354            Q8CC12
## 355            Q61847
## 356            Q9DBI0
## 357            O09101
## 358            Q5TJE8
## 359            Q28104
## 360            Q14181
## 361            Q9D1L0
## 362            Q6GNV7
## 363            Q9H6R6
## 364            Q6DCX5
## 365            P0DPD6
## 366            Q9WU19
## 367            Q6VNB8
## 368            Q8BHX1
## 369            Q8C7N7
## 370            Q8R420
## 371            Q9CR70
## 372            Q55DA0
## 373            Q5R9C7
## 374            Q9Y6D6
## 375            O70244
## 376            Q8CBH5
## 377            Q86WA9
## 378            Q568L5
## 379            Q9CRB2
## 380            Q7Z410
## 381            Q800K9
## 382            Q6Q4G4
## 383            P50533
## 384            Q64542
## 385            P34897
## 386            Q9CXC3
## 387            Q9ES87
## 388            Q5RBP9
## 389            P02752
## 390            P04040
## 391            O43543
## 392            Q86UY6
## 393            O01971
## 394            A2BGR3
## 395            Q9CR41
## 396            Q6AZL2
## 397            G5CTG7
## 398            Q8R323
## 399            Q3ZBY7
## 400            Q80UY1
## 401            Q14590
## 402            P40724
## 403            P32749
## 404            P56377
## 405            Q6P7W0
## 406            Q8MJJ7
## 407            Q45FY6
## 408            Q6P9U1
## 409            A2ARS0
## 410            A4IFH4
## 411            P43450
## 412            Q9D753
## 413            A5WWB6
## 414            Q6Q4G4
## 415            Q7T070
## 416            Q5R947
## 417            Q9Y3C4
## 418            Q9CYL5
## 419            Q9BVK2
## 420            O17287
## 421            Q9UKK3
## 422            Q297V5
## 423            Q28BQ6
## 424            Q96RW7
## 425            O95562
## 426            Q9QVC8
## 427            Q9QY66
## 428            P10253
## 429            Q9TU53
## 430            Q5RE15
## 431            P04323
## 432            Q5EA43
## 433            O64411
## 434            Q5E9D6
## 435            Q91X85
## 436            Q75WF2
## 437            Q5ZKJ5
## 438            Q9NZK5
## 439            P18297
## 440            Q5T011
## 441            Q6DF30
## 442            P62489
## 443            Q5FWH2
## 444            P30711
## 445            Q5BJN5
## 446            O70497
## 447            G8HTB6
## 448            Q8BHA0
## 449            Q86BE9
## 450            P53611
## 451            Q9VBW3
## 452            Q9D0S9
## 453            E1C2U2
## 454            Q80VY9
## 455            O43324
## 456            Q99MX7
## 457            Q8BH47
## 458            Q6NZ04
## 459            Q9Y548
## 460            P34140
## 461            Q5UQW5
## 462            Q8IZ52
## 463            Q9JKP8
## 464            O88828
## 465            Q6DIV6
## 466            Q2T9S3
## 467            Q2KIR1
## 468            Q6ZM63
## 469            Q28IE5
## 470            Q9BVK2
## 471            Q76N89
## 472            P37662
## 473            O35161
## 474            A2RU48
## 475            P30937
## 476            Q08E20
## 477            Q09575
## 478            Q9IB84
## 479            G5CTG8
## 480            Q6PGT3
## 481            P28798
## 482            Q9ER10
## 483            P11157
## 484            Q9QYS2
## 485            P35846
## 486            Q4R1I4
## 487            D9IQ16
## 488            Q09143
## 489            Q6QNK2
## 490            Q9CZL5
## 491            Q9UK45
## 492            Q04656
## 493            P0C6B8
## 494            Q9TU53
## 495            Q58DC8
## 496            P62205
## 497            P98133
## 498            Q869Z0
## 499            Q9Y6D6
## 500            Q9NRA2
## 501            Q71SG7
## 502            Q9Y248
## 503            P24668
## 504            Q2KJ44
## 505            Q6NRQ1
## 506            Q8R040
## 507            Q587J7
## 508            P43686
## 509            B2RRE7
## 510            Q9JHS3
## 511            Q6GN70
## 512            P81408
## 513            Q3UVK0
## 514            Q0WW55
## 515            Q96RW7
## 516            P10587
## 517            P49356
## 518            O00764
## 519            Q5R9Q3
## 520            Q8QZR7
## 521            P45862
## 522            Q13085
## 523            Q17427
## 524            Q8MH63
## 525            Q8K3F2
## 526            A7L035
## 527            Q09143
## 528            Q5EBP3
## 529            Q07075
## 530            Q9LFH6
## 531            A4IFK2
## 532            O95295
## 533            O35587
## 534            Q96N23
## 535            Q9QZQ1
## 536            P07756
## 537            Q29RT6
## 538            Q29S14
## 539            Q9MYW9
## 540            Q16DL1
## 541            P57768
## 542            O75192
## 543            O74507
## 544            Q76KP1
## 545            Q28CQ7
## 546            H9JAQ7
## 547            Q8AVF4
## 548            Q5XFW8
## 549            Q1HG60
## 550            Q9NVV5
## 551            Q91ZI0
## 552            E1BYJ2
## 553            Q6NYP0
## 554            P02752
## 555            Q9JJS6
## 556            Q93075
## 557            O42936
## 558            B0KWE9
## 559            P13913
## 560            D3ZTX0
## 561            A4FUD4
## 562            Q5U395
## 563            Q96DM1
## 564            Q7ZW02
## 565            Q5U1Z2
## 566            Q2VQV9
## 567            Q5RDB5
## 568            P42620
## 569            Q6DFV5
## 570            Q91876
## 571            E1C8P7
## 572            Q32LS6
## 573            Q9XEC4
## 574            P14678
## 575            Q96SL4
## 576            Q568H3
## 577            Q5U395
## 578            Q6N3Y0
## 579            Q6Y237
## 580            Q922Q1
## 581            Q9CPW2
##     Repetitive_Element..Repeat_Match_AND_.BLASTP_Hit_OR_No_Protein.
## 1                                                                No
## 2                                                                No
## 3                                                                No
## 4                                                                No
## 5                                                                No
## 6                                                                No
## 7                                                                No
## 8                                                                No
## 9                                                                No
## 10                                                               No
## 11                                                               No
## 12                                                               No
## 13                                                               No
## 14                                                               No
## 15                                                               No
## 16                                                               No
## 17                                                               No
## 18                                                               No
## 19                                                               No
## 20                                                               No
## 21                                                               No
## 22                                                               No
## 23                                                               No
## 24                                                               No
## 25                                                               No
## 26                                                               No
## 27                                                               No
## 28                                                               No
## 29                                                               No
## 30                                                               No
## 31                                                               No
## 32                                                               No
## 33                                                               No
## 34                                                               No
## 35                                                               No
## 36                                                               No
## 37                                                               No
## 38                                                               No
## 39                                                               No
## 40                                                               No
## 41                                                               No
## 42                                                               No
## 43                                                               No
## 44                                                               No
## 45                                                               No
## 46                                                               No
## 47                                                               No
## 48                                                               No
## 49                                                               No
## 50                                                               No
## 51                                                               No
## 52                                                               No
## 53                                                               No
## 54                                                               No
## 55                                                               No
## 56                                                               No
## 57                                                               No
## 58                                                               No
## 59                                                               No
## 60                                                               No
## 61                                                               No
## 62                                                               No
## 63                                                               No
## 64                                                               No
## 65                                                               No
## 66                                                               No
## 67                                                               No
## 68                                                               No
## 69                                                               No
## 70                                                               No
## 71                                                               No
## 72                                                               No
## 73                                                               No
## 74                                                               No
## 75                                                               No
## 76                                                               No
## 77                                                               No
## 78                                                               No
## 79                                                               No
## 80                                                               No
## 81                                                               No
## 82                                                               No
## 83                                                               No
## 84                                                               No
## 85                                                               No
## 86                                                               No
## 87                                                               No
## 88                                                               No
## 89                                                               No
## 90                                                               No
## 91                                                               No
## 92                                                               No
## 93                                                               No
## 94                                                               No
## 95                                                               No
## 96                                                               No
## 97                                                               No
## 98                                                               No
## 99                                                               No
## 100                                                              No
## 101                                                              No
## 102                                                              No
## 103                                                              No
## 104                                                              No
## 105                                                              No
## 106                                                              No
## 107                                                              No
## 108                                                              No
## 109                                                              No
## 110                                                              No
## 111                                                              No
## 112                                                              No
## 113                                                              No
## 114                                                              No
## 115                                                              No
## 116                                                              No
## 117                                                              No
## 118                                                              No
## 119                                                              No
## 120                                                              No
## 121                                                              No
## 122                                                              No
## 123                                                              No
## 124                                                              No
## 125                                                              No
## 126                                                              No
## 127                                                              No
## 128                                                              No
## 129                                                              No
## 130                                                              No
## 131                                                              No
## 132                                                              No
## 133                                                              No
## 134                                                              No
## 135                                                              No
## 136                                                              No
## 137                                                              No
## 138                                                              No
## 139                                                              No
## 140                                                              No
## 141                                                              No
## 142                                                              No
## 143                                                              No
## 144                                                              No
## 145                                                              No
## 146                                                              No
## 147                                                              No
## 148                                                              No
## 149                                                              No
## 150                                                              No
## 151                                                              No
## 152                                                              No
## 153                                                              No
## 154                                                              No
## 155                                                              No
## 156                                                              No
## 157                                                              No
## 158                                                              No
## 159                                                              No
## 160                                                              No
## 161                                                              No
## 162                                                              No
## 163                                                              No
## 164                                                              No
## 165                                                              No
## 166                                                              No
## 167                                                              No
## 168                                                              No
## 169                                                              No
## 170                                                              No
## 171                                                              No
## 172                                                              No
## 173                                                              No
## 174                                                              No
## 175                                                              No
## 176                                                              No
## 177                                                              No
## 178                                                              No
## 179                                                              No
## 180                                                              No
## 181                                                              No
## 182                                                              No
## 183                                                              No
## 184                                                              No
## 185                                                              No
## 186                                                              No
## 187                                                              No
## 188                                                              No
## 189                                                              No
## 190                                                              No
## 191                                                              No
## 192                                                              No
## 193                                                              No
## 194                                                              No
## 195                                                              No
## 196                                                              No
## 197                                                              No
## 198                                                              No
## 199                                                              No
## 200                                                              No
## 201                                                              No
## 202                                                              No
## 203                                                              No
## 204                                                              No
## 205                                                              No
## 206                                                              No
## 207                                                              No
## 208                                                              No
## 209                                                              No
## 210                                                              No
## 211                                                              No
## 212                                                              No
## 213                                                              No
## 214                                                              No
## 215                                                              No
## 216                                                              No
## 217                                                              No
## 218                                                              No
## 219                                                              No
## 220                                                              No
## 221                                                              No
## 222                                                              No
## 223                                                              No
## 224                                                              No
## 225                                                              No
## 226                                                              No
## 227                                                              No
## 228                                                              No
## 229                                                              No
## 230                                                              No
## 231                                                              No
## 232                                                              No
## 233                                                              No
## 234                                                              No
## 235                                                              No
## 236                                                              No
## 237                                                              No
## 238                                                              No
## 239                                                              No
## 240                                                              No
## 241                                                              No
## 242                                                              No
## 243                                                              No
## 244                                                              No
## 245                                                              No
## 246                                                              No
## 247                                                              No
## 248                                                              No
## 249                                                              No
## 250                                                              No
## 251                                                              No
## 252                                                              No
## 253                                                              No
## 254                                                              No
## 255                                                              No
## 256                                                              No
## 257                                                              No
## 258                                                              No
## 259                                                              No
## 260                                                              No
## 261                                                              No
## 262                                                              No
## 263                                                              No
## 264                                                              No
## 265                                                              No
## 266                                                              No
## 267                                                              No
## 268                                                              No
## 269                                                              No
## 270                                                              No
## 271                                                              No
## 272                                                              No
## 273                                                              No
## 274                                                              No
## 275                                                              No
## 276                                                              No
## 277                                                              No
## 278                                                              No
## 279                                                              No
## 280                                                              No
## 281                                                              No
## 282                                                              No
## 283                                                              No
## 284                                                              No
## 285                                                              No
## 286                                                              No
## 287                                                              No
## 288                                                              No
## 289                                                              No
## 290                                                              No
## 291                                                              No
## 292                                                              No
## 293                                                              No
## 294                                                              No
## 295                                                              No
## 296                                                              No
## 297                                                              No
## 298                                                              No
## 299                                                              No
## 300                                                              No
## 301                                                              No
## 302                                                              No
## 303                                                              No
## 304                                                              No
## 305                                                              No
## 306                                                              No
## 307                                                              No
## 308                                                              No
## 309                                                              No
## 310                                                              No
## 311                                                              No
## 312                                                              No
## 313                                                              No
## 314                                                              No
## 315                                                              No
## 316                                                              No
## 317                                                              No
## 318                                                              No
## 319                                                              No
## 320                                                              No
## 321                                                              No
## 322                                                              No
## 323                                                              No
## 324                                                              No
## 325                                                              No
## 326                                                              No
## 327                                                              No
## 328                                                              No
## 329                                                              No
## 330                                                              No
## 331                                                              No
## 332                                                              No
## 333                                                              No
## 334                                                              No
## 335                                                              No
## 336                                                              No
## 337                                                              No
## 338                                                              No
## 339                                                              No
## 340                                                              No
## 341                                                              No
## 342                                                              No
## 343                                                              No
## 344                                                              No
## 345                                                              No
## 346                                                              No
## 347                                                              No
## 348                                                              No
## 349                                                              No
## 350                                                              No
## 351                                                              No
## 352                                                              No
## 353                                                              No
## 354                                                              No
## 355                                                              No
## 356                                                              No
## 357                                                              No
## 358                                                              No
## 359                                                              No
## 360                                                              No
## 361                                                              No
## 362                                                              No
## 363                                                              No
## 364                                                              No
## 365                                                              No
## 366                                                              No
## 367                                                              No
## 368                                                              No
## 369                                                              No
## 370                                                              No
## 371                                                              No
## 372                                                              No
## 373                                                              No
## 374                                                              No
## 375                                                              No
## 376                                                              No
## 377                                                              No
## 378                                                              No
## 379                                                              No
## 380                                                              No
## 381                                                              No
## 382                                                              No
## 383                                                              No
## 384                                                              No
## 385                                                              No
## 386                                                              No
## 387                                                              No
## 388                                                              No
## 389                                                              No
## 390                                                              No
## 391                                                              No
## 392                                                              No
## 393                                                              No
## 394                                                              No
## 395                                                              No
## 396                                                              No
## 397                                                              No
## 398                                                              No
## 399                                                              No
## 400                                                              No
## 401                                                              No
## 402                                                              No
## 403                                                              No
## 404                                                              No
## 405                                                              No
## 406                                                              No
## 407                                                              No
## 408                                                              No
## 409                                                              No
## 410                                                              No
## 411                                                              No
## 412                                                              No
## 413                                                              No
## 414                                                              No
## 415                                                              No
## 416                                                              No
## 417                                                              No
## 418                                                              No
## 419                                                              No
## 420                                                              No
## 421                                                              No
## 422                                                              No
## 423                                                              No
## 424                                                              No
## 425                                                              No
## 426                                                              No
## 427                                                              No
## 428                                                              No
## 429                                                              No
## 430                                                              No
## 431                                                              No
## 432                                                              No
## 433                                                              No
## 434                                                              No
## 435                                                              No
## 436                                                              No
## 437                                                              No
## 438                                                              No
## 439                                                              No
## 440                                                              No
## 441                                                              No
## 442                                                              No
## 443                                                              No
## 444                                                              No
## 445                                                              No
## 446                                                              No
## 447                                                              No
## 448                                                              No
## 449                                                              No
## 450                                                              No
## 451                                                              No
## 452                                                              No
## 453                                                              No
## 454                                                              No
## 455                                                              No
## 456                                                              No
## 457                                                              No
## 458                                                              No
## 459                                                              No
## 460                                                              No
## 461                                                              No
## 462                                                              No
## 463                                                              No
## 464                                                              No
## 465                                                              No
## 466                                                              No
## 467                                                              No
## 468                                                              No
## 469                                                              No
## 470                                                              No
## 471                                                              No
## 472                                                              No
## 473                                                              No
## 474                                                              No
## 475                                                              No
## 476                                                              No
## 477                                                              No
## 478                                                              No
## 479                                                              No
## 480                                                              No
## 481                                                              No
## 482                                                              No
## 483                                                              No
## 484                                                              No
## 485                                                              No
## 486                                                              No
## 487                                                              No
## 488                                                              No
## 489                                                              No
## 490                                                              No
## 491                                                              No
## 492                                                              No
## 493                                                              No
## 494                                                              No
## 495                                                              No
## 496                                                              No
## 497                                                              No
## 498                                                              No
## 499                                                              No
## 500                                                              No
## 501                                                              No
## 502                                                              No
## 503                                                              No
## 504                                                              No
## 505                                                              No
## 506                                                              No
## 507                                                              No
## 508                                                              No
## 509                                                              No
## 510                                                              No
## 511                                                              No
## 512                                                              No
## 513                                                              No
## 514                                                              No
## 515                                                              No
## 516                                                              No
## 517                                                              No
## 518                                                              No
## 519                                                              No
## 520                                                              No
## 521                                                              No
## 522                                                              No
## 523                                                              No
## 524                                                              No
## 525                                                              No
## 526                                                              No
## 527                                                              No
## 528                                                              No
## 529                                                              No
## 530                                                              No
## 531                                                              No
## 532                                                              No
## 533                                                              No
## 534                                                              No
## 535                                                              No
## 536                                                              No
## 537                                                              No
## 538                                                              No
## 539                                                              No
## 540                                                              No
## 541                                                              No
## 542                                                              No
## 543                                                              No
## 544                                                              No
## 545                                                              No
## 546                                                              No
## 547                                                              No
## 548                                                              No
## 549                                                              No
## 550                                                              No
## 551                                                              No
## 552                                                              No
## 553                                                              No
## 554                                                              No
## 555                                                              No
## 556                                                              No
## 557                                                              No
## 558                                                              No
## 559                                                              No
## 560                                                              No
## 561                                                              No
## 562                                                              No
## 563                                                              No
## 564                                                              No
## 565                                                              No
## 566                                                              No
## 567                                                              No
## 568                                                              No
## 569                                                              No
## 570                                                              No
## 571                                                              No
## 572                                                              No
## 573                                                              No
## 574                                                              No
## 575                                                              No
## 576                                                              No
## 577                                                              No
## 578                                                              No
## 579                                                              No
## 580                                                              No
## 581                                                              No
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             PFAM_Domains_.target_name.accession.env_coordfrom.to...
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Coatomer_WDAD|PF04053.13(166-211);Coatomer_WDAD|PF04053.13(592-637);Coatomer_WDAD|PF04053.13(723-803);KinB_sensor|PF16767.4(1049-1128);KinB
## 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      DUF3813|PF12758.6(1067-1099);TSP_1|PF00090.18(140-196);TSP_1|PF00090.18(200-251);TSP_1|PF00090.18(260-311);TSP_1|PF00090.18(27-74);TSP_1|PF00090.18(80-132);
## 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                DUF1986|PF09342.10(40-154);Trypsin_2|PF13365.5(51-230);Trypsin|PF00089.25(29-260);
## 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            MAM|PF00629.22(2-133);
## 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             AAA_16|PF13191.5(136-233);AAA_16|PF13191.5(694-734);AAA_25|PF13481.5(125-190);AAA_25|PF13481.5(201-265);AAA|PF00004.28(150-302);(AAA)
## 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        PKD|PF00801.19(137-207);PKD|PF00801.19(238-314);PKD|PF00801.19(334-400);PKD|PF00801.19(416-488);PKD|PF00801.19(506-572);PKD|PF00801.19(820-854);REJ|PF02010.14(299-382);REJ|PF02010.14(610-1392);WSC|PF01822.18(9-86);Y_Y_Y|PF07495.12(461-476);Y_Y_Y|PF07495.12(524-580);
## 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         BRCA2|PF00634.17(1123-1153);BRCA2|PF00634.17(1421-1445);BRCA2|PF00634.17(1464-1487);BRCA2|PF00634.17(1508-1536);BRCA2|PF00634.17(1552-1580);BRCA2|PF00634.17(1595-1624);BRCA2|PF00634.17(1639-1667);BRCA2|PF00634.17(1683-1712);BRCA2|PF00634.17(1727-1753);BRCA2|PF00634.17(1758-1783);BRCA2|PF00634.17(1801-1826);BRCA2|PF00634.17(1845-1874);LcrV|PF04792.11(1503-1587);LcrV|PF04792.11(1594-1673);LcrV|PF04792.11(1678-1822);Nterm_IS4|PF13006.6(1490-1539);Nterm_IS4|PF13006.6(1551-1586);Nterm_IS4|PF13006.6(1592-1627);Nterm_IS4|PF13006.6(1640-1671);Nterm_IS4|PF13006.6(1684-1716);Nterm_IS4|PF13006.6(1728-1760);Nterm_IS4|PF13006.6(1764-1792);Nterm_IS4|PF13006.6(1818-1875);
## 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Amastin|PF07344.10(2-35);Amastin|PF07344.10(41-164);Claudin_2|PF13903.5(21-70);Claudin_2|PF13903.5(56-160);Claudin_3|PF06653.10(7-167);L_HMGIC_fpl|PF10242.8(14-167);PI3K_C2|PF00792.23(76-149);PMP22_Claudin|PF00822.19(14-163);SUR7|PF06687.11(12-73);SUR7|PF06687.11(63-160);TMEM173|PF15009.5(44-141);
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Aa_trans|PF01490.17(39-440);Spore_permease|PF03845.12(132-307);Spore_permease|PF03845.12(357-400);Spore_permease|PF03845.12(41-101);
## 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Folate_rec|PF03024.13(18-189);
## 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Cation_efflux|PF01545.20(107-296);ZT_dimer|PF16916.4(300-377);
## 12                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           MAM|PF00629.22(6-139);
## 13                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            MAM|PF00629.22(6-51);
## 14                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Ribosomal_L38e|PF01781.17(45-69);Ribosomal_L38e|PF01781.17(7-37);Ribosomal_L38e|PF01781.17(85-113);SWIM|PF04434.16(76-113);
## 15                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  BetaGal_dom4_5|PF13364.5(21-104);DUF2661|PF10860.7(25-124);DUF2661|PF10860.7(355-435);DUF2661|PF10860.7(432-452);Glyco_hydro_2_C|PF02836.16(261-562);Glyco_hydro_2_N|PF02837.17(9-151);Glyco_hydro_2|PF00703.20(153-259);Glyco_hydro_42|PF02449.14(348-399);Glyco_hydro_42|PF02449.14(386-474);
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Histone|PF00125.23(16-87);Histone|PF00125.23(91-126);
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 DUF4371|PF14291.5(149-364);DUF4371|PF14291.5(79-111);DUF659|PF04937.14(253-407);
## 18                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         ArfGap|PF01412.17(9-89);
## 19                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            DUF3593|PF12159.7(116-169);DUF3593|PF12159.7(25-74);DUF3593|PF12159.7(338-409);Na_Ca_ex|PF01699.23(278-359);Na_Ca_ex|PF01699.23(366-415);Na_Ca_ex|PF01699.23(44-168);
## 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                TSP_1|PF00090.18(133-185);TSP_1|PF00090.18(192-242);TSP_1|PF00090.18(249-303);TSP_1|PF00090.18(310-360);TSP_1|PF00090.18(85-114);
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 DUF4688|PF15752.4(313-433);MULE|PF10551.8(821-845);PARM|PF17061.4(364-545);Peptidase_C48|PF02902.18(203-333);Peptidase_C48|PF02902.18(456-533);zf-C2H2_6|PF13912.5(224-233);zf-C2H2_6|PF13912.5(527-553);zf-C2H2_6|PF13912.5(575-590);zf-H2C2_2|PF13465.5(517-539);zf-H2C2_2|PF13465.5(543-576);
## 22                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Astacin|PF01400.23(170-197);Astacin|PF01400.23(74-156);DUF4953|PF16313.4(168-195);Maf_N|PF08383.10(175-201);Peptidase_M10|PF00413.23(75-226);Peptidase_M57|PF12388.7(67-202);Peptidase_M66|PF10462.8(167-214);PG_binding_1|PF01471.17(1-45);Reprolysin_3|PF13582.5(132-194);Reprolysin_3|PF13582.5(75-123);Reprolysin_4|PF13583.5(160-210);Reprolysin_5|PF13688.5(145-206);Reprolysin_5|PF13688.5(77-135);
## 23                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    3Beta_HSD|PF01073.18(33-266);Epimerase|PF01370.20(32-270);GDP_Man_Dehyd|PF16363.4(33-310);NAD_binding_4|PF07993.11(100-237);NAD_binding_4|PF07993.11(34-96);RmlD_sub_bind|PF04321.16(30-208);
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Kazal_1|PF00050.20(15-71);Kazal_2|PF07648.14(23-71);VWA_2|PF13519.5(193-247);VWA_2|PF13519.5(88-194);VWA_CoxE|PF05762.13(129-246);VWA|PF00092.27(82-253);
## 25                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         tRNA_int_endo_N|PF02778.13(135-193);tRNA_int_endo_N|PF02778.13(45-90);tRNA_int_endo|PF01974.16(203-255);
## 26                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 DZR|PF12773.6(191-262);F-box-like|PF12937.6(82-101);F-box-like|PF12937.6(95-131);F-box|PF00646.32(65-132);IBR|PF01485.20(108-152);IBR|PF01485.20(186-245);IBR|PF01485.20(3-19);TF_Zn_Ribbon|PF08271.11(203-229);zf-RING_4|PF14570.5(205-251);zinc_ribbon_2|PF13240.5(194-211);zinc_ribbon_2|PF13240.5(212-228);zinc_ribbon_2|PF13240.5(229-247);
## 27                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Arm|PF00514.22(275-313);Arm|PF00514.22(642-659);Arm|PF00514.22(84-118);RTTN_N|PF14726.5(21-118);RTTN_N|PF14726.5(246-353);SIL1|PF16782.4(270-398);SIL1|PF16782.4(443-497);SIL1|PF16782.4(7-132);
## 28                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 FOXP-CC|PF16159.4(160-234);FOXP-CC|PF16159.4(259-295);FOXP-CC|PF16159.4(297-341);Tnp_P_element|PF12017.7(308-557);XhlA|PF10779.8(193-232);XhlA|PF10779.8(615-650);zf-C2H2_4|PF13894.5(263-288);zf-C2H2_4|PF13894.5(301-326);zf-C2H2|PF00096.25(164-172);zf-C2H2|PF00096.25(264-287);zf-C2H2|PF00096.25(301-325);
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         BRCA-2_helical|PF09169.9(447-503);BRCA-2_helical|PF09169.9(81-259);BRCA-2_OB1|PF09103.9(262-393);BRCA-2_OB3|PF09104.9(651-789);Tower|PF09121.9(428-468);
## 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           TIMELESS|PF04821.13(27-294);Utp13|PF08625.10(118-276);
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      CUB_2|PF02408.19(124-153);CUB_2|PF02408.19(36-100);CUB_2|PF02408.19(6-26);CUB|PF00431.19(40-151);EGF_2|PF07974.12(5-36);EGF_3|PF12947.6(35-45);EGF_3|PF12947.6(5-34);EGF_CA|PF07645.14(1-42);EGF_MSP1_1|PF12946.6(4-37);EGF_MSP1_1|PF12946.6(58-67);EGF_MSP1_1|PF12946.6(88-100);EGF|PF00008.26(5-35);FXa_inhibition|PF14670.5(4-43);hEGF|PF12661.6(10-31);
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         DSL|PF01414.18(241-298);DSL|PF01414.18(295-336);DSL|PF01414.18(328-371);DSL|PF01414.18(362-406);DSL|PF01414.18(395-440);DSL|PF01414.18(428-469);DSL|PF01414.18(462-508);DSL|PF01414.18(498-541);DSL|PF01414.18(531-575);DSL|PF01414.18(570-609);DSL|PF01414.18(600-643);DSL|PF01414.18(638-677);DSL|PF01414.18(665-689);
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           bZIP_1|PF00170.20(34-96);bZIP_2|PF07716.14(34-88);bZIP_2|PF07716.14(373-391);bZIP_Maf|PF03131.16(22-100);bZIP_Maf|PF03131.16(339-417);
## 34                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Herpes_UL52|PF03121.14(395-456);LCAT|PF02450.14(587-705);LCAT|PF02450.14(742-909);NUP50|PF08911.10(36-81);NUP50|PF08911.10(656-689);
## 35                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   RNA_helicase|PF00910.21(7-69);RNA_helicase|PF00910.21(85-175);
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                DUF128|PF01995.15(10-76);DUF128|PF01995.15(121-156);VWA_2|PF13519.5(7-120);VWA|PF00092.27(6-179);
## 37                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                DUF128|PF01995.15(10-77);DUF128|PF01995.15(121-155);VWA_2|PF13519.5(7-120);VWA|PF00092.27(6-179);
## 38                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               7tm_1|PF00001.20(34-277);7tm_4|PF13853.5(140-203);7tm_4|PF13853.5(21-158);7tm_4|PF13853.5(212-294);7TM_GPCR_Srsx|PF10320.8(25-292);7TM_GPCR_Srx|PF10328.8(25-266);
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  CLZ|PF16526.4(199-255);channels
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        7tm_1|PF00001.20(34-281);7TM_GPCR_Srsx|PF10320.8(28-296);
## 41                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Sema|PF01403.18(37-326);
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    C1_1|PF00130.21(89-131);Exo_endo_phos_2|PF14529.5(278-389);RVT_1|PF00078.26(678-715);Siva|PF05458.11(74-140);
## 43                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Adaptin_N|PF01602.19(48-183);Cnd1|PF12717.6(102-191);Cnd1|PF12717.6(60-96);Cnd3|PF12719.6(45-187);HEAT_2|PF13646.5(48-82);HEAT_2|PF13646.5(88-178);HEAT_EZ|PF13513.5(126-151);HEAT_EZ|PF13513.5(59-76);HEAT_EZ|PF13513.5(63-114);HEAT|PF02985.21(127-154);HEAT|PF02985.21(46-80);HEAT|PF02985.21(88-117);
## 44                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     DUF4710|PF15828.4(1057-1113);DUF4710|PF15828.4(1625-1650);GPS|PF01825.20(1446-1486);GPS|PF01825.20(1761-1772);PKD|PF00801.19(408-469);PKD|PF00801.19(496-530);PKD|PF00801.19(560-656);PLAT|PF01477.22(1558-1650);PLAT|PF01477.22(988-1033);REJ|PF02010.14(694-826);REJ|PF02010.14(819-1059);
## 45                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                RPA_interact_M|PF14767.5(76-155);RPA_interact_N|PF14766.5(24-62);
## 46                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       AAA_11|PF13086.5(210-266);AAA_11|PF13086.5(22-244);AAA_11|PF13086.5(287-358);AAA_16|PF13191.5(211-328);AAA_16|PF13191.5(26-95);AAA_19|PF13245.5(215-356);AAA_22|PF13401.5(11-93);AAA_22|PF13401.5(222-351);AAA_24|PF13479.5(224-339);AAA_29|PF13555.5(212-261);AAA_30|PF13604.5(210-377);AAA_33|PF13671.5(228-277);AAA_5|PF07728.13(227-329);AAA|PF00004.28(228-333);(AAA)
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       HTH_23|PF13384.5(249-293);
## 48                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                0
## 49                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  RVT_1|PF00078.26(1104-1238);RVT_1|PF00078.26(670-728);RVT_1|PF00078.26(962-1072);Telomerase_RBD|PF12009.7(1147-1203);Telomerase_RBD|PF12009.7(1278-1355);Telomerase_RBD|PF12009.7(338-414);Telomerase_RBD|PF12009.7(690-761);Telomerase_RBD|PF12009.7(776-907);
## 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ASH|PF15780.4(230-273);ASH|PF15780.4(37-132);
## 51                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Gal-3-0_sulfotr|PF06990.10(4-329);Sulfotransfer_2|PF03567.13(19-267);Sulfotransfer_3|PF13469.5(61-181);
## 52                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                DUF128|PF01995.15(11-78);DUF128|PF01995.15(122-157);VWA_2|PF13519.5(8-121);VWA|PF00092.27(7-180);
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       ORC3_N|PF07034.10(32-346);
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           ST7|PF04184.11(1-164);
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Lectin_C|PF00059.20(113-211);Slu7|PF11708.7(14-84);
## 56                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  7tm_2|PF00002.23(625-864);CUB_2|PF02408.19(39-98);CUB|PF00431.19(38-159);Dicty_CAR|PF05462.10(623-874);GAIN|PF16489.4(329-543);GPS|PF01825.20(570-612);HRM|PF02793.21(251-311);HRM|PF02793.21(811-828);PH_8|PF15409.5(870-923);
## 57                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              SDA1|PF05285.11(409-614);SDA1|PF05285.11(962-1105);zf-C2H2_4|PF13894.5(104-127);zf-C2H2_4|PF13894.5(130-159);zf-C2H2_4|PF13894.5(163-186);zf-C2H2_4|PF13894.5(189-211);zf-C2H2_4|PF13894.5(216-239);zf-C2H2_4|PF13894.5(43-64);zf-C2H2_4|PF13894.5(64-87);zf-C2H2_4|PF13894.5(753-775);zf-C2H2|PF00096.25(105-127);zf-C2H2|PF00096.25(130-159);zf-C2H2|PF00096.25(164-186);zf-C2H2|PF00096.25(189-211);zf-C2H2|PF00096.25(216-239);zf-C2H2|PF00096.25(43-63);zf-C2H2|PF00096.25(65-87);zf-C2H2|PF00096.25(753-774);
## 58                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             TGF_beta|PF00019.19(274-367);TGFb_propeptide|PF00688.17(118-266);TGFb_propeptide|PF00688.17(55-103);
## 59                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ANAPC3|PF12895.6(47-118);ANAPC3|PF12895.6(9-62);Homeobox_KN|PF05920.10(165-200);Homeobox|PF00046.28(148-203);Homeobox|PF00046.28(41-84);Homeobox|PF00046.28(93-121);Homez|PF11569.7(174-204);HTH_26|PF13443.5(173-205);HTH_26|PF13443.5(30-54);SIX1_SD|PF16878.4(30-141);
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                4HFCP_synth|PF04476.12(151-282);DUF4371|PF14291.5(5-243);DUF5433|PF17498.1(173-210);Hydrolase_2|PF07486.11(332-416);Hydrolase_2|PF07486.11(37-138);RNA_pol_Rpb4|PF03874.15(329-356);RNA_pol_Rpb4|PF03874.15(52-278);Spexin|PF15171.5(14-83);Y2_Tnp|PF04986.12(23-207);Y2_Tnp|PF04986.12(237-392);
## 61                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Abhydrolase_1|PF00561.19(2-65);Abhydrolase_1|PF00561.19(66-140);Abhydrolase_2|PF02230.15(4-68);Abhydrolase_2|PF02230.15(77-152);Abhydrolase_3|PF07859.12(2-51);Abhydrolase_5|PF12695.6(3-57);Abhydrolase_5|PF12695.6(64-145);Abhydrolase_6|PF12697.6(2-146);AXE1|PF05448.11(1-53);AXE1|PF05448.11(82-153);BAAT_C|PF08840.10(5-67);BAAT_C|PF08840.10(62-127);DLH|PF01738.17(1-56);DLH|PF01738.17(78-134);DUF818|PF05677.11(14-136);FSH1|PF03959.12(3-135);Hydrolase_4|PF12146.7(2-89);Hydrolase_4|PF12146.7(82-136);Peptidase_S15|PF02129.17(3-56);Peptidase_S15|PF02129.17(66-136);Peptidase_S9|PF00326.20(3-137);PGAP1|PF07819.12(5-141);
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Herpes_Helicase|PF02689.13(174-245);Herpes_Helicase|PF02689.13(20-136);PIF1|PF05970.13(37-142);UvrD_C_2|PF13538.5(186-226);
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  B2|PF11473.7(17-53);B2|PF11473.7(91-132);BST2|PF16716.4(14-43);BST2|PF16716.4(48-134);Kinesin|PF00225.22(1-96);
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             MatE|PF01554.17(215-238);MatE|PF01554.17(293-427);MatE|PF01554.17(44-203);Polysacc_synt_C|PF14667.5(154-310);Polysacc_synt_C|PF14667.5(17-94);Polysacc_synt_C|PF14667.5(295-362);Polysacc_synt_C|PF14667.5(402-463);
## 65                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              7tm_1|PF00001.20(20-296);7TM_GPCR_Srsx|PF10320.8(14-312);7TM_GPCR_Srx|PF10328.8(11-260);DUF2207|PF09972.8(190-278);DUF2207|PF09972.8(32-199);DUF3290|PF11694.7(146-223);DUF3290|PF11694.7(76-143);Imm58|PF15581.5(159-209);Imm58|PF15581.5(81-137);
## 66                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                DUF2666|PF10869.7(5-94);DUF2666|PF10869.7(95-136);EF-hand_1|PF00036.31(101-129);EF-hand_1|PF00036.31(18-29);EF-hand_1|PF00036.31(32-60);EF-hand_1|PF00036.31(68-77);EF-hand_1|PF00036.31(78-91);EF-hand_5|PF13202.5(102-117);EF-hand_5|PF13202.5(21-27);EF-hand_5|PF13202.5(33-57);EF-hand_6|PF13405.5(101-131);EF-hand_6|PF13405.5(20-29);EF-hand_6|PF13405.5(32-61);EF-hand_7|PF13499.5(17-29);EF-hand_7|PF13499.5(30-127);EF-hand_7|PF13499.5(99-135);EF-hand_8|PF13833.5(31-60);EF-hand_8|PF13833.5(44-92);EF-hand_8|PF13833.5(82-128);EF-hand_9|PF14658.5(103-136);EF-hand_9|PF14658.5(34-88);GPHH|PF16905.4(101-131);GPHH|PF16905.4(24-63);
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            rve|PF00665.25(2-62);
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  VWA_2|PF13519.5(37-147);vWA-TerF-like|PF10138.8(34-177);VWA|PF00092.27(36-179);
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               PHD|PF00628.28(1894-1938);PHD|PF00628.28(505-540);PHD|PF00628.28(563-606);PHD|PF00628.28(939-959);
## 70                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        EF-hand_1|PF00036.31(105-133);EF-hand_1|PF00036.31(22-33);EF-hand_1|PF00036.31(36-64);EF-hand_1|PF00036.31(72-80);EF-hand_1|PF00036.31(82-95);EF-hand_5|PF13202.5(106-121);EF-hand_5|PF13202.5(24-31);EF-hand_5|PF13202.5(37-61);EF-hand_6|PF13405.5(105-135);EF-hand_6|PF13405.5(24-33);EF-hand_6|PF13405.5(36-65);EF-hand_7|PF13499.5(103-139);EF-hand_7|PF13499.5(34-131);EF-hand_7|PF13499.5(6-33);EF-hand_8|PF13833.5(35-64);EF-hand_8|PF13833.5(48-96);EF-hand_8|PF13833.5(85-132);EF-hand_9|PF14658.5(107-140);EF-hand_9|PF14658.5(24-34);EF-hand_9|PF14658.5(38-92);GPHH|PF16905.4(105-135);GPHH|PF16905.4(28-67);SPARC_Ca_bdg|PF10591.8(3-79);Ca
## 71                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             EF-hand_1|PF00036.31(133-158);EF-hand_1|PF00036.31(14-36);EF-hand_1|PF00036.31(168-190);EF-hand_1|PF00036.31(202-225);EF-hand_1|PF00036.31(45-68);EF-hand_1|PF00036.31(97-120);EF-hand_10|PF14788.5(100-121);EF-hand_10|PF14788.5(147-192);EF-hand_10|PF14788.5(203-227);EF-hand_10|PF14788.5(41-67);EF-hand_5|PF13202.5(102-109);EF-hand_5|PF13202.5(134-156);EF-hand_5|PF13202.5(16-34);EF-hand_5|PF13202.5(173-188);EF-hand_5|PF13202.5(204-225);EF-hand_6|PF13405.5(137-159);EF-hand_6|PF13405.5(15-38);EF-hand_6|PF13405.5(172-190);EF-hand_6|PF13405.5(203-228);EF-hand_6|PF13405.5(45-68);EF-hand_6|PF13405.5(97-119);EF-hand_7|PF13499.5(162-225);EF-hand_7|PF13499.5(37-68);EF-hand_7|PF13499.5(6-34);EF-hand_7|PF13499.5(93-158);EF-hand_8|PF13833.5(101-119);EF-hand_8|PF13833.5(135-156);EF-hand_8|PF13833.5(172-187);EF-hand_8|PF13833.5(199-224);EF-hand_8|PF13833.5(42-69);EF-hand_8|PF13833.5(6-29);SPARC_Ca_bdg|PF10591.8(12-69);Ca
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                0
## 73                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   CUB_2|PF02408.19(4-111);CUB|PF00431.19(1-110);
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         7tm_1|PF00001.20(21-266);7TM_GPCR_Srsx|PF10320.8(15-282);7TM_GPCR_Srx|PF10328.8(12-145);7TM_GPCR_Srx|PF10328.8(135-180);
## 75                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Agenet|PF05641.11(1676-1729);Agenet|PF05641.11(842-857);DEAD|PF00270.28(480-655);Helicase_C|PF00271.30(475-500);Helicase_C|PF00271.30(706-815);Pkinase_Tyr|PF07714.16(36-316);Pkinase|PF00069.24(36-317);RQC|PF09382.9(898-1027);
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            MKRN1_C|PF15815.4(381-425);MKRN1_C|PF15815.4(85-118);
## 77                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Ank_2|PF12796.6(195-291);Ank_2|PF12796.6(268-370);Ank_2|PF12796.6(313-403);Ank_2|PF12796.6(354-437);Ank_2|PF12796.6(377-471);Ank_2|PF12796.6(83-180);Ank_3|PF13606.5(117-146);Ank_3|PF13606.5(150-179);Ank_3|PF13606.5(214-243);Ank_3|PF13606.5(248-290);Ank_3|PF13606.5(295-302);Ank_3|PF13606.5(339-368);Ank_3|PF13606.5(372-401);Ank_3|PF13606.5(405-437);Ank_3|PF13606.5(80-107);Ank_4|PF13637.5(118-171);Ank_4|PF13637.5(214-261);Ank_4|PF13637.5(270-305);Ank_4|PF13637.5(340-393);Ank_4|PF13637.5(373-422);Ank_4|PF13637.5(406-451);Ank_4|PF13637.5(79-126);Ank_5|PF13857.5(150-180);Ank_5|PF13857.5(209-256);Ank_5|PF13857.5(274-302);Ank_5|PF13857.5(332-380);Ank_5|PF13857.5(364-413);Ank_5|PF13857.5(392-450);Ank_5|PF13857.5(75-114);Ank_5|PF13857.5(98-158);Ank|PF00023.29(117-149);Ank|PF00023.29(150-179);Ank|PF00023.29(214-247);Ank|PF00023.29(248-292);Ank|PF00023.29(294-335);Ank|PF00023.29(339-371);Ank|PF00023.29(372-441);Ank|PF00023.29(78-109);Mab-21|PF03281.13(769-1058);RCC1|PF00415.17(499-546);
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  PhzC-PhzF|PF02567.15(113-248);Pro_racemase|PF05544.10(34-362);PrpF|PF04303.12(274-333);PrpF|PF04303.12(94-178);
## 79                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Cep57_MT_bd|PF06657.12(61-109);DUF5340|PF17275.1(146-185);DUF5340|PF17275.1(47-96);Spindle_Spc25|PF08234.11(101-171);
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Gal_Lectin|PF02140.17(173-212);Gal_Lectin|PF02140.17(219-268);Gal_Lectin|PF02140.17(333-384);Gal_Lectin|PF02140.17(390-425);Gal_Lectin|PF02140.17(446-483);Gal_Lectin|PF02140.17(516-595);Gal_Lectin|PF02140.17(91-127);TSP_1|PF00090.18(159-211);TSP_1|PF00090.18(218-268);TSP_1|PF00090.18(274-325);TSP_1|PF00090.18(332-382);TSP_1|PF00090.18(389-439);TSP_1|PF00090.18(446-499);TSP_1|PF00090.18(516-530);TSP_1|PF00090.18(97-134);
## 81                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       DUF4345|PF14248.5(148-172);DUF4345|PF14248.5(235-364);DUF4345|PF14248.5(432-483);PA|PF02225.21(47-131);Peptidase_A22B|PF04258.12(212-499);
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        RVT_1|PF00078.26(84-242);
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 7tm_3|PF00003.21(1376-1617);7tm_3|PF00003.21(616-827);ANF_receptor|PF01094.27(103-433);ANF_receptor|PF01094.27(881-1264);NCD3G|PF07562.13(1296-1345);NCD3G|PF07562.13(536-585);Peripla_BP_6|PF13458.5(133-359);Peripla_BP_6|PF13458.5(871-1187);
## 84                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Nup88|PF10168.8(52-128);Swi5|PF07061.10(60-134);
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   3Beta_HSD|PF01073.18(33-267);Epimerase|PF01370.20(32-270);GDP_Man_Dehyd|PF16363.4(33-312);NAD_binding_4|PF07993.11(100-238);NAD_binding_4|PF07993.11(34-96);NmrA|PF05368.12(216-291);NmrA|PF05368.12(32-99);Pyr_redox_2|PF07992.13(13-92);RmlD_sub_bind|PF04321.16(30-208);Sacchrp_dh_NADP|PF03435.17(32-172);
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Astacin|PF01400.23(298-354);Astacin|PF01400.23(59-247);L1R_F9L|PF02442.16(297-416);viruses
## 87                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Alpha_kinase|PF02816.17(1-140);LBP_C|PF17386.1(10-44);
## 88                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Amidinotransf|PF02274.16(153-320);PAD_porph|PF04371.14(1-318);
## 89                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            CEBP_ZZ|PF16366.4(197-253);CEBP_ZZ|PF16366.4(251-281);zf-4CXXC_R1|PF10497.8(199-297);
## 90                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         MatE|PF01554.17(27-130);
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Glyco_hydro_9|PF00759.18(2-181);
## 92                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             AAA_16|PF13191.5(264-406);AAA_16|PF13191.5(96-211);AAA_25|PF13481.5(247-318);AAA_25|PF13481.5(326-393);AAA|PF00004.28(202-240);(AAA)
## 93                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 2OG-FeII_Oxy_3|PF13640.5(270-363);Pox_C4_C10|PF03336.12(116-161);Pox_C4_C10|PF03336.12(267-330);
## 94                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Aldolase_II|PF00596.20(133-323);TraK|PF06586.10(132-256);TraK|PF06586.10(78-119);
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      MFS_1|PF07690.15(58-238);OATP|PF03137.19(58-244);TMEM51|PF15345.5(118-179);
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Sulfotransfer_1|PF00685.26(60-312);Sulfotransfer_3|PF13469.5(103-238);Sulfotransfer_3|PF13469.5(62-132);
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        BACK|PF07707.14(151-198);BACK|PF07707.14(182-291);BTB|PF00651.30(70-177);
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                CAP|PF00188.25(217-333);CAP|PF00188.25(28-144);DUF3151|PF11349.7(243-331);DUF3151|PF11349.7(55-132);DUF4377|PF14302.5(256-300);DUF4377|PF14302.5(53-111);ShK|PF01549.23(391-423);
## 99                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 CEP44|PF15007.5(362-388);CEP44|PF15007.5(5-132);
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Arg_tRNA_synt_N|PF03485.15(13-88);Arg_tRNA_synt_N|PF03485.15(133-170);DUF3456|PF11938.7(48-80);DUF3456|PF11938.7(72-169);DUF3570|PF12094.7(13-95);
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Phospholip_A2_3|PF09056.10(11-111);PLA2G12|PF06951.10(24-127);
## 102                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         CrgA|PF06781.11(476-542);DSL|PF01414.18(125-170);DSL|PF01414.18(164-204);DSL|PF01414.18(192-232);DSL|PF01414.18(227-269);DSL|PF01414.18(37-97);DSL|PF01414.18(96-133);DUF5305|PF17231.1(274-373);DUF5305|PF17231.1(339-419);DUF5305|PF17231.1(442-550);
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        RVT_2|PF07727.13(1-120);
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Glyco_hydro_99|PF16317.4(126-176);Glyco_hydro_99|PF16317.4(14-71);Glyco_hydro_99|PF16317.4(146-207);Glyco_hydro_99|PF16317.4(58-128);Glyco_hydro_99|PF16317.4(76-151);Lambda_Kil|PF06301.10(100-125);Lambda_Kil|PF06301.10(127-151);Lambda_Kil|PF06301.10(154-178);Lambda_Kil|PF06301.10(181-205);Lambda_Kil|PF06301.10(20-43);Lambda_Kil|PF06301.10(208-237);Lambda_Kil|PF06301.10(46-70);Lambda_Kil|PF06301.10(73-103);MarB|PF13999.5(11-49);MarB|PF13999.5(127-158);MarB|PF13999.5(154-185);MarB|PF13999.5(181-213);MarB|PF13999.5(205-243);MarB|PF13999.5(44-77);MarB|PF13999.5(73-103);MarB|PF13999.5(96-131);PNK3P|PF08645.10(148-256);PNK3P|PF08645.10(40-118);ShK|PF01549.23(298-333);zf-CCCH|PF00642.23(301-317);
## 105                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Cadherin_3|PF16184.4(131-184);Cadherin_3|PF16184.4(6-127);Cadherin|PF00028.16(157-185);Cadherin|PF00028.16(39-143);
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    PNP_UDP_1|PF01048.19(5-147);
## 107                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        TSP_1|PF00090.18(120-172);TSP_1|PF00090.18(179-231);TSP_1|PF00090.18(239-286);TSP_1|PF00090.18(293-343);
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   BEN|PF10523.8(623-696);DivIC|PF04977.14(266-284);DivIC|PF04977.14(499-541);DivIC|PF04977.14(69-94);DivIC|PF04977.14(697-709);
## 109                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   2OG-FeII_Oxy_3|PF13640.5(5-79);2OG-FeII_Oxy|PF03171.19(4-80);
## 110                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Fanconi_A_N|PF15865.4(1076-1291);Fanconi_A_N|PF15865.4(127-506);Fanconi_A_N|PF15865.4(773-953);
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       STAT_alpha|PF01017.19(439-551);zf-C2H2_6|PF13912.5(238-254);zf-C2HC_2|PF13913.5(235-259);
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   RRM_1|PF00076.21(132-156);RNP
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            NMN_transporter|PF04973.11(2-227);NMN_transporter|PF04973.11(289-342);Peptidase_A22B|PF04258.12(65-354);Presenilin|PF01080.16(252-349);Presenilin|PF01080.16(59-132);SPP|PF06550.10(156-343);SPP|PF06550.10(69-127);
## 114                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             BT1|PF03092.15(26-121);MFS_1|PF07690.15(18-134);Sugar_tr|PF00083.23(33-120);UL42|PF17638.1(79-123);
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           ACCA|PF03255.13(21-98);ACCA|PF03255.13(89-170);Endomucin|PF07010.11(2-116);Endomucin|PF07010.11(87-168);HLH|PF00010.25(22-48);HLH|PF00010.25(72-124);
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        NOA36|PF06524.11(2-104);ThiS|PF02597.19(217-290);ThiS|PF02597.19(71-133);TUDOR|PF00567.23(118-220);TUDOR|PF00567.23(226-271);TUDOR|PF00567.23(244-304);zf-HIT|PF04438.15(1-29);zf-MYND|PF01753.17(4-39);
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   CBFD_NFYB_HMF|PF00808.22(10-46);CBFD_NFYB_HMF|PF00808.22(56-120);CENP-T_C|PF15511.5(2-42);CENP-T_C|PF15511.5(51-121);CENP-W|PF15510.5(50-123);HI0933_like|PF03486.13(31-124);Histone|PF00125.23(7-121);TadF|PF16964.4(6-117);
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              AhpC-TSA|PF00578.20(165-250);AhpC-TSA|PF00578.20(43-123);Condensin2nSMC|PF12422.7(300-394);subunit
## 119                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      DAGAT|PF03982.12(42-337);FA_desaturase|PF00487.23(232-289);FA_desaturase|PF00487.23(3-84);
## 120                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                AAA_10|PF12846.6(127-192);AAA_18|PF13238.5(156-283);AAA_18|PF13238.5(44-151);AAA_22|PF13401.5(154-225);AAA_24|PF13479.5(152-200);AAA_35|PF14516.5(123-206);AAA_35|PF14516.5(215-274);ATP_bind_1|PF03029.16(158-199);CbiA|PF01656.22(156-436);CLP1_N|PF16573.4(53-144);CLP1_P|PF16575.4(160-346);Clp1|PF06807.13(351-461);GTP_EFTU|PF00009.26(153-195);MMR_HSR1|PF01926.22(155-198);MMR_HSR1|PF01926.22(246-318);
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           BT1|PF03092.15(272-374);LacY_symp|PF01306.18(69-381);MFS_1_like|PF12832.6(30-354);MFS_1|PF07690.15(257-406);MFS_1|PF07690.15(57-326);
## 122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   RNase_HII|PF01351.17(52-261);
## 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   cEGF|PF12662.6(107-130);cEGF|PF12662.6(151-175);cEGF|PF12662.6(17-40);cEGF|PF12662.6(198-216);cEGF|PF12662.6(3-9);cEGF|PF12662.6(61-85);cEGF|PF12662.6(86-105);EGF_3|PF12947.6(1-29);EGF_3|PF12947.6(131-161);EGF_3|PF12947.6(169-180);EGF_3|PF12947.6(182-215);EGF_3|PF12947.6(41-78);EGF_3|PF12947.6(92-125);EGF_CA|PF07645.14(127-170);EGF_CA|PF07645.14(172-215);EGF_CA|PF07645.14(2-35);EGF_CA|PF07645.14(37-80);EGF_CA|PF07645.14(82-125);EGF_MSP1_1|PF12946.6(10-36);EGF_MSP1_1|PF12946.6(130-171);EGF_MSP1_1|PF12946.6(175-216);EGF_MSP1_1|PF12946.6(40-81);EGF_MSP1_1|PF12946.6(85-126);EGF|PF00008.26(131-164);EGF|PF00008.26(180-210);EGF|PF00008.26(2-29);EGF|PF00008.26(35-74);EGF|PF00008.26(80-120);FXa_inhibition|PF14670.5(1-35);FXa_inhibition|PF14670.5(131-170);FXa_inhibition|PF14670.5(182-215);FXa_inhibition|PF14670.5(41-80);FXa_inhibition|PF14670.5(91-125);hEGF|PF12661.6(119-129);hEGF|PF12661.6(138-160);hEGF|PF12661.6(183-206);hEGF|PF12661.6(2-26);hEGF|PF12661.6(211-216);hEGF|PF12661.6(41-70);hEGF|PF12661.6(94-116);Plasmod_Pvs28|PF06247.10(1-36);Plasmod_Pvs28|PF06247.10(130-165);Plasmod_Pvs28|PF06247.10(175-216);Plasmod_Pvs28|PF06247.10(31-81);Plasmod_Pvs28|PF06247.10(85-126);
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              IQ|PF00612.26(288-307);Stirrup|PF09061.5(261-331);
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Dicty_REP|PF05086.11(29-189);DUF3173|PF11372.7(127-171);UBA|PF00627.30(124-160);UIM|PF02809.19(179-195);
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               RHD_DNA_bind|PF00554.21(205-362);
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              MULE|PF10551.8(1644-1719);MULE|PF10551.8(770-865);
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       CBFD_NFYB_HMF|PF00808.22(64-128);CENP-S|PF15630.5(65-133);CENP-T_C|PF15511.5(14-36);CENP-T_C|PF15511.5(59-134);Histone|PF00125.23(1-132);PAF|PF15715.4(1-66);TFIID-31kDa|PF02291.14(5-33);TFIID-31kDa|PF02291.14(67-135);
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               0
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            HECT|PF00632.24(420-454);HECT|PF00632.24(439-703);Totivirus_coat|PF05518.10(12-143);
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     AAA_14|PF13173.5(29-120);AAA_14|PF13173.5(504-634);AAA_14|PF13173.5(97-159);AAA_16|PF13191.5(492-649);AAA_2|PF07724.13(504-628);AAA_22|PF13401.5(501-557);AAA_22|PF13401.5(546-616);AAA_5|PF07728.13(506-632);AAA|PF00004.28(507-637);(AAA)
## 132                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     DUF3630|PF12305.7(219-250);DUF3630|PF12305.7(331-374);DUF3630|PF12305.7(38-108);DUF4974|PF16344.4(216-285);
## 133                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          zf-DBF|PF07535.11(1147-1159);zf-DBF|PF07535.11(19-63);
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        TPR_1|PF00515.27(100-133);TPR_1|PF00515.27(138-158);TPR_1|PF00515.27(63-88);TPR_12|PF13424.5(135-164);TPR_12|PF13424.5(62-132);TPR_16|PF13432.5(119-157);TPR_16|PF13432.5(33-58);TPR_16|PF13432.5(68-132);TPR_2|PF07719.16(100-133);TPR_2|PF07719.16(137-159);TPR_2|PF07719.16(63-96);TPR_6|PF13174.5(102-132);TPR_6|PF13174.5(138-163);TPR_6|PF13174.5(41-62);TPR_6|PF13174.5(65-93);TPR_7|PF13176.5(103-137);TPR_7|PF13176.5(139-163);TPR_7|PF13176.5(65-98);TPR_8|PF13181.5(100-133);TPR_8|PF13181.5(138-164);TPR_8|PF13181.5(63-95);
## 135                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         DDT|PF02791.16(136-190);PHD|PF00628.28(286-331);Rubredoxin|PF00301.19(297-307);Rubredoxin|PF00301.19(314-334);WHIM1|PF15612.5(231-276);
## 136                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Baculo_PEP_C|PF04513.11(6-109);COG2|PF06148.10(24-110);DUF1664|PF07889.11(23-111);DUF4363|PF14276.5(10-70);DUF4363|PF14276.5(78-111);FliG_M|PF14841.5(11-68);Halogen_Hydrol|PF10112.8(1-64);Halogen_Hydrol|PF10112.8(58-109);IL22|PF14565.5(44-111);KxDL|PF10241.8(3-69);KxDL|PF10241.8(50-97);Muted|PF14942.5(1-111);Ntox28|PF15605.5(34-90);PilJ|PF13675.5(2-77);PilJ|PF13675.5(65-110);Spectrin|PF00435.20(1-62);Spectrin|PF00435.20(66-111);
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Fanconi_A_N|PF15865.4(1058-1173);Fanconi_A_N|PF15865.4(106-486);Fanconi_A_N|PF15865.4(1244-1356);Fanconi_A_N|PF15865.4(696-930);
## 138                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 CUB_2|PF02408.19(295-398);CUB|PF00431.19(289-395);Hyd_WA|PF06462.11(137-166);Hyd_WA|PF06462.11(180-194);Hyd_WA|PF06462.11(227-257);Hyd_WA|PF06462.11(53-75);Hyd_WA|PF06462.11(92-121);PTPA|PF03095.14(161-223);
## 139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          MFS_1|PF07690.15(17-416);MFS_1|PF07690.15(424-479);MFS_3|PF05977.12(323-467);MFS_3|PF05977.12(67-271);
## 140                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Exo_endo_phos|PF03372.22(6-228);RVT_1|PF00078.26(510-735);zf-RVT|PF13966.5(824-881);zf-RVT|PF13966.5(947-1047);
## 141                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          LIM|PF00412.21(330-390);LIM|PF00412.21(395-451);LIM|PF00412.21(455-513);LIM|PF00412.21(47-80);PET|PF06297.13(235-318);
## 142                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         C1_1|PF00130.21(287-337);C1_2|PF03107.15(280-329);C1_2|PF03107.15(334-361);OS-D|PF03392.12(255-291);OS-D|PF03392.12(281-328);OS-D|PF03392.12(317-387);OS-D|PF03392.12(403-456);PHD|PF00628.28(296-350);
## 143                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   DUF4149|PF13664.5(208-241);DUF4149|PF13664.5(80-182);Polysacc_synt_C|PF14667.5(13-67);Polysacc_synt_C|PF14667.5(215-245);Polysacc_synt_C|PF14667.5(72-138);Polysacc_synt_C|PF14667.5(91-169);
## 144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       DUF92|PF01940.15(106-222);DUF92|PF01940.15(223-293);EamA|PF00892.19(127-270);EamA|PF00892.19(3-116);Herpes_LMP1|PF05297.10(33-211);TPT|PF03151.15(1-269);
## 145                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    C1_1|PF00130.21(179-225);C1_1|PF00130.21(221-245);C1_1|PF00130.21(227-274);C1_1|PF00130.21(278-287);C1_2|PF03107.15(164-216);C1_2|PF03107.15(226-267);C1_2|PF03107.15(268-298);Linker_histone|PF00538.18(4-64);Linker_histone|PF00538.18(87-154);PHD_2|PF13831.5(172-187);PHD_2|PF13831.5(198-240);PHD_2|PF13831.5(249-285);PHD_4|PF16866.4(179-241);PHD_4|PF16866.4(238-285);PHD|PF00628.28(182-240);PHD|PF00628.28(239-287);Prok-RING_1|PF14446.5(178-233);Prok-RING_1|PF14446.5(234-270);SAM_1|PF00536.29(450-513);SAM_1|PF00536.29(85-98);SAM_2|PF07647.16(35-49);SAM_2|PF07647.16(449-512);SAM_PNT|PF02198.15(434-517);Zf_RING|PF16744.4(177-239);Zf_RING|PF16744.4(238-286);zf-RING_2|PF13639.5(181-238);zf-RING_2|PF13639.5(238-285);
## 146                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            DDE_Tnp_4|PF13359.5(110-156);DDE_Tnp_4|PF13359.5(177-264);DDE_Tnp_4|PF13359.5(45-73);Plant_tran|PF04827.13(178-273);
## 147                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Peptidase_C48|PF02902.18(102-241);
## 148                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  FOP_dimer|PF09398.9(4-28);FOP_dimer|PF09398.9(40-113);LisH_2|PF16045.4(53-80);
## 149                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  APH|PF01636.22(124-194);Kdo|PF06293.13(131-193);Kdo|PF06293.13(89-145);Kinase-like|PF14531.5(122-201);Kinase-like|PF14531.5(35-101);Pkinase_Tyr|PF07714.16(49-202);Pkinase|PF00069.24(48-202);
## 150                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         BioY|PF02632.13(129-203);BioY|PF02632.13(179-258);FLILHELTA|PF10306.8(228-291);MFS_1|PF07690.15(103-334);NfeD|PF01957.17(121-207);NfeD|PF01957.17(208-285);RELT|PF12606.7(151-164);RELT|PF12606.7(219-232);RELT|PF12606.7(83-99);Sugar_tr|PF00083.23(77-324);TRI12|PF06609.12(115-285);
## 151                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           zf-BED|PF02892.14(415-446);zf-BED|PF02892.14(442-474);zf-BED|PF02892.14(465-506);zf-BED|PF02892.14(508-539);zf-C2H2_11|PF16622.4(424-446);zf-C2H2_11|PF16622.4(478-506);zf-C2H2_11|PF16622.4(508-527);zf-C2H2_4|PF13894.5(241-262);zf-C2H2_4|PF13894.5(424-447);zf-C2H2_4|PF13894.5(452-475);zf-C2H2_4|PF13894.5(480-503);zf-C2H2_4|PF13894.5(508-531);zf-C2H2_4|PF13894.5(63-74);zf-C2H2_6|PF13912.5(423-446);zf-C2H2_6|PF13912.5(451-470);zf-C2H2_6|PF13912.5(479-505);zf-C2H2_6|PF13912.5(507-530);zf-C2H2_jaz|PF12171.7(423-443);zf-C2H2_jaz|PF12171.7(451-470);zf-C2H2_jaz|PF12171.7(479-500);zf-C2H2_jaz|PF12171.7(507-527);zf-C2H2|PF00096.25(226-238);zf-C2H2|PF00096.25(424-446);zf-C2H2|PF00096.25(452-474);zf-C2H2|PF00096.25(480-502);zf-C2H2|PF00096.25(508-530);zf-C2HC_2|PF13913.5(426-443);zf-C2HC_2|PF13913.5(452-471);zf-C2HC_2|PF13913.5(480-493);zf-C2HC_2|PF13913.5(509-528);zf-Di19|PF05605.11(422-504);zf-Di19|PF05605.11(506-539);zf-H2C2_2|PF13465.5(419-435);zf-H2C2_2|PF13465.5(438-463);zf-H2C2_2|PF13465.5(466-491);zf-H2C2_2|PF13465.5(494-519);zf-H2C2_2|PF13465.5(522-540);zf-met|PF12874.6(366-380);zf-met|PF12874.6(424-443);zf-met|PF12874.6(452-471);zf-met|PF12874.6(480-500);zf-met|PF12874.6(508-528);zf-met|PF12874.6(63-73);
## 152                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             DUF3527|PF12043.7(386-454);Tub|PF01167.17(211-454);
## 153                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  EGF_3|PF12947.6(302-333);EGF|PF00008.26(125-139);EGF|PF00008.26(301-332);hEGF|PF12661.6(306-325);Laminin_G_1|PF00054.22(18-114);Laminin_G_1|PF00054.22(190-257);Laminin_G_1|PF00054.22(241-275);Laminin_G_2|PF02210.23(169-272);Laminin_G_2|PF02210.23(7-111);
## 154                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                NADH_dhqG_C|PF09326.10(111-143);NADH_dhqG_C|PF09326.10(198-247);NADH_dhqG_C|PF09326.10(257-288);
## 155                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               0
## 156                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                CAMSAP_CH|PF11971.7(146-220);CAMSAP_CH|PF11971.7(31-104);CH_2|PF06294.10(150-208);CH_2|PF06294.10(26-118);CH_2|PF06294.10(343-387);CH_2|PF06294.10(532-586);CH|PF00307.30(136-242);CH|PF00307.30(20-123);CH|PF00307.30(270-313);EFP|PF01132.19(16-47);EFP|PF01132.19(454-481);GatB_N|PF02934.14(391-617);PhoH|PF02562.15(333-430);Spectrin|PF00435.20(265-374);Spectrin|PF00435.20(3-31);Spectrin|PF00435.20(384-489);Spectrin|PF00435.20(499-596);Spectrin|PF00435.20(598-644);
## 157                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       SEN1_N|PF12726.6(27-454);
## 158                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            MFS_MOT1|PF16983.4(5-102);STAS|PF01740.20(160-274);Sulfate_transp|PF00916.19(1-125);
## 159                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              7tm_3|PF00003.21(495-732);ANF_receptor|PF01094.27(2-370);NCD3G|PF07562.13(407-462);Peripla_BP_6|PF13458.5(31-230);
## 160                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Sld5|PF05916.10(61-168);
## 161                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Forkhead|PF00250.17(295-373);FOXP-CC|PF16159.4(1-45);
## 162                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             DHC_N1|PF08385.11(274-864);Rop|PF01815.15(491-519);
## 163                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               CoA_transf_3|PF02515.16(40-408);Glyco_hydro_30C|PF17189.3(256-300);Rhabdo_NV|PF02484.14(246-311);
## 164                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    DUF5456|PF17539.1(8-110);Peptidase_M13_N|PF05649.12(11-165);
## 165                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             rve|PF00665.25(170-235);zf-H2C2|PF09337.9(115-152);
## 166                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Lar_restr_allev|PF14354.5(3-72);Lar_restr_allev|PF14354.5(56-126);Mss4|PF04421.12(38-130);
## 167                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Lectin_C|PF00059.20(92-203);UL45|PF05473.11(61-212);
## 168                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Acetyltransf_1|PF00583.24(79-194);Acetyltransf_4|PF13420.6(13-57);Acetyltransf_4|PF13420.6(71-202);FR47|PF08445.9(133-203);
## 169                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Chorein_N|PF12624.6(2-121);VPS13|PF16908.4(135-263);
## 170                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Kdo|PF06293.13(1439-1516);Mad3_BUB1_I|PF08311.11(40-161);Mad3_BUB1_II|PF08171.10(324-390);Mad3_BUB1_II|PF08171.10(721-759);Pkinase_Tyr|PF07714.16(1346-1567);Pkinase|PF00069.24(1346-1585);Pkinase|PF00069.24(21-94);
## 171                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   AAA_16|PF13191.5(1-132);AAA_16|PF13191.5(140-261);AAA|PF00004.28(9-156);(AAA)
## 172                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              MKLP1_Arf_bdg|PF16540.4(266-315);MKLP1_Arf_bdg|PF16540.4(379-468);
## 173                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               COX6C|PF02937.14(159-195);COX6C|PF02937.14(377-413);MFS_1_like|PF12832.6(10-379);
## 174                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          HTH_41|PF14502.5(534-562);Laminin_EGF|PF00053.23(471-518);Laminin_EGF|PF00053.23(724-774);Laminin_EGF|PF00053.23(777-827);Laminin_EGF|PF00053.23(849-915);Ldl_recept_a|PF00057.17(151-163);Ldl_recept_a|PF00057.17(468-485);Ldl_recept_a|PF00057.17(765-798);Ldl_recept_a|PF00057.17(794-823);Ldl_recept_a|PF00057.17(862-899);NPV_P10|PF05531.11(528-593);NPV_P10|PF05531.11(88-137);
## 175                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Gal_Lectin|PF02140.17(152-191);Gal_Lectin|PF02140.17(222-301);Gal_Lectin|PF02140.17(38-90);Gal_Lectin|PF02140.17(96-146);TSP_1|PF00090.18(1-31);TSP_1|PF00090.18(152-205);TSP_1|PF00090.18(222-238);TSP_1|PF00090.18(253-275);TSP_1|PF00090.18(276-296);TSP_1|PF00090.18(38-88);TSP_1|PF00090.18(95-145);
## 176                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Forkhead|PF00250.17(34-116);
## 177                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 DSL|PF01414.18(1027-1072);DSL|PF01414.18(1064-1106);DSL|PF01414.18(1096-1140);DSL|PF01414.18(1133-1174);DSL|PF01414.18(1169-1206);DSL|PF01414.18(119-162);DSL|PF01414.18(1199-1247);DSL|PF01414.18(1238-1276);DSL|PF01414.18(1265-1307);DSL|PF01414.18(1303-1349);DSL|PF01414.18(1337-1378);DSL|PF01414.18(1370-1412);DSL|PF01414.18(1401-1451);DSL|PF01414.18(1438-1484);DSL|PF01414.18(1474-1515);DSL|PF01414.18(1504-1540);DSL|PF01414.18(1522-1578);DSL|PF01414.18(153-198);DSL|PF01414.18(187-232);DSL|PF01414.18(222-265);DSL|PF01414.18(254-299);DSL|PF01414.18(289-333);DSL|PF01414.18(326-363);DSL|PF01414.18(33-91);DSL|PF01414.18(356-401);DSL|PF01414.18(385-433);DSL|PF01414.18(425-469);DSL|PF01414.18(464-503);DSL|PF01414.18(497-532);DSL|PF01414.18(525-564);DSL|PF01414.18(557-605);DSL|PF01414.18(593-638);DSL|PF01414.18(628-667);DSL|PF01414.18(660-705);DSL|PF01414.18(706-737);DSL|PF01414.18(727-766);DSL|PF01414.18(759-801);DSL|PF01414.18(795-834);DSL|PF01414.18(828-873);DSL|PF01414.18(863-907);DSL|PF01414.18(88-129);DSL|PF01414.18(897-936);DSL|PF01414.18(925-970);DSL|PF01414.18(959-1009);DSL|PF01414.18(993-1038);DUF4924|PF16271.4(108-156);DUF4924|PF16271.4(1152-1204);DUF4924|PF16271.4(1328-1360);DUF4924|PF16271.4(135-196);DUF4924|PF16271.4(1519-1569);DUF4924|PF16271.4(477-556);
## 178                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               0
## 179                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     ANF_receptor|PF01094.27(70-480);Lipase|PF00151.18(631-873);NCD3G|PF07562.13(516-559);Peripla_BP_6|PF13458.5(140-332);Prog_receptor|PF02161.14(129-204);Prog_receptor|PF02161.14(310-362);Prog_receptor|PF02161.14(374-447);
## 180                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     DAP|PF15228.5(16-42);DAP|PF15228.5(43-142);
## 181                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               DSL|PF01414.18(180-242);DSL|PF01414.18(238-281);MNNL|PF07657.12(37-104);MNNL|PF07657.12(645-675);
## 182                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          LBP_BPI_CETP|PF01273.24(42-213);domain
## 183                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            7tm_3|PF00003.21(567-801);ANF_receptor|PF01094.27(68-439);NCD3G|PF07562.13(481-533);Peripla_BP_6|PF13458.5(129-446);
## 184                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        VWA_2|PF13519.5(12-128);VWA_2|PF13519.5(130-156);VWA|PF00092.27(11-189);
## 185                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Cyclin_C|PF02984.18(100-173);Cyclin_N|PF00134.22(1-98);Cyclin_N|PF00134.22(124-173);Cyclin_N|PF00134.22(99-122);TFIIB|PF00382.18(144-172);TFIIB|PF00382.18(32-76);
## 186                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   CAP_N|PF01213.18(197-302);Mito_fiss_reg|PF05308.10(325-384);Mito_fiss_reg|PF05308.10(56-73);Mito_fiss_reg|PF05308.10(86-305);
## 187                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      cEGF|PF12662.6(1021-1041);cEGF|PF12662.6(1059-1081);cEGF|PF12662.6(1103-1124);cEGF|PF12662.6(1143-1165);cEGF|PF12662.6(1184-1206);cEGF|PF12662.6(1225-1247);cEGF|PF12662.6(1266-1288);cEGF|PF12662.6(1307-1329);cEGF|PF12662.6(1348-1370);cEGF|PF12662.6(139-161);cEGF|PF12662.6(181-200);cEGF|PF12662.6(21-42);cEGF|PF12662.6(60-81);cEGF|PF12662.6(981-1014);cEGF|PF12662.6(99-120);DUF5110|PF17137.3(339-390);DUF5110|PF17137.3(883-937);EGF_3|PF12947.6(1000-1036);EGF_3|PF12947.6(1042-1076);EGF_3|PF12947.6(1082-1119);EGF_3|PF12947.6(1127-1160);EGF_3|PF12947.6(1163-1201);EGF_3|PF12947.6(121-156);EGF_3|PF12947.6(1211-1242);EGF_3|PF12947.6(1249-1283);EGF_3|PF12947.6(1289-1318);EGF_3|PF12947.6(1330-1365);EGF_3|PF12947.6(1359-1391);EGF_3|PF12947.6(162-197);EGF_3|PF12947.6(4-37);EGF_3|PF12947.6(43-76);EGF_3|PF12947.6(82-115);EGF_3|PF12947.6(953-993);EGF_CA|PF07645.14(1-37);EGF_CA|PF07645.14(1038-1076);EGF_CA|PF07645.14(1078-1119);EGF_CA|PF07645.14(1121-1160);EGF_CA|PF07645.14(1162-1201);EGF_CA|PF07645.14(117-156);EGF_CA|PF07645.14(1203-1242);EGF_CA|PF07645.14(1244-1283);EGF_CA|PF07645.14(1285-1324);EGF_CA|PF07645.14(1326-1365);EGF_CA|PF07645.14(1367-1391);EGF_CA|PF07645.14(158-199);EGF_CA|PF07645.14(39-76);EGF_CA|PF07645.14(78-115);EGF_CA|PF07645.14(980-1005);EGF_MSP1_1|PF12946.6(1041-1077);EGF_MSP1_1|PF12946.6(1086-1120);EGF_MSP1_1|PF12946.6(1130-1161);EGF_MSP1_1|PF12946.6(1174-1202);EGF_MSP1_1|PF12946.6(120-157);EGF_MSP1_1|PF12946.6(1214-1243);EGF_MSP1_1|PF12946.6(1254-1284);EGF_MSP1_1|PF12946.6(1295-1325);EGF_MSP1_1|PF12946.6(1323-1366);EGF_MSP1_1|PF12946.6(161-198);EGF_MSP1_1|PF12946.6(3-38);EGF_MSP1_1|PF12946.6(42-77);EGF_MSP1_1|PF12946.6(452-464);EGF_MSP1_1|PF12946.6(81-116);EGF_MSP1_1|PF12946.6(980-989);EGF|PF00008.26(1000-1033);EGF|PF00008.26(1042-1072);EGF|PF00008.26(1082-1116);EGF|PF00008.26(1119-1153);EGF|PF00008.26(1166-1197);EGF|PF00008.26(1207-1238);EGF|PF00008.26(121-157);EGF|PF00008.26(1248-1277);EGF|PF00008.26(1285-1317);EGF|PF00008.26(1330-1361);EGF|PF00008.26(1365-1391);EGF|PF00008.26(162-194);EGF|PF00008.26(4-32);EGF|PF00008.26(43-73);EGF|PF00008.26(82-112);EGF|PF00008.26(948-992);FXa_inhibition|PF14670.5(1042-1091);FXa_inhibition|PF14670.5(1082-1125);FXa_inhibition|PF14670.5(1125-1161);FXa_inhibition|PF14670.5(1166-1207);FXa_inhibition|PF14670.5(1207-1242);FXa_inhibition|PF14670.5(121-156);FXa_inhibition|PF14670.5(1248-1283);FXa_inhibition|PF14670.5(1289-1324);FXa_inhibition|PF14670.5(1330-1365);FXa_inhibition|PF14670.5(1371-1391);FXa_inhibition|PF14670.5(162-201);FXa_inhibition|PF14670.5(4-35);FXa_inhibition|PF14670.5(43-82);FXa_inhibition|PF14670.5(76-120);FXa_inhibition|PF14670.5(980-991);hEGF|PF12661.6(1049-1068);hEGF|PF12661.6(1091-1112);hEGF|PF12661.6(1135-1152);hEGF|PF12661.6(1175-1193);hEGF|PF12661.6(1216-1234);hEGF|PF12661.6(1257-1275);hEGF|PF12661.6(129-148);hEGF|PF12661.6(1298-1316);hEGF|PF12661.6(1338-1357);hEGF|PF12661.6(1379-1391);hEGF|PF12661.6(169-190);hEGF|PF12661.6(48-69);hEGF|PF12661.6(71-83);hEGF|PF12661.6(87-108);hEGF|PF12661.6(9-30);hEGF|PF12661.6(955-988);NIDO|PF06119.13(343-426);Plasmod_Pvs28|PF06247.10(1041-1077);Plasmod_Pvs28|PF06247.10(1081-1120);Plasmod_Pvs28|PF06247.10(1124-1161);Plasmod_Pvs28|PF06247.10(1167-1202);Plasmod_Pvs28|PF06247.10(120-157);Plasmod_Pvs28|PF06247.10(1206-1243);Plasmod_Pvs28|PF06247.10(1249-1283);Plasmod_Pvs28|PF06247.10(1290-1325);Plasmod_Pvs28|PF06247.10(1330-1365);Plasmod_Pvs28|PF06247.10(161-198);Plasmod_Pvs28|PF06247.10(3-38);Plasmod_Pvs28|PF06247.10(42-77);Plasmod_Pvs28|PF06247.10(81-116);Plasmod_Pvs28|PF06247.10(974-1037);VWD|PF00094.24(591-763);VWD|PF00094.24(861-973);
## 188                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           ATPgrasp_Ter|PF15632.5(70-167);operon
## 189                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           FAM178|PF14816.5(17-85);RhoGAP|PF00620.26(95-245);UvrD-helicase|PF00580.20(11-274);UvrD-helicase|PF00580.20(467-718);
## 190                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       p450|PF00067.21(43-498);Peptidase_M1|PF01433.19(115-226);
## 191                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     7tm_1|PF00001.20(1-153);DUF3951|PF13131.5(28-65);DUF3951|PF13131.5(90-136);
## 192                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    APG6|PF04111.11(15-40);APG6|PF04111.11(57-183);DUF2951|PF11166.7(114-196);DUF2951|PF11166.7(18-101);Exonuc_VII_L|PF02601.14(21-186);FapA|PF03961.12(35-194);MCU|PF04678.12(230-238);MCU|PF04678.12(30-163);MFA1_2|PF17317.1(142-151);MFA1_2|PF17317.1(219-237);PRP1_N|PF06424.11(31-185);Spc24|PF08286.10(126-236);Spc24|PF08286.10(67-130);
## 193                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          CH|PF00307.30(33-128);
## 194                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Nucleo_P87|PF07267.10(5-113);T-box|PF00907.21(83-272);
## 195                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Ank_4|PF13637.5(128-144);Ank_4|PF13637.5(146-192);Ank_4|PF13637.5(9-41);APOBEC_N|PF08210.10(100-211);dCMP_cyt_deam_1|PF00383.22(58-174);MafB19-deam|PF14437.5(10-34);MafB19-deam|PF14437.5(58-213);
## 196                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Cyclin_C|PF02984.18(191-267);Cyclin_C|PF02984.18(271-387);Cyclin_N|PF00134.22(144-269);Cyclin_N|PF00134.22(281-358);Cyclin_N|PF00134.22(57-94);
## 197                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               DUF5408|PF17402.1(327-344);DUF5408|PF17402.1(394-433);GT87|PF09594.9(351-426);GT87|PF09594.9(76-342);Mannosyl_trans|PF05007.12(160-424);Mannosyl_trans|PF05007.12(3-64);PIG-U|PF06728.12(25-424);
## 198                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         BACK|PF07707.14(108-139);BACK|PF07707.14(145-247);BTB|PF00651.30(136-172);BTB|PF00651.30(30-140);DUF3342|PF11822.7(153-225);DUF3342|PF11822.7(38-133);Kelch_1|PF01344.24(293-327);Kelch_1|PF01344.24(329-374);Kelch_1|PF01344.24(376-421);Kelch_1|PF01344.24(424-468);Kelch_1|PF01344.24(470-515);Kelch_1|PF01344.24(518-576);Kelch_2|PF07646.14(330-374);Kelch_2|PF07646.14(376-417);Kelch_2|PF07646.14(424-464);Kelch_2|PF07646.14(470-511);Kelch_2|PF07646.14(518-576);Kelch_3|PF13415.5(339-385);Kelch_3|PF13415.5(392-432);Kelch_3|PF13415.5(434-479);Kelch_3|PF13415.5(480-525);Kelch_3|PF13415.5(528-548);Kelch_3|PF13415.5(558-577);Kelch_4|PF13418.5(329-375);Kelch_4|PF13418.5(378-421);Kelch_4|PF13418.5(423-469);Kelch_4|PF13418.5(470-515);Kelch_4|PF13418.5(518-579);Kelch_5|PF13854.5(328-361);Kelch_5|PF13854.5(373-412);Kelch_5|PF13854.5(422-456);Kelch_5|PF13854.5(469-489);Kelch_5|PF13854.5(518-553);Kelch_6|PF13964.5(287-330);Kelch_6|PF13964.5(335-377);Kelch_6|PF13964.5(376-424);Kelch_6|PF13964.5(425-471);Kelch_6|PF13964.5(470-519);Kelch_6|PF13964.5(520-539);Kelch_6|PF13964.5(558-579);
## 199                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Amj|PF10997.7(180-290);DAGK_prokar|PF01219.18(162-202);DAGK_prokar|PF01219.18(314-379);DUF2096|PF09869.8(244-315);MOR2-PAG1_N|PF14222.5(171-467);
## 200                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         G2F|PF07474.11(59-145);TMEM72|PF16054.4(78-127);TSP_1|PF00090.18(5-53);
## 201                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Furin-like_2|PF15913.4(102-160);Furin-like_2|PF15913.4(116-222);Furin-like_2|PF15913.4(53-116);Furin-like_2|PF15913.4(7-77);Furin-like|PF00757.19(168-225);Furin-like|PF00757.19(3-72);Furin-like|PF00757.19(68-177);GF_recep_IV|PF14843.5(129-225);GF_recep_IV|PF14843.5(4-67);GF_recep_IV|PF14843.5(60-142);VSP|PF03302.12(1-51);VSP|PF03302.12(129-225);VSP|PF03302.12(45-101);VSP|PF03302.12(98-143);
## 202                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         p450|PF00067.21(1-218);
## 203                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Cyclin_C|PF02984.18(366-482);Cyclin_N|PF00134.22(238-364);Cyclin_N|PF00134.22(366-456);
## 204                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  FOP_dimer|PF09398.9(40-113);FOP_dimer|PF09398.9(5-28);LisH_2|PF16045.4(53-80);
## 205                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          AstE_AspA|PF04952.13(264-336);AstE_AspA|PF04952.13(83-183);CarbopepD_reg_2|PF13715.5(14-54);CarbopepD_reg_2|PF13715.5(323-391);CarboxypepD_reg|PF13620.5(322-392);Ntox14|PF15522.5(255-374);Ntox14|PF15522.5(369-420);Peptidase_M14|PF00246.23(37-311);Vac14_Fab1_bd|PF12755.6(293-340);Vac14_Fab1_bd|PF12755.6(3-63);
## 206                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Borrelia_lipo_1|PF05714.10(123-186);Borrelia_lipo_1|PF05714.10(310-348);Borrelia_lipo_1|PF05714.10(859-893);DNA_mis_repair|PF01119.18(210-336);HATPase_c_3|PF13589.5(18-136);ATPase
## 207                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   DUF1986|PF09342.10(164-283);PLAT|PF01477.22(25-138);Trypsin_2|PF13365.5(179-356);Trypsin|PF00089.25(153-384);
## 208                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Elf1|PF05129.12(2-53);Elf1|PF05129.12(68-131);Lar_restr_allev|PF14354.5(4-53);Lar_restr_allev|PF14354.5(76-138);zf-C6H2|PF15801.4(100-118);zf-C6H2|PF15801.4(3-45);zf-C6H2|PF15801.4(71-94);zf-Di19|PF05605.11(3-50);zf-Di19|PF05605.11(76-137);zf-ribbon_3|PF13248.5(106-122);zf-ribbon_3|PF13248.5(31-36);zf-ribbon_3|PF13248.5(5-16);zf-ribbon_3|PF13248.5(76-90);zf-RING_5|PF14634.5(32-85);zf-RING_5|PF14634.5(6-29);zf-RING_5|PF14634.5(94-115);zf-Sec23_Sec24|PF04810.14(100-116);zf-Sec23_Sec24|PF04810.14(69-86);zf-Sec23_Sec24|PF04810.14(7-30);ZZ|PF00569.16(104-118);ZZ|PF00569.16(3-47);ZZ|PF00569.16(75-89);
## 209                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                FGGY_C|PF02782.15(118-218);FGGY_C|PF02782.15(275-467);FGGY_N|PF00370.20(11-266);
## 210                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         AAA_16|PF13191.5(301-449);AAA_22|PF13401.5(315-402);AAA_22|PF13401.5(644-763);ABC_tran|PF00005.26(317-432);ABC_tran|PF00005.26(562-749);ABC_tran|PF00005.26(861-899);Ank_2|PF12796.6(126-214);Ank_2|PF12796.6(54-152);Ank_3|PF13606.5(121-150);Ank_3|PF13606.5(154-181);Ank_4|PF13637.5(101-144);Ank_4|PF13637.5(122-175);Ank_4|PF13637.5(169-195);Ank_5|PF13857.5(141-195);Ank|PF00023.29(122-153);Ank|PF00023.29(154-186);COR|PF16095.4(606-845);Death|PF00531.21(1021-1109);Death|PF00531.21(578-617);Death|PF00531.21(706-755);DED|PF01335.20(1056-1109);DED|PF01335.20(688-747);DUF815|PF05673.12(269-349);Dynamin_N|PF00350.22(195-295);Dynamin_N|PF00350.22(322-441);Dynamin_N|PF00350.22(568-622);Dynamin_N|PF00350.22(690-750);FtsK_SpoIIIE|PF01580.17(278-339);FtsK_SpoIIIE|PF01580.17(670-760);GIT1_C|PF12205.7(55-128);term
## 211                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              BTB_2|PF02214.21(151-245);BTB_2|PF02214.21(30-125);BTB|PF00651.30(150-250);BTB|PF00651.30(40-127);
## 212                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               0
## 213                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             MFS_1|PF07690.15(22-292);MFS_1|PF07690.15(286-430);
## 214                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              AAA_14|PF13173.5(299-369);AAA_14|PF13173.5(86-232);AAA_16|PF13191.5(128-198);AAA_16|PF13191.5(233-295);AAA_16|PF13191.5(70-147);AAA_22|PF13401.5(82-208);AAA_25|PF13481.5(56-144);AAA_30|PF13604.5(249-272);AAA_30|PF13604.5(78-120);AAA|PF00004.28(203-270);(AAA)
## 215                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         DUF3394|PF11874.7(10-65);DUF3394|PF11874.7(82-146);GRASP55_65|PF04495.13(12-77);GRASP55_65|PF04495.13(96-172);PDZ_2|PF13180.5(10-67);PDZ_2|PF13180.5(82-163);PDZ|PF00595.23(2-77);GLGF)
## 216                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Sulfatase|PF00884.22(2-99);
## 217                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Glyoxalase_2|PF12681.6(48-167);Glyoxalase|PF00903.24(47-164);
## 218                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Lipase_GDSL_2|PF13472.5(1-120);SWIM|PF04434.16(330-360);
## 219                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               0
## 220                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      O-FucT|PF10250.8(102-437);
## 221                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         NTF2|PF02136.19(7-120);
## 222                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           LMBR1|PF04791.15(20-163);Spectrin|PF00435.20(35-153);
## 223                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Atg14|PF10186.8(23-172);BST2|PF16716.4(101-169);BST2|PF16716.4(20-103);COG2|PF06148.10(24-112);COG2|PF06148.10(57-166);DUF16|PF01519.15(19-99);DUF16|PF01519.15(88-166);DUF1664|PF07889.11(20-75);DUF1664|PF07889.11(61-145);DUF3337|PF11816.7(20-72);DUF3337|PF11816.7(63-165);DUF724|PF05266.13(20-98);DUF724|PF05266.13(74-171);NPV_P10|PF05531.11(111-165);NPV_P10|PF05531.11(20-55);NPV_P10|PF05531.11(57-113);PI3K_P85_iSH2|PF16454.4(100-169);PI3K_P85_iSH2|PF16454.4(33-113);Reo_sigmaC|PF04582.11(25-161);Snapin_Pallidin|PF14712.5(141-169);Snapin_Pallidin|PF14712.5(49-139);Spc7|PF08317.10(39-169);
## 224                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       DUF3385|PF11865.7(119-210);DUF3385|PF11865.7(1345-1417);DUF3385|PF11865.7(239-377);DUF3385|PF11865.7(431-551);DUF3385|PF11865.7(644-720);DUF3385|PF11865.7(796-832);DUF3385|PF11865.7(862-961);DUF3636|PF12331.7(258-380);DUF3636|PF12331.7(48-109);Endonuc-MspI|PF09208.9(288-430);Endonuc-MspI|PF09208.9(460-547);FANCI_S2|PF14676.5(1242-1320);FANCI_S2|PF14676.5(258-382);FANCI_S2|PF14676.5(471-559);Gp67|PF17634.1(163-243);RIX1|PF08167.11(126-184);RIX1|PF08167.11(499-598);RIX1|PF08167.11(53-115);RIX1|PF08167.11(781-838);UME|PF08064.12(1137-1237);UME|PF08064.12(1306-1363);UME|PF08064.12(133-192);UME|PF08064.12(268-378);UME|PF08064.12(507-579);UME|PF08064.12(796-855);
## 225                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          MutS_I|PF01624.19(19-129);MutS_II|PF05188.16(142-229);
## 226                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ANAPC4_WD40|PF12894.6(10-84);ANAPC4_WD40|PF12894.6(67-150);BBS2_Mid|PF14783.5(103-152);BBS2_Mid|PF14783.5(20-88);BBS2_Mid|PF14783.5(59-110);WD40_like|PF17005.4(25-87);WD40_like|PF17005.4(89-135);WD40|PF00400.31(130-155);WD40|PF00400.31(51-76);WD40|PF00400.31(89-127);WD40|PF00400.31(9-46);
## 227                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  7tm_1|PF00001.20(33-283);7TM_GPCR_Srsx|PF10320.8(27-298);Ceramidase|PF05875.11(12-277);GWT1|PF06423.11(10-88);GWT1|PF06423.11(201-298);GWT1|PF06423.11(90-217);Phage_holin_5_1|PF06946.10(12-70);Phage_holin_5_1|PF06946.10(134-172);Phage_holin_5_1|PF06946.10(161-193);YqhR|PF11085.7(14-76);YqhR|PF11085.7(156-292);YqhR|PF11085.7(92-165);
## 228                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Thymidylat_synt|PF00303.18(30-312);
## 229                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           DUF3877|PF12993.6(36-103);description
## 230                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Actin|PF00022.18(1110-1179);Actin|PF00022.18(850-946);BRCT_2|PF16589.4(191-241);BRCT_2|PF16589.4(2-95);BRCT_2|PF16589.4(682-754);BRCT|PF00533.25(1-83);BRCT|PF00533.25(103-148);BRCT|PF00533.25(187-218);PARP_reg|PF02877.13(273-384);PARP|PF00644.19(397-575);PARP|PF00644.19(801-849);PTCB-BRCT|PF12738.6(14-78);VIT_2|PF13757.5(5-26);VIT_2|PF13757.5(623-697);VIT_2|PF13757.5(863-889);VIT|PF08487.9(633-743);
## 231                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              DSL|PF01414.18(1034-1077);DSL|PF01414.18(1067-1111);DSL|PF01414.18(1101-1145);DSL|PF01414.18(1136-1179);DSL|PF01414.18(1170-1213);DSL|PF01414.18(1204-1247);DSL|PF01414.18(1238-1281);DSL|PF01414.18(1270-1314);DSL|PF01414.18(1313-1349);DSL|PF01414.18(1340-1384);DSL|PF01414.18(1376-1417);DSL|PF01414.18(1408-1451);DSL|PF01414.18(1442-1485);DSL|PF01414.18(1476-1519);DSL|PF01414.18(1518-1552);DSL|PF01414.18(1544-1586);DSL|PF01414.18(157-216);DSL|PF01414.18(1581-1623);DSL|PF01414.18(1622-1655);DSL|PF01414.18(1650-1688);DSL|PF01414.18(1682-1728);DSL|PF01414.18(207-250);DSL|PF01414.18(247-285);DSL|PF01414.18(277-321);DSL|PF01414.18(313-353);DSL|PF01414.18(350-393);DSL|PF01414.18(388-425);DSL|PF01414.18(418-460);DSL|PF01414.18(457-494);DSL|PF01414.18(491-530);DSL|PF01414.18(527-564);DSL|PF01414.18(562-599);DSL|PF01414.18(597-635);DSL|PF01414.18(626-669);DSL|PF01414.18(660-704);DSL|PF01414.18(694-736);DSL|PF01414.18(727-770);DSL|PF01414.18(760-803);DSL|PF01414.18(794-838);DSL|PF01414.18(829-873);DSL|PF01414.18(863-907);DSL|PF01414.18(898-941);DSL|PF01414.18(932-975);DSL|PF01414.18(967-1009);DSL|PF01414.18(999-1043);
## 232                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 2OG-FeII_Oxy_3|PF13640.5(3-76);
## 233                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         APH|PF01636.22(122-155);APH|PF01636.22(9-92);Haspin_kinase|PF12330.7(189-233);Haspin_kinase|PF12330.7(2-176);Kdo|PF06293.13(47-156);Kinase-like|PF14531.5(5-66);Kinase-like|PF14531.5(58-230);Pkinase_Tyr|PF07714.16(7-223);Pkinase|PF00069.24(7-290);Seadorna_VP7|PF07387.10(106-156);
## 234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           AAA_11|PF13086.5(134-165);AAA_11|PF13086.5(65-128);AAA_14|PF13173.5(83-207);AAA_16|PF13191.5(66-244);AAA_19|PF13245.5(206-318);AAA_19|PF13245.5(74-184);AAA_22|PF13401.5(129-191);AAA_22|PF13401.5(266-360);AAA_22|PF13401.5(78-140);AAA_23|PF13476.5(60-221);AAA_24|PF13479.5(83-191);AAA_3|PF07726.10(84-181);(AAA)
## 235                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                CbiA|PF01656.22(36-96);YjeF_N|PF03853.14(1-123);
## 236                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Chromo|PF00385.23(9-59);ECH_1|PF00378.19(240-483);ECH_1|PF00378.19(78-147);ECH_2|PF16113.4(244-486);
## 237                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Ank_2|PF12796.6(5-98);Ank_2|PF12796.6(57-118);Ank_3|PF13606.5(34-63);Ank_3|PF13606.5(5-30);Ank_3|PF13606.5(67-96);Ank_4|PF13637.5(35-88);Ank_4|PF13637.5(5-27);Ank_5|PF13857.5(20-75);Ank_5|PF13857.5(54-103);Ank_5|PF13857.5(7-28);Ank|PF00023.29(103-117);Ank|PF00023.29(34-66);Ank|PF00023.29(5-27);Ank|PF00023.29(67-99);
## 238                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         EVE|PF01878.17(77-242);
## 239                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Peptidase_M2|PF01401.17(2-174);
## 240                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       FliS|PF02561.13(162-190);FliS|PF02561.13(29-142);Il2rg|PF15874.4(25-117);
## 241                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  AAA_15|PF13175.5(133-354);AAA_15|PF13175.5(306-538);AAA_15|PF13175.5(635-873);AAA_15|PF13175.5(845-1065);AAA_15|PF13175.5(86-129);AAA_21|PF13304.5(109-233);TA
## 242                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       BACK|PF07707.14(102-132);BACK|PF07707.14(134-243);BTB|PF00651.30(127-160);BTB|PF00651.30(22-129);PHR|PF08005.11(293-434);
## 243                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Ephrin_lbd|PF01404.18(193-211);Ephrin_lbd|PF01404.18(3-143);
## 244                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 DUF1824|PF08854.9(1-56);Usp|PF00582.25(16-165);
## 245                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Gln-synt_C|PF00120.23(33-282);
## 246                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Cu2_monoox_C|PF03712.14(346-499);Cu2_monooxygen|PF01082.19(195-328);Cu2_monooxygen|PF01082.19(88-109);DOMON|PF03351.16(36-158);
## 247                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Homeobox_KN|PF05920.10(115-154);Homeobox|PF00046.28(99-157);
## 248                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 A_deaminase|PF00962.21(16-346);
## 249                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           HPP|PF04982.12(106-258);MIP|PF00230.19(73-243);ThiW|PF09512.9(8-155);
## 250                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      CrgA|PF06781.11(563-629);CrgA|PF06781.11(7-18);DSL|PF01414.18(158-219);DSL|PF01414.18(210-255);DSL|PF01414.18(250-284);DSL|PF01414.18(277-316);DSL|PF01414.18(312-357);DUF5305|PF17231.1(438-506);DUF5305|PF17231.1(529-637);Mitofilin|PF09731.8(405-706);
## 251                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              C1_1|PF00130.21(87-125);SMC_Nse1|PF07574.12(1-79);zf-RING-like|PF08746.10(94-130);
## 252                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               FHA|PF00498.25(716-782);FUSC|PF04632.11(570-659);FUSC|PF04632.11(843-987);KIF1B|PF12423.7(1055-1085);Kinesin_assoc|PF16183.4(1354-1398);Kinesin_assoc|PF16183.4(599-640);Kinesin_assoc|PF16183.4(628-715);Kinesin_assoc|PF16183.4(800-1034);Kinesin|PF00225.22(250-595);Kinesin|PF00225.22(879-952);Microtub_bd|PF16796.4(242-392);Microtub_bd|PF16796.4(841-928);Microtub_bd|PF16796.4(871-988);Yop-YscD_cpl|PF16697.4(707-792);Yop-YscD_cpl|PF16697.4(802-852);
## 253                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      T-box|PF00907.21(108-306);
## 254                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         APC_u9|PF16633.4(595-667);creatine-rich
## 255                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 DEAD_2|PF06733.14(108-269);DEAD_2|PF06733.14(825-923);DEAD|PF00270.28(173-277);DEAD|PF00270.28(21-166);Helicase_C_2|PF13307.5(540-721);PhoH|PF02562.15(18-89);PhoH|PF02562.15(237-257);Prok-RING_4|PF14447.5(1049-1092);RB_A|PF01858.16(560-611);RB_A|PF01858.16(729-761);RB_A|PF01858.16(821-954);ResIII|PF04851.14(113-272);ResIII|PF04851.14(13-71);ResIII|PF04851.14(859-998);zf-C3HC4_2|PF13923.5(1048-1086);zf-C3HC4_3|PF13920.5(1045-1091);zf-C3HC4|PF00097.24(1049-1086);zf-RING_10|PF16685.4(1048-1097);zf-RING_2|PF13639.5(1047-1087);zf-RING_5|PF14634.5(1048-1088);
## 256                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        LIN52|PF10044.8(54-152);
## 257                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Hairy_orange|PF07527.12(127-169);HLH|PF00010.25(119-169);HLH|PF00010.25(13-48);HLH|PF00010.25(42-107);Interferon|PF00143.18(104-222);Interferon|PF00143.18(24-87);Ribosomal_L11|PF00298.18(64-129);zf-LYAR|PF08790.10(160-180);
## 258                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Pro_Al_protease|PF02983.13(298-352);Pro_Al_protease|PF02983.13(589-611);VWA_2|PF13519.5(118-221);VWA_2|PF13519.5(262-319);VWA_2|PF13519.5(7-64);
## 259                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Pribosyltran|PF00156.26(13-128);PRTase_2|PF15609.5(56-125);UPRTase|PF14681.5(18-121);
## 260                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Adeno_E3_CR1|PF02440.14(123-172);Adeno_E3_CR1|PF02440.14(220-262);Adeno_E3_CR1|PF02440.14(279-349);Adeno_E3_CR1|PF02440.14(51-79);C2-set_2|PF08205.11(181-247);C2-set_2|PF08205.11(267-328);C2-set_2|PF08205.11(7-49);C2-set_2|PF08205.11(97-152);C2-set|PF05790.14(113-183);C2-set|PF05790.14(163-214);C2-set|PF05790.14(218-265);C2-set|PF05790.14(27-84);DUF11|PF01345.17(133-190);DUF11|PF01345.17(224-284);DUF11|PF01345.17(35-83);I-set|PF07679.15(1-84);I-set|PF07679.15(179-261);I-set|PF07679.15(267-357);I-set|PF07679.15(91-171);Ig_2|PF13895.5(1-84);Ig_2|PF13895.5(177-261);Ig_2|PF13895.5(268-357);Ig_2|PF13895.5(90-171);Ig_3|PF13927.5(1-71);Ig_3|PF13927.5(180-248);Ig_3|PF13927.5(266-344);Ig_3|PF13927.5(92-158);Ig_4|PF16680.4(105-177);Ig_4|PF16680.4(193-262);Ig_4|PF16680.4(284-356);Ig_4|PF16680.4(34-87);Ig_5|PF16681.4(188-265);epsilon
## 261                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Dcc1|PF09724.8(47-360);
## 262                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Abhydrolase_3|PF07859.12(120-286);COesterase|PF00135.27(20-518);Peptidase_S9|PF00326.20(133-253);Peptidase_S9|PF00326.20(383-426);
## 263                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   HDA2-3|PF11496.7(288-523);and
## 264                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       IMD|PF08397.10(16-237);Prominin|PF05478.10(8-187);SH3_1|PF00018.27(374-421);SH3_1|PF00018.27(476-497);SH3_2|PF07653.16(372-427);SH3_9|PF14604.5(375-425);
## 265                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             G_glu_transpept|PF01019.20(67-580);
## 266                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       AAA_22|PF13401.5(45-141);AAA_28|PF13521.5(47-140);AAA_5|PF07728.13(46-131);AAA_6|PF12774.6(13-140);region
## 267                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     SNF2_N|PF00176.22(683-746);ToxS|PF17323.1(137-228);ToxS|PF17323.1(305-381);
## 268                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            FOXP-CC|PF16159.4(131-164);FOXP-CC|PF16159.4(204-258);FOXP-CC|PF16159.4(241-268);FOXP-CC|PF16159.4(263-316);FOXP-CC|PF16159.4(8-65);zf-C2H2_4|PF13894.5(11-36);zf-C2H2_4|PF13894.5(127-149);zf-C2H2_4|PF13894.5(205-230);zf-C2H2_4|PF13894.5(2216-2230);zf-C2H2_4|PF13894.5(237-260);zf-C2H2_4|PF13894.5(266-289);zf-C2H2_4|PF13894.5(42-64);zf-C2H2_4|PF13894.5(70-93);zf-C2H2_4|PF13894.5(98-121);zf-C2H2|PF00096.25(11-36);zf-C2H2|PF00096.25(127-147);zf-C2H2|PF00096.25(205-230);zf-C2H2|PF00096.25(237-260);zf-C2H2|PF00096.25(266-290);zf-C2H2|PF00096.25(42-64);zf-C2H2|PF00096.25(70-92);zf-C2H2|PF00096.25(98-119);zf-H2C2_2|PF13465.5(112-138);zf-H2C2_2|PF13465.5(2208-2226);zf-H2C2_2|PF13465.5(222-248);zf-H2C2_2|PF13465.5(251-277);zf-H2C2_2|PF13465.5(56-81);zf-H2C2_2|PF13465.5(8-24);zf-H2C2_2|PF13465.5(85-108);
## 269                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Com_YlbF|PF06133.10(174-236);Com_YlbF|PF06133.10(2-51);Com_YlbF|PF06133.10(563-635);DEAD|PF00270.28(30-223);DUF2203|PF09969.8(2-50);DUF2203|PF09969.8(232-286);DUF2203|PF09969.8(553-637);DUF2203|PF09969.8(60-134);Helicase_C|PF00271.30(267-394);Helicase_C|PF00271.30(57-180);ResIII|PF04851.14(26-222);ResIII|PF04851.14(554-622);
## 270                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Lar_restr_allev|PF14354.5(38-130);Lar_restr_allev|PF14354.5(4-76);Mss4|PF04421.12(42-134);
## 271                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Adaptin_binding|PF10199.8(155-262);Phage_gp49_66|PF13876.5(84-175);family
## 272                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Antirestrict|PF03230.12(1066-1100);Antirestrict|PF03230.12(1136-1167);Antirestrict|PF03230.12(1200-1239);Antirestrict|PF03230.12(1371-1409);Antirestrict|PF03230.12(1510-1545);Antirestrict|PF03230.12(1539-1575);Antirestrict|PF03230.12(171-209);Antirestrict|PF03230.12(724-780);Antirestrict|PF03230.12(790-841);DSL|PF01414.18(1031-1075);DSL|PF01414.18(1065-1109);DSL|PF01414.18(1099-1143);DSL|PF01414.18(1134-1177);DSL|PF01414.18(1168-1211);DSL|PF01414.18(1202-1245);DSL|PF01414.18(1236-1279);DSL|PF01414.18(1269-1313);DSL|PF01414.18(1310-1347);DSL|PF01414.18(1338-1381);DSL|PF01414.18(1372-1415);DSL|PF01414.18(1406-1449);DSL|PF01414.18(1441-1483);DSL|PF01414.18(1473-1517);DSL|PF01414.18(1515-1550);DSL|PF01414.18(1542-1584);DSL|PF01414.18(156-214);DSL|PF01414.18(1577-1621);DSL|PF01414.18(1620-1658);DSL|PF01414.18(1646-1686);DSL|PF01414.18(1680-1726);DSL|PF01414.18(209-250);DSL|PF01414.18(244-284);DSL|PF01414.18(276-319);DSL|PF01414.18(30-54);DSL|PF01414.18(314-352);DSL|PF01414.18(349-389);DSL|PF01414.18(387-424);DSL|PF01414.18(421-461);DSL|PF01414.18(456-493);DSL|PF01414.18(490-529);DSL|PF01414.18(526-564);DSL|PF01414.18(561-599);DSL|PF01414.18(596-634);DSL|PF01414.18(625-668);DSL|PF01414.18(657-703);DSL|PF01414.18(692-735);DSL|PF01414.18(726-769);DSL|PF01414.18(758-803);DSL|PF01414.18(793-837);DSL|PF01414.18(828-871);DSL|PF01414.18(860-905);DSL|PF01414.18(895-938);DSL|PF01414.18(929-973);DSL|PF01414.18(962-1007);DSL|PF01414.18(997-1041);
## 273                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 EMP24_GP25L|PF01105.23(17-210);
## 274                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Ldl_recept_a|PF00057.17(1-29);Ldl_recept_a|PF00057.17(199-238);Ldl_recept_a|PF00057.17(425-463);Ldl_recept_a|PF00057.17(624-664);MAM|PF00629.22(244-409);MAM|PF00629.22(33-197);MAM|PF00629.22(467-627);MAM|PF00629.22(670-808);
## 275                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Mak16|PF04874.13(16-98);MRP-S28|PF10213.8(34-99);Pkinase_Tyr|PF07714.16(21-106);Pkinase|PF00069.24(21-106);
## 276                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                DUF1664|PF07889.11(304-391);DUF1664|PF07889.11(389-485);DUF1664|PF07889.11(452-535);IFT57|PF10498.8(302-520);Kinesin|PF00225.22(1-336);Kinesin|PF00225.22(361-471);LXG|PF04740.11(297-442);LXG|PF04740.11(349-485);LXG|PF04740.11(475-535);Microtub_bd|PF16796.4(329-450);Microtub_bd|PF16796.4(5-149);Syntaxin-6_N|PF09177.10(304-363);Syntaxin-6_N|PF09177.10(329-441);Syntaxin-6_N|PF09177.10(380-463);Syntaxin-6_N|PF09177.10(456-518);Tup_N|PF08581.9(324-370);Tup_N|PF08581.9(377-417);Tup_N|PF08581.9(412-504);Tup_N|PF08581.9(490-542);UPF0449|PF15136.5(335-415);UPF0449|PF15136.5(408-496);UPF0449|PF15136.5(471-532);
## 277                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      AAA_22|PF13401.5(7-188);AAA_24|PF13479.5(7-49);AAA|PF00004.28(11-78);(AAA)
## 278                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GRDP-like|PF07173.11(5-75);GRDP-like|PF07173.11(70-188);Rad60-SLD|PF11976.7(171-199);Rad60-SLD|PF11976.7(275-312);Rad60-SLD|PF11976.7(314-333);Rad60-SLD|PF11976.7(341-409);ubiquitin|PF00240.22(311-337);ubiquitin|PF00240.22(343-412);
## 279                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        cEGF|PF12662.6(252-269);Costars|PF14705.5(128-186);EGF_3|PF12947.6(216-228);EGF_3|PF12947.6(232-268);EGF_CA|PF07645.14(231-270);EGF_MSP1_1|PF12946.6(233-269);EGF|PF00008.26(234-265);FXa_inhibition|PF14670.5(230-269);hEGF|PF12661.6(223-229);hEGF|PF12661.6(240-261);
## 280                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Aminotran_5|PF00266.18(7-353);
## 281                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Ank_2|PF12796.6(110-180);Ank_2|PF12796.6(2-39);Ank_2|PF12796.6(46-135);Ank_3|PF13606.5(43-70);Ank_3|PF13606.5(77-102);Ank_3|PF13606.5(8-37);Ank_4|PF13637.5(137-176);Ank_4|PF13637.5(42-97);Ank_4|PF13637.5(9-54);Ank_5|PF13857.5(104-149);Ank_5|PF13857.5(28-74);Ank_5|PF13857.5(3-47);Ank_5|PF13857.5(61-106);Ank|PF00023.29(43-72);Ank|PF00023.29(77-106);Ank|PF00023.29(8-40);Arf|PF00025.20(57-122);Arf|PF00025.20(791-833);Arf|PF00025.20(859-915);GTP_EFTU|PF00009.26(250-336);GTP_EFTU|PF00009.26(802-922);HC2|PF07382.10(229-363);LRR_1|PF00560.32(188-210);LRR_1|PF00560.32(212-235);LRR_1|PF00560.32(430-450);LRR_1|PF00560.32(453-492);LRR_1|PF00560.32(606-640);LRR_1|PF00560.32(672-696);LRR_1|PF00560.32(707-752);LRR_4|PF12799.6(188-229);LRR_4|PF12799.6(429-470);LRR_4|PF12799.6(475-497);LRR_4|PF12799.6(557-597);LRR_4|PF12799.6(605-625);LRR_4|PF12799.6(666-693);LRR_4|PF12799.6(706-751);LRR_6|PF13516.5(189-202);LRR_6|PF13516.5(209-224);LRR_6|PF13516.5(427-443);LRR_6|PF13516.5(451-465);LRR_6|PF13516.5(555-570);LRR_6|PF13516.5(604-617);LRR_6|PF13516.5(670-684);LRR_6|PF13516.5(707-719);LRR_8|PF13855.5(188-228);LRR_8|PF13855.5(429-487);LRR_8|PF13855.5(555-594);LRR_8|PF13855.5(600-626);LRR_8|PF13855.5(660-690);LRR_8|PF13855.5(706-754);Ras|PF00071.21(805-841);Ras|PF00071.21(850-934);Roc|PF08477.12(805-851);Roc|PF08477.12(844-934);
## 282                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             7TMR-DISM_7TM|PF07695.10(194-272);7TMR-DISM_7TM|PF07695.10(90-208);PTR2|PF00854.20(163-272);SUFU|PF05076.12(31-95);
## 283                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      AI-2E_transport|PF01594.15(190-294);CotJB|PF12652.6(169-223);CotJB|PF12652.6(226-279);CotJB|PF12652.6(415-458);FapA|PF03961.12(156-309);IncA|PF04156.13(127-269);IncA|PF04156.13(382-452);
## 284                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           UBA|PF00627.30(3-40);
## 285                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     EGF_2|PF07974.12(1010-1036);EGF_2|PF07974.12(1160-1201);EGF_2|PF07974.12(821-834);Fibrinogen_C|PF00147.17(1156-1186);domain
## 286                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             DUF1318|PF07027.11(486-526);DUF1318|PF07027.11(509-564);DUF1318|PF07027.11(572-603);DUF1318|PF07027.11(611-676);zf-C2H2_4|PF13894.5(141-163);zf-C2H2_4|PF13894.5(168-191);zf-C2H2_4|PF13894.5(196-219);zf-C2H2_4|PF13894.5(224-247);zf-C2H2_4|PF13894.5(252-275);zf-C2H2_4|PF13894.5(280-302);zf-C2H2_4|PF13894.5(308-331);zf-C2H2_4|PF13894.5(336-359);zf-C2H2_4|PF13894.5(364-383);zf-C2H2_4|PF13894.5(390-413);zf-C2H2_4|PF13894.5(765-788);zf-C2H2_4|PF13894.5(793-816);zf-C2H2_4|PF13894.5(821-844);zf-C2H2_4|PF13894.5(849-872);zf-C2H2_4|PF13894.5(877-900);zf-C2H2_4|PF13894.5(905-928);zf-C2H2_4|PF13894.5(933-956);zf-C2H2_4|PF13894.5(961-984);zf-C2H2_6|PF13912.5(141-165);zf-C2H2_6|PF13912.5(167-193);zf-C2H2_6|PF13912.5(195-206);zf-C2H2_6|PF13912.5(223-249);zf-C2H2_6|PF13912.5(251-277);zf-C2H2_6|PF13912.5(279-305);zf-C2H2_6|PF13912.5(307-333);zf-C2H2_6|PF13912.5(335-360);zf-C2H2_6|PF13912.5(363-383);zf-C2H2_6|PF13912.5(391-400);zf-C2H2_6|PF13912.5(764-783);zf-C2H2_6|PF13912.5(792-804);zf-C2H2_6|PF13912.5(820-841);zf-C2H2_6|PF13912.5(848-874);zf-C2H2_6|PF13912.5(876-900);zf-C2H2_6|PF13912.5(904-931);zf-C2H2_6|PF13912.5(932-958);zf-C2H2_6|PF13912.5(960-986);zf-C2H2_jaz|PF12171.7(140-164);zf-C2H2_jaz|PF12171.7(167-190);zf-C2H2_jaz|PF12171.7(195-216);zf-C2H2_jaz|PF12171.7(223-243);zf-C2H2_jaz|PF12171.7(251-277);zf-C2H2_jaz|PF12171.7(307-330);zf-C2H2_jaz|PF12171.7(335-356);zf-C2H2_jaz|PF12171.7(363-383);zf-C2H2_jaz|PF12171.7(390-412);zf-C2H2_jaz|PF12171.7(764-785);zf-C2H2_jaz|PF12171.7(787-813);zf-C2H2_jaz|PF12171.7(820-841);zf-C2H2_jaz|PF12171.7(848-869);zf-C2H2_jaz|PF12171.7(876-899);zf-C2H2_jaz|PF12171.7(904-925);zf-C2H2_jaz|PF12171.7(932-952);zf-C2H2_jaz|PF12171.7(960-984);zf-C2H2|PF00096.25(141-162);zf-C2H2|PF00096.25(168-190);zf-C2H2|PF00096.25(196-218);zf-C2H2|PF00096.25(224-246);zf-C2H2|PF00096.25(252-274);zf-C2H2|PF00096.25(280-302);zf-C2H2|PF00096.25(308-330);zf-C2H2|PF00096.25(336-358);zf-C2H2|PF00096.25(364-385);zf-C2H2|PF00096.25(391-413);zf-C2H2|PF00096.25(765-787);zf-C2H2|PF00096.25(793-815);zf-C2H2|PF00096.25(821-843);zf-C2H2|PF00096.25(849-871);zf-C2H2|PF00096.25(877-899);zf-C2H2|PF00096.25(905-928);zf-C2H2|PF00096.25(933-955);zf-C2H2|PF00096.25(961-984);zf-H2C2_2|PF13465.5(131-150);zf-H2C2_2|PF13465.5(154-179);zf-H2C2_2|PF13465.5(182-206);zf-H2C2_2|PF13465.5(210-235);zf-H2C2_2|PF13465.5(238-263);zf-H2C2_2|PF13465.5(266-291);zf-H2C2_2|PF13465.5(294-318);zf-H2C2_2|PF13465.5(322-347);zf-H2C2_2|PF13465.5(350-375);zf-H2C2_2|PF13465.5(379-400);zf-H2C2_2|PF13465.5(405-428);zf-H2C2_2|PF13465.5(754-776);zf-H2C2_2|PF13465.5(779-804);zf-H2C2_2|PF13465.5(807-831);zf-H2C2_2|PF13465.5(835-860);zf-H2C2_2|PF13465.5(863-888);zf-H2C2_2|PF13465.5(891-916);zf-H2C2_2|PF13465.5(920-944);zf-H2C2_2|PF13465.5(947-972);zf-H2C2_2|PF13465.5(975-985);zf-met|PF12874.6(140-163);zf-met|PF12874.6(168-191);zf-met|PF12874.6(196-218);zf-met|PF12874.6(224-247);zf-met|PF12874.6(252-275);zf-met|PF12874.6(280-300);zf-met|PF12874.6(308-329);zf-met|PF12874.6(336-356);zf-met|PF12874.6(364-387);zf-met|PF12874.6(391-413);zf-met|PF12874.6(765-785);zf-met|PF12874.6(793-813);zf-met|PF12874.6(821-844);zf-met|PF12874.6(849-869);zf-met|PF12874.6(877-900);zf-met|PF12874.6(905-924);zf-met|PF12874.6(933-956);zf-met|PF12874.6(961-983);
## 287                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   RbsD_FucU|PF05025.12(39-183);
## 288                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    DEP|PF00610.20(36-114);(DEP)
## 289                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Cofilin_ADF|PF00241.19(8-128);NdhO|PF11910.7(10-90);
## 290                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       DZR|PF12773.6(501-570);DZR|PF12773.6(552-621);DZR|PF12773.6(603-676);DZR|PF12773.6(656-728);Nucleoporin_FG|PF13634.5(1087-1180);Nucleoporin_FG|PF13634.5(1129-1222);Nucleoporin_FG|PF13634.5(1173-1265);Nucleoporin_FG|PF13634.5(1207-1319);Nucleoporin_FG|PF13634.5(368-457);Nucleoporin_FG|PF13634.5(665-703);Nucleoporin_FG|PF13634.5(729-877);Nucleoporin_FG|PF13634.5(842-988);Nucleoporin_FG|PF13634.5(965-1129);Nup153|PF08604.9(1041-1177);Nup153|PF08604.9(125-488);Nup153|PF08604.9(827-1048);zf-RanBP|PF00641.17(496-524);zf-RanBP|PF00641.17(546-575);zf-RanBP|PF00641.17(598-626);zf-RanBP|PF00641.17(650-679);zf-RanBP|PF00641.17(700-729);
## 291                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               7tm_1|PF00001.20(30-303);7tm_4|PF13853.5(20-321);
## 292                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            EF_TS|PF00889.18(117-288);EF_TS|PF00889.18(286-325);
## 293                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               0
## 294                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         AAL_decarboxy|PF03306.12(39-153);FANCI_S2|PF14676.5(1017-1194);FANCI_S2|PF14676.5(518-628);FANCI_S2|PF14676.5(759-845);FANCI_S2|PF14676.5(877-971);MMS22L_C|PF14911.5(558-649);MMS22L_C|PF14911.5(835-1210);MMS22L_N|PF14910.5(58-722);
## 295                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               CNDH2_C|PF16858.4(337-638);C-term
## 296                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           DEAD|PF00270.28(34-218);Helicase_C|PF00271.30(260-379);Helicase_C|PF00271.30(69-136);RecQ_Zn_bind|PF16124.4(322-346);RecQ_Zn_bind|PF16124.4(390-440);
## 297                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             AhpC-TSA|PF00578.20(221-299);AhpC-TSA|PF00578.20(342-425);DUF1510|PF07423.10(1-133);ERp29|PF07749.11(258-307);ERp29|PF07749.11(471-563);OST3_OST6|PF04756.12(230-316);OST3_OST6|PF04756.12(334-459);SpoIIIAH|PF12685.6(2-113);Thioredoxin_2|PF13098.5(241-325);Thioredoxin_2|PF13098.5(357-437);Thioredoxin_2|PF13098.5(464-541);Thioredoxin_7|PF13899.5(355-426);Thioredoxin_8|PF13905.5(111-171);Thioredoxin_8|PF13905.5(242-300);Thioredoxin_8|PF13905.5(361-451);Thioredoxin|PF00085.19(12-57);Thioredoxin|PF00085.19(226-331);Thioredoxin|PF00085.19(344-453);Thioredoxin|PF00085.19(434-463);
## 298                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ER|PF01133.16(2-99);
## 299                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                CMAS|PF02353.19(55-166);DOT1|PF08123.12(55-189);Methyltransf_11|PF08241.11(80-170);Methyltransf_12|PF08242.11(80-170);Methyltransf_23|PF13489.5(43-171);Methyltransf_25|PF13649.5(79-170);Methyltransf_31|PF13847.5(74-183);N2227|PF07942.11(53-128);UCR_Fe-S_N|PF10399.8(4-41);
## 300                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         BORA_N|PF15280.5(3-219);CLZ|PF16526.4(508-572);channels
## 301                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              7tm_1|PF00001.20(34-277);7tm_4|PF13853.5(140-203);7tm_4|PF13853.5(21-159);7tm_4|PF13853.5(212-294);7TM_GPCR_Srsx|PF10320.8(25-292);7TM_GPCR_Srx|PF10328.8(25-266);
## 302                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       7tm_1|PF00001.20(37-295);7TM_GPCR_Srsx|PF10320.8(31-305);Dimer_Tnp_hAT|PF05699.13(162-214);Dimer_Tnp_hAT|PF05699.13(203-241);Dimer_Tnp_hAT|PF05699.13(257-296);DUF2299|PF10061.8(24-67);DUF2299|PF10061.8(78-117);Srg|PF02118.20(21-307);
## 303                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         UbiA|PF01040.17(1-164);
## 304                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        His_biosynth|PF00977.20(29-111);Mog1|PF04603.11(15-155);
## 305                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     PDEase_I|PF00233.18(1-114);
## 306                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   MFS_1|PF07690.15(363-598);MFS_1|PF07690.15(38-294);MFS_1|PF07690.15(604-641);
## 307                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          DUF4149|PF13664.5(110-212);DUF4149|PF13664.5(240-271);
## 308                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            DDE_Tnp_1|PF01609.20(21-106);DDE_Tnp_1|PF01609.20(213-383);DDE_Tnp_4|PF13359.5(221-385);HTH_Tnp_4|PF13613.5(138-190);Plant_tran|PF04827.13(190-393);
## 309                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               MerC|PF03203.13(124-245);MerC|PF03203.13(42-128);
## 310                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ADH_N|PF08240.11(31-121);dCMP_cyt_deam_1|PF00383.22(9-114);dCMP_cyt_deam_2|PF08211.11(124-149);dCMP_cyt_deam_2|PF08211.11(2-88);LmjF365940-deam|PF14421.5(33-92);LmjF365940-deam|PF14421.5(90-121);Peptidase_S29|PF02907.14(36-135);
## 311                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     DUF5099|PF17025.4(108-271);Prenyltransf|PF01255.18(84-271);
## 312                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Cyclin_C|PF02984.18(141-276);Cyclin_C|PF02984.18(38-129);Cyclin_N|PF00134.22(15-139);Cyclin_N|PF00134.22(193-227);
## 313                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         DNA_pol_E_B|PF04042.15(283-484);Dpoe2NT|PF12213.7(2-74);Peptidase_M16|PF00675.19(2-94);
## 314                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Acetyltransf_1|PF00583.24(13-127);Acetyltransf_10|PF13673.6(9-139);Acetyltransf_3|PF13302.6(35-128);Acetyltransf_4|PF13420.6(46-142);Acetyltransf_4|PF13420.6(9-80);Acetyltransf_7|PF13508.6(23-129);Acetyltransf_8|PF13523.5(74-134);Acetyltransf_9|PF13527.6(6-130);FR47|PF08445.9(57-137);
## 315                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        MFS_1|PF07690.15(1-168);
## 316                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Cation_efflux|PF01545.20(55-324);
## 317                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A2M_N_2|PF07703.13(66-151);Pex14_N|PF04695.12(14-136);
## 318                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        DNA_pol_A_exo1|PF01612.19(23-174);DUF3189|PF11385.7(110-181);RNase_T|PF00929.23(39-191);
## 319                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Usp|PF00582.25(7-156);
## 320                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           DUF2972|PF11186.7(269-357);STELLO|PF03385.16(38-235);
## 321                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          CarbopepD_reg_2|PF13715.5(79-148);CarboxypepD_reg|PF13620.5(78-148);Ntox14|PF15522.5(125-186);Ntox14|PF15522.5(14-128);Peptidase_M14|PF00246.23(2-67);
## 322                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               DUF365|PF04033.11(32-83);DUF365|PF04033.11(79-123);EF-hand_1|PF00036.31(110-133);EF-hand_1|PF00036.31(158-183);EF-hand_1|PF00036.31(193-218);EF-hand_1|PF00036.31(244-262);EF-hand_1|PF00036.31(272-295);EF-hand_1|PF00036.31(80-100);EF-hand_10|PF14788.5(157-183);EF-hand_10|PF14788.5(189-214);EF-hand_10|PF14788.5(246-261);EF-hand_10|PF14788.5(267-300);EF-hand_10|PF14788.5(75-101);EF-hand_5|PF13202.5(119-133);EF-hand_5|PF13202.5(158-181);EF-hand_5|PF13202.5(194-218);EF-hand_5|PF13202.5(245-262);EF-hand_5|PF13202.5(274-295);EF-hand_5|PF13202.5(80-99);EF-hand_6|PF13405.5(118-133);EF-hand_6|PF13405.5(157-189);EF-hand_6|PF13405.5(194-216);EF-hand_6|PF13405.5(236-266);EF-hand_6|PF13405.5(272-296);EF-hand_6|PF13405.5(80-102);EF-hand_7|PF13499.5(156-216);EF-hand_7|PF13499.5(231-262);EF-hand_7|PF13499.5(240-298);EF-hand_7|PF13499.5(38-100);EF-hand_7|PF13499.5(71-136);EF-hand_8|PF13833.5(117-134);EF-hand_8|PF13833.5(161-182);EF-hand_8|PF13833.5(196-218);EF-hand_8|PF13833.5(244-259);EF-hand_8|PF13833.5(270-295);EF-hand_8|PF13833.5(80-99);SPARC_Ca_bdg|PF10591.8(222-295);Ca
## 323                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Pro_isomerase|PF00160.20(28-186);
## 324                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Adaptin_N|PF01602.19(3-46);Adaptin_N|PF01602.19(47-333);Arm_2|PF04826.12(199-301);Arm_2|PF04826.12(4-78);Arm_2|PF04826.12(82-237);Arm_3|PF16186.4(291-343);Arm_3|PF16186.4(36-66);Arm|PF00514.22(1-32);Arm|PF00514.22(114-155);Arm|PF00514.22(157-197);Arm|PF00514.22(199-239);Arm|PF00514.22(242-281);Arm|PF00514.22(34-74);Arm|PF00514.22(80-111);DUF1955|PF09205.9(1-73);DUF1955|PF09205.9(179-209);DUF1955|PF09205.9(225-316);HEAT_2|PF13646.5(186-270);HEAT_2|PF13646.5(255-336);HEAT_2|PF13646.5(4-109);HEAT_2|PF13646.5(47-125);HEAT_2|PF13646.5(84-196);HEAT_EZ|PF13513.5(1-30);HEAT_EZ|PF13513.5(113-153);HEAT_EZ|PF13513.5(140-167);HEAT_EZ|PF13513.5(17-72);HEAT_EZ|PF13513.5(183-237);HEAT_EZ|PF13513.5(225-280);HEAT_EZ|PF13513.5(73-109);HEAT_PBS|PF03130.15(100-137);HEAT_PBS|PF03130.15(186-212);HEAT_PBS|PF03130.15(19-30);HEAT_PBS|PF03130.15(226-263);HEAT_PBS|PF03130.15(4-13);HEAT_PBS|PF03130.15(61-93);HEAT|PF02985.21(127-157);HEAT|PF02985.21(186-198);HEAT|PF02985.21(211-241);HEAT|PF02985.21(254-283);HEAT|PF02985.21(3-34);HEAT|PF02985.21(47-75);HEAT|PF02985.21(83-112);NopRA1|PF16201.4(186-300);NopRA1|PF16201.4(3-69);NopRA1|PF16201.4(50-172);RasGEF_N_2|PF14663.5(127-178);RasGEF_N_2|PF14663.5(251-346);RasGEF_N_2|PF14663.5(4-68);RasGEF_N_2|PF14663.5(42-76);RasGEF_N_2|PF14663.5(78-149);RICTOR_V|PF14668.5(144-177);RICTOR_V|PF14668.5(184-224);RICTOR_V|PF14668.5(22-54);RICTOR_V|PF14668.5(225-267);RICTOR_V|PF14668.5(62-78);V-ATPase_H_C|PF11698.7(1-75);V-ATPase_H_C|PF11698.7(242-332);V-ATPase_H_C|PF11698.7(80-157);
## 325                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Cadherin|PF00028.16(1-52);Cadherin|PF00028.16(70-160);cEGF|PF12662.6(186-215);cEGF|PF12662.6(241-261);cEGF|PF12662.6(278-298);cEGF|PF12662.6(315-323);EGF|PF00008.26(162-197);EGF|PF00008.26(220-254);EGF|PF00008.26(262-291);EGF|PF00008.26(292-328);EGF|PF00008.26(336-350);hEGF|PF12661.6(172-193);hEGF|PF12661.6(229-250);hEGF|PF12661.6(267-287);hEGF|PF12661.6(299-323);hEGF|PF12661.6(335-339);
## 326                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 3HCDH_N|PF02737.17(48-232);3HCDH|PF00725.21(235-331);adh_short|PF00106.24(47-181);AlaDh_PNT_C|PF01262.20(26-143);ApbA|PF02558.15(49-146);DAO|PF01266.23(48-88);F420_oxidored|PF03807.16(48-166);FAD_binding_2|PF00890.23(48-89);FAD_oxidored|PF12831.6(48-81);GIDA|PF01134.21(48-94);NAD_binding_2|PF03446.14(48-190);NAD_binding_7|PF13241.5(43-165);NAD_Gly3P_dh_N|PF01210.22(48-170);Pyr_redox_2|PF07992.13(47-152);Pyr_redox_3|PF13738.5(27-136);Sacchrp_dh_NADP|PF03435.17(49-142);Shikimate_DH|PF01488.19(40-98);Shikimate_DH|PF01488.19(83-164);Thi4|PF01946.16(118-161);Thi4|PF01946.16(40-100);TrkA_N|PF02254.17(121-172);TrkA_N|PF02254.17(49-101);UDPG_MGDP_dh_N|PF03721.13(47-157);
## 327                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              IF2_N|PF04760.14(112-135);IF2_N|PF04760.14(230-279);IF2_N|PF04760.14(299-324);SpoVIF|PF14069.5(226-272);Sulfotransfer_1|PF00685.26(16-51);Sulfotransfer_1|PF00685.26(58-321);Sulfotransfer_3|PF13469.5(145-249);Sulfotransfer_3|PF13469.5(60-116);
## 328                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       RhoGEF|PF00621.19(6-116);RNA_pol_Rpb4|PF03874.15(31-138);
## 329                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         BACK|PF07707.14(1-38);BACK|PF07707.14(102-137);BACK|PF07707.14(134-244);BTB|PF00651.30(22-129);PHR|PF08005.11(271-424);
## 330                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          DUF1218|PF06749.11(175-287);DUF1218|PF06749.11(32-98);DUF1295|PF06966.11(170-297);DUF1295|PF06966.11(23-160);LapA_dom|PF06305.10(197-226);LapA_dom|PF06305.10(63-94);MtrF|PF09472.9(67-88);Steroid_dh|PF02544.15(102-163);Steroid_dh|PF02544.15(171-319);Steroid_dh|PF02544.15(38-97);
## 331                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           CpxA_peri|PF16527.4(132-181);CpxA_peri|PF16527.4(47-116);Prefoldin|PF02996.16(52-170);YtzH|PF14165.5(136-166);YtzH|PF14165.5(45-110);
## 332                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 F420_oxidored|PF03807.16(184-242);F420_oxidored|PF03807.16(9-103);P5CR_dimer|PF14748.5(166-270);PAXNEB|PF05625.10(15-73);PDH|PF02153.16(36-137);Rossmann-like|PF10727.8(6-113);
## 333                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               0
## 334                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Aa_trans|PF01490.17(28-425);
## 335                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               dUTPase_2|PF08761.10(39-166);MazG-like|PF12643.6(1-20);MazG-like|PF12643.6(68-153);MazG|PF03819.16(3-16);MazG|PF03819.16(60-141);
## 336                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Alk_phosphatase|PF00245.19(1-127);
## 337                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    LSM|PF01423.21(3-72);SM-ATX|PF14438.5(1-54);
## 338                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Bcl-2|PF00452.18(157-258);Bcl-2|PF00452.18(18-78);
## 339                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              RPA_C|PF08784.10(608-686);WIYLD|PF10440.8(365-389);WIYLD|PF10440.8(485-512);WIYLD|PF10440.8(8-29);
## 340                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 AhpC-TSA|PF00578.20(23-160);GSHPx|PF00255.18(27-135);Redoxin|PF08534.9(19-119);
## 341                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Bro-N|PF02498.16(188-248);PfkB|PF00294.23(3-301);
## 342                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Fringe|PF02434.15(112-260);Galactosyl_T|PF01762.20(131-250);Galactosyl_T|PF01762.20(240-299);
## 343                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Homeobox_KN|PF05920.10(149-184);Homeobox|PF00046.28(133-187);Homeobox|PF00046.28(78-105);Homez|PF11569.7(160-188);HTH_26|PF13443.5(159-187);HTH_3|PF01381.21(158-185);ORC3_N|PF07034.10(125-193);ORC3_N|PF07034.10(48-104);SIX1_SD|PF16878.4(15-125);
## 344                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Prok-RING_4|PF14447.5(17-63);Sina|PF03145.15(111-190);Sina|PF03145.15(66-161);U-box|PF04564.14(11-80);zf-C3H2C3|PF17122.4(128-134);zf-C3H2C3|PF17122.4(17-55);zf-C3HC4_2|PF13923.5(16-54);zf-C3HC4_3|PF13920.5(13-60);zf-C3HC4_3|PF13920.5(89-118);zf-C3HC4_4|PF15227.5(136-159);zf-C3HC4_4|PF15227.5(17-54);zf-C3HC4|PF00097.24(17-54);zf-rbx1|PF12678.6(13-55);zf-RING_10|PF16685.4(15-72);zf-RING_2|PF13639.5(100-140);zf-RING_2|PF13639.5(15-55);zf-RING_2|PF13639.5(274-290);zf-RING_5|PF14634.5(10-22);zf-RING_5|PF14634.5(102-141);zf-RING_5|PF14634.5(16-56);zf-RING_6|PF14835.5(10-74);zf-RING_6|PF14835.5(132-150);zf-RING_6|PF14835.5(79-120);zf-RING_UBOX|PF13445.5(17-54);zf-RING_UBOX|PF13445.5(51-71);zf-TRAF_2|PF15965.4(104-147);zf-TRAF_2|PF15965.4(29-114);zf-TRAF|PF02176.17(100-155);zf-TRAF|PF02176.17(41-100);
## 345                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Frataxin_Cyay|PF01491.15(28-136);
## 346                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Lectin_C|PF00059.20(24-127);PLDc_2|PF13091.5(19-99);
## 347                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Spectrin|PF00435.20(155-206);Spectrin|PF00435.20(35-153);
## 348                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       BRCT_2|PF16589.4(110-186);BRCT_2|PF16589.4(197-282);BRCT_2|PF16589.4(373-462);BRCT_2|PF16589.4(49-96);BRCT_2|PF16589.4(579-652);BRCT|PF00533.25(104-176);BRCT|PF00533.25(194-270);BRCT|PF00533.25(372-450);BRCT|PF00533.25(56-88);BRCT|PF00533.25(576-654);LIG3_BRCT|PF16759.4(109-181);LIG3_BRCT|PF16759.4(196-275);LIG3_BRCT|PF16759.4(376-455);LIG3_BRCT|PF16759.4(594-643);PTCB-BRCT|PF12738.6(109-171);PTCB-BRCT|PF12738.6(202-265);PTCB-BRCT|PF12738.6(380-445);PTCB-BRCT|PF12738.6(57-78);Ribosomal_L22|PF00237.18(2-57);Ribosomal_L22|PF00237.18(310-421);RTT107_BRCT_5|PF16770.4(189-297);domain
## 349                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Cmc1|PF08583.9(317-384);NDUF_B7|PF05676.12(198-244);NDUF_B7|PF05676.12(309-370);p450|PF00067.21(5-318);
## 350                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  CDC24_OB1|PF17246.1(110-174);1
## 351                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          DUF4954|PF16314.4(28-143);Fucokinase|PF07959.11(4-149);Hexapep_2|PF14602.5(102-135);Hexapep_2|PF14602.5(54-73);Hexapep_2|PF14602.5(84-109);Hexapep|PF00132.23(107-142);Hexapep|PF00132.23(24-51);Hexapep|PF00132.23(33-71);Hexapep|PF00132.23(84-129);
## 352                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Sep15_SelM|PF08806.10(41-114);
## 353                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Kelch_1|PF01344.24(280-317);Kelch_1|PF01344.24(336-368);Kelch_1|PF01344.24(376-421);Kelch_1|PF01344.24(431-465);Kelch_1|PF01344.24(485-528);Kelch_1|PF01344.24(549-572);Kelch_2|PF07646.14(271-317);Kelch_2|PF07646.14(324-371);Kelch_2|PF07646.14(375-426);Kelch_2|PF07646.14(431-476);Kelch_2|PF07646.14(493-527);Kelch_2|PF07646.14(538-574);Kelch_3|PF13415.5(256-278);Kelch_3|PF13415.5(282-333);Kelch_3|PF13415.5(337-384);Kelch_3|PF13415.5(385-440);Kelch_3|PF13415.5(441-489);Kelch_3|PF13415.5(494-538);Kelch_3|PF13415.5(549-573);Kelch_4|PF13418.5(271-323);Kelch_4|PF13418.5(324-375);Kelch_4|PF13418.5(376-430);Kelch_4|PF13418.5(431-480);Kelch_4|PF13418.5(481-530);Kelch_4|PF13418.5(539-568);Kelch_5|PF13854.5(268-310);Kelch_5|PF13854.5(322-362);Kelch_5|PF13854.5(374-417);Kelch_5|PF13854.5(429-464);Kelch_5|PF13854.5(478-518);Kelch_5|PF13854.5(530-568);Kelch_6|PF13964.5(271-319);Kelch_6|PF13964.5(324-371);Kelch_6|PF13964.5(375-425);Kelch_6|PF13964.5(431-482);Kelch_6|PF13964.5(483-532);Kelch_6|PF13964.5(539-569);
## 354                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Codanin-1_C|PF15296.5(106-164);Codanin-1_C|PF15296.5(170-220);Codanin-1_C|PF15296.5(825-932);
## 355                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Astacin|PF01400.23(323-375);Astacin|PF01400.23(68-258);DUF3810|PF12725.6(145-167);MAM|PF00629.22(278-436);Peptidase_M10|PF00413.23(128-203);Peptidase_M10|PF00413.23(168-218);Peptidase_M10|PF00413.23(244-317);Peptidase_M10|PF00413.23(68-125);ShK|PF01549.23(446-485);
## 356                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Trypsin|PF00089.25(14-212);
## 357                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        PIG-F|PF06699.10(16-211);SPP|PF06550.10(144-212);SPP|PF06550.10(24-147);
## 358                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       DUF2681|PF10883.7(1-78);FixQ|PF05545.10(4-33);Galactosyl_T|PF01762.20(111-244);NusG_II|PF07009.10(8-108);
## 359                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ANAPC3|PF12895.6(171-259);ANAPC3|PF12895.6(19-64);ANAPC3|PF12895.6(72-161);Coatomer_E|PF04733.13(6-294);NARP1|PF12569.7(178-296);NARP1|PF12569.7(72-183);TFIIS_M|PF07500.13(222-286);TFIIS_M|PF07500.13(72-173);TPR_1|PF00515.27(114-138);TPR_1|PF00515.27(143-167);TPR_1|PF00515.27(174-182);TPR_1|PF00515.27(205-238);TPR_1|PF00515.27(49-57);TPR_10|PF13374.5(113-132);TPR_10|PF13374.5(204-234);TPR_10|PF13374.5(239-257);TPR_10|PF13374.5(49-58);TPR_11|PF13414.5(114-136);TPR_11|PF13414.5(143-182);TPR_11|PF13414.5(213-253);TPR_11|PF13414.5(49-58);TPR_12|PF13424.5(110-141);TPR_12|PF13424.5(140-182);TPR_12|PF13424.5(203-262);TPR_14|PF13428.5(106-143);TPR_14|PF13428.5(136-182);TPR_14|PF13428.5(206-248);TPR_16|PF13432.5(111-168);TPR_16|PF13432.5(139-182);TPR_16|PF13432.5(209-249);TPR_16|PF13432.5(46-82);TPR_17|PF13431.5(167-182);TPR_17|PF13431.5(205-226);TPR_17|PF13431.5(228-257);TPR_19|PF14559.5(116-176);TPR_19|PF14559.5(184-247);TPR_2|PF07719.16(108-139);TPR_2|PF07719.16(143-168);TPR_2|PF07719.16(15-32);TPR_2|PF07719.16(174-182);TPR_2|PF07719.16(205-238);TPR_21|PF09976.8(131-254);TPR_21|PF09976.8(49-140);TPR_6|PF13174.5(108-131);TPR_6|PF13174.5(170-201);TPR_6|PF13174.5(210-238);TPR_6|PF13174.5(70-85);TPR_7|PF13176.5(109-154);TPR_7|PF13176.5(207-240);TPR_7|PF13176.5(241-263);TPR_8|PF13181.5(106-137);TPR_8|PF13181.5(139-167);TPR_8|PF13181.5(174-182);TPR_8|PF13181.5(207-238);TPR_9|PF13371.5(112-178);TPR_9|PF13371.5(207-253);
## 360                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                DNA_pol_E_B|PF04042.15(354-561);Pol_alpha_B_N|PF08418.9(26-258);
## 361                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Bacteriocin_IIc|PF10439.8(50-90);CHCH|PF06747.12(124-155);Cmc1|PF08583.9(111-160);DUF2076|PF09849.8(5-88);DUF2076|PF09849.8(72-146);TFIIA|PF03153.12(9-158);
## 362                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      MFS_1|PF07690.15(57-345);MFS_2|PF13347.5(167-345);MFS_2|PF13347.5(23-162);
## 363                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  DHHC|PF01529.19(8-60);DHHC|PF01529.19(81-222);
## 364                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               MFS_1_like|PF12832.6(53-198);MFS_1|PF07690.15(10-267);MFS_3|PF05977.12(62-263);OATP|PF03137.19(2-202);Sugar_tr|PF00083.23(7-252);
## 365                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      DUF1065|PF06358.10(200-260);DUF2229|PF09989.8(100-230);DUF2229|PF09989.8(241-313);Peptidase_M13_N|PF05649.12(87-481);Peptidase_M13|PF01431.20(434-503);Peptidase_M13|PF01431.20(540-743);Peptidase_M4|PF01447.17(485-589);Peptidase_M4|PF01447.17(98-213);
## 366                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               FMN_dh|PF01070.17(1-218);TMP-TENI|PF02581.16(160-207);TMP-TENI|PF02581.16(17-89);
## 367                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     DUF1080|PF06439.10(1526-1647);DUF4704|PF15787.4(1026-1123);DUF4704|PF15787.4(1798-1914);DUF4704|PF15787.4(254-308);DUF4704|PF15787.4(476-562);DUF4704|PF15787.4(578-659);DUF4704|PF15787.4(683-797);DUF913|PF06025.11(1228-1375);DUF913|PF06025.11(471-573);DUF913|PF06025.11(705-807);Evr1_Alr|PF04777.12(452-532);Evr1_Alr|PF04777.12(686-766);Laminin_G_3|PF13385.5(1496-1647);WAPL|PF07814.12(457-784);
## 368                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              AIP3|PF03915.12(2-280);CENP-F_leu_zip|PF10473.8(1-111);CENP-F_leu_zip|PF10473.8(139-277);CENP-Q|PF13094.5(110-259);CENP-Q|PF13094.5(252-280);CHDCT2|PF08074.10(145-268);CHDCT2|PF08074.10(31-162);DNA_repr_REX1B|PF14966.5(147-187);DNA_repr_REX1B|PF14966.5(177-271);DNA_repr_REX1B|PF14966.5(30-83);DNA_repr_REX1B|PF14966.5(99-151);DUF2193|PF09959.8(156-279);Fib_alpha|PF08702.9(108-212);Fib_alpha|PF08702.9(216-278);Fib_alpha|PF08702.9(30-112);gpW|PF02831.14(119-147);gpW|PF02831.14(177-212);Med9|PF07544.12(121-146);9
## 369                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Aph-1|PF06105.11(1-146);NDUF_B12|PF08122.11(1-37);NDUF_B12|PF08122.11(97-127);
## 370                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ABC2_membrane_3|PF12698.6(23-462);
## 371                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Pcc1|PF09341.9(18-91);
## 372                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              AAA_16|PF13191.5(539-723);AAA_18|PF13238.5(557-662);AAA_21|PF13304.5(1575-1687);TA
## 373                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Peptidase_S24|PF00717.22(57-132);
## 374                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              DCB|PF16213.4(1-108);DCB|PF16213.4(994-1132);DUF1981|PF09324.9(1032-1073);DUF1981|PF09324.9(1090-1148);DUF1981|PF09324.9(1230-1303);DUF1981|PF09324.9(1308-1389);DUF1981|PF09324.9(613-648);Sec7_N|PF12783.6(1328-1371);N-terminal
## 375                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    CUB_2|PF02408.19(1035-1095);CUB_2|PF02408.19(1156-1205);CUB_2|PF02408.19(126-169);CUB_2|PF02408.19(1280-1333);CUB_2|PF02408.19(1383-1443);CUB_2|PF02408.19(1507-1603);CUB_2|PF02408.19(1640-1722);CUB_2|PF02408.19(1736-1801);CUB_2|PF02408.19(1853-1964);CUB_2|PF02408.19(1970-2025);CUB_2|PF02408.19(2086-2148);CUB_2|PF02408.19(2200-2265);CUB_2|PF02408.19(227-339);CUB_2|PF02408.19(2324-2394);CUB_2|PF02408.19(345-413);CUB_2|PF02408.19(452-489);CUB_2|PF02408.19(577-634);CUB_2|PF02408.19(680-784);CUB_2|PF02408.19(800-867);CUB_2|PF02408.19(9-87);CUB_2|PF02408.19(924-1031);CUB|PF00431.19(1035-1150);CUB|PF00431.19(112-221);CUB|PF00431.19(1154-1264);CUB|PF00431.19(1271-1381);CUB|PF00431.19(1388-1497);CUB|PF00431.19(1507-1619);CUB|PF00431.19(1626-1735);CUB|PF00431.19(1739-1850);CUB|PF00431.19(1854-1964);CUB|PF00431.19(1971-2081);CUB|PF00431.19(2-108);CUB|PF00431.19(2087-2199);CUB|PF00431.19(2204-2315);CUB|PF00431.19(226-335);CUB|PF00431.19(2322-2433);CUB|PF00431.19(342-451);CUB|PF00431.19(455-565);CUB|PF00431.19(572-681);CUB|PF00431.19(685-794);CUB|PF00431.19(803-915);CUB|PF00431.19(919-1028);DUF4453|PF14627.5(1082-1153);DUF4453|PF14627.5(1324-1384);DUF4453|PF14627.5(1437-1510);DUF4453|PF14627.5(856-920);IL6Ra-bind|PF09240.9(1529-1574);IL6Ra-bind|PF09240.9(1642-1694);LTD|PF00932.18(1785-1815);LTD|PF00932.18(261-358);STb_secrete|PF09075.9(1437-1453);STb_secrete|PF09075.9(1674-1693);STb_secrete|PF09075.9(1899-1923);STb_secrete|PF09075.9(2245-2272);STb_secrete|PF09075.9(385-417);STb_secrete|PF09075.9(615-640);STb_secrete|PF09075.9(857-875);
## 376                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     MFS_1_like|PF12832.6(1-148);MFS_1|PF07690.15(1-119);MFS_2|PF13347.5(1-119);
## 377                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      MFS_MOT1|PF16983.4(177-213);MFS_MOT1|PF16983.4(226-310);MFS_MOT1|PF16983.4(295-404);MFS_MOT1|PF16983.4(41-151);STAS|PF01740.20(462-576);Sulfate_transp|PF00916.19(33-427);
## 378                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Aldo_ket_red|PF00248.20(1-207);
## 379                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Ribosomal_L7Ae|PF01248.25(53-147);Securin|PF04856.12(18-94);
## 380                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Trypsin|PF00089.25(1-125);
## 381                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   DUF3043|PF11241.7(158-236);DUF3043|PF11241.7(52-123);SURF4|PF02077.14(7-273);
## 382                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Peptidase_M2|PF01401.17(20-523);Peptidase_M2|PF01401.17(515-569);PT|PF04886.11(572-601);
## 383                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       AAA_15|PF13175.5(18-400);AAA_15|PF13175.5(238-520);AAA_15|PF13175.5(636-1159);AAA_21|PF13304.5(44-114);TA
## 384                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Cation_ATPase_N|PF00690.25(58-128);Cation_ATPase|PF13246.5(481-584);DUF4199|PF13858.5(114-178);DUF4199|PF13858.5(333-400);DUF4818|PF16089.4(103-169);DUF4818|PF16089.4(332-402);E1-E2_ATPase|PF00122.19(100-162);E1-E2_ATPase|PF00122.19(178-293);E1-E2_ATPase|PF00122.19(322-421);Hydrolase|PF00702.25(437-562);Polysacc_synt_C|PF14667.5(103-161);Polysacc_synt_C|PF14667.5(333-415);
## 385                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                DUF4347|PF14252.5(122-290);Pkinase_Tyr|PF07714.16(298-382);Pkinase|PF00069.24(298-388);SHMT|PF00464.18(369-699);
## 386                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              DUF2800|PF10926.7(255-447);DUF2800|PF10926.7(511-604);PDDEXK_1|PF12705.6(251-524);Stn1|PF10451.8(515-583);Stn1|PF10451.8(592-643);Ten1|PF12658.6(546-664);Ten1|PF12658.6(656-700);
## 387                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ShK|PF01549.23(21-59);ShK|PF01549.23(80-115);Trypsin_2|PF13365.5(186-356);Trypsin|PF00089.25(156-390);
## 388                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      MACPF|PF01823.18(130-348);
## 389                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Destabilase|PF05497.11(117-142);Destabilase|PF05497.11(2-110);Folate_rec|PF03024.13(1-111);Folate_rec|PF03024.13(120-142);
## 390                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Catalase-rel|PF06628.11(402-447);Catalase-rel|PF06628.11(54-72);Catalase|PF00199.18(25-272);Catalase|PF00199.18(271-380);
## 391                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         AAA_24|PF13479.5(215-297);AAA_24|PF13479.5(45-216);AAA_25|PF13481.5(177-245);AAA_25|PF13481.5(33-217);ATPase_2|PF01637.17(195-263);ATPase_2|PF01637.17(256-289);ATPase_2|PF01637.17(41-90);ATPase|PF06745.12(134-230);ATPase|PF06745.12(21-75);DUF2088|PF09861.8(54-131);NACHT|PF05729.11(44-237);Pombe_5TM|PF09437.9(59-190);Rad51|PF08423.10(10-300);RecA|PF00154.20(135-231);RecA|PF00154.20(29-71);
## 392                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Acetyltransf_1|PF00583.24(80-194);Acetyltransf_4|PF13420.6(13-56);Acetyltransf_4|PF13420.6(70-205);FR47|PF08445.9(133-203);
## 393                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           LEM|PF03020.14(6-43);
## 394                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Helicase_C|PF00271.30(57-171);
## 395                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               0
## 396                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      PAF|PF15715.4(1-74);PAF|PF15715.4(69-113);
## 397                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Amino_oxidase|PF01593.23(48-270);DAO|PF01266.23(40-84);DUF5510|PF17629.1(37-65);DUF5510|PF17629.1(381-413);DUF5510|PF17629.1(481-513);FAD_binding_2|PF00890.23(40-83);FAD_binding_3|PF01494.18(38-90);FAD_oxidored|PF12831.6(40-175);GIDA|PF01134.21(226-303);GIDA|PF01134.21(40-87);HI0933_like|PF03486.13(205-260);HI0933_like|PF03486.13(39-90);HI0933_like|PF03486.13(97-165);MIP|PF00230.19(295-545);NAD_binding_8|PF13450.5(43-110);Pyr_redox_2|PF07992.13(39-156);Pyr_redox_3|PF13738.5(42-79);Pyr_redox|PF00070.26(218-263);Pyr_redox|PF00070.26(40-77);Shikimate_DH|PF01488.19(28-88);Thi4|PF01946.16(27-90);
## 398                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     AAA_11|PF13086.5(17-128);AAA_11|PF13086.5(173-225);AAA_11|PF13086.5(78-176);AAA_16|PF13191.5(16-161);AAA_16|PF13191.5(171-303);AAA|PF00004.28(38-185);(AAA)
## 399                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     FA_desaturase|PF00487.23(16-293);Lipid_DES|PF08557.9(6-42);
## 400                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Methyltransf_11|PF08241.11(177-311);Methyltransf_12|PF08242.11(179-310);Methyltransf_23|PF13489.5(149-371);N2227|PF07942.11(118-382);RNF220|PF15926.4(1-132);
## 401                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ADK_lid|PF05191.13(107-128);ADK_lid|PF05191.13(118-185);ADK_lid|PF05191.13(53-93);C1_4|PF07975.11(119-169);C1_4|PF07975.11(156-198);C1_4|PF07975.11(27-86);C1_4|PF07975.11(82-129);Desulfoferrod_N|PF06397.11(112-127);Desulfoferrod_N|PF06397.11(141-160);Desulfoferrod_N|PF06397.11(172-182);Desulfoferrod_N|PF06397.11(48-63);Desulfoferrod_N|PF06397.11(79-94);DUF2256|PF10013.8(112-131);DUF2256|PF10013.8(139-163);DUF2256|PF10013.8(170-190);DUF2256|PF10013.8(46-65);DUF2256|PF10013.8(75-98);DUF3268|PF11672.7(144-199);DUF3268|PF11672.7(34-73);DUF3268|PF11672.7(79-145);Lar_restr_allev|PF14354.5(115-174);Lar_restr_allev|PF14354.5(171-196);Lar_restr_allev|PF14354.5(32-73);Lar_restr_allev|PF14354.5(78-110);LIM|PF00412.21(120-166);LIM|PF00412.21(171-196);LIM|PF00412.21(50-77);LIM|PF00412.21(78-108);Ribosomal_L34e|PF01199.17(100-149);Ribosomal_L34e|PF01199.17(128-164);Ribosomal_L34e|PF01199.17(156-198);Ribosomal_L34e|PF01199.17(35-65);Ribosomal_L34e|PF01199.17(60-130);SGIII|PF15467.5(14-57);SGIII|PF15467.5(63-173);zf-AN1|PF01428.15(106-141);zf-AN1|PF01428.15(128-155);zf-AN1|PF01428.15(167-195);zf-AN1|PF01428.15(42-62);zf-AN1|PF01428.15(74-99);zf-C2H2_2|PF12756.6(108-145);zf-C2H2_2|PF12756.6(137-175);zf-C2H2_2|PF12756.6(167-198);zf-C2H2_2|PF12756.6(20-82);zf-C2H2_2|PF12756.6(74-118);zf-C2H2_4|PF13894.5(118-141);zf-C2H2_4|PF13894.5(146-169);zf-C2H2_4|PF13894.5(174-197);zf-C2H2_4|PF13894.5(53-76);zf-C2H2_4|PF13894.5(81-104);zf-C2H2_6|PF13912.5(117-142);zf-C2H2_6|PF13912.5(145-171);zf-C2H2_6|PF13912.5(173-184);zf-C2H2_6|PF13912.5(52-78);zf-C2H2_6|PF13912.5(80-106);zf-C2H2_jaz|PF12171.7(117-141);zf-C2H2_jaz|PF12171.7(145-166);zf-C2H2_jaz|PF12171.7(173-194);zf-C2H2_jaz|PF12171.7(52-73);zf-C2H2_jaz|PF12171.7(80-101);zf-C2H2|PF00096.25(118-140);zf-C2H2|PF00096.25(146-168);zf-C2H2|PF00096.25(174-196);zf-C2H2|PF00096.25(53-75);zf-C2H2|PF00096.25(81-103);zf-C2HC_2|PF13913.5(118-137);zf-C2HC_2|PF13913.5(146-164);zf-C2HC_2|PF13913.5(174-195);zf-C2HC_2|PF13913.5(54-72);zf-C2HC_2|PF13913.5(81-102);zf-FPG_IleRS|PF06827.13(111-129);zf-FPG_IleRS|PF06827.13(142-149);zf-FPG_IleRS|PF06827.13(164-184);zf-FPG_IleRS|PF06827.13(54-70);zf-FPG_IleRS|PF06827.13(81-100);zf-H2C2_2|PF13465.5(132-156);zf-H2C2_2|PF13465.5(160-185);zf-H2C2_2|PF13465.5(190-198);zf-H2C2_2|PF13465.5(43-64);zf-H2C2_2|PF13465.5(67-92);zf-H2C2_2|PF13465.5(95-129);zf-HIT|PF04438.15(112-134);zf-HIT|PF04438.15(144-157);zf-HIT|PF04438.15(172-187);zf-HIT|PF04438.15(51-64);zf-HIT|PF04438.15(79-92);zf-met|PF12874.6(118-141);zf-met|PF12874.6(146-169);zf-met|PF12874.6(174-197);zf-met|PF12874.6(53-74);zf-met|PF12874.6(81-101);zinc_ribbon_15|PF17032.4(108-191);zinc_ribbon_15|PF17032.4(41-95);zinc_ribbon_15|PF17032.4(69-135);Zn-ribbon_8|PF09723.9(117-145);Zn-ribbon_8|PF09723.9(145-189);Zn-ribbon_8|PF09723.9(52-94);
## 402                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        AAA_30|PF13604.5(40-183);DEAD|PF00270.28(42-224);Helicase_C|PF00271.30(259-390);Helicase_C|PF00271.30(42-139);RecQ_Zn_bind|PF16124.4(368-448);ResIII|PF04851.14(38-219);
## 403                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Abhydrolase_3|PF07859.12(124-254);Abhydrolase_3|PF07859.12(448-500);COesterase|PF00135.27(25-524);DUF2920|PF11144.7(135-288);Esterase|PF00756.19(108-284);Peptidase_S9|PF00326.20(137-257);
## 404                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Clat_adaptor_s|PF01217.19(1-142);MRG|PF05712.12(11-144);
## 405                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     DZR|PF12773.6(113-153);Peptidase_C48|PF02902.18(518-920);zinc_ribbon_2|PF13240.5(114-129);zinc_ribbon_2|PF13240.5(134-145);
## 406                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    DcpS_C|PF11969.7(174-295);DcpS|PF05652.11(44-146);DUF2145|PF09916.8(95-192);HIT|PF01230.22(109-182);HIT|PF01230.22(207-286);
## 407                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Pribosyltran|PF00156.26(41-201);PRTase_2|PF15609.5(119-177);UPRTase|PF14681.5(103-178);
## 408                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               0
## 409                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Ank_2|PF12796.6(3-102);Ank_2|PF12796.6(48-135);Ank_2|PF12796.6(74-168);Ank_3|PF13606.5(1-26);Ank_3|PF13606.5(104-133);Ank_3|PF13606.5(32-65);Ank_3|PF13606.5(69-97);Ank_4|PF13637.5(1-50);Ank_4|PF13637.5(126-160);Ank_4|PF13637.5(49-90);Ank_4|PF13637.5(92-124);Ank_5|PF13857.5(1-40);Ank_5|PF13857.5(22-54);Ank_5|PF13857.5(56-92);Ank_5|PF13857.5(93-149);Ank|PF00023.29(104-151);Ank|PF00023.29(2-28);Ank|PF00023.29(32-68);Ank|PF00023.29(69-98);DUF3447|PF11929.7(65-145);
## 410                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Sld5|PF05916.10(4-85);
## 411                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          APH|PF01636.22(104-156);APH|PF01636.22(6-91);Haspin_kinase|PF12330.7(3-170);Kdo|PF06293.13(28-166);Kinase-like|PF14531.5(4-58);Kinase-like|PF14531.5(63-209);Pkinase_Tyr|PF07714.16(4-215);Pkinase|PF00069.24(4-286);Seadorna_VP7|PF07387.10(103-156);
## 412                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        RNase_PH_C|PF03725.14(191-258);RNase_PH|PF01138.20(208-262);RNase_PH|PF01138.20(31-166);
## 413                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Zwilch|PF09817.8(133-672);
## 414                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Peptidase_M2|PF01401.17(20-423);
## 415                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Ammonium_transp|PF00909.20(6-438);AzlD|PF05437.11(169-232);AzlD|PF05437.11(208-311);AzlD|PF05437.11(320-353);AzlD|PF05437.11(389-426);GWT1|PF06423.11(163-275);GWT1|PF06423.11(5-152);Phage_holin_2_4|PF16082.4(205-218);Phage_holin_2_4|PF16082.4(370-428);Phage_holin_2_4|PF16082.4(63-101);
## 416                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Brix|PF04427.17(78-246);
## 417                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       CGI-121|PF08617.9(29-181);Phage_TAC_12|PF12363.7(100-178);Phage_TAC_12|PF12363.7(15-105);
## 418                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         CAP|PF00188.25(1764-1893);CAP|PF00188.25(2-46);CAP|PF00188.25(2425-2552);CAP|PF00188.25(3433-3564);CAP|PF00188.25(3739-3866);CAP|PF00188.25(4756-4820);
## 419                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Alg6_Alg8|PF03155.14(16-514);
## 420                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ATP-synt_Z|PF16594.4(42-83);Tom22|PF04281.12(3-101);
## 421                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           PARP_reg|PF02877.13(17-130);PARP|PF00644.19(142-272);Suppressor_P21|PF11479.7(41-93);
## 422                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 SET|PF00856.27(155-257);SET|PF00856.27(42-151);
## 423                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 EMP24_GP25L|PF01105.23(24-206);I-set|PF07679.15(2-34);I-set|PF07679.15(40-112);
## 424                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   F5_F8_type_C|PF00754.24(417-544);F5_F8_type_C|PF00754.24(559-687);F5_F8_type_C|PF00754.24(701-827);Gal_Lectin|PF02140.17(1029-1110);Gal_Lectin|PF02140.17(1130-1209);Gal_Lectin|PF02140.17(190-267);Gal_Lectin|PF02140.17(238-287);Gal_Lectin|PF02140.17(388-415);Gal_Lectin|PF02140.17(843-898);Gal_Lectin|PF02140.17(892-949);Gal_Lectin|PF02140.17(959-1023);TSP_1|PF00090.18(1045-1084);TSP_1|PF00090.18(130-182);TSP_1|PF00090.18(189-239);TSP_1|PF00090.18(243-293);TSP_1|PF00090.18(300-352);TSP_1|PF00090.18(359-409);TSP_1|PF00090.18(843-893);TSP_1|PF00090.18(900-950);TSP_1|PF00090.18(957-1009);
## 425                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Bac_export_2|PF01312.18(12-154);DUF4064|PF13273.5(39-134);DUF4064|PF13273.5(5-77);DUF5362|PF17319.1(37-117);DUF751|PF05421.10(33-83);DUF751|PF05421.10(72-116);FA_desaturase|PF00487.23(20-81);FA_desaturase|PF00487.23(51-147);Got1|PF04178.11(26-57);Got1|PF04178.11(37-154);PGG|PF13962.5(57-117);PGG|PF13962.5(9-60);PhaG_MnhG_YufB|PF03334.13(41-135);PsaL|PF02605.14(5-62);PsaL|PF02605.14(71-123);
## 426                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Fis1_TPR_C|PF14853.5(109-146);Fis1_TPR_C|PF14853.5(143-197);Fis1_TPR_C|PF14853.5(79-86);TPR_1|PF00515.27(110-142);TPR_1|PF00515.27(143-176);TPR_1|PF00515.27(78-88);TPR_12|PF13424.5(76-141);TPR_2|PF07719.16(110-142);TPR_2|PF07719.16(143-176);TPR_2|PF07719.16(79-88);TPR_8|PF13181.5(109-142);TPR_8|PF13181.5(143-176);
## 427                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               PolC_DP2|PF03833.12(156-335);PolC_DP2|PF03833.12(3-140);zf-HIT|PF04438.15(31-61);
## 428                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Glyco_hydro_31|PF01055.25(40-505);VirE1|PF12189.7(185-234);
## 429                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    CUB_2|PF02408.19(1056-1096);CUB_2|PF02408.19(143-243);CUB_2|PF02408.19(252-358);CUB_2|PF02408.19(26-123);CUB_2|PF02408.19(370-475);CUB_2|PF02408.19(474-573);CUB_2|PF02408.19(593-704);CUB_2|PF02408.19(715-757);CUB|PF00431.19(135-243);CUB|PF00431.19(1684-1764);CUB|PF00431.19(23-129);CUB|PF00431.19(250-356);CUB|PF00431.19(362-471);CUB|PF00431.19(478-586);CUB|PF00431.19(593-702);CUB|PF00431.19(709-818);EGF_2|PF07974.12(1484-1498);EGF_2|PF07974.12(1667-1693);EGF_2|PF07974.12(1823-1863);EGF_2|PF07974.12(826-859);EGF_2|PF07974.12(866-901);EGF|PF00008.26(1664-1691);EGF|PF00008.26(1830-1856);EGF|PF00008.26(826-858);EGF|PF00008.26(866-900);hEGF|PF12661.6(1671-1686);hEGF|PF12661.6(1830-1844);hEGF|PF12661.6(832-854);hEGF|PF12661.6(871-896);VWD|PF00094.24(1287-1442);
## 430                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     CSN8_PSD8_EIF3K|PF10075.8(112-253);SAC3_GANP|PF03399.15(1-33);SAC3_GANP|PF03399.15(84-237);
## 431                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Asp_protease_2|PF13650.5(39-130);Asp_protease|PF09668.9(9-139);gag-asp_proteas|PF13975.5(40-133);RVP_2|PF08284.10(31-151);RVP|PF00077.19(35-139);RVT_1|PF00078.26(371-526);Spuma_A9PTase|PF03539.13(273-341);Spuma_A9PTase|PF03539.13(337-372);
## 432                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Mtc|PF03820.16(16-323);YwiC|PF14256.5(99-209);
## 433                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      AlaDh_PNT_C|PF01262.20(18-114);Amino_oxidase|PF01593.23(49-464);DAO|PF01266.23(41-87);FAD_binding_2|PF00890.23(41-83);FAD_binding_3|PF01494.18(345-414);FAD_binding_3|PF01494.18(39-91);FAD_binding_3|PF01494.18(416-447);FAD_oxidored|PF12831.6(41-177);GIDA|PF01134.21(41-87);HI0933_like|PF03486.13(198-272);HI0933_like|PF03486.13(40-86);NAD_binding_8|PF13450.5(44-111);Pyr_redox_2|PF07992.13(40-161);Pyr_redox_3|PF13738.5(43-80);Pyr_redox|PF00070.26(218-267);Pyr_redox|PF00070.26(41-80);Shikimate_DH|PF01488.19(28-91);Thi4|PF01946.16(29-89);
## 434                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         HAD_2|PF13419.5(11-154);Hydrolase_like|PF13242.5(106-174);Hydrolase|PF00702.25(13-148);
## 435                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       MFS_1|PF07690.15(43-452);
## 436                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    DNase_II|PF03265.14(25-371);
## 437                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      MFS_1|PF07690.15(1-167);MFS_1|PF07690.15(176-395);MFS_2|PF13347.5(10-452);
## 438                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 A_deaminase_N|PF08451.10(7-111);A_deaminase|PF00962.21(29-436);
## 439                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                adh_short_C2|PF13561.5(12-234);adh_short|PF00106.24(6-209);KR|PF08659.9(6-194);Polysacc_synt_2|PF02719.14(8-99);
## 440                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               0
## 441                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   F420_oxidored|PF03807.16(6-97);GFO_IDH_MocA|PF01408.21(5-125);NAD_binding_3|PF03447.15(11-124);Shikimate_DH|PF01488.19(1-96);Shikimate_DH|PF01488.19(80-124);
## 442                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         RNA_pol_Rbc25|PF08292.11(79-159);S1|PF00575.22(78-161);SHS2_Rpb7-N|PF03876.16(8-77);Rpb7p/Rpc25p/MJ0397
## 443                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      KASH_CCD|PF14662.5(503-641);LPP|PF04728.12(508-549);Prok-RING_4|PF14447.5(243-266);Prok-RING_4|PF14447.5(272-296);Prok-RING_4|PF14447.5(630-674);Prok-RING_4|PF14447.5(92-106);Syntaxin-6_N|PF09177.10(411-443);Syntaxin-6_N|PF09177.10(522-642);zf-C3HC4_3|PF13920.5(245-263);zf-C3HC4_3|PF13920.5(626-671);zf-CCCH|PF00642.23(119-124);zf-CCCH|PF00642.23(130-147);zf-CCCH|PF00642.23(191-214);zf-CCCH|PF00642.23(243-259);zf-CCCH|PF00642.23(269-295);zf-CCCH|PF00642.23(34-48);zf-CCCH|PF00642.23(659-666);zf-CCCH|PF00642.23(81-106);
## 444                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GST_C|PF00043.24(108-203);GST_N_2|PF13409.5(12-79);GST_N_3|PF13417.5(6-85);GST_N|PF02798.19(2-78);GST_N|PF02798.19(200-217);
## 445                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  CHCH|PF06747.12(62-98);GCK|PF07802.10(49-119);Silic_transp|PF03842.12(89-173);
## 446                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Fibrinogen_C|PF00147.17(1-165);domain
## 447                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   ShK|PF01549.23(22-62);ShK|PF01549.23(99-107);
## 448                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      YL1_C|PF08265.10(121-149);
## 449                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 DUF2142|PF09913.8(12-96);PEN-2|PF10251.8(7-99);
## 450                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Prenyltrans|PF00432.20(114-157);Prenyltrans|PF00432.20(162-205);Prenyltrans|PF00432.20(210-253);Prenyltrans|PF00432.20(258-302);Prenyltrans|PF00432.20(47-61);Prenyltrans|PF00432.20(66-109);SQHop_cyclase_C|PF13243.5(183-288);SQHop_cyclase_C|PF13243.5(44-100);SQHop_cyclase_C|PF13243.5(98-200);SQHop_cyclase_N|PF13249.5(119-203);SQHop_cyclase_N|PF13249.5(197-270);SQHop_cyclase_N|PF13249.5(20-107);SQHop_cyclase_N|PF13249.5(244-309);
## 451                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Baculo_11_kDa|PF06143.10(13-52);Baculo_11_kDa|PF06143.10(237-277);Baculo_11_kDa|PF06143.10(429-451);Cadherin_C_2|PF16492.4(19-87);Cadherin_C_2|PF16492.4(239-305);DUF4448|PF14610.5(53-267);DUF5305|PF17231.1(164-281);ELFV_dehydrog_N|PF02812.17(340-396);EphA2_TM|PF14575.5(238-312);fn3|PF00041.20(153-194);fn3|PF00041.20(207-222);fn3|PF00041.20(265-304);fn3|PF00041.20(42-130);NYAP_N|PF15439.5(259-334);NYAP_N|PF15439.5(29-74);Pkinase_Tyr|PF07714.16(330-605);Pkinase|PF00069.24(330-605);Pur_ac_phosph_N|PF16656.4(147-225);Pur_ac_phosph_N|PF16656.4(256-301);Pur_ac_phosph_N|PF16656.4(43-136);RCR|PF12273.7(241-317);SusE|PF14292.5(142-224);SusE|PF14292.5(28-123);TMEM132D_C|PF15706.4(208-295);TMEM154|PF15102.5(229-330);
## 452                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                DcpS_C|PF11969.7(71-178);HIT|PF01230.22(79-177);
## 453                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Rif1_N|PF12231.7(20-366);Rif1_N|PF12231.7(677-746);
## 454                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            AAA_22|PF13401.5(71-221);DEAD|PF00270.28(62-224);HA2|PF04408.22(454-544);Helicase_C|PF00271.30(177-239);Helicase_C|PF00271.30(252-393);Helicase_C|PF00271.30(63-97);OB_NTP_bind|PF07717.15(602-679);
## 455                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GST_C_2|PF13410.5(50-165);GST_C_3|PF14497.5(58-174);GST_C_6|PF17171.3(108-173);GST_C|PF00043.24(103-170);GST_C|PF00043.24(14-97);
## 456                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      CECR6_TMEM121|PF14997.5(6-60);CECR6_TMEM121|PF14997.5(82-275);DUF2569|PF10754.8(1-118);DUF2569|PF10754.8(117-203);DUF2569|PF10754.8(170-276);zf-C2HC_2|PF13913.5(282-304);
## 457                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Longin|PF13774.5(33-115);
## 458                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Homeobox_KN|PF05920.10(149-184);Homeobox|PF00046.28(133-187);Homeobox|PF00046.28(79-105);Homez|PF11569.7(160-188);HTH_26|PF13443.5(159-187);HTH_3|PF01381.21(159-185);ORC3_N|PF07034.10(125-209);ORC3_N|PF07034.10(48-104);SIX1_SD|PF16878.4(15-125);
## 459                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             ETRAMP|PF09716.9(269-306);Yip1|PF04893.16(114-298);
## 460                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Arf|PF00025.20(8-182);Gtr1_RagA|PF04670.11(20-146);MMR_HSR1|PF01926.22(20-144);Ras|PF00071.21(20-184);Roc|PF08477.12(20-134);Zeta_toxin|PF06414.11(160-205);Zeta_toxin|PF06414.11(4-48);
## 461                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Exo_endo_phos_2|PF14529.5(146-268);Exo_endo_phos|PF03372.22(19-264);FerA|PF08165.10(153-176);FerA|PF08165.10(51-78);Phage_tail_L|PF05100.11(82-166);
## 462                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           CHGN|PF05679.15(278-775);Fringe|PF02434.15(113-324);Galactosyl_T|PF01762.20(174-281);
## 463                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                CBFD_NFYB_HMF|PF00808.22(14-76);
## 464                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                RNA_pol_Rpb6|PF01192.21(51-104);
## 465                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Aa_trans|PF01490.17(94-487);DUF4079|PF13301.5(122-339);DUF4079|PF13301.5(403-493);DUF423|PF04241.14(248-308);DUF423|PF04241.14(293-376);DUF423|PF04241.14(94-161);
## 466                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Cdc6_C|PF09079.10(116-162);Cdc6_C|PF09079.10(203-235);Cdc6_C|PF09079.10(38-77);DsrD|PF08679.10(119-162);DsrD|PF08679.10(19-79);DsrD|PF08679.10(216-250);DUF1977|PF09320.10(105-141);DUF1977|PF09320.10(166-218);HTH_45|PF14947.5(213-253);HTH_45|PF14947.5(90-153);RNA_pol_Rpc34|PF05158.11(3-312);RPA_C|PF08784.10(137-226);RPA_C|PF08784.10(218-257);RPA_C|PF08784.10(4-63);RPA_C|PF08784.10(67-136);TrmB|PF01978.18(226-251);TrmB|PF01978.18(45-80);TrmB|PF01978.18(85-156);
## 467                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            DUF4523|PF15023.5(1-77);DUF4523|PF15023.5(165-222);PHM7_cyt|PF14703.5(73-233);PHM7_cyt|PF14703.5(8-87);RRM_1|PF00076.21(162-227);RNP
## 468                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            AAA_10|PF12846.6(3-71);AAA_16|PF13191.5(3-72);AAA_17|PF13207.5(128-212);AAA_17|PF13207.5(9-36);AAA_18|PF13238.5(162-263);AAA_18|PF13238.5(7-143);AAA_19|PF13245.5(120-223);AAA_19|PF13245.5(2-46);AAA_22|PF13401.5(166-225);AAA_22|PF13401.5(3-67);AAA_24|PF13479.5(4-99);AAA_29|PF13555.5(1-24);AAA_30|PF13604.5(2-46);AAA_31|PF13614.5(10-74);AAA_31|PF13614.5(160-230);AAA_31|PF13614.5(76-138);AAA_33|PF13671.5(6-70);AAA|PF00004.28(6-71);(AAA)
## 469                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                CN_hydrolase|PF00795.21(11-262);
## 470                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Alg6_Alg8|PF03155.14(16-514);
## 471                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      C2|PF00168.29(161-273);C2|PF00168.29(707-743);HECW_N|PF16562.4(22-142);and
## 472                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   MFS_1|PF07690.15(287-513);MFS_1|PF07690.15(579-609);MFS_1|PF07690.15(73-231);
## 473                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Cadherin|PF00028.16(1-56);Cadherin|PF00028.16(182-263);Cadherin|PF00028.16(310-340);Cadherin|PF00028.16(70-162);Cas_Csm6|PF09659.9(18-62);EGF_2|PF07974.12(374-387);EGF_2|PF07974.12(410-425);EGF_2|PF07974.12(436-474);EGF_2|PF07974.12(483-520);EGF_3|PF12947.6(374-387);EGF_3|PF12947.6(403-426);EGF_3|PF12947.6(443-474);EGF_3|PF12947.6(491-517);EGF|PF00008.26(374-394);EGF|PF00008.26(410-427);EGF|PF00008.26(443-473);EGF|PF00008.26(483-519);FXa_inhibition|PF14670.5(407-436);FXa_inhibition|PF14670.5(443-475);FXa_inhibition|PF14670.5(483-517);hEGF|PF12661.6(413-424);hEGF|PF12661.6(448-469);hEGF|PF12661.6(491-511);Plasmod_Pvs28|PF06247.10(374-387);Plasmod_Pvs28|PF06247.10(407-432);Plasmod_Pvs28|PF06247.10(443-483);Plasmod_Pvs28|PF06247.10(489-518);
## 474                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             DUF2976|PF11190.7(11-61);DUF2976|PF11190.7(55-112);
## 475                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        7tm_1|PF00001.20(55-316);7TM_GPCR_Srx|PF10328.8(46-285);
## 476                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Chlorophyllase2|PF12740.6(1-158);Esterase_phd|PF10503.8(1-65);Esterase|PF00756.19(1-247);Hydrolase_4|PF12146.7(95-182);Peptidase_S9|PF00326.20(73-254);
## 477                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           rve_3|PF13683.5(182-230);rve|PF00665.25(100-211);zf-H2C2|PF09337.9(187-202);zf-H2C2|PF09337.9(46-83);
## 478                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Proteasome|PF00227.25(9-201);
## 479                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    HPP|PF04982.12(63-215);MIP|PF00230.19(26-200);ThiW|PF09512.9(182-201);ThiW|PF09512.9(8-112);
## 480                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      NdhS|PF11623.7(204-230);Phosphonate-bd|PF12974.6(208-305);Phosphonate-bd|PF12974.6(39-255);Transferrin|PF00405.16(26-348);
## 481                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Granulin|PF00396.17(123-142);Granulin|PF00396.17(135-176);Granulin|PF00396.17(16-34);Granulin|PF00396.17(221-237);Granulin|PF00396.17(238-279);Granulin|PF00396.17(316-357);Granulin|PF00396.17(35-76);Granulin|PF00396.17(390-410);Granulin|PF00396.17(409-450);Granulin|PF00396.17(471-491);Granulin|PF00396.17(490-531);Granulin|PF00396.17(555-573);Granulin|PF00396.17(572-613);Granulin|PF00396.17(633-651);Granulin|PF00396.17(650-667);
## 482                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         DUF1986|PF09342.10(105-157);Trypsin|PF00089.25(94-164);
## 483                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    PRP38|PF03371.14(148-307);Ribonuc_red_sm|PF00268.20(58-325);
## 484                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   7tm_3|PF00003.21(2-104);KCH|PF16944.4(11-90);
## 485                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Folate_rec|PF03024.13(30-211);
## 486                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 7tm_1|PF00001.20(23-380);7tm_4|PF13853.5(12-209);7tm_4|PF13853.5(315-397);7TM_GPCR_Srsx|PF10320.8(17-223);7TM_GPCR_Srsx|PF10320.8(303-395);7TM_GPCR_Srx|PF10328.8(14-225);7TM_GPCR_Srx|PF10328.8(296-378);FAM196|PF15265.5(188-339);Serpentine_r_xa|PF03383.14(164-208);Serpentine_r_xa|PF03383.14(24-149);Serpentine_r_xa|PF03383.14(343-398);
## 487                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               0
## 488                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             AA_permease_2|PF13520.5(28-444);AA_permease_2|PF13520.5(428-530);AA_permease_C|PF13906.5(187-204);AA_permease_C|PF13906.5(451-484);AA_permease_C|PF13906.5(497-534);AA_permease|PF00324.20(32-406);AA_permease|PF00324.20(431-531);
## 489                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        7tm_2|PF00002.23(313-543);Ldl_recept_a|PF00057.17(1-30);
## 490                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Pterin_4a|PF01329.18(37-130);
## 491                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          LSM|PF01423.21(11-84);
## 492                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              DUF3671|PF12420.7(315-408);DUF3671|PF12420.7(722-758);DUF3671|PF12420.7(9-180);E1-E2_ATPase|PF00122.19(139-201);E1-E2_ATPase|PF00122.19(223-430);HAD_2|PF13419.5(606-696);HAD|PF12710.6(596-688);HMA|PF00403.25(1-58);Hydrolase_3|PF08282.11(603-655);Hydrolase_3|PF08282.11(658-723);Hydrolase_6|PF13344.5(429-467);Hydrolase_6|PF13344.5(592-692);Hydrolase|PF00702.25(446-691);
## 493                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    HYR|PF02494.15(1-76);HYR|PF02494.15(77-157);
## 494                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      CUB_2|PF02408.19(400-485);CUB_2|PF02408.19(9-113);CUB|PF00431.19(1-109);CUB|PF00431.19(396-512);Hyd_WA|PF06462.11(248-277);Hyd_WA|PF06462.11(334-361);Hyd_WA|PF06462.11(377-396);Hyd_WA|PF06462.11(84-93);
## 495                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               0
## 496                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        POLO_box|PF00659.17(118-185);POLO_box|PF00659.17(20-81);
## 497                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         cEGF|PF12662.6(116-137);cEGF|PF12662.6(157-178);cEGF|PF12662.6(198-219);cEGF|PF12662.6(239-260);cEGF|PF12662.6(280-297);cEGF|PF12662.6(317-332);cEGF|PF12662.6(34-55);cEGF|PF12662.6(451-461);cEGF|PF12662.6(472-489);cEGF|PF12662.6(75-96);DUF2207|PF09972.8(477-584);EGF_2|PF07974.12(138-173);EGF_2|PF07974.12(15-50);EGF_2|PF07974.12(173-214);EGF_2|PF07974.12(214-255);EGF_2|PF07974.12(255-296);EGF_2|PF07974.12(299-331);EGF_2|PF07974.12(453-488);EGF_2|PF07974.12(50-91);EGF_2|PF07974.12(97-132);EGF_3|PF12947.6(138-173);EGF_3|PF12947.6(15-50);EGF_3|PF12947.6(179-214);EGF_3|PF12947.6(220-255);EGF_3|PF12947.6(261-296);EGF_3|PF12947.6(299-331);EGF_3|PF12947.6(455-488);EGF_3|PF12947.6(56-91);EGF_3|PF12947.6(97-132);EGF_CA|PF07645.14(12-50);EGF_CA|PF07645.14(134-173);EGF_CA|PF07645.14(175-214);EGF_CA|PF07645.14(216-255);EGF_CA|PF07645.14(257-300);EGF_CA|PF07645.14(296-335);EGF_CA|PF07645.14(451-488);EGF_CA|PF07645.14(52-91);EGF_CA|PF07645.14(93-132);EGF_MSP1_1|PF12946.6(137-174);EGF_MSP1_1|PF12946.6(14-51);EGF_MSP1_1|PF12946.6(178-215);EGF_MSP1_1|PF12946.6(219-256);EGF_MSP1_1|PF12946.6(260-297);EGF_MSP1_1|PF12946.6(454-489);EGF_MSP1_1|PF12946.6(55-92);EGF_MSP1_1|PF12946.6(96-133);EGF|PF00008.26(132-170);EGF|PF00008.26(15-47);EGF|PF00008.26(173-211);EGF|PF00008.26(214-252);EGF|PF00008.26(255-293);EGF|PF00008.26(300-330);EGF|PF00008.26(455-485);EGF|PF00008.26(50-88);EGF|PF00008.26(91-129);EphA2_TM|PF14575.5(498-574);FXa_inhibition|PF14670.5(12-56);FXa_inhibition|PF14670.5(132-179);FXa_inhibition|PF14670.5(173-220);FXa_inhibition|PF14670.5(214-261);FXa_inhibition|PF14670.5(255-296);FXa_inhibition|PF14670.5(298-335);FXa_inhibition|PF14670.5(455-492);FXa_inhibition|PF14670.5(50-97);FXa_inhibition|PF14670.5(97-138);hEGF|PF12661.6(104-125);hEGF|PF12661.6(126-141);hEGF|PF12661.6(145-166);hEGF|PF12661.6(167-180);hEGF|PF12661.6(186-207);hEGF|PF12661.6(208-221);hEGF|PF12661.6(22-43);hEGF|PF12661.6(227-248);hEGF|PF12661.6(249-262);hEGF|PF12661.6(268-289);hEGF|PF12661.6(290-301);hEGF|PF12661.6(305-322);hEGF|PF12661.6(44-57);hEGF|PF12661.6(460-481);hEGF|PF12661.6(482-489);hEGF|PF12661.6(63-84);Plasmod_Pvs28|PF06247.10(137-174);Plasmod_Pvs28|PF06247.10(14-51);Plasmod_Pvs28|PF06247.10(178-215);Plasmod_Pvs28|PF06247.10(219-256);Plasmod_Pvs28|PF06247.10(260-297);Plasmod_Pvs28|PF06247.10(299-344);Plasmod_Pvs28|PF06247.10(454-489);Plasmod_Pvs28|PF06247.10(55-92);Plasmod_Pvs28|PF06247.10(96-133);SEA|PF01390.19(336-448);SKG6|PF08693.9(498-524);stn_TNFRSF12A|PF12191.7(127-202);stn_TNFRSF12A|PF12191.7(184-246);stn_TNFRSF12A|PF12191.7(434-537);stn_TNFRSF12A|PF12191.7(58-121);
## 498                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      DUF4252|PF14060.5(47-133);
## 499                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     DCB|PF16213.4(427-604);zf-CCHC|PF00098.22(241-257);zf-CCHC|PF00098.22(276-293);zf-CCHC|PF00098.22(567-571);
## 500                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        MFS_1|PF07690.15(20-422);MFS_1|PF07690.15(423-488);NADH-u_ox-rdase|PF10785.8(144-192);NADH-u_ox-rdase|PF10785.8(337-394);NADH-u_ox-rdase|PF10785.8(412-463);NADH-u_ox-rdase|PF10785.8(5-45);Sugar_tr|PF00083.23(22-459);
## 501                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Branch|PF02485.20(199-480);
## 502                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             DUF1664|PF07889.11(99-180);Sld5|PF05916.10(42-153);
## 503                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ATG27|PF09451.9(27-259);Man-6-P_recep|PF02157.14(113-256);
## 504                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         PTPA|PF03095.14(2-197);
## 505                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Fringe|PF02434.15(203-256);Fringe|PF02434.15(365-482);Galactosyl_T|PF01762.20(331-490);Galactosyl_T|PF01762.20(82-154);
## 506                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    DUF1924|PF09086.10(54-84);DUF1924|PF09086.10(6-32);DUF1924|PF09086.10(88-152);Rpr2|PF04032.15(32-111);Rpr2|PF04032.15(5-26);
## 507                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            AIRC|PF00731.19(449-485);AIRC|PF00731.19(851-950);DEAD|PF00270.28(655-830);TUDOR|PF00567.23(10-142);
## 508                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      AAA_14|PF13173.5(196-308);AAA_14|PF13173.5(24-120);AAA_16|PF13191.5(183-240);AAA_16|PF13191.5(239-305);AAA_17|PF13207.5(202-295);AAA_17|PF13207.5(36-83);AAA_18|PF13238.5(17-96);AAA_18|PF13238.5(199-362);AAA_2|PF07724.13(194-313);AAA_22|PF13401.5(195-232);AAA_22|PF13401.5(232-314);AAA_23|PF13476.5(11-83);AAA_23|PF13476.5(180-298);AAA_24|PF13479.5(196-306);AAA_25|PF13481.5(196-236);AAA_25|PF13481.5(225-304);AAA_25|PF13481.5(28-86);AAA_28|PF13521.5(198-284);AAA_3|PF07726.10(198-234);(AAA)
## 509                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         OTU|PF02338.18(44-147);
## 510                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Peptidase_C107|PF17222.2(15-81);Profilin|PF00235.18(11-122);Robl_LC7|PF03259.16(10-98);
## 511                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 B9-C2|PF07162.10(4-164);C2|PF00168.29(5-115);DUF4219|PF13961.5(51-70);DUF4219|PF13961.5(76-85);
## 512                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Amastin|PF07344.10(107-177);Amastin|PF07344.10(4-122);CD20|PF04103.14(15-171);DUF4064|PF13273.5(10-64);DUF4064|PF13273.5(73-171);DUF5409|PF17421.1(141-174);DUF5409|PF17421.1(51-120);DUF981|PF06168.10(11-113);DUF981|PF06168.10(128-174);Oxidored_q2|PF00420.23(10-39);Oxidored_q2|PF00420.23(58-174);Tetraspannin|PF00335.19(10-145);Tetraspannin|PF00335.19(122-177);
## 513                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Peptidase_M20|PF01546.27(177-494);Peptidase_M20|PF01546.27(609-665);Peptidase_M28|PF04389.16(159-356);
## 514                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        6PF2K|PF01591.17(2-97);APS_kinase|PF01583.19(13-62);KTI12|PF08433.9(134-256);KTI12|PF08433.9(15-231);Thymidylate_kin|PF02223.16(19-195);
## 515 Adeno_E3_CR1|PF02440.14(1055-1113);Adeno_E3_CR1|PF02440.14(1431-1518);Adeno_E3_CR1|PF02440.14(2052-2093);Adeno_E3_CR1|PF02440.14(2237-2268);Adeno_E3_CR1|PF02440.14(2489-2526);Adeno_E3_CR1|PF02440.14(2572-2621);Adeno_E3_CR1|PF02440.14(2696-2734);Adeno_E3_CR1|PF02440.14(414-453);Adeno_E3_CR1|PF02440.14(608-675);Adeno_E3_CR1|PF02440.14(715-787);Adeno_E3_CR1|PF02440.14(914-1010);BiPBP_C|PF06832.11(1552-1615);BiPBP_C|PF06832.11(256-295);C2-set_2|PF08205.11(1033-1088);C2-set_2|PF08205.11(1320-1410);C2-set_2|PF08205.11(1433-1499);C2-set_2|PF08205.11(1547-1613);C2-set_2|PF08205.11(1658-1725);C2-set_2|PF08205.11(1779-1839);C2-set_2|PF08205.11(1892-1953);C2-set_2|PF08205.11(2007-2062);C2-set_2|PF08205.11(2227-2293);C2-set_2|PF08205.11(2334-2393);C2-set_2|PF08205.11(2442-2490);C2-set_2|PF08205.11(254-318);C2-set_2|PF08205.11(2542-2602);C2-set_2|PF08205.11(2665-2721);C2-set_2|PF08205.11(2758-2848);C2-set_2|PF08205.11(478-549);C2-set_2|PF08205.11(589-646);C2-set_2|PF08205.11(701-762);C2-set_2|PF08205.11(927-1007);I-set|PF07679.15(1033-1118);I-set|PF07679.15(1319-1405);I-set|PF07679.15(1431-1517);I-set|PF07679.15(1547-1624);I-set|PF07679.15(1651-1735);I-set|PF07679.15(1780-1857);I-set|PF07679.15(1891-1977);I-set|PF07679.15(2007-2090);I-set|PF07679.15(2113-2199);I-set|PF07679.15(2224-2308);I-set|PF07679.15(2331-2417);I-set|PF07679.15(2439-2525);I-set|PF07679.15(254-341);I-set|PF07679.15(2543-2627);I-set|PF07679.15(2650-2731);I-set|PF07679.15(2757-2855);I-set|PF07679.15(365-451);I-set|PF07679.15(473-562);I-set|PF07679.15(588-676);I-set|PF07679.15(699-788);I-set|PF07679.15(811-897);I-set|PF07679.15(925-1007);Ig_2|PF13895.5(1041-1120);Ig_2|PF13895.5(1322-1404);Ig_2|PF13895.5(1429-1519);Ig_2|PF13895.5(1552-1626);Ig_2|PF13895.5(1649-1735);Ig_2|PF13895.5(1772-1858);Ig_2|PF13895.5(1896-1977);Ig_2|PF13895.5(2009-2090);Ig_2|PF13895.5(2115-2195);Ig_2|PF13895.5(2224-2308);Ig_2|PF13895.5(2333-2417);Ig_2|PF13895.5(2440-2525);Ig_2|PF13895.5(2542-2627);Ig_2|PF13895.5(256-341);Ig_2|PF13895.5(2649-2731);Ig_2|PF13895.5(2758-2855);Ig_2|PF13895.5(366-451);Ig_2|PF13895.5(472-562);Ig_2|PF13895.5(588-678);Ig_2|PF13895.5(703-788);Ig_2|PF13895.5(811-897);Ig_2|PF13895.5(924-1009);Ig_3|PF13927.5(1037-1105);Ig_3|PF13927.5(1320-1392);Ig_3|PF13927.5(1432-1504);Ig_3|PF13927.5(1548-1614);Ig_3|PF13927.5(1652-1723);Ig_3|PF13927.5(1771-1844);Ig_3|PF13927.5(1895-1962);Ig_3|PF13927.5(2007-2077);Ig_3|PF13927.5(2114-2186);Ig_3|PF13927.5(2224-2295);Ig_3|PF13927.5(2331-2404);Ig_3|PF13927.5(2440-2512);Ig_3|PF13927.5(2542-2614);Ig_3|PF13927.5(256-328);Ig_3|PF13927.5(2650-2718);Ig_3|PF13927.5(2756-2842);Ig_3|PF13927.5(365-437);Ig_3|PF13927.5(472-549);Ig_3|PF13927.5(589-663);Ig_3|PF13927.5(701-775);Ig_3|PF13927.5(813-884);Ig_3|PF13927.5(925-994);ig|PF00047.24(1043-1116);ig|PF00047.24(1326-1403);ig|PF00047.24(1434-1515);ig|PF00047.24(1552-1623);ig|PF00047.24(1654-1734);ig|PF00047.24(1782-1852);ig|PF00047.24(1894-1973);ig|PF00047.24(2007-2088);ig|PF00047.24(2117-2194);ig|PF00047.24(2228-2306);ig|PF00047.24(2338-2415);ig|PF00047.24(2444-2523);ig|PF00047.24(2546-2625);ig|PF00047.24(257-339);ig|PF00047.24(2651-2729);ig|PF00047.24(2760-2853);ig|PF00047.24(369-449);ig|PF00047.24(480-560);ig|PF00047.24(592-674);ig|PF00047.24(706-786);ig|PF00047.24(816-894);ig|PF00047.24(927-1005);Izumo-Ig|PF16706.4(1067-1125);Izumo-Ig|PF16706.4(1360-1406);Izumo-Ig|PF16706.4(1453-1522);Izumo-Ig|PF16706.4(1669-1735);Izumo-Ig|PF16706.4(1808-1859);Izumo-Ig|PF16706.4(1939-1975);Izumo-Ig|PF16706.4(2044-2092);Izumo-Ig|PF16706.4(2151-2201);Izumo-Ig|PF16706.4(2261-2313);Izumo-Ig|PF16706.4(2478-2525);Izumo-Ig|PF16706.4(2573-2632);Izumo-Ig|PF16706.4(2677-2732);Izumo-Ig|PF16706.4(739-788);Izumo-Ig|PF16706.4(856-899);Izumo-Ig|PF16706.4(967-1013);PLAC|PF08686.10(2989-3019);Receptor_2B4|PF11465.7(1343-1405);Receptor_2B4|PF11465.7(1817-1856);Receptor_2B4|PF11465.7(2488-2517);Receptor_2B4|PF11465.7(2693-2728);Receptor_2B4|PF11465.7(282-339);Receptor_2B4|PF11465.7(727-789);Receptor_2B4|PF11465.7(842-899);TSP_1|PF00090.18(151-203);TSP_1|PF00090.18(2927-2984);TSP_1|PF00090.18(89-144);V-set|PF07686.16(1039-1119);V-set|PF07686.16(1333-1405);V-set|PF07686.16(1434-1519);V-set|PF07686.16(1556-1611);V-set|PF07686.16(1656-1734);V-set|PF07686.16(1792-1857);V-set|PF07686.16(1933-1977);V-set|PF07686.16(2008-2091);V-set|PF07686.16(2159-2199);V-set|PF07686.16(2229-2260);V-set|PF07686.16(2268-2308);V-set|PF07686.16(2370-2418);V-set|PF07686.16(2446-2525);V-set|PF07686.16(2545-2594);V-set|PF07686.16(257-342);V-set|PF07686.16(2591-2627);V-set|PF07686.16(2681-2732);V-set|PF07686.16(2759-2845);V-set|PF07686.16(409-451);V-set|PF07686.16(522-562);V-set|PF07686.16(594-636);V-set|PF07686.16(630-678);V-set|PF07686.16(691-789);V-set|PF07686.16(823-898);V-set|PF07686.16(928-966);V-set|PF07686.16(969-1008);
## 516                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Myosin_head|PF00063.20(82-162);Myosin_N|PF02736.18(29-68);
## 517                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Prenyltrans|PF00432.20(107-150);Prenyltrans|PF00432.20(160-203);Prenyltrans|PF00432.20(209-250);Prenyltrans|PF00432.20(255-299);Prenyltrans|PF00432.20(317-361);SQHop_cyclase_C|PF13243.5(137-233);SQHop_cyclase_C|PF13243.5(239-300);SQHop_cyclase_C|PF13243.5(63-130);SQHop_cyclase_N|PF13249.5(141-206);SQHop_cyclase_N|PF13249.5(163-276);SQHop_cyclase_N|PF13249.5(63-153);
## 518                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     CRAL_TRIO_2|PF13716.5(169-301);HpcH_HpaI|PF03328.13(150-280);PfkB|PF00294.23(2-52);PfkB|PF00294.23(58-258);Phos_pyr_kin|PF08543.11(90-271);
## 519                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           DUF2530|PF10745.8(184-222);DUF2530|PF10745.8(22-89);MIG-14_Wnt-bd|PF06664.11(173-238);MIG-14_Wnt-bd|PF06664.11(27-158);Myelin_PLP|PF01275.18(14-231);
## 520                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           APH|PF01636.22(121-166);APH|PF01636.22(23-134);FTA2|PF13095.5(102-162);FTA2|PF13095.5(3-87);Haspin_kinase|PF12330.7(44-179);Kdo|PF06293.13(39-177);Kinase-like|PF14531.5(107-226);Kinase-like|PF14531.5(49-92);Pkinase_Tyr|PF07714.16(18-299);Pkinase|PF00069.24(18-300);Pox_ser-thr_kin|PF05445.10(120-168);RIO1|PF01163.21(28-170);YrbL-PhoP_reg|PF10707.8(87-167);
## 521                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    DHFR_1|PF00186.18(38-146);RibD_C|PF01872.16(1-81);RibD_C|PF01872.16(84-164);
## 522                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ACC_central|PF08326.11(710-793);ATP-grasp_3|PF02655.13(263-414);ATP-grasp_3|PF02655.13(613-682);ATP-grasp|PF02222.21(258-412);ATPgrasp_Ter|PF15632.5(267-453);operon
## 523                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Acetyltransf_1|PF00583.24(58-176);Acetyltransf_10|PF13673.6(56-186);Acetyltransf_7|PF13508.6(87-178);AstA|PF04958.11(110-147);AstA|PF04958.11(73-115);NMT|PF01233.18(58-169);
## 524                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        AA_permease_2|PF13520.5(38-182);AA_permease|PF00324.20(44-175);Aa_trans|PF01490.17(36-174);DUF2207|PF09972.8(1-210);DUF3021|PF11457.7(34-146);DUF5413|PF17434.1(45-130);
## 525                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Astacin|PF01400.23(167-230);Astacin|PF01400.23(268-296);DUF4953|PF16313.4(273-296);DUF4953|PF16313.4(30-111);Hemopexin|PF00045.18(331-378);Hemopexin|PF00045.18(380-428);Hemopexin|PF00045.18(430-476);Hemopexin|PF00045.18(481-521);Metallopep|PF12044.7(276-336);Peptidase_M10|PF00413.23(168-325);Peptidase_M57|PF12388.7(157-298);Peptidase_M57|PF12388.7(293-324);Peptidase_M66|PF10462.8(263-313);PG_binding_1|PF01471.17(35-134);Reprolysin_2|PF13574.5(252-341);Reprolysin_3|PF13582.5(183-293);Reprolysin_3|PF13582.5(61-99);Reprolysin_4|PF13583.5(262-345);Reprolysin_5|PF13688.5(235-336);Reprolysin_5|PF13688.5(47-103);
## 526                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          MtrC|PF04211.12(1-97);
## 527                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             AA_permease_2|PF13520.5(28-444);AA_permease_2|PF13520.5(431-535);AA_permease_C|PF13906.5(187-203);AA_permease_C|PF13906.5(451-484);AA_permease_C|PF13906.5(497-539);AA_permease|PF00324.20(32-406);AA_permease|PF00324.20(431-539);
## 528                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                BTB|PF00651.30(764-853);BTB|PF00651.30(912-946);
## 529                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                DUF4635|PF15466.5(134-206);DUF4635|PF15466.5(305-382);ERAP1_C|PF11838.7(41-356);
## 530                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     DZR|PF12773.6(4-105);Prok-RING_4|PF14447.5(15-38);Prok-RING_4|PF14447.5(60-108);zf-C3HC4_2|PF13923.5(59-98);zf-C3HC4_3|PF13920.5(11-41);zf-C3HC4_3|PF13920.5(56-105);zf-FPG_IleRS|PF06827.13(1-17);zf-FPG_IleRS|PF06827.13(57-64);zf-FPG_IleRS|PF06827.13(74-86);zf-FPG_IleRS|PF06827.13(92-107);zf-P11|PF03854.13(58-106);zf-RING_10|PF16685.4(58-106);zf-RING_10|PF16685.4(8-47);zf-RING_2|PF13639.5(5-36);zf-RING_2|PF13639.5(58-99);zf-RING_4|PF14570.5(58-103);zf-RING_5|PF14634.5(14-65);zf-RING_5|PF14634.5(59-100);
## 531                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               7TM-7TMR_HD|PF07698.10(1-96);DUF2053|PF09767.8(56-113);EamA|PF00892.19(3-70);EamA|PF00892.19(72-104);TPT|PF03151.15(1-114);UAA|PF08449.10(2-102);
## 532                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   DUF489|PF04356.11(9-124);Fib_alpha|PF08702.9(21-126);Laminin_II|PF06009.11(31-123);NPV_P10|PF05531.11(23-127);Snapin_Pallidin|PF14712.5(21-108);XhlA|PF10779.8(27-71);XhlA|PF10779.8(77-123);
## 533                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  CrgA|PF06781.11(158-221);CrgA|PF06781.11(9-37);EMP24_GP25L|PF01105.23(39-217);
## 534                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               DUF4486|PF14858.5(1-430);fn3|PF00041.20(687-781);
## 535                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         DUF2201_N|PF13203.5(90-221);FERM_f0|PF16511.4(7-70);FHA|PF00498.25(352-420);RA|PF00788.22(1-91);RA|PF00788.22(188-287);Yop-YscD_cpl|PF16697.4(335-428);
## 536                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ATP-grasp_3|PF02655.13(96-269);ATP-grasp_5|PF13549.5(65-102);ATP-grasp_5|PF13549.5(91-138);ATP-grasp|PF02222.21(101-265);ATPgrasp_Ter|PF15632.5(12-167);operon
## 537                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      FPP|PF05911.10(1078-1287);FPP|PF05911.10(1277-1453);FPP|PF05911.10(1440-1601);FPP|PF05911.10(563-795);FPP|PF05911.10(764-965);FPP|PF05911.10(975-1107);Homeobox|PF00046.28(1120-1136);Homeobox|PF00046.28(1137-1175);Homeobox|PF00046.28(1199-1240);Kinesin|PF00225.22(574-723);Kinesin|PF00225.22(66-508);Kinesin|PF00225.22(818-934);Mce4_CUP1|PF11887.7(1308-1385);Mce4_CUP1|PF11887.7(1397-1454);Mce4_CUP1|PF11887.7(728-801);Mce4_CUP1|PF11887.7(918-961);Microtub_bd|PF16796.4(1003-1195);Microtub_bd|PF16796.4(193-314);Microtub_bd|PF16796.4(57-213);Microtub_bd|PF16796.4(630-767);Microtub_bd|PF16796.4(798-862);Microtub_bd|PF16796.4(885-955);
## 538                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      DUF1430|PF07242.10(109-184);DUF1430|PF07242.10(28-82);DUF846|PF05832.11(31-171);Phage_holin_3_6|PF07332.10(109-189);Phage_holin_3_6|PF07332.10(22-92);UNC-50|PF05216.12(116-172);UNC-50|PF05216.12(14-97);
## 539                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             7tm_1|PF00001.20(66-322);7TM_GPCR_Srd|PF10317.8(52-324);7TM_GPCR_Srv|PF10323.8(85-339);7TM_GPCR_Srw|PF10324.8(54-338);Baculo_11_kDa|PF06143.10(246-306);DUF898|PF05987.12(95-314);GWT1|PF06423.11(199-370);GWT1|PF06423.11(37-130);TctB|PF07331.10(24-107);TctB|PF07331.10(85-311);
## 540                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                DUF1672|PF07901.10(210-281);Methyltransf_11|PF08241.11(44-150);Methyltransf_12|PF08242.11(44-148);Methyltransf_23|PF13489.5(24-199);Methyltransf_25|PF13649.5(238-280);Methyltransf_25|PF13649.5(43-146);Methyltransf_29|PF03141.15(16-178);Methyltransf_31|PF13847.5(236-271);Methyltransf_31|PF13847.5(37-228);Methyltransf_5|PF01795.18(129-157);Methyltransf_5|PF01795.18(22-102);Methyltransf_5|PF01795.18(235-279);Methyltransf_9|PF08003.10(31-155);Methyltransf_PK|PF05891.11(27-158);MetW|PF07021.11(28-173);MTS|PF05175.13(12-160);MTS|PF05175.13(237-275);PrmA|PF06325.12(29-123);Ubie_methyltran|PF01209.17(29-186);
## 541                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               PX|PF00787.23(22-73);PX|PF00787.23(68-161);SOGA|PF11365.7(41-99);
## 542                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             HCV_NS5a|PF01506.18(100-111);anchor
## 543                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    DUF1295|PF06966.11(28-257);ICMT|PF04140.13(106-133);ICMT|PF04140.13(167-231);ICMT|PF04140.13(205-240);PEMT|PF04191.12(141-238);PEMT|PF04191.12(23-55);PEMT|PF04191.12(63-90);Steroid_dh|PF02544.15(105-265);
## 544                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      CHGN|PF05679.15(400-685);DUF4296|PF14129.5(223-280);Glyco_transf_7C|PF02709.13(604-682);PA14|PF07691.11(163-279);PA14|PF07691.11(361-431);
## 545                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Pre-SET|PF05033.15(111-169);
## 546                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 CAF1|PF04857.19(4-378);RNA_bind|PF08675.10(446-510);RNA_bind|PF08675.10(63-92);
## 547                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Lysis_col|PF02402.15(36-79);Malectin|PF11721.7(59-217);
## 548                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ANAPC4_WD40|PF12894.6(191-245);ANAPC4_WD40|PF12894.6(232-315);ANAPC4_WD40|PF12894.6(4-69);ANAPC4_WD40|PF12894.6(64-159);WD40|PF00400.31(141-196);WD40|PF00400.31(205-247);WD40|PF00400.31(255-293);WD40|PF00400.31(48-88);WD40|PF00400.31(5-42);WD40|PF00400.31(95-132);
## 549                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 AAA_30|PF13604.5(131-213);AAA_30|PF13604.5(5-89);Herpes_Helicase|PF02689.13(199-269);PIF1|PF05970.13(1-74);PIF1|PF05970.13(62-181);UvrD_C_2|PF13538.5(222-266);
## 550                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           DUF5389|PF17364.1(114-192);DUF5389|PF17364.1(182-222);ECF_trnsprt|PF12822.6(14-80);ECF_trnsprt|PF12822.6(177-236);ECF_trnsprt|PF12822.6(96-221);ECF-ribofla_trS|PF07155.11(34-86);ECF-ribofla_trS|PF07155.11(87-208);Far-17a_AIG1|PF04750.13(10-229);
## 551                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Cadherin_3|PF16184.4(1-71);Cadherin_3|PF16184.4(100-204);Cadherin_3|PF16184.4(210-313);Cadherin_3|PF16184.4(317-409);Cadherin_3|PF16184.4(423-505);Cadherin_3|PF16184.4(525-597);Cadherin|PF00028.16(125-221);Cadherin|PF00028.16(18-111);Cadherin|PF00028.16(236-328);Cadherin|PF00028.16(342-433);Cadherin|PF00028.16(447-536);Cadherin|PF00028.16(550-614);DUF3364|PF11844.7(1-24);DUF3364|PF11844.7(108-136);NAGLU_N|PF12971.6(361-401);NAGLU_N|PF12971.6(40-78);
## 552                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              MutS_I|PF01624.19(393-508);MutS_II|PF05188.16(520-688);MutS_III|PF05192.17(721-1049);MutS_IV|PF05190.17(776-820);MutS_IV|PF05190.17(917-1009);MutS_V|PF00488.20(1123-1321);MutS_V|PF00488.20(761-802);PWWP|PF00855.16(54-141);Ribonuc_red_lgN|PF00317.20(462-529);
## 553                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                DUF788|PF05620.10(11-161);ocr|PF08684.9(37-111);
## 554                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Folate_rec|PF03024.13(26-197);Phage_base_V|PF04717.11(11-64);
## 555                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        RPE65|PF03055.14(1-438);
## 556                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  CLIP1_ZNF|PF16641.4(112-118);CLIP1_ZNF|PF16641.4(6-19);TatD_DNase|PF01026.20(50-312);zf-CCHC|PF00098.22(4-21);
## 557                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Las1|PF04031.12(15-157);P53_tetramer|PF07710.10(325-346);RBD-FIP|PF09457.9(269-302);
## 558                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 PAP2|PF01569.20(23-73);PAP2|PF01569.20(76-136);
## 559                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Acetyltransf_2|PF00797.16(28-277);
## 560                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         DUF1700|PF08006.10(129-193);DUF1700|PF08006.10(255-316);EMP24_GP25L|PF01105.23(212-324);EMP24_GP25L|PF01105.23(25-199);
## 561                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Pex2_Pex12|PF04757.13(26-255);zf-C3HC4_2|PF13923.5(290-329);zf-C3HC4_3|PF13920.5(287-334);zf-C3HC4_4|PF15227.5(291-329);zf-C3HC4|PF00097.24(291-328);zf-rbx1|PF12678.6(286-330);zf-RING_2|PF13639.5(289-330);zf-RING_5|PF14634.5(279-296);zf-RING_5|PF14634.5(290-333);zf-RING_UBOX|PF13445.5(291-329);
## 562                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    NIF|PF03031.17(2-53);NIF|PF03031.17(70-239);
## 563                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      DDE_Tnp_1_7|PF13843.5(44-420);DDE_Tnp_1|PF01609.20(178-372);DDE_Tnp_1|PF01609.20(293-452);
## 564                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        PHO4|PF01384.19(76-169);
## 565                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        TRAPP|PF04051.15(5-152);
## 566                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A_deaminase_N|PF08451.10(4-111);
## 567                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Cornichon|PF03311.13(31-138);EGF_2|PF07974.12(296-311);EGF_2|PF07974.12(482-508);EGF_2|PF07974.12(629-664);VWD|PF00094.24(128-262);
## 568                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GST_C_2|PF13410.5(210-281);GST_C_3|PF14497.5(183-292);GST_C_6|PF17171.3(221-284);GST_C|PF00043.24(162-288);GST_N_2|PF13409.5(50-166);GST_N_3|PF13417.5(103-169);GST_N_3|PF13417.5(45-86);
## 569                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               AAA_11|PF13086.5(2392-2609);AAA_11|PF13086.5(878-991);AAA_11|PF13086.5(987-1067);AAA_12|PF13087.5(1074-1287);AAA_12|PF13087.5(2618-2737);AAA_12|PF13087.5(2731-2797);AAA_16|PF13191.5(2396-2523);AAA_16|PF13191.5(881-962);AAA_18|PF13238.5(2053-2164);AAA_18|PF13238.5(2419-2478);AAA_18|PF13238.5(902-963);AAA_19|PF13245.5(1264-1293);AAA_19|PF13245.5(1405-1573);AAA_19|PF13245.5(2406-2530);AAA_19|PF13245.5(888-1065);AAA_22|PF13401.5(2411-2505);AAA_22|PF13401.5(899-1036);AAA_30|PF13604.5(1265-1306);AAA_30|PF13604.5(2400-2462);AAA_30|PF13604.5(878-1111);AAA_33|PF13671.5(2418-2474);AAA_33|PF13671.5(902-968);ABC_tran|PF00005.26(1898-1976);ABC_tran|PF00005.26(2405-2512);ABC_tran|PF00005.26(900-992);ATPase_2|PF01637.17(2401-2449);ATPase_2|PF01637.17(882-1036);FtsK_SpoIIIE|PF01580.17(2389-2589);FtsK_SpoIIIE|PF01580.17(863-950);NACHT|PF05729.11(2416-2645);NACHT|PF05729.11(900-969);PhoH|PF02562.15(2398-2460);PhoH|PF02562.15(540-626);PhoH|PF02562.15(877-1114);ResIII|PF04851.14(2369-2503);ResIII|PF04851.14(876-1035);RNB|PF00773.18(1769-1940);RNB|PF00773.18(1928-2010);RNB|PF00773.18(2311-2367);UvrD_C_2|PF13538.5(1222-1283);
## 570                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  AAA_3|PF07726.10(47-188);(AAA)
## 571                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Alginate_lyase2|PF08787.10(129-277);C2-set_2|PF08205.11(103-171);C2-set_2|PF08205.11(18-84);DUF2369|PF10179.8(238-281);fn3|PF00041.20(191-272);fn3|PF00041.20(50-81);I-set|PF07679.15(101-186);I-set|PF07679.15(213-244);I-set|PF07679.15(23-97);Ig_2|PF13895.5(100-186);Ig_2|PF13895.5(19-97);Ig_3|PF13927.5(100-173);Ig_3|PF13927.5(21-84);Ig_4|PF16680.4(117-187);Ig_4|PF16680.4(34-100);ig|PF00047.24(107-184);ig|PF00047.24(23-95);Pur_ac_phosph_N|PF16656.4(127-188);Pur_ac_phosph_N|PF16656.4(193-277);V-set|PF07686.16(106-154);V-set|PF07686.16(142-186);V-set|PF07686.16(25-57);V-set|PF07686.16(60-95);
## 572                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        AXE1|PF05448.11(88-174);
## 573                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Asp|PF00026.22(46-155);
## 574                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           LSM|PF01423.21(8-82);
## 575                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 AhpC-TSA|PF00578.20(23-159);GSHPx|PF00255.18(27-135);Redoxin|PF08534.9(19-119);
## 576                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       HORMA|PF02301.17(20-171);NinE|PF05322.10(13-30);NinE|PF05322.10(136-161);
## 577                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    NIF|PF03031.17(2-53);NIF|PF03031.17(70-239);
## 578                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    CMAS|PF02353.19(156-298);DOT1|PF08123.12(163-243);DOT1|PF08123.12(311-338);DREV|PF05219.11(159-300);G3P_acyltransf|PF02660.14(271-342);GidB|PF02527.14(141-289);Methyltransf_11|PF08241.11(178-276);Methyltransf_11|PF08241.11(308-348);Methyltransf_12|PF08242.11(178-274);Methyltransf_18|PF12847.6(164-247);Methyltransf_2|PF00891.17(115-302);Methyltransf_2|PF00891.17(325-342);Methyltransf_23|PF13489.5(149-341);Methyltransf_25|PF13649.5(177-272);Methyltransf_25|PF13649.5(309-344);Methyltransf_31|PF13847.5(171-340);Methyltransf_32|PF13679.5(150-264);Methyltransf_33|PF10017.8(138-235);Methyltransf_4|PF02390.16(173-245);MTS|PF05175.13(156-292);PCMT|PF01135.18(162-285);PrmA|PF06325.12(161-278);Rrf2|PF02082.19(39-83);TehB|PF03848.13(155-271);Ubie_methyltran|PF01209.17(134-310);Ubie_methyltran|PF01209.17(322-347);
## 579                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        CBFD_NFYB_HMF|PF00808.22(25-90);CBFD_NFYB_HMF|PF00808.22(8-22);Histone_H2A_C|PF16211.4(94-127);Histone|PF00125.23(5-93);
## 580                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              MOSC_N|PF03476.15(8-126);MOSC|PF03473.16(157-289);
## 581                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Fer2|PF00111.26(20-103);
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Gene_ontology_.GO.
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             COPII_vesicle_coat_[GO:0030127];COPII-coated_ER_to_Golgi_transport_vesicle_[GO:0030134];endoplasmic_reticulum_membrane_[GO:0005789];protein_transport_[GO:0015031];vesicle-mediated_transport_[GO:0016192]
## 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  basement_membrane_[GO:0005604];cell_cortex_[GO:0005938];cell_junction_[GO:0030054];cleavage_furrow_[GO:0032154];extracellular_region_[GO:0005576];calcium_ion_binding_[GO:0005509];cell_cycle_[GO:0007049];cell_division_[GO:0051301]
## 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       extracellular_region_[GO:0005576];metal_ion_binding_[GO:0046872];serine-type_endopeptidase_activity_[GO:0004252]
## 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                extracellular_region_[GO:0005576];membrane_[GO:0016020]
## 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 cytoplasm_[GO:0005737];ATP_binding_[GO:0005524];cellular_response_to_cytokine_stimulus_[GO:0071345];dendritic_cell_migration_[GO:0036336];negative_regulation_of_cytokine_secretion_[GO:0050710];negative_regulation_of_ERK1_and_ERK2_cascade_[GO:0070373];negative_regulation_of_I-kappaB_kinase/NF-kappaB_signaling_[GO:0043124];negative_regulation_of_inflammatory_response_[GO:0050728];negative_regulation_of_interleukin-1_secretion_[GO:0050711];negative_regulation_of_interleukin-6_biosynthetic_process_[GO:0045409];negative_regulation_of_NF-kappaB_transcription_factor_activity_[GO:0032088];negative_regulation_of_NIK/NF-kappaB_signaling_[GO:1901223];negative_regulation_of_protein_autophosphorylation_[GO:0031953];negative_regulation_of_signal_transduction_[GO:0009968];negative_regulation_of_Toll_signaling_pathway_[GO:0045751];positive_regulation_of_MHC_class_I_biosynthetic_process_[GO:0045345];regulation_of_cysteine-type_endopeptidase_activity_involved_in_apoptotic_process_[GO:0043281];regulation_of_I-kappaB_kinase/NF-kappaB_signaling_[GO:0043122];release_of_cytoplasmic_sequestered_NF-kappaB_[GO:0008588]
## 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            integral_component_of_membrane_[GO:0016021];kidney_development_[GO:0001822]
## 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  mitochondrion_[GO:0005739];nucleus_[GO:0005634];single-stranded_DNA_binding_[GO:0003697];double-strand_break_repair_via_homologous_recombination_[GO:0000724];meiotic_cell_cycle_[GO:0051321];regulation_of_transcription,_DNA-templated_[GO:0006355]
## 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];vesicle_[GO:0031982];structural_constituent_of_eye_lens_[GO:0005212];camera-type_eye_development_[GO:0043010];lens_development_in_camera-type_eye_[GO:0002088]
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 integral_component_of_membrane_[GO:0016021];amino_acid_transmembrane_transporter_activity_[GO:0015171];amino_acid_transmembrane_transport_[GO:0003333]
## 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           cell_[GO:0005623];riboflavin_binding_[GO:1902444];riboflavin_transmembrane_transporter_activity_[GO:0032217];negative_regulation_of_sensory_perception_of_bitter_taste_[GO:1904661];negative_regulation_of_sensory_perception_of_sweet_taste_[GO:1904657];riboflavin_transport_[GO:0032218]
## 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     integral_component_of_membrane_[GO:0016021];vacuolar_membrane_[GO:0005774];cation_transmembrane_transporter_activity_[GO:0008324]
## 12                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               extracellular_region_[GO:0005576];membrane_[GO:0016020]
## 13                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               extracellular_region_[GO:0005576];membrane_[GO:0016020]
## 14                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   nucleus_[GO:0005634];Shu_complex_[GO:0097196];zinc_ion_binding_[GO:0008270];double-strand_break_repair_via_homologous_recombination_[GO:0000724];protein_stabilization_[GO:0050821]
## 15                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          lysosome_[GO:0005764];beta-glucuronidase_activity_[GO:0004566];hydrolase_activity,_hydrolyzing_O-glycosyl_compounds_[GO:0004553];carbohydrate_metabolic_process_[GO:0005975]
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                nucleosome_[GO:0000786];nucleus_[GO:0005634];DNA_binding_[GO:0003677];protein_heterodimerization_activity_[GO:0046982]
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         cytoplasm_[GO:0005737];nucleoplasm_[GO:0005654];DNA_binding_[GO:0003677];protein_dimerization_activity_[GO:0046983];RNA_polymerase_II_transcription_factor_activity,_sequence-specific_DNA_binding_[GO:0000981];zinc_ion_binding_[GO:0008270]
## 18                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    cytoplasmic_vesicle_[GO:0031410];cytosol_[GO:0005829];Golgi_apparatus_[GO:0005794];Golgi_cisterna_membrane_[GO:0032580];intracellular_membrane-bounded_organelle_[GO:0043231];nucleoplasm_[GO:0005654];plasma_membrane_[GO:0005886];trans-Golgi_network_[GO:0005802];GTPase_activator_activity_[GO:0005096];metal_ion_binding_[GO:0046872];phosphatidylinositol-3,4,5-trisphosphate_binding_[GO:0005547];type_1_angiotensin_receptor_binding_[GO:0031702];actin_filament_reorganization_involved_in_cell_cycle_[GO:0030037];negative_regulation_of_stress_fiber_assembly_[GO:0051497];positive_regulation_of_epidermal_growth_factor_receptor_signaling_pathway_[GO:0045742];positive_regulation_of_filopodium_assembly_[GO:0051491];positive_regulation_of_GTPase_activity_[GO:0043547];positive_regulation_of_receptor_recycling_[GO:0001921];regulation_of_cell_shape_[GO:0008360];regulation_of_cellular_component_movement_[GO:0051270];regulation_of_small_GTPase_mediated_signal_transduction_[GO:0051056];signal_transduction_[GO:0007165]
## 19                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         integral_component_of_mitochondrial_membrane_[GO:0032592];mitochondrial_crista_[GO:0030061];mitochondrial_inner_membrane_[GO:0005743];mitochondrion_[GO:0005739];plasma_membrane_[GO:0005886];sarcolemma_[GO:0042383];calcium:sodium_antiporter_activity_[GO:0005432];calcium:sodium_antiporter_activity_involved_in_regulation_of_cardiac_muscle_cell_membrane_potential_[GO:0086038];protein_homodimerization_activity_[GO:0042803];calcium_ion_transmembrane_transport_[GO:0070588];glucose_homeostasis_[GO:0042593];mitochondrial_calcium_ion_homeostasis_[GO:0051560];mitochondrial_calcium_ion_transmembrane_transport_[GO:0006851];mitochondrial_calcium_release_[GO:0099093];regulation_of_cardiac_muscle_cell_membrane_potential_[GO:0086036];regulation_of_cytosolic_calcium_ion_concentration_[GO:0051480];regulation_of_insulin_secretion_[GO:0050796];regulation_of_lymphocyte_chemotaxis_[GO:1901623];regulation_of_store-operated_calcium_entry_[GO:2001256];response_to_stimulus_[GO:0050896];sodium_ion_transmembrane_transport_[GO:0035725]
## 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               basement_membrane_[GO:0005604];cell_cortex_[GO:0005938];cell_junction_[GO:0030054];cleavage_furrow_[GO:0032154];extracellular_exosome_[GO:0070062];calcium_ion_binding_[GO:0005509];cell_cycle_[GO:0007049];cell_division_[GO:0051301];response_to_stimulus_[GO:0050896];visual_perception_[GO:0007601]
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        RNA_polymerase_II_regulatory_region_sequence-specific_DNA_binding_[GO:0000977]
## 22                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            extracellular_matrix_[GO:0031012];metalloendopeptidase_activity_[GO:0004222];zinc_ion_binding_[GO:0008270]
## 23                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    dTDP-glucose_4,6-dehydratase_activity_[GO:0008460]
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         basal_lamina_[GO:0005605];basement_membrane_[GO:0005604];cell_junction_[GO:0030054];cell_surface_[GO:0009986];cytosol_[GO:0005829];extracellular_matrix_[GO:0031012];extracellular_region_[GO:0005576];extracellular_space_[GO:0005615];Golgi_lumen_[GO:0005796];integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];synapse_[GO:0045202];synaptic_cleft_[GO:0043083];acetylcholine_receptor_regulator_activity_[GO:0030548];ATPase_inhibitor_activity_[GO:0042030];calcium_ion_binding_[GO:0005509];chondroitin_sulfate_binding_[GO:0035374];dystroglycan_binding_[GO:0002162];heparan_sulfate_proteoglycan_binding_[GO:0043395];ion_channel_binding_[GO:0044325];sialic_acid_binding_[GO:0033691];cell_differentiation_[GO:0030154];chemical_synaptic_transmission_[GO:0007268];multicellular_organism_development_[GO:0007275];negative_regulation_of_sodium_ion_export_across_plasma_membrane_[GO:1903277];negative_regulation_of_sodium:potassium-exchanging_ATPase_activity_[GO:1903407];neuromuscular_junction_development_[GO:0007528];neurotransmitter_receptor_metabolic_process_[GO:0045213];plasma_membrane_organization_[GO:0007009];positive_regulation_of_filopodium_assembly_[GO:0051491];positive_regulation_of_GTPase_activity_[GO:0043547];positive_regulation_of_neuron_apoptotic_process_[GO:0043525];positive_regulation_of_protein_binding_[GO:0032092];positive_regulation_of_protein_geranylgeranylation_[GO:2000541];positive_regulation_of_protein_phosphorylation_[GO:0001934];positive_regulation_of_protein_tyrosine_kinase_activity_[GO:0061098];positive_regulation_of_synaptic_growth_at_neuromuscular_junction_[GO:0045887];positive_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0045944];receptor_clustering_[GO:0043113];regulation_of_cardiac_muscle_cell_membrane_potential_[GO:0086036];regulation_of_cardiac_muscle_contraction_[GO:0055117];regulation_of_GTPase_activity_[GO:0043087];regulation_of_synaptic_growth_at_neuromuscular_junction_[GO:0008582]
## 25                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           centrosome_[GO:0005813];cytosol_[GO:0005829];nucleolus_[GO:0005730];nucleoplasm_[GO:0005654];tRNA-intron_endonuclease_complex_[GO:0000214];lyase_activity_[GO:0016829];tRNA-intron_endonuclease_activity_[GO:0000213];mRNA_processing_[GO:0006397];tRNA_splicing,_via_endonucleolytic_cleavage_and_ligation_[GO:0006388];tRNA-type_intron_splice_site_recognition_and_cleavage_[GO:0000379]
## 26                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       nucleus_[GO:0005634];metal_ion_binding_[GO:0046872];meiotic_cell_cycle_[GO:0051321];negative_regulation_of_meiotic_nuclear_division_[GO:0045835];negative_regulation_of_protein_catabolic_process_[GO:0042177];negative_regulation_of_ubiquitin-protein_ligase_activity_involved_in_mitotic_cell_cycle_[GO:0051436];protein_ubiquitination_[GO:0016567];regulation_of_meiotic_nuclear_division_[GO:0040020];regulation_of_mitotic_nuclear_division_[GO:0007088]
## 27                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     centrosome_[GO:0005813];ciliary_basal_body_[GO:0036064];cytoplasm_[GO:0005737];cilium_organization_[GO:0044782];determination_of_left/right_symmetry_[GO:0007368]
## 28                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               metal_ion_binding_[GO:0046872];P-element_binding_[GO:0003693];transferase_activity_[GO:0016740];transposase_activity_[GO:0004803];DNA_integration_[GO:0015074];transposition,_DNA-mediated_[GO:0006313]
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      BRCA2-MAGE-D1_complex_[GO:0033593];centrosome_[GO:0005813];nucleus_[GO:0005634];protein_complex_[GO:0043234];secretory_granule_[GO:0030141];gamma-tubulin_binding_[GO:0043015];single-stranded_DNA_binding_[GO:0003697];centrosome_duplication_[GO:0051298];cytokinesis_[GO:0000910];double-strand_break_repair_[GO:0006302];double-strand_break_repair_via_homologous_recombination_[GO:0000724];negative_regulation_of_mammary_gland_epithelial_cell_proliferation_[GO:0033600];nucleotide-excision_repair_[GO:0006289];positive_regulation_of_transcription,_DNA-templated_[GO:0045893];regulation_of_cell_proliferation_[GO:0042127];regulation_of_transcription,_DNA-templated_[GO:0006355]
## 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             nuclear_chromatin_[GO:0000790];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];protein_heterodimerization_activity_[GO:0046982];protein_homodimerization_activity_[GO:0042803];branching_morphogenesis_of_an_epithelial_tube_[GO:0048754];cell_cycle_phase_transition_[GO:0044770];cell_division_[GO:0051301];cellular_response_to_bleomycin_[GO:1904976];cellular_response_to_cisplatin_[GO:0072719];cellular_response_to_DNA_damage_stimulus_[GO:0006974];cellular_response_to_hydroxyurea_[GO:0072711];circadian_rhythm_[GO:0007623];detection_of_abiotic_stimulus_[GO:0009582];DNA_replication_[GO:0006260];lung_development_[GO:0030324];morphogenesis_of_an_epithelium_[GO:0002009];negative_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0000122];negative_regulation_of_transcription,_DNA-templated_[GO:0045892];positive_regulation_of_double-strand_break_repair_[GO:2000781];regulation_of_circadian_rhythm_[GO:0042752];response_to_abiotic_stimulus_[GO:0009628];transcription,_DNA-templated_[GO:0006351]
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           extracellular_region_[GO:0005576];calcium_ion_binding_[GO:0005509];collagen_binding_[GO:0005518];metalloendopeptidase_activity_[GO:0004222];zinc_ion_binding_[GO:0008270];cell_differentiation_[GO:0030154];multicellular_organism_development_[GO:0007275]
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         axon_[GO:0030424];cell_cortex_[GO:0005938];cell_junction_[GO:0030054];cytoplasm_[GO:0005737];integral_component_of_membrane_[GO:0016021];intrinsic_component_of_membrane_[GO:0031224];phagocytic_cup_[GO:0001891];phagocytic_vesicle_[GO:0045335];plasma_membrane_[GO:0005886];postsynapse_[GO:0098794];postsynaptic_membrane_[GO:0045211];phosphatidylserine_binding_[GO:0001786];apoptotic_cell_clearance_[GO:0043277];cell_competition_in_a_multicellular_organism_[GO:0035212];defense_response_to_bacterium_[GO:0042742];engulfment_of_apoptotic_cell_[GO:0043652];larval_locomotory_behavior_[GO:0008345];neuron_remodeling_[GO:0016322];phagocytosis_[GO:0006909];phagocytosis,_engulfment_[GO:0006911];positive_regulation_of_phagocytosis,_engulfment_[GO:0060100];regulation_of_neuromuscular_junction_development_[GO:1904396];response_to_axon_injury_[GO:0048678];salivary_gland_cell_autophagic_cell_death_[GO:0035071];wing_disc_dorsal/ventral_pattern_formation_[GO:0048190]
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    cytoplasm_[GO:0005737];cytosol_[GO:0005829];endoplasmic_reticulum_[GO:0005783];endoplasmic_reticulum_membrane_[GO:0005789];Golgi_apparatus_[GO:0005794];Golgi_membrane_[GO:0000139];integral_component_of_endoplasmic_reticulum_membrane_[GO:0030176];integral_component_of_membrane_[GO:0016021];membrane_[GO:0016020];neuronal_cell_body_[GO:0043025];nuclear_body_[GO:0016604];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];cAMP_response_element_binding_[GO:0035497];cAMP_response_element_binding_protein_binding_[GO:0008140];CCR1_chemokine_receptor_binding_[GO:0031726];chromatin_binding_[GO:0003682];DNA_binding_[GO:0003677];DNA_binding_transcription_factor_activity_[GO:0003700];protein_dimerization_activity_[GO:0046983];protein_homodimerization_activity_[GO:0042803];RNA_polymerase_II_proximal_promoter_sequence-specific_DNA_binding_[GO:0000978];RNA_polymerase_II_regulatory_region_sequence-specific_DNA_binding_[GO:0000977];transcription_factor_activity,_RNA_polymerase_II_proximal_promoter_sequence-specific_DNA_binding_[GO:0000982];transcriptional_activator_activity,_RNA_polymerase_II_proximal_promoter_sequence-specific_DNA_binding_[GO:0001077];chemotaxis_[GO:0006935];cytoplasmic_sequestering_of_transcription_factor_[GO:0042994];endoplasmic_reticulum_unfolded_protein_response_[GO:0030968];establishment_of_viral_latency_[GO:0019043];induction_of_positive_chemotaxis_[GO:0050930];negative_regulation_of_cell_cycle_[GO:0045786];negative_regulation_of_endoplasmic_reticulum_stress-induced_intrinsic_apoptotic_signaling_pathway_[GO:1902236];negative_regulation_of_ligand-dependent_nuclear_receptor_transcription_coactivator_activity_[GO:2000326];positive_regulation_of_calcium_ion_transport_[GO:0051928];positive_regulation_of_cell_migration_[GO:0030335];positive_regulation_of_deacetylase_activity_[GO:0090045];positive_regulation_of_defense_response_to_virus_by_host_[GO:0002230];positive_regulation_of_monocyte_chemotaxis_[GO:0090026];positive_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0045944];positive_regulation_of_transcription_from_RNA_polymerase_II_promoter_involved_in_unfolded_protein_response_[GO:0006990];positive_regulation_of_transcription,_DNA-templated_[GO:0045893];regulation_of_apoptotic_process_[GO:0042981];regulation_of_cell_growth_[GO:0001558];regulation_of_cell_proliferation_[GO:0042127];release_from_viral_latency_[GO:0019046];response_to_endoplasmic_reticulum_stress_[GO:0034976];transcription,_DNA-templated_[GO:0006351];viral_process_[GO:0016032]
## 34                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   mitochondrial_matrix_[GO:0005759];nucleus_[GO:0005634];chromatin_binding_[GO:0003682];DNA_primase_activity_[GO:0003896];DNA-directed_DNA_polymerase_activity_[GO:0003887];mitochondrial_DNA_replication_[GO:0006264];response_to_UV_[GO:0009411];translesion_synthesis_[GO:0019985]
## 35                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             host_cell_nucleus_[GO:0042025];ATP_binding_[GO:0005524];ATPase_activity,_uncoupled_[GO:0042624];DNA_binding_[GO:0003677];endodeoxyribonuclease_activity,_producing_5'-phosphomonoesters_[GO:0016888];metal_ion_binding_[GO:0046872];nucleotidyltransferase_activity_[GO:0016779];RNA_binding_[GO:0003723];RNA_helicase_activity_[GO:0003724];DNA_replication_[GO:0006260];protein-DNA_covalent_cross-linking_[GO:0018142]
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      basement_membrane_[GO:0005604];extracellular_space_[GO:0005615];calcium_ion_binding_[GO:0005509]
## 37                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      basement_membrane_[GO:0005604];extracellular_space_[GO:0005615];calcium_ion_binding_[GO:0005509]
## 38                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  cilium_[GO:0005929];integral_component_of_plasma_membrane_[GO:0005887];plasma_membrane_[GO:0005886];G-protein_coupled_serotonin_receptor_activity_[GO:0004993];histamine_receptor_activity_[GO:0004969];neurotransmitter_receptor_activity_[GO:0030594];cerebral_cortex_cell_migration_[GO:0021795];chemical_synaptic_transmission_[GO:0007268];G-protein_coupled_receptor_signaling_pathway_[GO:0007186];G-protein_coupled_receptor_signaling_pathway,_coupled_to_cyclic_nucleotide_second_messenger_[GO:0007187];positive_regulation_of_TOR_signaling_[GO:0032008]
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            RNA-directed_DNA_polymerase_activity_[GO:0003964];transposition,_DNA-mediated_[GO:0006313]
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];neuropeptide_receptor_activity_[GO:0008188];determination_of_adult_lifespan_[GO:0008340];negative_regulation_of_feeding_behavior_[GO:2000252];negative_regulation_of_locomotion_[GO:0040013];neuropeptide_signaling_pathway_[GO:0007218];positive_regulation_of_oviposition_[GO:1901046]
## 41                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        extracellular_exosome_[GO:0070062];integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];semaphorin_receptor_complex_[GO:0002116];receptor_activity_[GO:0004872];semaphorin_receptor_activity_[GO:0017154];branchiomotor_neuron_axon_guidance_[GO:0021785];dichotomous_subdivision_of_terminal_units_involved_in_salivary_gland_branching_[GO:0060666];multicellular_organism_development_[GO:0007275];neuron_projection_extension_[GO:1990138];regulation_of_axon_extension_involved_in_axon_guidance_[GO:0048841];regulation_of_smooth_muscle_cell_migration_[GO:0014910]
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     RNA-directed_DNA_polymerase_activity_[GO:0003964]
## 43                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             condensed_chromosome_[GO:0000793];condensed_chromosome,_centromeric_region_[GO:0000779];condensin_complex_[GO:0000796];condensin_core_heterodimer_[GO:0000797];cytoplasm_[GO:0005737];cytosol_[GO:0005829];membrane_[GO:0016020];nuclear_condensin_complex_[GO:0000799];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];chromatin_binding_[GO:0003682];histone_binding_[GO:0042393];cell_division_[GO:0051301];chromosome_separation_[GO:0051304];meiotic_chromosome_condensation_[GO:0010032];mitotic_chromosome_condensation_[GO:0007076]
## 44                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 integral_component_of_membrane_[GO:0016021];membrane_[GO:0016020];calcium_channel_activity_[GO:0005262];calcium_ion_binding_[GO:0005509];carbohydrate_binding_[GO:0030246];G-protein_alpha-subunit_binding_[GO:0001965];detection_of_mechanical_stimulus_[GO:0050982]
## 45                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   nucleus_[GO:0005634];metal_ion_binding_[GO:0046872]
## 46                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         mitochondrion_[GO:0005739];nucleus_[GO:0005634];ATP_binding_[GO:0005524];DNA_binding_[GO:0003677];DNA_helicase_activity_[GO:0003678];DNA_recombination_[GO:0006310];DNA_repair_[GO:0006281];telomere_maintenance_[GO:0000723]
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  cytosol_[GO:0005829];focal_adhesion_[GO:0005925];nucleolus_[GO:0005730];plasma_membrane_[GO:0005886]
## 48                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               metal_ion_binding_[GO:0046872];P-element_binding_[GO:0003693];transferase_activity_[GO:0016740];transposase_activity_[GO:0004803];DNA_integration_[GO:0015074];transposition,_DNA-mediated_[GO:0006313]
## 49                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             chromosome,_telomeric_region_[GO:0000781];cytosol_[GO:0005829];mitochondrial_nucleoid_[GO:0042645];nuclear_chromosome,_telomeric_region_[GO:0000784];nuclear_speck_[GO:0016607];nuclear_telomere_cap_complex_[GO:0000783];nucleolus_[GO:0005730];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];plasma_membrane_[GO:0005886];PML_body_[GO:0016605];RNA-directed_RNA_polymerase_complex_[GO:0031379];telomerase_catalytic_core_complex_[GO:0000333];telomerase_holoenzyme_complex_[GO:0005697];TERT-RMRP_complex_[GO:1990572];chaperone_binding_[GO:0051087];DNA_binding_[GO:0003677];identical_protein_binding_[GO:0042802];metal_ion_binding_[GO:0046872];nucleotidyltransferase_activity_[GO:0016779];protein_C-terminus_binding_[GO:0008022];protein_homodimerization_activity_[GO:0042803];protein_N-terminus_binding_[GO:0047485];RNA_binding_[GO:0003723];RNA-directed_DNA_polymerase_activity_[GO:0003964];telomerase_activity_[GO:0003720];telomerase_RNA_binding_[GO:0070034];telomerase_RNA_reverse_transcriptase_activity_[GO:0003721];telomeric_DNA_binding_[GO:0042162];transcription_coactivator_binding_[GO:0001223];tRNA_binding_[GO:0000049];beta-catenin-TCF_complex_assembly_[GO:1904837];cellular_response_to_hypoxia_[GO:0071456];DNA_biosynthetic_process_[GO:0071897];DNA_strand_elongation_[GO:0022616];establishment_of_protein_localization_to_telomere_[GO:0070200];mitochondrion_organization_[GO:0007005];negative_regulation_of_cellular_senescence_[GO:2000773];negative_regulation_of_endothelial_cell_apoptotic_process_[GO:2000352];negative_regulation_of_extrinsic_apoptotic_signaling_pathway_in_absence_of_ligand_[GO:2001240];negative_regulation_of_gene_expression_[GO:0010629];negative_regulation_of_glial_cell_proliferation_[GO:0060253];negative_regulation_of_neuron_apoptotic_process_[GO:0043524];negative_regulation_of_production_of_siRNA_involved_in_RNA_interference_[GO:1903704];positive_regulation_of_angiogenesis_[GO:0045766];positive_regulation_of_G1/S_transition_of_mitotic_cell_cycle_[GO:1900087];positive_regulation_of_glucose_import_[GO:0046326];positive_regulation_of_hair_cycle_[GO:0042635];positive_regulation_of_nitric-oxide_synthase_activity_[GO:0051000];positive_regulation_of_pri-miRNA_transcription_from_RNA_polymerase_II_promoter_[GO:1902895];positive_regulation_of_protein_binding_[GO:0032092];positive_regulation_of_protein_localization_to_nucleolus_[GO:1904751];positive_regulation_of_stem_cell_proliferation_[GO:2000648];positive_regulation_of_transdifferentiation_[GO:1903620];positive_regulation_of_vascular_associated_smooth_muscle_cell_migration_[GO:1904754];positive_regulation_of_vascular_smooth_muscle_cell_proliferation_[GO:1904707];positive_regulation_of_Wnt_signaling_pathway_[GO:0030177];production_of_siRNA_involved_in_RNA_interference_[GO:0030422];regulation_of_protein_stability_[GO:0031647];replicative_senescence_[GO:0090399];response_to_cadmium_ion_[GO:0046686];RNA_biosynthetic_process_[GO:0032774];RNA-dependent_DNA_biosynthetic_process_[GO:0006278];telomere_maintenance_[GO:0000723];telomere_maintenance_via_telomerase_[GO:0007004];transcription,_RNA-templated_[GO:0001172]
## 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         cytoplasm_[GO:0005737];nucleus_[GO:0005634];spindle_[GO:0005819];calmodulin_binding_[GO:0005516];cell_division_[GO:0051301];spindle_organization_[GO:0007051]
## 51                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Golgi_cisterna_membrane_[GO:0032580];integral_component_of_membrane_[GO:0016021];galactose_3-O-sulfotransferase_activity_[GO:0050694];galactosylceramide_sulfotransferase_activity_[GO:0001733];glycolipid_biosynthetic_process_[GO:0009247]
## 52                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      basement_membrane_[GO:0005604];extracellular_space_[GO:0005615];calcium_ion_binding_[GO:0005509]
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     DNA_replication_preinitiation_complex_[GO:0031261];nuclear_chromosome,_telomeric_region_[GO:0000784];nuclear_origin_of_replication_recognition_complex_[GO:0005664];nuclear_pre-replicative_complex_[GO:0005656];DNA_replication_origin_binding_[GO:0003688];DNA_replication_initiation_[GO:0006270];pre-replicative_complex_assembly_involved_in_nuclear_cell_cycle_DNA_replication_[GO:0006267]
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           integral_component_of_membrane_[GO:0016021]
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            plasma_membrane_[GO:0005886];proteinaceous_extracellular_matrix_[GO:0005578];calcium_ion_binding_[GO:0005509];carbohydrate_binding_[GO:0030246];extracellular_matrix_structural_constituent_[GO:0005201];hyaluronic_acid_binding_[GO:0005540];cell_adhesion_[GO:0007155];central_nervous_system_development_[GO:0007417];regulation_of_synapse_structural_plasticity_[GO:0051823];skeletal_system_development_[GO:0001501]
## 56                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  axon_[GO:0030424];cell-cell_junction_[GO:0005911];integral_component_of_membrane_[GO:0016021];integral_component_of_plasma_membrane_[GO:0005887];calcium_ion_binding_[GO:0005509];carbohydrate_binding_[GO:0030246];G-protein_coupled_receptor_activity_[GO:0004930];cell_surface_receptor_signaling_pathway_[GO:0007166];cell-cell_adhesion_via_plasma-membrane_adhesion_molecules_[GO:0098742];G-protein_coupled_receptor_signaling_pathway_[GO:0007186];locomotion_involved_in_locomotory_behavior_[GO:0031987];neuron_migration_[GO:0001764];positive_regulation_of_synapse_assembly_[GO:0051965];response_to_cocaine_[GO:0042220];synapse_assembly_[GO:0007416]
## 57                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        nucleus_[GO:0005634];DNA_binding_[GO:0003677];metal_ion_binding_[GO:0046872];regulation_of_transcription,_DNA-templated_[GO:0006355];transcription,_DNA-templated_[GO:0006351]
## 58                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      activin_A_complex_[GO:0043509];extracellular_region_[GO:0005576];inhibin_A_complex_[GO:0043512];cytokine_activity_[GO:0005125];growth_factor_activity_[GO:0008083];hormone_activity_[GO:0005179];activin_receptor_signaling_pathway_[GO:0032924];cell_cycle_arrest_[GO:0007050];eyelid_development_in_camera-type_eye_[GO:0061029];G1/S_transition_of_mitotic_cell_cycle_[GO:0000082];hair_follicle_development_[GO:0001942];hematopoietic_progenitor_cell_differentiation_[GO:0002244];hemoglobin_biosynthetic_process_[GO:0042541];male_gonad_development_[GO:0008584];negative_regulation_of_cell_cycle_[GO:0045786];negative_regulation_of_cell_growth_[GO:0030308];negative_regulation_of_cell_proliferation_[GO:0008285];odontogenesis_[GO:0042476];ovarian_follicle_development_[GO:0001541];palate_development_[GO:0060021];positive_regulation_of_erythrocyte_differentiation_[GO:0045648];positive_regulation_of_extrinsic_apoptotic_signaling_pathway_in_absence_of_ligand_[GO:2001241];positive_regulation_of_ovulation_[GO:0060279];positive_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0045944];positive_regulation_of_transcription,_DNA-templated_[GO:0045893];progesterone_secretion_[GO:0042701];regulation_of_follicle-stimulating_hormone_secretion_[GO:0046880];regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0006357];response_to_drug_[GO:0042493]
## 59                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           cytoplasm_[GO:0005737];nucleus_[GO:0005634];DNA_binding_transcription_factor_activity_[GO:0003700];sequence-specific_DNA_binding_[GO:0043565];adenohypophysis_development_[GO:0021984];apoptotic_process_[GO:0006915];cell_proliferation_[GO:0008283];extraocular_skeletal_muscle_development_[GO:0002074];inner_ear_development_[GO:0048839];peripheral_nervous_system_neuron_development_[GO:0048935];pharyngeal_muscle_development_[GO:0043282];regulation_of_skeletal_muscle_cell_proliferation_[GO:0014857];skeletal_muscle_fiber_development_[GO:0048741];striated_muscle_cell_differentiation_[GO:0051146];transcription,_DNA-templated_[GO:0006351]
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         cytoplasm_[GO:0005737];nucleoplasm_[GO:0005654];DNA_binding_[GO:0003677];protein_dimerization_activity_[GO:0046983];RNA_polymerase_II_transcription_factor_activity,_sequence-specific_DNA_binding_[GO:0000981];zinc_ion_binding_[GO:0008270]
## 61                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           integral_component_of_membrane_[GO:0016021];hydrolase_activity_[GO:0016787]
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       mitochondrion_[GO:0005739];nucleus_[GO:0005634];replication_fork_[GO:0005657];ATP_binding_[GO:0005524];ATP-dependent_5'-3'_DNA_helicase_activity_[GO:0043141];DNA_binding_[GO:0003677];telomerase_inhibitor_activity_[GO:0010521];DNA_duplex_unwinding_[GO:0032508];DNA_recombination_[GO:0006310];DNA_repair_[GO:0006281];DNA_replication_[GO:0006260];G-quadruplex_DNA_unwinding_[GO:0044806];mitochondrial_genome_maintenance_[GO:0000002];negative_regulation_of_telomerase_activity_[GO:0051974];negative_regulation_of_telomere_maintenance_via_telomerase_[GO:0032211];telomere_maintenance_[GO:0000723]
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          cytosol_[GO:0005829];kinesin_complex_[GO:0005871];membrane_[GO:0016020];microtubule_[GO:0005874];mitotic_spindle_[GO:0072686];spindle_[GO:0005819];spindle_pole_[GO:0000922];ATP_binding_[GO:0005524];ATP-dependent_microtubule_motor_activity,_plus-end-directed_[GO:0008574];microtubule_binding_[GO:0008017];microtubule_motor_activity_[GO:0003777];protein_complex_binding_[GO:0032403];protein_kinase_binding_[GO:0019901];antigen_processing_and_presentation_of_exogenous_peptide_antigen_via_MHC_class_II_[GO:0019886];cell_division_[GO:0051301];chromosome_segregation_[GO:0007059];microtubule-based_movement_[GO:0007018];mitotic_cell_cycle_[GO:0000278];mitotic_centrosome_separation_[GO:0007100];mitotic_spindle_assembly_[GO:0090307];mitotic_spindle_organization_[GO:0007052];regulation_of_mitotic_centrosome_separation_[GO:0046602];retrograde_vesicle-mediated_transport,_Golgi_to_ER_[GO:0006890];spindle_organization_[GO:0007051]
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];vesicle_[GO:0031982];drug_transmembrane_transporter_activity_[GO:0015238];monovalent_cation:proton_antiporter_activity_[GO:0005451];drug_transmembrane_transport_[GO:0006855];organic_cation_transport_[GO:0015695]
## 65                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          early_endosome_[GO:0005769];integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];beta2-adrenergic_receptor_activity_[GO:0004941];adenylate_cyclase-activating_G-protein_coupled_receptor_signaling_pathway_[GO:0007189];positive_regulation_of_autophagosome_maturation_[GO:1901098];positive_regulation_of_lipophagy_[GO:1904504];regulation_of_blood_vessel_diameter_[GO:0097746];regulation_of_smooth_muscle_contraction_[GO:0006940]
## 66                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                apical_part_of_cell_[GO:0045177];brush_border_[GO:0005903];cell_cortex_region_[GO:0099738];myosin_II_complex_[GO:0016460];stress_fiber_[GO:0001725];Z_disc_[GO:0030018];calcium_ion_binding_[GO:0005509];myosin_heavy_chain_binding_[GO:0032036];regulation_of_cell_shape_[GO:0008360]
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 aspartic-type_endopeptidase_activity_[GO:0004190];endonuclease_activity_[GO:0004519];nucleic_acid_binding_[GO:0003676];RNA-directed_DNA_polymerase_activity_[GO:0003964];DNA_integration_[GO:0015074]
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               extracellular_region_[GO:0005576];calcium_ion_binding_[GO:0005509];response_to_axon_injury_[GO:0048678]
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            nucleus_[GO:0005634];DNA_binding_[GO:0003677];kinase_activity_[GO:0016301]
## 70                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  actomyosin_[GO:0042641];myosin_II_complex_[GO:0016460];myosin_II_filament_[GO:0097513];stress_fiber_[GO:0001725];Z_disc_[GO:0030018];ATPase_activity_[GO:0016887];calcium_ion_binding_[GO:0005509];glutamate_receptor_binding_[GO:0035254];actomyosin_structure_organization_[GO:0031032];protein_localization_to_plasma_membrane_[GO:0072659];regulation_of_cell_shape_[GO:0008360]
## 71                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         endoplasmic_reticulum_membrane_[GO:0005789];extracellular_region_[GO:0005576];Golgi_apparatus_[GO:0005794];melanosome_[GO:0042470];sarcoplasmic_reticulum_lumen_[GO:0033018];calcium_ion_binding_[GO:0005509]
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           ATP_binding_[GO:0005524];ISG15_transferase_activity_[GO:0042296];ubiquitin_conjugating_enzyme_activity_[GO:0061631];ubiquitin-protein_transferase_activity_[GO:0004842];cellular_response_to_DNA_damage_stimulus_[GO:0006974];ISG15-protein_conjugation_[GO:0032020];positive_regulation_of_G1/S_transition_of_mitotic_cell_cycle_[GO:1900087];protein_K11-linked_ubiquitination_[GO:0070979];protein_K48-linked_ubiquitination_[GO:0070936];protein_K63-linked_ubiquitination_[GO:0070534]
## 73                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         extracellular_region_[GO:0005576];calcium_ion_binding_[GO:0005509];metalloendopeptidase_activity_[GO:0004222];zinc_ion_binding_[GO:0008270];cell_differentiation_[GO:0030154];multicellular_organism_development_[GO:0007275]
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         integral_component_of_plasma_membrane_[GO:0005887];intracellular_[GO:0005622];plasma_membrane_[GO:0005886];hormone_binding_[GO:0042562];melanocortin_receptor_activity_[GO:0004977];adenylate_cyclase-activating_G-protein_coupled_receptor_signaling_pathway_[GO:0007189];G-protein_coupled_receptor_signaling_pathway_[GO:0007186];G-protein_coupled_receptor_signaling_pathway,_coupled_to_cyclic_nucleotide_second_messenger_[GO:0007187]
## 75                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                chromosome_[GO:0005694];cytoplasm_[GO:0005737];ATP_binding_[GO:0005524];ATP-dependent_3'-5'_DNA_helicase_activity_[GO:0043140];DNA_binding_[GO:0003677];four-way_junction_helicase_activity_[GO:0009378];DNA_recombination_[GO:0006310];DNA_repair_[GO:0006281];DNA_replication_[GO:0006260];SOS_response_[GO:0009432]
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        cytosol_[GO:0005829];intermediate_filament_cytoskeleton_[GO:0045111];membrane_[GO:0016020];nucleolus_[GO:0005730];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];preribosome,_large_subunit_precursor_[GO:0030687];ATP_binding_[GO:0005524];ATPase_activity_[GO:0016887];unfolded_protein_binding_[GO:0051082];protein_complex_assembly_[GO:0006461];ribosomal_large_subunit_assembly_[GO:0000027];rRNA_processing_[GO:0006364]
## 77                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          hydro-lyase_activity_[GO:0016836];trans-L-3-hydroxyproline_dehydratase_activity_[GO:0050346]
## 79                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                condensed_nuclear_chromosome_kinetochore_[GO:0000778];Ndc80_complex_[GO:0031262];NMS_complex_[GO:0031617];cell_division_[GO:0051301];meiotic_cell_cycle_[GO:0051321];mitotic_sister_chromatid_segregation_[GO:0000070]
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 basement_membrane_[GO:0005604];cell_cortex_[GO:0005938];cell_junction_[GO:0030054];cleavage_furrow_[GO:0032154];extracellular_region_[GO:0005576];calcium_ion_binding_[GO:0005509];cell_cycle_[GO:0007049];cell_division_[GO:0051301]
## 81                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    actin_cytoskeleton_[GO:0015629];centrosome_[GO:0005813];endosome_membrane_[GO:0010008];Golgi_membrane_[GO:0000139];Golgi-associated_vesicle_membrane_[GO:0030660];integral_component_of_cytoplasmic_side_of_endoplasmic_reticulum_membrane_[GO:0071458];integral_component_of_lumenal_side_of_endoplasmic_reticulum_membrane_[GO:0071556];lysosomal_membrane_[GO:0005765];membrane_[GO:0016020];nucleoplasm_[GO:0005654];plasma_membrane_[GO:0005886];aspartic_endopeptidase_activity,_intramembrane_cleaving_[GO:0042500];protein_homodimerization_activity_[GO:0042803];membrane_protein_ectodomain_proteolysis_[GO:0006509];membrane_protein_intracellular_domain_proteolysis_[GO:0031293];membrane_protein_proteolysis_[GO:0033619];regulation_of_immune_response_[GO:0050776]
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 aspartic-type_endopeptidase_activity_[GO:0004190];endonuclease_activity_[GO:0004519];nucleic_acid_binding_[GO:0003676];RNA-directed_DNA_polymerase_activity_[GO:0003964];DNA_integration_[GO:0015074]
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               asymmetric_synapse_[GO:0032279];axon_[GO:0030424];cell_cortex_[GO:0005938];dendrite_[GO:0030425];dendritic_shaft_[GO:0043198];integral_component_of_membrane_[GO:0016021];integral_component_of_plasma_membrane_[GO:0005887];plasma_membrane_[GO:0005886];postsynaptic_membrane_[GO:0045211];presynaptic_active_zone_[GO:0048786];presynaptic_membrane_[GO:0042734];receptor_complex_[GO:0043235];adenylate_cyclase_inhibitor_activity_[GO:0010855];calcium_channel_regulator_activity_[GO:0005246];calcium_ion_binding_[GO:0005509];glutamate_binding_[GO:0016595];glutamate_receptor_activity_[GO:0008066];group_III_metabotropic_glutamate_receptor_activity_[GO:0001642];PDZ_domain_binding_[GO:0030165];serine_binding_[GO:0070905];adenylate_cyclase-inhibiting_G-protein_coupled_glutamate_receptor_signaling_pathway_[GO:0007196];adenylate_cyclase-inhibiting_G-protein_coupled_receptor_signaling_pathway_[GO:0007193];chemical_synaptic_transmission_[GO:0007268];G-protein_coupled_receptor_signaling_pathway_[GO:0007186];negative_regulation_of_glutamate_secretion_[GO:0014050];regulation_of_synaptic_transmission,_glutamatergic_[GO:0051966];sensory_perception_of_sound_[GO:0007605]
## 84                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   nucleus_[GO:0005634];Swi5-Sfr1_complex_[GO:0032798];cellular_response_to_ionizing_radiation_[GO:0071479];DNA_recombinase_assembly_[GO:0000730];double-strand_break_repair_via_homologous_recombination_[GO:0000724]
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    dTDP-glucose_4,6-dehydratase_activity_[GO:0008460]
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               transport_vesicle_[GO:0030133];metalloendopeptidase_activity_[GO:0004222];zinc_ion_binding_[GO:0008270]
## 87                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            apical_plasma_membrane_[GO:0016324];brush_border_membrane_[GO:0031526];integral_component_of_membrane_[GO:0016021];ATP_binding_[GO:0005524];calcium_channel_activity_[GO:0005262];cation_channel_activity_[GO:0005261];metal_ion_binding_[GO:0046872];protein_serine/threonine_kinase_activity_[GO:0004674];metal_ion_transport_[GO:0030001];protein_tetramerization_[GO:0051262];response_to_toxic_substance_[GO:0009636]
## 88                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                agmatine_deiminase_activity_[GO:0047632];protein-arginine_deiminase_activity_[GO:0004668];putrescine_biosynthetic_process_[GO:0009446]
## 89                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     cytosol_[GO:0005829];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];apoptotic_process_[GO:0006915];regulation_of_cell_proliferation_[GO:0042127];regulation_of_transcription,_DNA-templated_[GO:0006355];transcription,_DNA-templated_[GO:0006351]
## 90                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];antiporter_activity_[GO:0015297];drug_transmembrane_transporter_activity_[GO:0015238];drug_transmembrane_transport_[GO:0006855]
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               cellulase_activity_[GO:0008810];cellulose_binding_[GO:0030248];cellulose_catabolic_process_[GO:0030245]
## 92                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   cytoplasm_[GO:0005737];cytosol_[GO:0005829];Golgi_apparatus_[GO:0005794];intracellular_membrane-bounded_organelle_[GO:0043231];ATP_binding_[GO:0005524];Pyrin_domain_binding_[GO:0032090];apoptotic_process_[GO:0006915];inflammatory_response_[GO:0006954];innate_immune_response_[GO:0045087];negative_regulation_of_NF-kappaB_transcription_factor_activity_[GO:0032088];positive_regulation_of_cysteine-type_endopeptidase_activity_involved_in_apoptotic_process_[GO:0043280];positive_regulation_of_interleukin-1_beta_secretion_[GO:0050718]
## 93                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    endoplasmic_reticulum_membrane_[GO:0005789];integral_component_of_membrane_[GO:0016021];iron_ion_binding_[GO:0005506];L-ascorbic_acid_binding_[GO:0031418];procollagen-proline_4-dioxygenase_activity_[GO:0004656]
## 94                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       cytoplasm_[GO:0005737];methylthioribulose_1-phosphate_dehydratase_activity_[GO:0046570];zinc_ion_binding_[GO:0008270];apoptotic_process_[GO:0006915];L-methionine_salvage_from_methylthioadenosine_[GO:0019509]
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       integral_component_of_plasma_membrane_[GO:0005887];plasma_membrane_[GO:0005886];sodium-independent_organic_anion_transmembrane_transporter_activity_[GO:0015347];thyroid_hormone_transmembrane_transporter_activity_[GO:0015349];sodium-independent_organic_anion_transport_[GO:0043252];thyroid_hormone_transport_[GO:0070327]
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            cytosol_[GO:0005829];aryl_sulfotransferase_activity_[GO:0004062];sulfotransferase_activity_[GO:0008146];3'-phosphoadenosine_5'-phosphosulfate_metabolic_process_[GO:0050427];ethanol_catabolic_process_[GO:0006068];sulfation_[GO:0051923]
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            cytosol_[GO:0005829];SCF_ubiquitin_ligase_complex_[GO:0019005];ubiquitin_protein_ligase_binding_[GO:0031625];neurogenesis_[GO:0022008];proteasome-mediated_ubiquitin-dependent_protein_catabolic_process_[GO:0043161];protein_ubiquitination_involved_in_ubiquitin-dependent_protein_catabolic_process_[GO:0042787];regulation_of_proteolysis_[GO:0030162]
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       extracellular_region_[GO:0005576];cholesterol_binding_[GO:0015485];magnesium_ion_binding_[GO:0000287];sterol_binding_[GO:0032934];sterol_transport_[GO:0015918]
## 99                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         centrosome_[GO:0005813];cytoplasm_[GO:0005737];midbody_[GO:0030496];spindle_pole_[GO:0000922]
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              cytoplasm_[GO:0005737];endoplasmic_reticulum_chaperone_complex_[GO:0034663];endoplasmic_reticulum_lumen_[GO:0005788];extracellular_region_[GO:0005576];integrin_activation_[GO:0033622];negative_regulation_of_glucose_import_in_response_to_insulin_stimulus_[GO:2001274];positive_regulation_of_cell_proliferation_[GO:0008284];positive_regulation_of_immunoglobulin_biosynthetic_process_[GO:0002642];regulation_of_B_cell_proliferation_[GO:0030888];regulation_of_cell_proliferation_[GO:0042127]
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           extracellular_region_[GO:0005576];phospholipase_A2_activity_[GO:0004623];phospholipase_A2_activity_(consuming_1,2-dipalmitoylphosphatidylcholine)_[GO:0102567];phospholipase_A2_activity_consuming_1,2-dioleoylphosphatidylethanolamine)_[GO:0102568];toxin_activity_[GO:0090729];arachidonic_acid_secretion_[GO:0050482];lipid_catabolic_process_[GO:0016042];phospholipid_metabolic_process_[GO:0006644]
## 102                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         cytoplasm_[GO:0005737];integral_component_of_membrane_[GO:0016021];perinuclear_region_of_cytoplasm_[GO:0048471];plasma_membrane_[GO:0005886];calcium_ion_binding_[GO:0005509];identical_protein_binding_[GO:0042802];PDZ_domain_binding_[GO:0030165];arterial_endothelial_cell_differentiation_[GO:0060842];blood_vessel_morphogenesis_[GO:0048514];dorsal_aorta_development_[GO:0035907];hematopoietic_progenitor_cell_differentiation_[GO:0002244];hematopoietic_stem_cell_differentiation_[GO:0060218];neuron_development_[GO:0048666];Notch_signaling_pathway_[GO:0007219];sclerotome_development_[GO:0061056];somite_specification_[GO:0001757];somitogenesis_[GO:0001756];ventral_spinal_cord_interneuron_differentiation_[GO:0021514]
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  aspartic-type_endopeptidase_activity_[GO:0004190];endonuclease_activity_[GO:0004519];metal_ion_binding_[GO:0046872];nucleic_acid_binding_[GO:0003676];RNA-directed_DNA_polymerase_activity_[GO:0003964];DNA_integration_[GO:0015074];DNA_recombination_[GO:0006310]
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 nuclear_speck_[GO:0016607];DNA_binding_[GO:0003677];RNA_binding_[GO:0003723];RS_domain_binding_[GO:0050733];microtubule_cytoskeleton_organization_[GO:0000226];mitotic_cytokinesis_[GO:0000281];mRNA_processing_[GO:0006397];negative_regulation_of_apoptotic_process_[GO:0043066];regulation_of_cell_cycle_[GO:0051726];regulation_of_mRNA_splicing,_via_spliceosome_[GO:0048024];regulation_of_RNA_splicing_[GO:0043484];RNA_splicing_[GO:0008380]
## 105                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                integral_component_of_plasma_membrane_[GO:0005887];calcium_ion_binding_[GO:0005509];cell_adhesion_[GO:0007155];chemical_synaptic_transmission_[GO:0007268];homophilic_cell_adhesion_via_plasma_membrane_adhesion_molecules_[GO:0007156];synapse_assembly_[GO:0007416]
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       cytoplasm_[GO:0005737];nucleus_[GO:0005634];S-methyl-5-thioadenosine_phosphorylase_activity_[GO:0017061];L-methionine_salvage_from_methylthioadenosine_[GO:0019509];purine_ribonucleoside_salvage_[GO:0006166]
## 107                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              basement_membrane_[GO:0005604];cell_cortex_[GO:0005938];cell_junction_[GO:0030054];cleavage_furrow_[GO:0032154];extracellular_exosome_[GO:0070062];calcium_ion_binding_[GO:0005509];cell_cycle_[GO:0007049];cell_division_[GO:0051301];response_to_stimulus_[GO:0050896];visual_perception_[GO:0007601]
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .
## 109                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    endoplasmic_reticulum_membrane_[GO:0005789];integral_component_of_membrane_[GO:0016021];calcium_ion_binding_[GO:0005509];iron_ion_binding_[GO:0005506];L-ascorbic_acid_binding_[GO:0031418];oxidoreductase_activity,_acting_on_paired_donors,_with_incorporation_or_reduction_of_molecular_oxygen,_2-oxoglutarate_as_one_donor,_and_incorporation_of_one_atom_each_of_oxygen_into_both_donors_[GO:0016706];regulation_of_erythrocyte_differentiation_[GO:0045646]
## 110                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   cytoplasm_[GO:0005737];Fanconi_anaemia_nuclear_complex_[GO:0043240];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];DNA_repair_[GO:0006281];female_gonad_development_[GO:0008585];interstrand_cross-link_repair_[GO:0036297];male_gonad_development_[GO:0008584];male_meiotic_nuclear_division_[GO:0007140];protein_complex_assembly_[GO:0006461];regulation_of_CD40_signaling_pathway_[GO:2000348];regulation_of_cell_proliferation_[GO:0042127];regulation_of_DNA_binding_transcription_factor_activity_[GO:0051090];regulation_of_inflammatory_response_[GO:0050727];regulation_of_regulatory_T_cell_differentiation_[GO:0045589]
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  cytosol_[GO:0005829];intracellular_membrane-bounded_organelle_[GO:0043231];nucleolus_[GO:0005730];metal_ion_binding_[GO:0046872];ubiquitin-protein_transferase_activity_[GO:0004842];apoptotic_process_[GO:0006915];multicellular_organism_development_[GO:0007275]
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   cytoplasm_[GO:0005737];nucleus_[GO:0005634];nucleic_acid_binding_[GO:0003676];RNA_binding_[GO:0003723];mRNA_splicing,_via_spliceosome_[GO:0000398]
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  cell_surface_[GO:0009986];Derlin-1_retrotranslocation_complex_[GO:0036513];endoplasmic_reticulum_[GO:0005783];endoplasmic_reticulum_membrane_[GO:0005789];Golgi-associated_vesicle_membrane_[GO:0030660];integral_component_of_cytoplasmic_side_of_endoplasmic_reticulum_membrane_[GO:0071458];integral_component_of_lumenal_side_of_endoplasmic_reticulum_membrane_[GO:0071556];lysosomal_membrane_[GO:0005765];membrane_[GO:0016020];plasma_membrane_[GO:0005886];rough_endoplasmic_reticulum_[GO:0005791];aspartic_endopeptidase_activity,_intramembrane_cleaving_[GO:0042500];peptidase_activity_[GO:0008233];protein_homodimerization_activity_[GO:0042803];ubiquitin_protein_ligase_binding_[GO:0031625];membrane_protein_proteolysis_[GO:0033619];membrane_protein_proteolysis_involved_in_retrograde_protein_transport,_ER_to_cytosol_[GO:1904211];protein_homotetramerization_[GO:0051289]
## 114                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  integral_component_of_membrane_[GO:0016021];intracellular_membrane-bounded_organelle_[GO:0043231];lysosomal_membrane_[GO:0005765];lysosome_[GO:0005764];membrane_[GO:0016020];nucleoplasm_[GO:0005654];lysosome_organization_[GO:0007040];neuron_development_[GO:0048666];regulation_of_autophagy_[GO:0010506];transmembrane_transport_[GO:0055085]
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            cytoplasm_[GO:0005737];nuclear_speck_[GO:0016607];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];activating_transcription_factor_binding_[GO:0033613];DNA_binding_transcription_factor_activity_[GO:0003700];E-box_binding_[GO:0070888];protein_dimerization_activity_[GO:0046983];cell_differentiation_[GO:0030154];formation_of_primary_germ_layer_[GO:0001704];myoblast_proliferation_[GO:0051450];negative_regulation_of_endothelial_cell_proliferation_[GO:0001937];negative_regulation_of_transcription,_DNA-templated_[GO:0045892];nervous_system_development_[GO:0007399];positive_regulation_of_endothelial_cell_differentiation_[GO:0045603];positive_regulation_of_endothelial_cell_migration_[GO:0010595];positive_regulation_of_transcription,_DNA-templated_[GO:0045893];SMAD_protein_signal_transduction_[GO:0060395];transcription,_DNA-templated_[GO:0006351];tube_formation_[GO:0035148]
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   centriolar_satellite_[GO:0034451];metal_ion_binding_[GO:0046872];inner_dynein_arm_assembly_[GO:0036159];motile_cilium_assembly_[GO:0044458];outer_dynein_arm_assembly_[GO:0036158]
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Ada2/Gcn5/Ada3_transcription_activator_complex_[GO:0005671];epsilon_DNA_polymerase_complex_[GO:0008622];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];DNA_binding_[GO:0003677];DNA-directed_DNA_polymerase_activity_[GO:0003887];protein_heterodimerization_activity_[GO:0046982];DNA_replication_initiation_[GO:0006270];G1/S_transition_of_mitotic_cell_cycle_[GO:0000082];histone_H3_acetylation_[GO:0043966];telomere_maintenance_via_semi-conservative_replication_[GO:0032201]
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        endoplasmic_reticulum_[GO:0005783];extracellular_region_[GO:0005576];protein_disulfide_isomerase_activity_[GO:0003756];cell_redox_homeostasis_[GO:0045454];protein_folding_[GO:0006457];response_to_endoplasmic_reticulum_stress_[GO:0034976]
## 119                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                endoplasmic_reticulum_membrane_[GO:0005789];integral_component_of_membrane_[GO:0016021];2-acylglycerol_O-acyltransferase_activity_[GO:0003846];glycerol_metabolic_process_[GO:0006071];triglyceride_biosynthetic_process_[GO:0019432]
## 120                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         cytosol_[GO:0005829];mRNA_cleavage_factor_complex_[GO:0005849];nucleus_[GO:0005634];tRNA-intron_endonuclease_complex_[GO:0000214];ATP_binding_[GO:0005524];ATP-dependent_polydeoxyribonucleotide_5'-hydroxyl-kinase_activity_[GO:0046404];ATP-dependent_polyribonucleotide_5'-hydroxyl-kinase_activity_[GO:0051736];polydeoxyribonucleotide_kinase_activity_[GO:0051733];polynucleotide_5'-hydroxyl-kinase_activity_[GO:0051731];cerebellar_cortex_development_[GO:0021695];mRNA_cleavage_[GO:0006379];mRNA_polyadenylation_[GO:0006378];siRNA_loading_onto_RISC_involved_in_RNA_interference_[GO:0035087];targeting_of_mRNA_for_destruction_involved_in_RNA_interference_[GO:0030423];tRNA_splicing,_via_endonucleolytic_cleavage_and_ligation_[GO:0006388]
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    integral_component_of_membrane_[GO:0016021];adaptive_immune_response_[GO:0002250]
## 122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     cytosol_[GO:0005829];nucleoplasm_[GO:0005654];ribonuclease_H2_complex_[GO:0032299];metal_ion_binding_[GO:0046872];RNA_binding_[GO:0003723];RNA-DNA_hybrid_ribonuclease_activity_[GO:0004523];DNA_replication,_removal_of_RNA_primer_[GO:0043137];mismatch_repair_[GO:0006298];RNA_catabolic_process_[GO:0006401]
## 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         extracellular_matrix_[GO:0031012];extracellular_region_[GO:0005576];microfibril_[GO:0001527];proteinaceous_extracellular_matrix_[GO:0005578];calcium_ion_binding_[GO:0005509];extracellular_matrix_structural_constituent_[GO:0005201];bone_trabecula_formation_[GO:0060346];camera-type_eye_development_[GO:0043010];embryonic_eye_morphogenesis_[GO:0048048];embryonic_limb_morphogenesis_[GO:0030326];limb_morphogenesis_[GO:0035108];positive_regulation_of_bone_mineralization_[GO:0030501];positive_regulation_of_osteoblast_differentiation_[GO:0045669];sequestering_of_TGFbeta_in_extracellular_matrix_[GO:0035583]
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       centriolar_satellite_[GO:0034451];chromosome,_centromeric_region_[GO:0000775];cilium_[GO:0005929];cell_differentiation_[GO:0030154];cilium_assembly_[GO:0060271];epithelial_cilium_movement_involved_in_determination_of_left/right_asymmetry_[GO:0060287];intraciliary_retrograde_transport_[GO:0035721];intraciliary_transport_involved_in_cilium_assembly_[GO:0035735];Kupffer's_vesicle_development_[GO:0070121];melanosome_transport_[GO:0032402];negative_regulation_of_intracellular_protein_transport_[GO:0090317];regulation_of_centrosome_duplication_[GO:0010824];sensory_perception_of_light_stimulus_[GO:0050953]
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          cytoplasm_[GO:0005737];cytosol_[GO:0005829];extracellular_exosome_[GO:0070062];extracellular_region_[GO:0005576];ficolin-1-rich_granule_lumen_[GO:1904813];membrane_[GO:0016020];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];secretory_granule_lumen_[GO:0034774];DNA_binding_[GO:0003677];RNA_binding_[GO:0003723];ubiquitin_protein_ligase_activity_[GO:0061630];ubiquitin-protein_transferase_activity_[GO:0004842];base-excision_repair_[GO:0006284];cell_differentiation_[GO:0030154];histone_ubiquitination_[GO:0016574];neutrophil_degranulation_[GO:0043312];positive_regulation_of_protein_targeting_to_mitochondrion_[GO:1903955];protein_monoubiquitination_[GO:0006513];protein_polyubiquitination_[GO:0000209];protein_ubiquitination_involved_in_ubiquitin-dependent_protein_catabolic_process_[GO:0042787]
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  cytoplasm_[GO:0005737];nucleus_[GO:0005634];DNA_binding_[GO:0003677];RNA_polymerase_II_proximal_promoter_sequence-specific_DNA_binding_[GO:0000978];transcriptional_activator_activity,_RNA_polymerase_II_proximal_promoter_sequence-specific_DNA_binding_[GO:0001077];cytokine_production_[GO:0001816];positive_regulation_of_gene_expression_[GO:0010628];positive_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0045944];regulation_of_calcineurin-NFAT_signaling_cascade_[GO:0070884];response_to_osmotic_stress_[GO:0006970]
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       RNA_polymerase_II_regulatory_region_sequence-specific_DNA_binding_[GO:0000977]
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           nucleoplasm_[GO:0005654];nucleosome_[GO:0000786];DNA_binding_[GO:0003677];protein_heterodimerization_activity_[GO:0046982]
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  integral_component_of_membrane_[GO:0016021];transport_vesicle_membrane_[GO:0030658];ARF_guanyl-nucleotide_exchange_factor_activity_[GO:0005086];negative_regulation_of_phosphatase_activity_[GO:0010923];regulation_of_ARF_protein_signal_transduction_[GO:0032012]
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      cytoplasm_[GO:0005737];nucleolus_[GO:0005730];metal_ion_binding_[GO:0046872];ubiquitin-protein_transferase_activity_[GO:0004842];apoptotic_process_[GO:0006915];multicellular_organism_development_[GO:0007275]
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    cytoplasm_[GO:0005737];extracellular_exosome_[GO:0070062];nuclear_chromosome_[GO:0000228];nucleus_[GO:0005634];perinuclear_region_of_cytoplasm_[GO:0048471];ATP_binding_[GO:0005524];hydrolase_activity_[GO:0016787];magnesium_ion_binding_[GO:0000287];ATP_metabolic_process_[GO:0046034];cellular_response_to_ionizing_radiation_[GO:0071479];male_meiotic_nuclear_division_[GO:0007140];negative_regulation_of_apoptotic_process_[GO:0043066];negative_regulation_of_intrinsic_apoptotic_signaling_pathway_[GO:2001243];osteoblast_differentiation_[GO:0001649];osteoblast_proliferation_[GO:0033687];regulation_of_cell_cycle_[GO:0051726];regulation_of_double-strand_break_repair_via_homologous_recombination_[GO:0010569]
## 132                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             cytosol_[GO:0005829];ATPase_activity_[GO:0016887];metal_ion_binding_[GO:0046872];ubiquitin-protein_transferase_activity_[GO:0004842];sprouting_angiogenesis_[GO:0002040]
## 133                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             chromosome,_centromeric_region_[GO:0000775];Dbf4-dependent_protein_kinase_complex_[GO:0031431];nucleus_[GO:0005634];DNA_replication_origin_binding_[GO:0003688];protein_serine/threonine_kinase_activator_activity_[GO:0043539];zinc_ion_binding_[GO:0008270];cell_division_[GO:0051301];chromosome_segregation_[GO:0007059];DNA_replication_initiation_[GO:0006270];mitotic_DNA_replication_checkpoint_[GO:0033314];negative_regulation_of_exit_from_mitosis_[GO:0001100];positive_regulation_of_DNA_replication_initiation_[GO:1903468];positive_regulation_of_meiosis_I_[GO:0060903];positive_regulation_of_protein_kinase_activity_[GO:0045860];positive_regulation_of_protein_serine/threonine_kinase_activity_[GO:0071902];premeiotic_DNA_replication_[GO:0006279]
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           histone_methyltransferase_complex_[GO:0035097];MLL3/4_complex_[GO:0044666];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];chromatin_DNA_binding_[GO:0031490];dioxygenase_activity_[GO:0051213];histone_demethylase_activity_[GO:0032452];histone_demethylase_activity_(H3-K27_specific)_[GO:0071558];identical_protein_binding_[GO:0042802];metal_ion_binding_[GO:0046872];RNA_polymerase_II_proximal_promoter_sequence-specific_DNA_binding_[GO:0000978];canonical_Wnt_signaling_pathway_[GO:0060070];cardiovascular_system_development_[GO:0072358];chromatin_remodeling_[GO:0006338];heart_morphogenesis_[GO:0003007];histone_H3-K4_methylation_[GO:0051568];in_utero_embryonic_development_[GO:0001701];mesodermal_cell_differentiation_[GO:0048333];multicellular_organism_growth_[GO:0035264];neural_tube_closure_[GO:0001843];notochord_morphogenesis_[GO:0048570];positive_regulation_of_gene_expression_[GO:0010628];respiratory_system_process_[GO:0003016];somite_rostral/caudal_axis_specification_[GO:0032525]
## 135                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               cell_body_[GO:0044297];cytoplasm_[GO:0005737];dendrite_[GO:0030425];extracellular_exosome_[GO:0070062];nuclear_chromatin_[GO:0000790];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];NURF_complex_[GO:0016589];perinuclear_region_of_cytoplasm_[GO:0048471];metal_ion_binding_[GO:0046872];sequence-specific_DNA_binding_[GO:0043565];transcription_factor_binding_[GO:0008134];anterior/posterior_pattern_specification_[GO:0009952];brain_development_[GO:0007420];cellular_response_to_nerve_growth_factor_stimulus_[GO:1990090];chromatin_remodeling_[GO:0006338];covalent_chromatin_modification_[GO:0016569];embryonic_placenta_development_[GO:0001892];endoderm_development_[GO:0007492];negative_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0000122];positive_regulation_of_transcription,_DNA-templated_[GO:0045893];regulation_of_transcription,_DNA-templated_[GO:0006355];response_to_wounding_[GO:0009611];transcription,_DNA-templated_[GO:0006351]
## 136                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    cell_junction_[GO:0030054];cytoplasm_[GO:0005737];cytoskeleton_[GO:0005856];postsynaptic_membrane_[GO:0045211];sarcolemma_[GO:0042383];actin_binding_[GO:0003779];dystroglycan_binding_[GO:0002162];zinc_ion_binding_[GO:0008270]
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   cytoplasm_[GO:0005737];Fanconi_anaemia_nuclear_complex_[GO:0043240];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];DNA_repair_[GO:0006281];female_gonad_development_[GO:0008585];interstrand_cross-link_repair_[GO:0036297];male_gonad_development_[GO:0008584];male_meiotic_nuclear_division_[GO:0007140];protein_complex_assembly_[GO:0006461];regulation_of_CD40_signaling_pathway_[GO:2000348];regulation_of_cell_proliferation_[GO:0042127];regulation_of_DNA_binding_transcription_factor_activity_[GO:0051090];regulation_of_inflammatory_response_[GO:0050727];regulation_of_regulatory_T_cell_differentiation_[GO:0045589]
## 138                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     cytoplasm_[GO:0005737];extracellular_exosome_[GO:0070062];extracellular_region_[GO:0005576];extracellular_space_[GO:0005615];extrinsic_component_of_membrane_[GO:0019898];phagocytic_vesicle_membrane_[GO:0030670];zymogen_granule_membrane_[GO:0042589];calcium-dependent_protein_binding_[GO:0048306];DNA_binding_[GO:0003677];heparan_sulfate_binding_[GO:1904399];lipopolysaccharide_binding_[GO:0001530];lipoteichoic_acid_binding_[GO:0070891];pattern_recognition_receptor_activity_[GO:0038187];scavenger_receptor_activity_[GO:0005044];signaling_pattern_recognition_receptor_activity_[GO:0008329];zymogen_binding_[GO:0035375];antimicrobial_humoral_immune_response_mediated_by_antimicrobial_peptide_[GO:0061844];cellular_protein_metabolic_process_[GO:0044267];defense_response_to_Gram-negative_bacterium_[GO:0050829];defense_response_to_Gram-positive_bacterium_[GO:0050830];defense_response_to_virus_[GO:0051607];epithelial_cell_differentiation_[GO:0030855];induction_of_bacterial_agglutination_[GO:0043152];innate_immune_response_[GO:0045087];multicellular_organism_development_[GO:0007275];protein_transport_[GO:0015031];receptor-mediated_endocytosis_[GO:0006898];viral_process_[GO:0016032]
## 139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     integral_component_of_membrane_[GO:0016021];folic_acid_binding_[GO:0005542];transmembrane_transport_[GO:0055085]
## 140                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .
## 141                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   zinc_ion_binding_[GO:0008270];dendrite_self-avoidance_[GO:0070593]
## 142                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      nucleus_[GO:0005634];histone_binding_[GO:0042393];metal_ion_binding_[GO:0046872];covalent_chromatin_modification_[GO:0016569];regulation_of_transcription,_DNA-templated_[GO:0006355];transcription,_DNA-templated_[GO:0006351]
## 143                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          integral_component_of_membrane_[GO:0016021]
## 144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Golgi_membrane_[GO:0000139];integral_component_of_membrane_[GO:0016021];GDP-fucose_transmembrane_transporter_activity_[GO:0005457];carbohydrate_transport_[GO:0008643];GDP-fucose_import_into_Golgi_lumen_[GO:0036085]
## 145                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    cytosol_[GO:0005829];MOZ/MORF_histone_acetyltransferase_complex_[GO:0070776];nuclear_speck_[GO:0016607];nucleolus_[GO:0005730];nucleoplasm_[GO:0005654];nucleosome_[GO:0000786];nucleus_[GO:0005634];PML_body_[GO:0016605];acetyltransferase_activity_[GO:0016407];DNA_binding_[GO:0003677];histone_acetyltransferase_activity_[GO:0004402];transcription_coactivator_activity_[GO:0003713];transcription_factor_binding_[GO:0008134];zinc_ion_binding_[GO:0008270];cellular_senescence_[GO:0090398];DNA_packaging_[GO:0006323];histone_acetylation_[GO:0016573];histone_H3_acetylation_[GO:0043966];myeloid_cell_differentiation_[GO:0030099];negative_regulation_of_transcription,_DNA-templated_[GO:0045892];nucleosome_assembly_[GO:0006334];positive_regulation_of_transcription,_DNA-templated_[GO:0045893];protein_acetylation_[GO:0006473];regulation_of_signal_transduction_by_p53_class_mediator_[GO:1901796];transcription,_DNA-templated_[GO:0006351]
## 146                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            cytoplasm_[GO:0005737];nucleus_[GO:0005634];metal_ion_binding_[GO:0046872];nuclease_activity_[GO:0004518]
## 147                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                cytosol_[GO:0005829];nucleoplasm_[GO:0005654];SUMO-specific_protease_activity_[GO:0016929];protein_desumoylation_[GO:0016926];protein_modification_by_small_protein_removal_[GO:0070646];protein_sumoylation_[GO:0016925];regulation_of_kinetochore_assembly_[GO:0090234];regulation_of_spindle_assembly_[GO:0090169]
## 148                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         centriolar_satellite_[GO:0034451];ciliary_basal_body_[GO:0036064];motile_cilium_[GO:0031514];cilium_assembly_[GO:0060271];microtubule_anchoring_[GO:0034453]
## 149                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        centrosome_[GO:0005813];chromatin_[GO:0000785];condensed_nuclear_chromosome_outer_kinetochore_[GO:0000942];condensed_nuclear_chromosome,_centromeric_region_[GO:0000780];cytoplasm_[GO:0005737];kinetochore_[GO:0000776];microtubule_cytoskeleton_[GO:0015630];midbody_[GO:0030496];nucleus_[GO:0005634];spindle_[GO:0005819];spindle_microtubule_[GO:0005876];spindle_midzone_[GO:0051233];spindle_pole_[GO:0000922];synaptonemal_complex_[GO:0000795];anaphase-promoting_complex_binding_[GO:0010997];ATP_binding_[GO:0005524];identical_protein_binding_[GO:0042802];magnesium_ion_binding_[GO:0000287];microtubule_binding_[GO:0008017];protein_kinase_activity_[GO:0004672];protein_kinase_binding_[GO:0019901];protein_serine/threonine_kinase_activity_[GO:0004674];centrosome_cycle_[GO:0007098];establishment_of_protein_localization_[GO:0045184];female_meiosis_chromosome_segregation_[GO:0016321];G2/M_transition_of_mitotic_cell_cycle_[GO:0000086];homologous_chromosome_segregation_[GO:0045143];microtubule_bundle_formation_[GO:0001578];mitotic_cell_cycle_[GO:0000278];mitotic_cytokinesis_[GO:0000281];mitotic_sister_chromatid_segregation_[GO:0000070];mitotic_spindle_assembly_checkpoint_[GO:0007094];negative_regulation_of_apoptotic_process_[GO:0043066];negative_regulation_of_cyclin-dependent_protein_serine/threonine_kinase_activity_[GO:0045736];negative_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0000122];nuclear_envelope_disassembly_[GO:0051081];peptidyl-serine_phosphorylation_[GO:0018105];positive_regulation_of_peptidyl-threonine_phosphorylation_[GO:0010800];positive_regulation_of_proteasomal_ubiquitin-dependent_protein_catabolic_process_[GO:0032436];positive_regulation_of_proteolysis_[GO:0045862];positive_regulation_of_ubiquitin_protein_ligase_activity_[GO:1904668];positive_regulation_of_ubiquitin-protein_transferase_activity_[GO:0051443];protein_destabilization_[GO:0031648];protein_localization_to_chromatin_[GO:0071168];protein_localization_to_nuclear_envelope_[GO:0090435];protein_phosphorylation_[GO:0006468];protein_ubiquitination_[GO:0016567];regulation_of_cytokinesis_[GO:0032465];regulation_of_mitotic_cell_cycle_[GO:0007346];regulation_of_mitotic_metaphase/anaphase_transition_[GO:0030071];regulation_of_mitotic_spindle_assembly_[GO:1901673];regulation_of_protein_binding_[GO:0043393];signal_transduction_involved_in_G2_DNA_damage_checkpoint_[GO:0072425];synaptonemal_complex_disassembly_[GO:0070194]
## 150                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          chloroplast_thylakoid_membrane_[GO:0009535];integral_component_of_membrane_[GO:0016021];plant-type_vacuole_membrane_[GO:0009705];ATP_binding_[GO:0005524];organic_anion_transmembrane_transporter_activity_[GO:0008514];cellular_response_to_water_deprivation_[GO:0042631]
## 151                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             nuclear_body_[GO:0016604];nuclear_matrix_[GO:0016363];nucleus_[GO:0005634];transcriptional_repressor_complex_[GO:0017053];metal_ion_binding_[GO:0046872];transcription_regulatory_region_DNA_binding_[GO:0044212];transcriptional_repressor_activity,_RNA_polymerase_II_proximal_promoter_sequence-specific_DNA_binding_[GO:0001078];cell_fate_commitment_[GO:0045165];cellular_response_to_lipopolysaccharide_[GO:0071222];hemopoiesis_[GO:0030097];inner_ear_auditory_receptor_cell_differentiation_[GO:0042491];inner_ear_morphogenesis_[GO:0042472];mechanosensory_behavior_[GO:0007638];negative_regulation_of_calcidiol_1-monooxygenase_activity_[GO:0010956];negative_regulation_of_cell_fate_specification_[GO:0009996];negative_regulation_of_neuron_projection_development_[GO:0010977];negative_regulation_of_NF-kappaB_transcription_factor_activity_[GO:0032088];negative_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0000122];negative_regulation_of_transcription,_DNA-templated_[GO:0045892];positive_regulation_of_cell_fate_specification_[GO:0042660];positive_regulation_of_interleukin-6-mediated_signaling_pathway_[GO:0070105];regulation_of_histone_H3-K4_methylation_[GO:0051569];regulation_of_toll-like_receptor_signaling_pathway_[GO:0034121];transcription,_DNA-templated_[GO:0006351]
## 152                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   axoneme_[GO:0005930];ciliary_base_[GO:0097546];cilium_[GO:0005929];extracellular_region_[GO:0005576];intraciliary_transport_particle_A_[GO:0030991];nucleolus_[GO:0005730];nucleus_[GO:0005634];plasma_membrane_[GO:0005886];enzyme_binding_[GO:0019899];phosphatidylinositol_binding_[GO:0035091];protein_complex_binding_[GO:0032403];anterior/posterior_pattern_specification_[GO:0009952];bone_development_[GO:0060348];brain_development_[GO:0007420];bronchus_morphogenesis_[GO:0060434];central_nervous_system_neuron_differentiation_[GO:0021953];dorsal/ventral_neural_tube_patterning_[GO:0021904];embryonic_camera-type_eye_development_[GO:0031076];embryonic_digit_morphogenesis_[GO:0042733];embryonic_neurocranium_morphogenesis_[GO:0048702];ganglion_development_[GO:0061548];limb_development_[GO:0060173];negative_regulation_of_smoothened_signaling_pathway_[GO:0045879];negative_regulation_of_smoothened_signaling_pathway_involved_in_dorsal/ventral_neural_tube_patterning_[GO:1901621];negative_regulation_of_smoothened_signaling_pathway_involved_in_ventral_spinal_cord_patterning_[GO:0021914];neural_tube_closure_[GO:0001843];neural_tube_development_[GO:0021915];neural_tube_formation_[GO:0001841];protein_localization_to_photoreceptor_outer_segment_[GO:1903546];receptor_localization_to_non-motile_cilium_[GO:0097500];regulation_of_G-protein_coupled_receptor_protein_signaling_pathway_[GO:0008277];regulation_of_smoothened_signaling_pathway_[GO:0008589];smoothened_signaling_pathway_involved_in_dorsal/ventral_neural_tube_patterning_[GO:0060831]
## 153                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  axolemma_[GO:0030673];axon_[GO:0030424];cell_surface_[GO:0009986];dendrite_[GO:0030425];early_endosome_[GO:0005769];Golgi_apparatus_[GO:0005794];integral_component_of_membrane_[GO:0016021];juxtaparanode_region_of_axon_[GO:0044224];membrane_[GO:0016020];neuronal_cell_body_[GO:0043025];paranodal_junction_[GO:0033010];perikaryon_[GO:0043204];voltage-gated_potassium_channel_complex_[GO:0008076];enzyme_binding_[GO:0019899];adult_behavior_[GO:0030534];brain_development_[GO:0007420];cell_adhesion_[GO:0007155];cerebral_cortex_development_[GO:0021987];clustering_of_voltage-gated_potassium_channels_[GO:0045163];learning_[GO:0007612];limbic_system_development_[GO:0021761];neuron_projection_development_[GO:0031175];neuron_projection_morphogenesis_[GO:0048812];neuron_recognition_[GO:0008038];protein_localization_to_juxtaparanode_region_of_axon_[GO:0071205];social_behavior_[GO:0035176];striatum_development_[GO:0021756];superior_temporal_gyrus_development_[GO:0071109];thalamus_development_[GO:0021794];transmission_of_nerve_impulse_[GO:0019226];vocal_learning_[GO:0042297];vocalization_behavior_[GO:0071625]
## 154                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               cell_body_[GO:0044297];cytoplasm_[GO:0005737];dendrite_[GO:0030425];extracellular_exosome_[GO:0070062];nuclear_chromatin_[GO:0000790];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];NURF_complex_[GO:0016589];perinuclear_region_of_cytoplasm_[GO:0048471];metal_ion_binding_[GO:0046872];sequence-specific_DNA_binding_[GO:0043565];transcription_factor_binding_[GO:0008134];anterior/posterior_pattern_specification_[GO:0009952];brain_development_[GO:0007420];cellular_response_to_nerve_growth_factor_stimulus_[GO:1990090];chromatin_remodeling_[GO:0006338];covalent_chromatin_modification_[GO:0016569];embryonic_placenta_development_[GO:0001892];endoderm_development_[GO:0007492];negative_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0000122];positive_regulation_of_transcription,_DNA-templated_[GO:0045893];regulation_of_transcription,_DNA-templated_[GO:0006355];response_to_wounding_[GO:0009611];transcription,_DNA-templated_[GO:0006351]
## 155                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    extracellular_region_[GO:0005576]
## 156                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              axolemma_[GO:0030673];cuticular_plate_[GO:0032437];cytoplasm_[GO:0005737];cytosol_[GO:0005829];extracellular_exosome_[GO:0070062];M_band_[GO:0031430];nucleolus_[GO:0005730];postsynaptic_density_[GO:0014069];protein_complex_[GO:0043234];spectrin_[GO:0008091];spectrin-associated_cytoskeleton_[GO:0014731];actin_binding_[GO:0003779];ankyrin_binding_[GO:0030506];cadherin_binding_[GO:0045296];calmodulin_binding_[GO:0005516];GTPase_binding_[GO:0051020];phospholipid_binding_[GO:0005543];protein_complex_binding_[GO:0032403];Ras_guanyl-nucleotide_exchange_factor_activity_[GO:0005088];RNA_binding_[GO:0003723];structural_constituent_of_cytoskeleton_[GO:0005200];actin_filament_capping_[GO:0051693];axon_guidance_[GO:0007411];common-partner_SMAD_protein_phosphorylation_[GO:0007182];ER_to_Golgi_vesicle-mediated_transport_[GO:0006888];Golgi_to_plasma_membrane_protein_transport_[GO:0043001];MAPK_cascade_[GO:0000165];membrane_assembly_[GO:0071709];mitotic_cytokinesis_[GO:0000281];plasma_membrane_organization_[GO:0007009];positive_regulation_of_interleukin-2_secretion_[GO:1900042];positive_regulation_of_protein_localization_to_plasma_membrane_[GO:1903078];protein_localization_to_plasma_membrane_[GO:0072659];regulation_of_protein_localization_to_plasma_membrane_[GO:1903076];SMAD_protein_import_into_nucleus_[GO:0007184]
## 157                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        axon_[GO:0030424];chromosome,_telomeric_region_[GO:0000781];cytoplasm_[GO:0005737];growth_cone_[GO:0030426];intercellular_bridge_[GO:0045171];nuclear_body_[GO:0016604];nuclear_chromosome_[GO:0000228];nucleolus_[GO:0005730];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];ATP_binding_[GO:0005524];helicase_activity_[GO:0004386];identical_protein_binding_[GO:0042802];transcription_termination_site_sequence-specific_DNA_binding_[GO:0001147];cellular_response_to_DNA_damage_stimulus_[GO:0006974];cellular_response_to_fibroblast_growth_factor_stimulus_[GO:0044344];cellular_response_to_hydrogen_peroxide_[GO:0070301];cellular_response_to_oxidative_stress_[GO:0034599];cellular_response_to_retinoic_acid_[GO:0071300];circadian_rhythm_[GO:0007623];DNA_recombination_[GO:0006310];DNA-templated_transcription,_termination_[GO:0006353];double-strand_break_repair_[GO:0006302];fibroblast_growth_factor_receptor_signaling_pathway_[GO:0008543];MAPK_cascade_[GO:0000165];mRNA_splice_site_selection_[GO:0006376];negative_regulation_of_apoptotic_process_[GO:0043066];positive_regulation_of_DNA-templated_transcription,_initiation_[GO:2000144];positive_regulation_of_DNA-templated_transcription,_termination_[GO:0060566];positive_regulation_of_neuron_projection_development_[GO:0010976];positive_regulation_of_RNA_splicing_[GO:0033120];positive_regulation_of_termination_of_RNA_polymerase_II_transcription,_poly(A)-coupled_[GO:2000806];positive_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0045944];protein_kinase_B_signaling_[GO:0043491];spermatogenesis_[GO:0007283];termination_of_RNA_polymerase_II_transcription_[GO:0006369]
## 158                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    endoplasmic_reticulum_[GO:0005783];extracellular_exosome_[GO:0070062];Golgi_apparatus_[GO:0005794];integral_component_of_membrane_[GO:0016021];integral_component_of_plasma_membrane_[GO:0005887];intracellular_membrane-bounded_organelle_[GO:0043231];lysosomal_membrane_[GO:0005765];nucleoplasm_[GO:0005654];plasma_membrane_[GO:0005886];anion_transmembrane_transporter_activity_[GO:0008509];anion:anion_antiporter_activity_[GO:0015301];bicarbonate_transmembrane_transporter_activity_[GO:0015106];chloride_channel_activity_[GO:0005254];oxalate_transmembrane_transporter_activity_[GO:0019531];secondary_active_sulfate_transmembrane_transporter_activity_[GO:0008271];sulfate_transmembrane_transporter_activity_[GO:0015116];bicarbonate_transport_[GO:0015701];chloride_transmembrane_transport_[GO:1902476];ion_transport_[GO:0006811];regulation_of_intracellular_pH_[GO:0051453];regulation_of_membrane_potential_[GO:0042391];sulfate_transport_[GO:0008272]
## 159                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                cytoplasmic_vesicle_[GO:0031410];integral_component_of_plasma_membrane_[GO:0005887];intracellular_[GO:0005622];neuron_projection_[GO:0043005];presynaptic_membrane_[GO:0042734];G-protein_coupled_receptor_activity_[GO:0004930];glutamate_receptor_activity_[GO:0008066];group_III_metabotropic_glutamate_receptor_activity_[GO:0001642];activation_of_MAPK_activity_[GO:0000187];adenylate_cyclase-inhibiting_G-protein_coupled_glutamate_receptor_signaling_pathway_[GO:0007196];chemical_synaptic_transmission_[GO:0007268];learning_[GO:0007612];regulation_of_synaptic_transmission,_glutamatergic_[GO:0051966]
## 160                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                nucleoplasm_[GO:0005654];DNA_replication_[GO:0006260]
## 161                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               nucleus_[GO:0005634];metal_ion_binding_[GO:0046872];RNA_polymerase_II_transcription_factor_activity,_sequence-specific_DNA_binding_[GO:0000981];sequence-specific_DNA_binding_[GO:0043565];anatomical_structure_morphogenesis_[GO:0009653];cell_differentiation_[GO:0030154];transcription,_DNA-templated_[GO:0006351]
## 162                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               cilium_[GO:0005929];cytoplasm_[GO:0005737];dynein_complex_[GO:0030286];microtubule_[GO:0005874];ATP_binding_[GO:0005524];ATP-dependent_microtubule_motor_activity,_minus-end-directed_[GO:0008569];dynein_intermediate_chain_binding_[GO:0045505];dynein_light_chain_binding_[GO:0045503];dynein_light_intermediate_chain_binding_[GO:0051959];microtubule-based_movement_[GO:0007018]
## 163                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        mitochondrion_[GO:0005739];formyl-CoA_transferase_activity_[GO:0033608];succinate-hydroxymethylglutarate_CoA-transferase_activity_[GO:0047369];metabolic_process_[GO:0008152]
## 164                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];endopeptidase_activity_[GO:0004175];metalloendopeptidase_activity_[GO:0004222];zinc_ion_binding_[GO:0008270];peptide_hormone_processing_[GO:0016486]
## 165                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       nucleic_acid_binding_[GO:0003676];DNA_integration_[GO:0015074]
## 166                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               cytosol_[GO:0005829];membrane_[GO:0016020];guanyl-nucleotide_exchange_factor_activity_[GO:0005085];zinc_ion_binding_[GO:0008270];membrane_fusion_[GO:0061025];post-Golgi_vesicle-mediated_transport_[GO:0006892];protein_transport_[GO:0015031];small_GTPase_mediated_signal_transduction_[GO:0007264]
## 167                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        cell_surface_[GO:0009986];integral_component_of_membrane_[GO:0016021];calcium-dependent_protein_binding_[GO:0048306];carbohydrate_binding_[GO:0030246];carbohydrate_derivative_binding_[GO:0097367];mannose_binding_[GO:0005537];metal_ion_binding_[GO:0046872];virus_receptor_activity_[GO:0001618];endocytosis_[GO:0006897];regulation_of_T_cell_proliferation_[GO:0042129]
## 168                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          cytoplasm_[GO:0005737];nucleus_[GO:0005634];H2A_histone_acetyltransferase_activity_[GO:0043998];H4_histone_acetyltransferase_activity_[GO:0010485];peptide-serine-N-acetyltransferase_activity_[GO:1990189];histone_H2A_acetylation_[GO:0043968];histone_H4_acetylation_[GO:0043967];N-terminal_protein_amino_acid_acetylation_[GO:0006474]
## 169                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       protein_transport_[GO:0015031]
## 170                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           condensed_chromosome_kinetochore_[GO:0000777];condensed_chromosome_outer_kinetochore_[GO:0000940];condensed_nuclear_chromosome_kinetochore_[GO:0000778];cytoplasm_[GO:0005737];cytosol_[GO:0005829];kinetochore_[GO:0000776];perinuclear_region_of_cytoplasm_[GO:0048471];ATP_binding_[GO:0005524];protein_kinase_activity_[GO:0004672];protein_serine/threonine_kinase_activity_[GO:0004674];apoptotic_process_[GO:0006915];cell_division_[GO:0051301];meiotic_sister_chromatid_cohesion,_centromeric_[GO:0051754];metaphase/anaphase_transition_of_mitotic_cell_cycle_[GO:0007091];mitotic_spindle_assembly_checkpoint_[GO:0007094];protein_localization_to_chromosome,_centromeric_region_[GO:0071459];protein_localization_to_kinetochore_[GO:0034501]
## 171                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Ctf18_RFC-like_complex_[GO:0031390];DNA_replication_factor_C_complex_[GO:0005663];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];DNA_clamp_loader_activity_[GO:0003689];DNA_damage_response,_detection_of_DNA_damage_[GO:0042769];DNA_replication_[GO:0006260];DNA_strand_elongation_involved_in_DNA_replication_[GO:0006271];DNA_synthesis_involved_in_DNA_repair_[GO:0000731];error-free_translesion_synthesis_[GO:0070987];error-prone_translesion_synthesis_[GO:0042276];nucleotide-excision_repair,_DNA_gap_filling_[GO:0006297];nucleotide-excision_repair,_DNA_incision_[GO:0033683];nucleotide-excision_repair,_DNA_incision,_5'-to_lesion_[GO:0006296];positive_regulation_of_DNA-directed_DNA_polymerase_activity_[GO:1900264];regulation_of_signal_transduction_by_p53_class_mediator_[GO:1901796];response_to_organophosphorus_[GO:0046683];telomere_maintenance_via_semi-conservative_replication_[GO:0032201];transcription-coupled_nucleotide-excision_repair_[GO:0006283];translesion_synthesis_[GO:0019985]
## 172                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              nucleus_[GO:0005634];chromatin_binding_[GO:0003682];cohesin_loading_[GO:0071921];digestive_tract_development_[GO:0048565];embryonic_pectoral_fin_morphogenesis_[GO:0035118];embryonic_viscerocranium_morphogenesis_[GO:0048703];heart_development_[GO:0007507];heart_jogging_[GO:0003146];rRNA_transcription_[GO:0009303];transcriptional_activation_by_promoter-enhancer_looping_[GO:0071733];translation_[GO:0006412]
## 173                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    integral_component_of_membrane_[GO:0016021];adaptive_immune_response_[GO:0002250]
## 174                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        extracellular_region_[GO:0005576];toxin_activity_[GO:0090729]
## 175                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                basement_membrane_[GO:0005604];cell_cortex_[GO:0005938];cell_junction_[GO:0030054];cleavage_furrow_[GO:0032154];extracellular_region_[GO:0005576];calcium_ion_binding_[GO:0005509];cell_cycle_[GO:0007049];cell_division_[GO:0051301]
## 176                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    nucleus_[GO:0005634];RNA_polymerase_II_transcription_factor_activity,_sequence-specific_DNA_binding_[GO:0000981];sequence-specific_DNA_binding_[GO:0043565];anatomical_structure_morphogenesis_[GO:0009653];cell_differentiation_[GO:0030154];determination_of_ventral_identity_[GO:0048264];ectoderm_development_[GO:0007398];nervous_system_development_[GO:0007399];positive_regulation_of_transcription,_DNA-templated_[GO:0045893];transcription,_DNA-templated_[GO:0006351]
## 177                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   extracellular_region_[GO:0005576];calcium_ion_binding_[GO:0005509]
## 178                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    extracellular_region_[GO:0005576]
## 179                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];G-protein_coupled_receptor_activity_[GO:0004930]
## 180                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              death_domain_binding_[GO:0070513];apoptotic_signaling_pathway_[GO:0097190];autophagy_[GO:0006914];cellular_response_to_amino_acid_starvation_[GO:0034198];negative_regulation_of_autophagy_[GO:0010507]
## 181                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                integral_component_of_plasma_membrane_[GO:0005887];plasma_membrane_[GO:0005886];calcium_ion_binding_[GO:0005509];Notch_binding_[GO:0005112];angiogenesis_[GO:0001525];blood_vessel_lumenization_[GO:0072554];blood_vessel_remodeling_[GO:0001974];branching_involved_in_blood_vessel_morphogenesis_[GO:0001569];cardiac_atrium_morphogenesis_[GO:0003209];cardiac_ventricle_morphogenesis_[GO:0003208];cellular_response_to_fibroblast_growth_factor_stimulus_[GO:0044344];cellular_response_to_vascular_endothelial_growth_factor_stimulus_[GO:0035924];dorsal_aorta_morphogenesis_[GO:0035912];negative_regulation_of_blood_vessel_endothelial_cell_migration_[GO:0043537];negative_regulation_of_blood_vessel_endothelial_cell_proliferation_involved_in_sprouting_angiogenesis_[GO:1903588];negative_regulation_of_cell_migration_involved_in_sprouting_angiogenesis_[GO:0090051];negative_regulation_of_cell_proliferation_[GO:0008285];negative_regulation_of_endothelial_cell_migration_[GO:0010596];negative_regulation_of_gene_expression_[GO:0010629];negative_regulation_of_Notch_signaling_pathway_[GO:0045746];negative_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0000122];Notch_signaling_involved_in_heart_development_[GO:0061314];Notch_signaling_pathway_[GO:0007219];pericardium_morphogenesis_[GO:0003344];positive_regulation_of_gene_expression_[GO:0010628];positive_regulation_of_neural_precursor_cell_proliferation_[GO:2000179];positive_regulation_of_Notch_signaling_pathway_[GO:0045747];regulation_of_neural_retina_development_[GO:0061074];regulation_of_neurogenesis_[GO:0050767];T_cell_differentiation_[GO:0030217];ventral_spinal_cord_interneuron_fate_commitment_[GO:0060579];ventricular_trabecula_myocardium_morphogenesis_[GO:0003222];visual_perception_[GO:0007601]
## 182                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         cell_surface_[GO:0009986];extracellular_space_[GO:0005615];membrane_[GO:0016020];lipopeptide_binding_[GO:0071723];lipopolysaccharide_binding_[GO:0001530];lipoteichoic_acid_binding_[GO:0070891];receptor_binding_[GO:0005102];acute-phase_response_[GO:0006953];cellular_response_to_lipopolysaccharide_[GO:0071222];cellular_response_to_lipoteichoic_acid_[GO:0071223];defense_response_to_Gram-negative_bacterium_[GO:0050829];defense_response_to_Gram-positive_bacterium_[GO:0050830];detection_of_molecule_of_bacterial_origin_[GO:0032490];innate_immune_response_[GO:0045087];leukocyte_chemotaxis_involved_in_inflammatory_response_[GO:0002232];lipopolysaccharide_transport_[GO:0015920];lipopolysaccharide-mediated_signaling_pathway_[GO:0031663];macromolecule_localization_[GO:0033036];macrophage_activation_involved_in_immune_response_[GO:0002281];negative_regulation_of_growth_of_symbiont_in_host_[GO:0044130];negative_regulation_of_tumor_necrosis_factor_production_[GO:0032720];opsonization_[GO:0008228];positive_regulation_of_chemokine_production_[GO:0032722];positive_regulation_of_cytolysis_[GO:0045919];positive_regulation_of_interleukin-6_production_[GO:0032755];positive_regulation_of_interleukin-8_production_[GO:0032757];positive_regulation_of_macrophage_activation_[GO:0043032];positive_regulation_of_neutrophil_chemotaxis_[GO:0090023];positive_regulation_of_respiratory_burst_involved_in_inflammatory_response_[GO:0060265];positive_regulation_of_toll-like_receptor_4_signaling_pathway_[GO:0034145];positive_regulation_of_tumor_necrosis_factor_biosynthetic_process_[GO:0042535];positive_regulation_of_tumor_necrosis_factor_production_[GO:0032760];response_to_lipopolysaccharide_[GO:0032496]
## 183                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       asymmetric_synapse_[GO:0032279];axon_[GO:0030424];axon_terminus_[GO:0043679];cell_cortex_[GO:0005938];cell_surface_[GO:0009986];dendrite_[GO:0030425];dendritic_shaft_[GO:0043198];Golgi_apparatus_[GO:0005794];integral_component_of_membrane_[GO:0016021];integral_component_of_plasma_membrane_[GO:0005887];membrane_[GO:0016020];neuronal_cell_body_[GO:0043025];postsynaptic_membrane_[GO:0045211];presynaptic_active_zone_[GO:0048786];presynaptic_membrane_[GO:0042734];protein_complex_[GO:0043234];receptor_complex_[GO:0043235];rough_endoplasmic_reticulum_[GO:0005791];synapse_[GO:0045202];terminal_bouton_[GO:0043195];adenylate_cyclase_inhibiting_G-protein_coupled_glutamate_receptor_activity_[GO:0001640];adenylate_cyclase_inhibitor_activity_[GO:0010855];calcium_channel_regulator_activity_[GO:0005246];calcium_ion_binding_[GO:0005509];calcium-dependent_protein_binding_[GO:0048306];calmodulin_binding_[GO:0005516];glutamate_binding_[GO:0016595];glutamate_receptor_activity_[GO:0008066];group_III_metabotropic_glutamate_receptor_activity_[GO:0001642];PDZ_domain_binding_[GO:0030165];protein_homodimerization_activity_[GO:0042803];serine_binding_[GO:0070905];voltage-gated_calcium_channel_activity_[GO:0005245];adenylate_cyclase-inhibiting_G-protein_coupled_glutamate_receptor_signaling_pathway_[GO:0007196];adenylate_cyclase-inhibiting_G-protein_coupled_receptor_signaling_pathway_[GO:0007193];adult_behavior_[GO:0030534];associative_learning_[GO:0008306];behavioral_fear_response_[GO:0001662];chemical_synaptic_transmission_[GO:0007268];conditioned_taste_aversion_[GO:0001661];learning_or_memory_[GO:0007611];memory_[GO:0007613];multicellular_organismal_response_to_stress_[GO:0033555];negative_regulation_of_adenylate_cyclase_activity_[GO:0007194];negative_regulation_of_cAMP_biosynthetic_process_[GO:0030818];negative_regulation_of_glutamate_secretion_[GO:0014050];nervous_system_process_[GO:0050877];regulation_of_synaptic_transmission,_glutamatergic_[GO:0051966];sensory_perception_of_sound_[GO:0007605];short-term_memory_[GO:0007614];transmission_of_nerve_impulse_[GO:0019226]
## 184                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     basement_membrane_[GO:0005604];extracellular_space_[GO:0005615];calcium_ion_binding_[GO:0005509]
## 185                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     cyclin-dependent_protein_kinase_holoenzyme_complex_[GO:0000307];cytoplasm_[GO:0005737];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];cell_cycle_G1/S_phase_transition_[GO:0044843];cell_division_[GO:0051301];G2/M_transition_of_mitotic_cell_cycle_[GO:0000086]
## 186                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       mitochondrion_[GO:0005739];aerobic_respiration_[GO:0009060];mitochondrial_fission_[GO:0000266]
## 187                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       integral_component_of_membrane_[GO:0016021];calcium_ion_binding_[GO:0005509];cell-matrix_adhesion_[GO:0007160]
## 188                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           cell_[GO:0005623];cytoplasm_[GO:0005737];acetyl-CoA_carboxylase_activity_[GO:0003989];ATP_binding_[GO:0005524];biotin_binding_[GO:0009374];biotin_carboxylase_activity_[GO:0004075];DBD_domain_binding_[GO:0050692];metal_ion_binding_[GO:0046872];receptor_binding_[GO:0005102];sterol_response_element_binding_[GO:0032810];thyroid_hormone_receptor_binding_[GO:0046966];fatty_acid_biosynthetic_process_[GO:0006633];malonyl-CoA_biosynthetic_process_[GO:2001295];positive_regulation_of_gene_expression_[GO:0010628];positive_regulation_of_transcription,_DNA-templated_[GO:0045893];regulation_of_biological_quality_[GO:0065008];regulation_of_gene_expression,_epigenetic_[GO:0040029];response_to_carbohydrate_[GO:0009743];response_to_fatty_acid_[GO:0070542];response_to_thyroid_hormone_[GO:0097066];transport_[GO:0006810]
## 189                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GTPase_activator_activity_[GO:0005096];signal_transduction_[GO:0007165]
## 190                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  endoplasmic_reticulum_membrane_[GO:0005789];organelle_membrane_[GO:0031090];aromatase_activity_[GO:0070330];heme_binding_[GO:0020037];iron_ion_binding_[GO:0005506]
## 191                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            caveola_[GO:0005901];cytoplasm_[GO:0005737];integral_component_of_plasma_membrane_[GO:0005887];membrane_[GO:0016020];nuclear_membrane_[GO:0031965];nucleus_[GO:0005634];plasma_membrane_[GO:0005886];T-tubule_[GO:0030315];Z_disc_[GO:0030018];alpha1-adrenergic_receptor_activity_[GO:0004937];protein_heterodimerization_activity_[GO:0046982];activation_of_phospholipase_C_activity_[GO:0007202];adenylate_cyclase-activating_adrenergic_receptor_signaling_pathway_[GO:0071880];adult_heart_development_[GO:0007512];aging_[GO:0007568];calcium_ion_transport_into_cytosol_[GO:0060402];cell_growth_[GO:0016049];micturition_[GO:0060073];negative_regulation_of_autophagy_[GO:0010507];negative_regulation_of_heart_rate_involved_in_baroreceptor_response_to_increased_systemic_arterial_blood_pressure_[GO:0001985];negative_regulation_of_Rho_protein_signal_transduction_[GO:0035024];norepinephrine-epinephrine_vasoconstriction_involved_in_regulation_of_systemic_arterial_blood_pressure_[GO:0001994];organ_growth_[GO:0035265];phospholipase_C-activating_G-protein_coupled_receptor_signaling_pathway_[GO:0007200];pilomotor_reflex_[GO:0097195];positive_regulation_of_action_potential_[GO:0045760];positive_regulation_of_cardiac_muscle_contraction_[GO:0060452];positive_regulation_of_cardiac_muscle_hypertrophy_[GO:0010613];positive_regulation_of_cytosolic_calcium_ion_concentration_[GO:0007204];positive_regulation_of_ERK1_and_ERK2_cascade_[GO:0070374];positive_regulation_of_heart_rate_[GO:0010460];positive_regulation_of_heart_rate_by_epinephrine-norepinephrine_[GO:0001996];positive_regulation_of_MAPK_cascade_[GO:0043410];positive_regulation_of_non-membrane_spanning_protein_tyrosine_kinase_activity_[GO:1903997];positive_regulation_of_protein_kinase_C_signaling_[GO:0090037];positive_regulation_of_smooth_muscle_contraction_[GO:0045987];positive_regulation_of_synaptic_transmission,_GABAergic_[GO:0032230];positive_regulation_of_systemic_arterial_blood_pressure_[GO:0003084];positive_regulation_of_the_force_of_heart_contraction_by_epinephrine-norepinephrine_[GO:0001997];positive_regulation_of_vasoconstriction_[GO:0045907];response_to_drug_[GO:0042493];response_to_hormone_[GO:0009725]
## 192                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     condensed_chromosome_kinetochore_[GO:0000777];Ndc80_complex_[GO:0031262];nucleus_[GO:0005634];cell_cycle_[GO:0007049];cell_division_[GO:0051301]
## 193                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                actin_cytoskeleton_[GO:0015629];apical_cortex_[GO:0045179];cytosol_[GO:0005829];female_germline_ring_canal_[GO:0035324];female_germline_ring_canal_inner_rim_[GO:0035183];female_germline_ring_canal_outer_rim_[GO:0035182];plasma_membrane_[GO:0005886];Z_disc_[GO:0030018];actin_binding_[GO:0003779];behavioral_response_to_ethanol_[GO:0048149];cytoplasmic_transport,_nurse_cell_to_oocyte_[GO:0007303];determination_of_adult_lifespan_[GO:0008340];female_germline_ring_canal_formation_[GO:0007301];female_germline_ring_canal_formation,_actin_assembly_[GO:0008302];germarium-derived_female_germ-line_cyst_encapsulation_[GO:0030708];germline_ring_canal_formation_[GO:0030725];long-term_memory_[GO:0007616];mitotic_cell_cycle_[GO:0000278];motor_neuron_axon_guidance_[GO:0008045];negative_regulation_of_lamellocyte_differentiation_[GO:0035204];positive_regulation_of_cytoskeleton_organization_[GO:0051495];protein_localization_[GO:0008104];sarcomere_organization_[GO:0045214]
## 194                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   cytoplasm_[GO:0005737];nucleus_[GO:0005634];DNA_binding_[GO:0003677];DNA_binding_transcription_factor_activity_[GO:0003700];RNA_polymerase_II_activating_transcription_factor_binding_[GO:0001102];RNA_polymerase_II_proximal_promoter_sequence-specific_DNA_binding_[GO:0000978];RNA_polymerase_II_regulatory_region_sequence-specific_DNA_binding_[GO:0000977];RNA_polymerase_II_transcription_coactivator_activity_[GO:0001105];RNA_polymerase_II_transcription_factor_binding_[GO:0001085];transcriptional_activator_activity,_RNA_polymerase_II_proximal_promoter_sequence-specific_DNA_binding_[GO:0001077];aortic_valve_development_[GO:0003176];aortic_valve_morphogenesis_[GO:0003180];atrial_septum_morphogenesis_[GO:0060413];blood_circulation_[GO:0008015];branching_involved_in_blood_vessel_morphogenesis_[GO:0001569];cardiac_chamber_formation_[GO:0003207];cardiac_muscle_tissue_morphogenesis_[GO:0055008];cardiac_right_ventricle_morphogenesis_[GO:0003215];cardiac_septum_development_[GO:0003279];cell_proliferation_[GO:0008283];dorsal/ventral_pattern_formation_[GO:0009953];embryonic_heart_tube_development_[GO:0035050];embryonic_heart_tube_elongation_[GO:0036306];embryonic_heart_tube_morphogenesis_[GO:0003143];endocardial_cushion_formation_[GO:0003272];endocardial_cushion_morphogenesis_[GO:0003203];foramen_ovale_closure_[GO:0035922];heart_looping_[GO:0001947];muscle_contraction_[GO:0006936];negative_regulation_of_SMAD_protein_complex_assembly_[GO:0010991];negative_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0000122];negative_regulation_of_transcription,_DNA-templated_[GO:0045892];neuron_migration_[GO:0001764];outflow_tract_morphogenesis_[GO:0003151];outflow_tract_septum_morphogenesis_[GO:0003148];pericardium_morphogenesis_[GO:0003344];positive_regulation_of_cardiac_muscle_cell_proliferation_[GO:0060045];positive_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0045944];positive_regulation_of_transcription,_DNA-templated_[GO:0045893];pulmonary_valve_formation_[GO:0003193];pulmonary_vein_morphogenesis_[GO:0060577];regulation_of_epithelial_to_mesenchymal_transition_[GO:0010717];tricuspid_valve_development_[GO:0003175];visceral_motor_neuron_differentiation_[GO:0021524]
## 195                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       cytoplasm_[GO:0005737];dCMP_deaminase_activity_[GO:0004132];identical_protein_binding_[GO:0042802];zinc_ion_binding_[GO:0008270];dTMP_biosynthetic_process_[GO:0006231];dUMP_biosynthetic_process_[GO:0006226]
## 196                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              nucleus_[GO:0005634];cell_cycle_[GO:0007049];cell_division_[GO:0051301]
## 197                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  endoplasmic_reticulum_membrane_[GO:0005789];integral_component_of_membrane_[GO:0016021];transferase_activity,_transferring_hexosyl_groups_[GO:0016758];GPI_anchor_biosynthetic_process_[GO:0006506]
## 198                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Cul3-RING_ubiquitin_ligase_complex_[GO:0031463];cytoskeleton_[GO:0005856];cytosol_[GO:0005829];actin_binding_[GO:0003779];distal_tubule_morphogenesis_[GO:0072156];ion_homeostasis_[GO:0050801];protein_K48-linked_ubiquitination_[GO:0070936];protein_ubiquitination_[GO:0016567];protein_ubiquitination_involved_in_ubiquitin-dependent_protein_catabolic_process_[GO:0042787];renal_sodium_ion_absorption_[GO:0070294]
## 199                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               cell_cortex_[GO:0005938];site_of_polarized_growth_[GO:0030427];actin_filament_reorganization_[GO:0090527];cell_morphogenesis_[GO:0000902];neuron_projection_development_[GO:0031175];regulation_of_transcription,_DNA-templated_[GO:0006355];transcription,_DNA-templated_[GO:0006351]
## 200                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                basement_membrane_[GO:0005604];cell_cortex_[GO:0005938];cell_junction_[GO:0030054];cleavage_furrow_[GO:0032154];extracellular_region_[GO:0005576];calcium_ion_binding_[GO:0005509];cell_cycle_[GO:0007049];cell_division_[GO:0051301]
## 201                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];serine-type_endopeptidase_activity_[GO:0004252];negative_regulation_of_secretion_[GO:0051048]
## 202                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                endoplasmic_reticulum_membrane_[GO:0005789];intracellular_membrane-bounded_organelle_[GO:0043231];organelle_membrane_[GO:0031090];aromatase_activity_[GO:0070330];estrogen_16-alpha-hydroxylase_activity_[GO:0101020];heme_binding_[GO:0020037];iron_ion_binding_[GO:0005506];monooxygenase_activity_[GO:0004497];oxidoreductase_activity_[GO:0016491];oxygen_binding_[GO:0019825];alkaloid_catabolic_process_[GO:0009822];drug_catabolic_process_[GO:0042737];lipid_hydroxylation_[GO:0002933];oxidative_demethylation_[GO:0070989];steroid_metabolic_process_[GO:0008202];xenobiotic_metabolic_process_[GO:0006805]
## 203                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           nucleus_[GO:0005634];protein_kinase_binding_[GO:0019901];cytokinesis_[GO:0000910];mitotic_cell_cycle_[GO:0000278];mitotic_cytokinesis_[GO:0000281];regulation_of_chromatin_binding_[GO:0035561];regulation_of_cyclin-dependent_protein_serine/threonine_kinase_activity_[GO:0000079];regulation_of_G2/M_transition_of_mitotic_cell_cycle_[GO:0010389];syncytial_blastoderm_mitotic_cell_cycle_[GO:0035186]
## 204                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         centriolar_satellite_[GO:0034451];ciliary_basal_body_[GO:0036064];motile_cilium_[GO:0031514];cilium_assembly_[GO:0060271];microtubule_anchoring_[GO:0034453]
## 205                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  integral_component_of_membrane_[GO:0016021];metallocarboxypeptidase_activity_[GO:0004181];serine-type_carboxypeptidase_activity_[GO:0004185];zinc_ion_binding_[GO:0008270];proteolysis_[GO:0006508]
## 206                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           MutLalpha_complex_[GO:0032389];nucleus_[GO:0005634];ATP_binding_[GO:0005524];ATPase_activity_[GO:0016887];DNA_binding_[GO:0003677];mismatched_DNA_binding_[GO:0030983];single-stranded_DNA_binding_[GO:0003697];mismatch_repair_[GO:0006298];response_to_drug_[GO:0042493]
## 207                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     extracellular_space_[GO:0005615];serine-type_endopeptidase_activity_[GO:0004252];digestion_[GO:0007586];proteolysis_[GO:0006508]
## 208                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    nucleic_acid_binding_[GO:0003676];transferase_activity_[GO:0016740];zinc_ion_binding_[GO:0008270]
## 209                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               mitochondrial_outer_membrane_[GO:0005741];mitochondrion_[GO:0005739];ATP_binding_[GO:0005524];glycerol_kinase_activity_[GO:0004370];glycerol_catabolic_process_[GO:0019563];glycerol_metabolic_process_[GO:0006071];glycerol-3-phosphate_biosynthetic_process_[GO:0046167];triglyceride_metabolic_process_[GO:0006641]
## 210                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                cytosol_[GO:0005829];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];plasma_membrane_[GO:0005886];bone_development_[GO:0060348];face_morphogenesis_[GO:0060325];head_morphogenesis_[GO:0060323];in_utero_embryonic_development_[GO:0001701];multicellular_organism_growth_[GO:0035264];odontogenesis_of_dentin-containing_tooth_[GO:0042475];skeletal_system_morphogenesis_[GO:0048705];tissue_homeostasis_[GO:0001894]
## 211                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             nucleus_[GO:0005634];brain_development_[GO:0007420];central_nervous_system_projection_neuron_axonogenesis_[GO:0021952];head_development_[GO:0060322];negative_regulation_of_Rho_protein_signal_transduction_[GO:0035024];neural_precursor_cell_proliferation_[GO:0061351];positive_regulation_of_apoptotic_process_[GO:0043065];protein_homooligomerization_[GO:0051260]
## 212                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          chloroplast_thylakoid_membrane_[GO:0009535];integral_component_of_membrane_[GO:0016021];plant-type_vacuole_membrane_[GO:0009705];ATP_binding_[GO:0005524];organic_anion_transmembrane_transporter_activity_[GO:0008514];cellular_response_to_water_deprivation_[GO:0042631]
## 213                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             integral_component_of_plasma_membrane_[GO:0005887];creatine_transmembrane_transporter_activity_[GO:0005308];monocarboxylic_acid_transmembrane_transporter_activity_[GO:0008028];symporter_activity_[GO:0015293];creatine_transmembrane_transport_[GO:1902598];monocarboxylic_acid_transport_[GO:0015718]
## 214                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              cytoplasm_[GO:0005737];endoplasmic_reticulum_[GO:0005783];extracellular_region_[GO:0005576];NLRP3_inflammasome_complex_[GO:0072559];nucleus_[GO:0005634];ATP_binding_[GO:0005524];identical_protein_binding_[GO:0042802];sequence-specific_DNA_binding_[GO:0043565];transcription_factor_binding_[GO:0008134];activation_of_cysteine-type_endopeptidase_activity_involved_in_apoptotic_process_[GO:0006919];cellular_response_to_lipopolysaccharide_[GO:0071222];cellular_response_to_peptidoglycan_[GO:0071224];cytokine_secretion_involved_in_immune_response_[GO:0002374];defense_response_to_Gram-positive_bacterium_[GO:0050830];defense_response_to_virus_[GO:0051607];inflammatory_response_[GO:0006954];innate_immune_response_[GO:0045087];interleukin-1_beta_production_[GO:0032611];interleukin-1_secretion_[GO:0050701];interleukin-18_production_[GO:0032621];negative_regulation_of_acute_inflammatory_response_[GO:0002674];negative_regulation_of_interleukin-1_beta_secretion_[GO:0050713];negative_regulation_of_NF-kappaB_import_into_nucleus_[GO:0042347];negative_regulation_of_NF-kappaB_transcription_factor_activity_[GO:0032088];NLRP3_inflammasome_complex_assembly_[GO:0044546];positive_regulation_of_interleukin-1_beta_secretion_[GO:0050718];positive_regulation_of_interleukin-13_production_[GO:0032736];positive_regulation_of_interleukin-4_production_[GO:0032753];positive_regulation_of_interleukin-5_production_[GO:0032754];positive_regulation_of_NF-kappaB_transcription_factor_activity_[GO:0051092];positive_regulation_of_T-helper_17_cell_differentiation_[GO:2000321];positive_regulation_of_T-helper_2_cell_cytokine_production_[GO:2000553];positive_regulation_of_T-helper_2_cell_differentiation_[GO:0045630];positive_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0045944];positive_regulation_of_type_2_immune_response_[GO:0002830];transcription,_DNA-templated_[GO:0006351]
## 215                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          cell_junction_[GO:0030054];dendritic_spine_[GO:0043197];postsynaptic_membrane_[GO:0045211];synapse_[GO:0045202];actin_cytoskeleton_organization_[GO:0030036];G-protein_coupled_glutamate_receptor_signaling_pathway_[GO:0007216];long_term_synaptic_depression_[GO:0060292]
## 216                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        cell_surface_[GO:0009986];lysosome_[GO:0005764];arylsulfatase_activity_[GO:0004065];metal_ion_binding_[GO:0046872];N-acetylgalactosamine-4-sulfatase_activity_[GO:0003943];colon_epithelial_cell_migration_[GO:0061580];metabolic_process_[GO:0008152];positive_regulation_of_neuron_projection_development_[GO:0010976];regulation_of_epithelial_cell_migration_[GO:0010632]
## 217                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .
## 218                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      cytoplasm_[GO:0005737];cytosol_[GO:0005829];extracellular_exosome_[GO:0070062];extracellular_region_[GO:0005576];fibrillar_center_[GO:0001650];ficolin-1-rich_granule_lumen_[GO:1904813];nucleolus_[GO:0005730];plasma_membrane_[GO:0005886];secretory_granule_lumen_[GO:0034774];1-alkyl-2-acetylglycerophosphocholine_esterase_activity_[GO:0003847];phospholipase_A2_activity_[GO:0004623];platelet-activating_factor_acetyltransferase_activity_[GO:0047179];protein_heterodimerization_activity_[GO:0046982];protein_homodimerization_activity_[GO:0042803];brain_development_[GO:0007420];lipid_catabolic_process_[GO:0016042];lipid_metabolic_process_[GO:0006629];neutrophil_degranulation_[GO:0043312];positive_regulation_of_macroautophagy_[GO:0016239];spermatogenesis_[GO:0007283]
## 219                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           cell-cell_junction_[GO:0005911];cytosol_[GO:0005829];early_endosome_membrane_[GO:0031901];endosome_membrane_[GO:0010008];Golgi_membrane_[GO:0000139];late_endosome_membrane_[GO:0031902];membrane_raft_[GO:0045121];perinuclear_region_of_cytoplasm_[GO:0048471];vesicle_membrane_[GO:0012506];1-phosphatidylinositol-3-phosphate_5-kinase_activity_[GO:0000285];1-phosphatidylinositol-4-phosphate_5-kinase_activity_[GO:0016308];ATP_binding_[GO:0005524];phosphatidylinositol-3,5-bisphosphate_5-phosphatase_activity_[GO:0043813];zinc_ion_binding_[GO:0008270];intracellular_signal_transduction_[GO:0035556];myelin_assembly_[GO:0032288];phosphatidylinositol_5-phosphate_metabolic_process_[GO:1904562];phosphatidylinositol_biosynthetic_process_[GO:0006661];protein_localization_to_nucleus_[GO:0034504];regulation_of_autophagosome_assembly_[GO:2000785];retrograde_transport,_endosome_to_Golgi_[GO:0042147]
## 220                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     cytoplasmic_vesicle_[GO:0031410];endoplasmic_reticulum_[GO:0005783];fucosyltransferase_activity_[GO:0008417];Notch_binding_[GO:0005112];peptide-O-fucosyltransferase_activity_[GO:0046922];cell-cell_adhesion_[GO:0098609];endocytosis_[GO:0006897];fucose_metabolic_process_[GO:0006004];negative_regulation_of_Notch_signaling_pathway_[GO:0045746];Notch_signaling_pathway_[GO:0007219];O-glycan_processing_[GO:0016266];positive_regulation_of_Notch_signaling_pathway_[GO:0045747];protein_catabolic_process_[GO:0030163];protein_O-linked_fucosylation_[GO:0036066];protein_O-linked_glycosylation_[GO:0006493];regulation_of_Notch_signaling_pathway_[GO:0008593];regulation_of_transcription,_DNA-templated_[GO:0006355]
## 221                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                cytoplasm_[GO:0005737];protein_transport_[GO:0015031]
## 222                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            cytoplasm_[GO:0005737];ATP_binding_[GO:0005524];protein_serine/threonine_kinase_activity_[GO:0004674];Rho_guanyl-nucleotide_exchange_factor_activity_[GO:0005089];negative_regulation_of_fat_cell_differentiation_[GO:0045599];regulation_of_Rho_protein_signal_transduction_[GO:0035023]
## 223                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                axon_cytoplasm_[GO:1904115];BLOC-1_complex_[GO:0031083];cytoplasm_[GO:0005737];endosome_[GO:0005768];extrinsic_component_of_membrane_[GO:0019898];transport_vesicle_[GO:0030133];actin_filament_binding_[GO:0051015];protein_homodimerization_activity_[GO:0042803];anterograde_axonal_transport_[GO:0008089];anterograde_synaptic_vesicle_transport_[GO:0048490];blood_coagulation_[GO:0007596];endosome_to_melanosome_transport_[GO:0035646];intracellular_transport_[GO:0046907];melanocyte_differentiation_[GO:0030318];melanosome_transport_[GO:0032402];membrane_fusion_[GO:0061025];neuron_projection_development_[GO:0031175];positive_regulation_of_natural_killer_cell_activation_[GO:0032816];positive_regulation_of_pigment_cell_differentiation_[GO:0050942];secretion_of_lysosomal_enzymes_[GO:0033299]
## 224                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    chromosome_[GO:0005694];Golgi_apparatus_[GO:0005794];nucleoplasm_[GO:0005654];PML_body_[GO:0016605];ATP_binding_[GO:0005524];DNA_binding_[GO:0003677];MutLalpha_complex_binding_[GO:0032405];MutSalpha_complex_binding_[GO:0032407];protein_kinase_activity_[GO:0004672];protein_serine/threonine_kinase_activity_[GO:0004674];cell_cycle_[GO:0007049];cellular_response_to_DNA_damage_stimulus_[GO:0006974];cellular_response_to_gamma_radiation_[GO:0071480];cellular_response_to_UV_[GO:0034644];DNA_damage_checkpoint_[GO:0000077];DNA_repair_[GO:0006281];DNA_replication_[GO:0006260];establishment_of_macromolecular_complex_localization_to_telomere_[GO:0097695];establishment_of_RNA_localization_to_telomere_[GO:0097694];interstrand_cross-link_repair_[GO:0036297];multicellular_organism_development_[GO:0007275];negative_regulation_of_DNA_replication_[GO:0008156];peptidyl-serine_phosphorylation_[GO:0018105];positive_regulation_of_DNA_damage_response,_signal_transduction_by_p53_class_mediator_[GO:0043517];positive_regulation_of_telomerase_catalytic_core_complex_assembly_[GO:1904884];positive_regulation_of_telomere_maintenance_via_telomerase_[GO:0032212];protein_autophosphorylation_[GO:0046777];protein_localization_to_chromosome,_telomeric_region_[GO:0070198];regulation_of_cellular_response_to_heat_[GO:1900034];regulation_of_signal_transduction_by_p53_class_mediator_[GO:1901796];replicative_senescence_[GO:0090399];response_to_drug_[GO:0042493]
## 225                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           MutSalpha_complex_[GO:0032301];MutSbeta_complex_[GO:0032302];nucleus_[GO:0005634];ADP_binding_[GO:0043531];ATP_binding_[GO:0005524];ATPase_activity_[GO:0016887];centromeric_DNA_binding_[GO:0019237];damaged_DNA_binding_[GO:0003684];dinucleotide_repeat_insertion_binding_[GO:0032181];DNA_binding_[GO:0003677];DNA-dependent_ATPase_activity_[GO:0008094];double-strand/single-strand_DNA_junction_binding_[GO:0000406];enzyme_binding_[GO:0019899];four-way_junction_DNA_binding_[GO:0000400];guanine/thymine_mispair_binding_[GO:0032137];heteroduplex_DNA_loop_binding_[GO:0000404];magnesium_ion_binding_[GO:0000287];mismatched_DNA_binding_[GO:0030983];MutLalpha_complex_binding_[GO:0032405];oxidized_purine_DNA_binding_[GO:0032357];protein_C-terminus_binding_[GO:0008022];protein_homodimerization_activity_[GO:0042803];protein_kinase_binding_[GO:0019901];single_base_insertion_or_deletion_binding_[GO:0032138];single_guanine_insertion_binding_[GO:0032142];single_thymine_insertion_binding_[GO:0032143];single-stranded_DNA_binding_[GO:0003697];Y-form_DNA_binding_[GO:0000403];B_cell_differentiation_[GO:0030183];B_cell_mediated_immunity_[GO:0019724];cell_cycle_arrest_[GO:0007050];cellular_response_to_DNA_damage_stimulus_[GO:0006974];determination_of_adult_lifespan_[GO:0008340];DNA_repair_[GO:0006281];double-strand_break_repair_[GO:0006302];germ_cell_development_[GO:0007281];in_utero_embryonic_development_[GO:0001701];intra-S_DNA_damage_checkpoint_[GO:0031573];intrinsic_apoptotic_signaling_pathway_in_response_to_DNA_damage_[GO:0008630];intrinsic_apoptotic_signaling_pathway_in_response_to_DNA_damage_by_p53_class_mediator_[GO:0042771];isotype_switching_[GO:0045190];maintenance_of_DNA_repeat_elements_[GO:0043570];male_gonad_development_[GO:0008584];meiotic_gene_conversion_[GO:0006311];mismatch_repair_[GO:0006298];negative_regulation_of_DNA_recombination_[GO:0045910];negative_regulation_of_neuron_apoptotic_process_[GO:0043524];negative_regulation_of_reciprocal_meiotic_recombination_[GO:0045128];oxidative_phosphorylation_[GO:0006119];positive_regulation_of_helicase_activity_[GO:0051096];positive_regulation_of_isotype_switching_to_IgA_isotypes_[GO:0048298];positive_regulation_of_isotype_switching_to_IgG_isotypes_[GO:0048304];postreplication_repair_[GO:0006301];response_to_UV-B_[GO:0010224];response_to_X-ray_[GO:0010165];somatic_hypermutation_of_immunoglobulin_genes_[GO:0016446];somatic_recombination_of_immunoglobulin_gene_segments_[GO:0016447];somatic_recombination_of_immunoglobulin_genes_involved_in_immune_response_[GO:0002204]
## 226                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    chromosome,_centromeric_region_[GO:0000775];nucleoplasm_[GO:0005654];chromatin_binding_[GO:0003682];DNA_binding_[GO:0003677];RNA_binding_[GO:0003723];RNA_polymerase_binding_[GO:0070063];heterochromatin_maintenance_[GO:0070829];regulation_of_chromosome_organization_[GO:0033044];RNA_processing_[GO:0006396]
## 227                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];G-protein_coupled_amine_receptor_activity_[GO:0008227];trace-amine_receptor_activity_[GO:0001594];cAMP_biosynthetic_process_[GO:0006171];G-protein_coupled_receptor_signaling_pathway_[GO:0007186]
## 228                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          cytoplasm_[GO:0005737];cytosol_[GO:0005829];mitochondrial_inner_membrane_[GO:0005743];mitochondrial_matrix_[GO:0005759];mitochondrion_[GO:0005739];nucleolus_[GO:0005730];nucleus_[GO:0005634];cofactor_binding_[GO:0048037];folic_acid_binding_[GO:0005542];nucleotide_binding_[GO:0000166];protein_homodimerization_activity_[GO:0042803];sequence-specific_mRNA_binding_[GO:1990825];thymidylate_synthase_activity_[GO:0004799];translation_repressor_activity,_nucleic_acid_binding_[GO:0000900];aging_[GO:0007568];cartilage_development_[GO:0051216];circadian_rhythm_[GO:0007623];developmental_growth_[GO:0048589];DNA_biosynthetic_process_[GO:0071897];dTMP_biosynthetic_process_[GO:0006231];dTTP_biosynthetic_process_[GO:0006235];dUMP_metabolic_process_[GO:0046078];immortalization_of_host_cell_by_virus_[GO:0019088];intestinal_epithelial_cell_maturation_[GO:0060574];liver_regeneration_[GO:0097421];negative_regulation_of_translation_[GO:0017148];nucleobase-containing_small_molecule_interconversion_[GO:0015949];regulation_of_transcription_involved_in_G1/S_transition_of_mitotic_cell_cycle_[GO:0000083];response_to_cytokine_[GO:0034097];response_to_ethanol_[GO:0045471];response_to_folic_acid_[GO:0051593];response_to_glucocorticoid_[GO:0051384];response_to_organophosphorus_[GO:0046683];response_to_progesterone_[GO:0032570];response_to_vitamin_A_[GO:0033189];tetrahydrofolate_interconversion_[GO:0035999];uracil_metabolic_process_[GO:0019860]
## 229                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               cytosol_[GO:0005829];dystrophin-associated_glycoprotein_complex_[GO:0016010];extracellular_space_[GO:0005615];Golgi_apparatus_[GO:0005794];Golgi_membrane_[GO:0000139];integral_component_of_membrane_[GO:0016021];nucleus_[GO:0005634];rough_endoplasmic_reticulum_[GO:0005791];sarcolemma_[GO:0042383];transferase_activity_[GO:0016740];protein_O-linked_mannosylation_[GO:0035269];protein_processing_[GO:0016485]
## 230                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                cytoplasm_[GO:0005737];cytosol_[GO:0005829];extracellular_exosome_[GO:0070062];intracellular_ribonucleoprotein_complex_[GO:0030529];membrane_[GO:0016020];nucleus_[GO:0005634];spindle_microtubule_[GO:0005876];DNA_binding_[GO:0003677];enzyme_binding_[GO:0019899];NAD+_ADP-ribosyltransferase_activity_[GO:0003950];cell_death_[GO:0008219];cellular_protein_modification_process_[GO:0006464];cellular_response_to_DNA_damage_stimulus_[GO:0006974];DNA_repair_[GO:0006281];inflammatory_response_[GO:0006954];protein_ADP-ribosylation_[GO:0006471];regulation_of_telomerase_activity_[GO:0051972];response_to_drug_[GO:0042493]
## 231                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      adherens_junction_[GO:0005912];apical_plasma_membrane_[GO:0016324];cytoplasmic_vesicle_[GO:0031410];integral_component_of_membrane_[GO:0016021];membrane_raft_[GO:0045121];plasma_membrane_[GO:0005886];calcium_ion_binding_[GO:0005509];Notch_binding_[GO:0005112];scaffold_protein_binding_[GO:0097110];Tat_protein_binding_[GO:0030957];astrocyte_development_[GO:0014002];auditory_receptor_cell_fate_commitment_[GO:0009912];cell_fate_determination_[GO:0001709];cell-cell_signaling_[GO:0007267];cerebellar_molecular_layer_formation_[GO:0021688];cerebellar_Purkinje_cell_layer_structural_organization_[GO:0021693];clathrin-dependent_endocytosis_[GO:0072583];compartment_pattern_specification_[GO:0007386];determination_of_left/right_symmetry_[GO:0007368];endothelial_tip_cell_fate_specification_[GO:0097102];heart_looping_[GO:0001947];inner_ear_development_[GO:0048839];lateral_inhibition_[GO:0046331];left/right_axis_specification_[GO:0070986];loop_of_Henle_development_[GO:0072070];marginal_zone_B_cell_differentiation_[GO:0002315];negative_regulation_of_cardiac_muscle_cell_differentiation_[GO:2000726];negative_regulation_of_cell_differentiation_[GO:0045596];negative_regulation_of_cell_proliferation_[GO:0008285];negative_regulation_of_epidermal_cell_differentiation_[GO:0045605];negative_regulation_of_epithelial_cell_differentiation_[GO:0030857];negative_regulation_of_glial_cell_apoptotic_process_[GO:0034351];negative_regulation_of_inner_ear_auditory_receptor_cell_differentiation_[GO:0045608];negative_regulation_of_interleukin-10_production_[GO:0032693];negative_regulation_of_myeloid_cell_differentiation_[GO:0045638];negative_regulation_of_myoblast_differentiation_[GO:0045662];negative_regulation_of_neuron_differentiation_[GO:0045665];nephron_development_[GO:0072006];nervous_system_development_[GO:0007399];neuron_fate_specification_[GO:0048665];neuronal_stem_cell_population_maintenance_[GO:0097150];Notch_signaling_pathway_[GO:0007219];Notch_signaling_pathway_involved_in_arterial_endothelial_cell_fate_commitment_[GO:0060853];organ_growth_[GO:0035265];positive_regulation_of_cell_proliferation_[GO:0008284];positive_regulation_of_endocytosis_[GO:0045807];positive_regulation_of_gene_expression_[GO:0010628];positive_regulation_of_Notch_signaling_pathway_[GO:0045747];positive_regulation_of_skeletal_muscle_tissue_growth_[GO:0048633];positive_regulation_of_sprouting_angiogenesis_[GO:1903672];positive_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0045944];proximal_tubule_development_[GO:0072014];proximal/distal_pattern_formation_[GO:0009954];regulation_of_blood_pressure_[GO:0008217];regulation_of_cell_adhesion_[GO:0030155];regulation_of_cell_division_[GO:0051302];regulation_of_energy_homeostasis_[GO:2000505];regulation_of_growth_[GO:0040008];regulation_of_neurogenesis_[GO:0050767];regulation_of_skeletal_muscle_tissue_growth_[GO:0048631];regulation_of_somitogenesis_[GO:0014807];regulation_of_vascular_endothelial_growth_factor_signaling_pathway_[GO:1900746];retina_development_in_camera-type_eye_[GO:0060041];retina_morphogenesis_in_camera-type_eye_[GO:0060042];skeletal_muscle_tissue_growth_[GO:0048630];skin_epidermis_development_[GO:0098773];somite_specification_[GO:0001757];somitogenesis_[GO:0001756];spinal_cord_development_[GO:0021510];type_B_pancreatic_cell_development_[GO:0003323]
## 232                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    endoplasmic_reticulum_membrane_[GO:0005789];integral_component_of_membrane_[GO:0016021];calcium_ion_binding_[GO:0005509];iron_ion_binding_[GO:0005506];L-ascorbic_acid_binding_[GO:0031418];oxidoreductase_activity,_acting_on_paired_donors,_with_incorporation_or_reduction_of_molecular_oxygen,_2-oxoglutarate_as_one_donor,_and_incorporation_of_one_atom_each_of_oxygen_into_both_donors_[GO:0016706];regulation_of_erythrocyte_differentiation_[GO:0045646]
## 233                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            cytoplasm_[GO:0005737];microtubule_organizing_center_[GO:0005815];nucleus_[GO:0005634];ATP_binding_[GO:0005524];cyclin-dependent_protein_serine/threonine_kinase_activity_[GO:0004693];RNA_polymerase_II_carboxy-terminal_domain_kinase_activity_[GO:0008353];cell_cycle_[GO:0007049];cell_division_[GO:0051301];regulation_of_mitotic_cell_cycle,_embryonic_[GO:0009794]
## 234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Ctf18_RFC-like_complex_[GO:0031390];DNA_replication_factor_C_complex_[GO:0005663];nucleus_[GO:0005634];ATP_binding_[GO:0005524];DNA_clamp_loader_activity_[GO:0003689];enzyme_binding_[GO:0019899];single-stranded_DNA-dependent_ATPase_activity_[GO:0043142];DNA_repair_[GO:0006281];DNA-dependent_DNA_replication_[GO:0006261];positive_regulation_of_DNA-directed_DNA_polymerase_activity_[GO:1900264]
## 235                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       mitochondrion_[GO:0005739];metal_ion_binding_[GO:0046872];NADHX_epimerase_activity_[GO:0052856];NADPHX_epimerase_activity_[GO:0052857];nucleotide_binding_[GO:0000166];NADH_metabolic_process_[GO:0006734];NADP_metabolic_process_[GO:0006739]
## 236                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          nucleus_[GO:0005634];catalytic_activity_[GO:0003824];methylated_histone_binding_[GO:0035064];metabolic_process_[GO:0008152]
## 237                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    nucleus_[GO:0005634];perinuclear_region_of_cytoplasm_[GO:0048471]
## 238                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 nucleus_[GO:0005634]
## 239                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       extracellular_space_[GO:0005615];membrane_[GO:0016020];carboxypeptidase_activity_[GO:0004180];metal_ion_binding_[GO:0046872];metallopeptidase_activity_[GO:0008237];peptidyl-dipeptidase_activity_[GO:0008241]
## 240                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .
## 241                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    chromosome,_telomeric_region_[GO:0000781];PML_body_[GO:0016605];Smc5-Smc6_complex_[GO:0030915];ATP_binding_[GO:0005524];cellular_senescence_[GO:0090398];double-strand_break_repair_via_homologous_recombination_[GO:0000724];telomere_maintenance_via_recombination_[GO:0000722]
## 242                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           cytosol_[GO:0005829];SCF_ubiquitin_ligase_complex_[GO:0019005];ubiquitin_protein_ligase_binding_[GO:0031625];neurogenesis_[GO:0022008];proteasome-mediated_ubiquitin-dependent_protein_catabolic_process_[GO:0043161];protein_ubiquitination_involved_in_ubiquitin-dependent_protein_catabolic_process_[GO:0042787];regulation_of_proteolysis_[GO:0030162]
## 243                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      axon_[GO:0030424];dendrite_[GO:0030425];external_side_of_plasma_membrane_[GO:0009897];integral_component_of_plasma_membrane_[GO:0005887];neuronal_cell_body_[GO:0043025];perinuclear_region_of_cytoplasm_[GO:0048471];plasma_membrane_[GO:0005886];rough_endoplasmic_reticulum_[GO:0005791];ATP_binding_[GO:0005524];ephrin_receptor_activity_[GO:0005003];GPI-linked_ephrin_receptor_activity_[GO:0005004];transmembrane-ephrin_receptor_activity_[GO:0005005];axon_guidance_[GO:0007411];cAMP-mediated_signaling_[GO:0019933];ephrin_receptor_signaling_pathway_[GO:0048013];hippocampus_development_[GO:0021766];neuron_development_[GO:0048666];positive_regulation_of_CREB_transcription_factor_activity_[GO:0032793];regulation_of_actin_cytoskeleton_organization_[GO:0032956];regulation_of_GTPase_activity_[GO:0043087];regulation_of_insulin_secretion_involved_in_cellular_response_to_glucose_stimulus_[GO:0061178]
## 244                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      response_to_stress_[GO:0006950]
## 245                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          cell_body_[GO:0044297];cytosol_[GO:0005829];glial_cell_projection_[GO:0097386];mitochondrion_[GO:0005739];myelin_sheath_[GO:0043209];ATP_binding_[GO:0005524];glutamate_decarboxylase_activity_[GO:0004351];glutamate-ammonia_ligase_activity_[GO:0004356];identical_protein_binding_[GO:0042802];cell_proliferation_[GO:0008283];cellular_response_to_starvation_[GO:0009267];glutamine_biosynthetic_process_[GO:0006542];response_to_glucose_[GO:0009749]
## 246                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             endoplasmic_reticulum_membrane_[GO:0005789];extracellular_space_[GO:0005615];integral_component_of_membrane_[GO:0016021];secretory_granule_membrane_[GO:0030667];copper_ion_binding_[GO:0005507];dopamine_beta-monooxygenase_activity_[GO:0004500];dopamine_catabolic_process_[GO:0042420];norepinephrine_biosynthetic_process_[GO:0042421];octopamine_biosynthetic_process_[GO:0006589]
## 247                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  nucleus_[GO:0005634];sequence-specific_DNA_binding_[GO:0043565];transcriptional_activator_activity,_RNA_polymerase_II_transcription_regulatory_region_sequence-specific_DNA_binding_[GO:0001228];transcriptional_repressor_activity,_RNA_polymerase_II_transcription_regulatory_region_sequence-specific_DNA_binding_[GO:0001227];detection_of_visible_light_[GO:0009584];negative_regulation_of_transcription,_DNA-templated_[GO:0045892];positive_regulation_of_transcription,_DNA-templated_[GO:0045893];retina_layer_formation_[GO:0010842];retinal_bipolar_neuron_differentiation_[GO:0060040]
## 248                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       cytosol_[GO:0005829];adenosine_deaminase_activity_[GO:0004000];metal_ion_binding_[GO:0046872];adenosine_catabolic_process_[GO:0006154];drug_metabolic_process_[GO:0017144];inosine_biosynthetic_process_[GO:0046103];nucleotide_metabolic_process_[GO:0009117];purine-containing_compound_salvage_[GO:0043101]
## 249                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          integral_component_of_membrane_[GO:0016021]
## 250                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              adherens_junction_[GO:0005912];cell_surface_[GO:0009986];cytoplasmic_vesicle_[GO:0031410];endocytic_vesicle_[GO:0030139];endosome_[GO:0005768];integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];subapical_complex_[GO:0035003];calcium_ion_binding_[GO:0005509];Notch_binding_[GO:0005112];receptor_binding_[GO:0005102];actin_filament_organization_[GO:0007015];antennal_morphogenesis_[GO:0048800];apposition_of_dorsal_and_ventral_imaginal_disc-derived_wing_surfaces_[GO:0007475];asymmetric_cell_division_[GO:0008356];border_follicle_cell_migration_[GO:0007298];cell_adhesion_[GO:0007155];cell_fate_specification_[GO:0001708];chaeta_morphogenesis_[GO:0008407];compound_eye_cone_cell_fate_commitment_[GO:0042676];compound_eye_development_[GO:0048749];compound_eye_retinal_cell_programmed_cell_death_[GO:0046667];dorsal/ventral_lineage_restriction,_imaginal_disc_[GO:0007451];ectoderm_development_[GO:0007398];establishment_of_ommatidial_planar_polarity_[GO:0042067];establishment_of_planar_polarity_[GO:0001736];germ-line_stem_cell_population_maintenance_[GO:0030718];glial_cell_migration_[GO:0008347];imaginal_disc-derived_leg_morphogenesis_[GO:0007480];imaginal_disc-derived_leg_segmentation_[GO:0036011];imaginal_disc-derived_wing_morphogenesis_[GO:0007476];imaginal_disc-derived_wing_vein_morphogenesis_[GO:0008586];imaginal_disc-derived_wing_vein_specification_[GO:0007474];lateral_inhibition_[GO:0046331];mesoderm_development_[GO:0007498];negative_regulation_of_fusion_cell_fate_specification_[GO:0035157];negative_regulation_of_neurogenesis_[GO:0050768];negative_regulation_of_terminal_cell_fate_specification,_open_tracheal_system_[GO:0035155];nervous_system_development_[GO:0007399];Notch_signaling_pathway_[GO:0007219];oocyte_anterior/posterior_axis_specification_[GO:0007314];oocyte_localization_involved_in_germarium-derived_egg_chamber_formation_[GO:0030720];oogenesis_[GO:0048477];open_tracheal_system_development_[GO:0007424];ovarian_follicle_cell_development_[GO:0030707];ovarian_follicle_cell_stalk_formation_[GO:0030713];peripheral_nervous_system_development_[GO:0007422];positive_regulation_of_cell_proliferation_[GO:0008284];positive_regulation_of_mitotic_cell_cycle_[GO:0045931];R3/R4_cell_fate_commitment_[GO:0007464];R8_cell_differentiation_[GO:0045465];R8_cell_fate_commitment_[GO:0007460];regulation_of_R8_cell_spacing_in_compound_eye_[GO:0045468];second_mitotic_wave_involved_in_compound_eye_morphogenesis_[GO:0016330];sensory_organ_development_[GO:0007423];stem_cell_differentiation_[GO:0048863];ventral_cord_development_[GO:0007419];wing_disc_dorsal/ventral_pattern_formation_[GO:0048190]
## 251                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  chromosome,_telomeric_region_[GO:0000781];nucleus_[GO:0005634];Smc5-Smc6_complex_[GO:0030915];ligase_activity_[GO:0016874];metal_ion_binding_[GO:0046872];protein_dimerization_activity_[GO:0046983];ubiquitin-protein_transferase_activity_[GO:0004842];DNA_recombination_[GO:0006310];DNA_repair_[GO:0006281];positive_regulation_of_response_to_DNA_damage_stimulus_[GO:2001022]
## 252                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   cytosol_[GO:0005829];Flemming_body_[GO:0090543];kinesin_complex_[GO:0005871];membrane_[GO:0016020];microtubule_[GO:0005874];midbody_[GO:0030496];nucleus_[GO:0005634];spindle_midzone_[GO:0051233];ATP_binding_[GO:0005524];ATP-dependent_microtubule_motor_activity,_plus-end-directed_[GO:0008574];ATPase_activity_[GO:0016887];microtubule_binding_[GO:0008017];microtubule_motor_activity_[GO:0003777];PDZ_domain_binding_[GO:0030165];protein_kinase_binding_[GO:0019901];tubulin_binding_[GO:0015631];activation_of_protein_kinase_activity_[GO:0032147];cell_division_[GO:0051301];cell_proliferation_in_forebrain_[GO:0021846];cerebellar_cortex_development_[GO:0021695];cerebellar_granular_layer_structural_organization_[GO:0021685];cerebellar_Purkinje_cell_layer_structural_organization_[GO:0021693];cerebral_cortex_development_[GO:0021987];establishment_of_protein_localization_[GO:0045184];hippocampus_development_[GO:0021766];microtubule-based_movement_[GO:0007018];mitotic_metaphase_plate_congression_[GO:0007080];negative_regulation_of_apoptotic_process_[GO:0043066];negative_regulation_of_integrin_activation_[GO:0033624];negative_regulation_of_neuron_apoptotic_process_[GO:0043524];olfactory_bulb_development_[GO:0021772];positive_regulation_of_cell_proliferation_[GO:0008284];positive_regulation_of_cytokinesis_[GO:0032467];proteasome-mediated_ubiquitin-dependent_protein_catabolic_process_[GO:0043161];regulation_of_cell_adhesion_[GO:0030155];regulation_of_cell_growth_[GO:0001558];regulation_of_cell_maturation_[GO:1903429];regulation_of_cell_migration_[GO:0030334];regulation_of_G1/S_transition_of_mitotic_cell_cycle_[GO:2000045];regulation_of_G2/M_transition_of_mitotic_cell_cycle_[GO:0010389];regulation_of_myelination_[GO:0031641];regulation_of_neuron_apoptotic_process_[GO:0043523];regulation_of_Rap_protein_signal_transduction_[GO:0032487];SCF-dependent_proteasomal_ubiquitin-dependent_protein_catabolic_process_[GO:0031146];substrate_adhesion-dependent_cell_spreading_[GO:0034446]
## 253                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          nucleus_[GO:0005634];DNA_binding_transcription_factor_activity_[GO:0003700];protein_homodimerization_activity_[GO:0042803];sequence-specific_DNA_binding_[GO:0043565];cardiac_muscle_cell_differentiation_[GO:0055007];cartilage_morphogenesis_[GO:0060536];ear_development_[GO:0043583];ear_morphogenesis_[GO:0042471];embryonic_heart_tube_morphogenesis_[GO:0003143];embryonic_viscerocranium_morphogenesis_[GO:0048703];heart_development_[GO:0007507];heart_looping_[GO:0001947];neural_crest_cell_development_[GO:0014032];neural_crest_cell_migration_[GO:0001755];parathyroid_gland_development_[GO:0060017];pharyngeal_muscle_development_[GO:0043282];pharyngeal_system_development_[GO:0060037];positive_regulation_of_secondary_heart_field_cardioblast_proliferation_[GO:0072513];semicircular_canal_morphogenesis_[GO:0048752];soft_palate_development_[GO:0060023];thymus_development_[GO:0048538];transcription,_DNA-templated_[GO:0006351]
## 254                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               cytoplasmic_ribonucleoprotein_granule_[GO:0036464];cytosol_[GO:0005829];microtubule_cytoskeleton_[GO:0015630];MutLalpha_complex_[GO:0032389];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];plasma_membrane_[GO:0005886];ATP_binding_[GO:0005524];ATPase_activity_[GO:0016887];DNA_binding_[GO:0003677];endonuclease_activity_[GO:0004519];single_base_insertion_or_deletion_binding_[GO:0032138];mismatch_repair_[GO:0006298];response_to_drug_[GO:0042493];somatic_hypermutation_of_immunoglobulin_genes_[GO:0016446]
## 255                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           chromosome,_telomeric_region_[GO:0000781];nucleus_[GO:0005634];4_iron,_4_sulfur_cluster_binding_[GO:0051539];ATP_binding_[GO:0005524];ATP-dependent_DNA_helicase_activity_[GO:0004003];DNA_binding_[GO:0003677];DNA_polymerase_binding_[GO:0070182];metal_ion_binding_[GO:0046872];DNA_duplex_unwinding_[GO:0032508];DNA_repair_[GO:0006281];mitotic_telomere_maintenance_via_semi-conservative_replication_[GO:1902990];negative_regulation_of_DNA_recombination_[GO:0045910];negative_regulation_of_t-circle_formation_[GO:1904430];negative_regulation_of_telomere_maintenance_in_response_to_DNA_damage_[GO:1904506];positive_regulation_of_telomere_capping_[GO:1904355];positive_regulation_of_telomere_maintenance_[GO:0032206];positive_regulation_of_telomere_maintenance_via_telomere_lengthening_[GO:1904358];positive_regulation_of_telomeric_loop_disassembly_[GO:1904535];regulation_of_double-strand_break_repair_via_homologous_recombination_[GO:0010569];replication_fork_processing_[GO:0031297];strand_displacement_[GO:0000732];telomere_maintenance_[GO:0000723];telomere_maintenance_in_response_to_DNA_damage_[GO:0043247];telomeric_loop_disassembly_[GO:0090657]
## 256                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           DRM_complex_[GO:0070176];cell_cycle_[GO:0007049];transcription,_DNA-templated_[GO:0006351]
## 257                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      nucleus_[GO:0005634];DNA_binding_[GO:0003677];protein_dimerization_activity_[GO:0046983];multicellular_organism_development_[GO:0007275];Notch_signaling_pathway_[GO:0007219];regulation_of_transcription,_DNA-templated_[GO:0006355];transcription,_DNA-templated_[GO:0006351]
## 258                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       basement_membrane_[GO:0005604];cell_cortex_[GO:0005938];cell_junction_[GO:0030054];cleavage_furrow_[GO:0032154];extracellular_matrix_[GO:0031012];calcium_ion_binding_[GO:0005509];positive_regulation_of_cell_migration_[GO:0030335];response_to_stimulus_[GO:0050896];smooth_muscle_contraction_[GO:0006939]
## 259                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      cytosol_[GO:0005829];extracellular_exosome_[GO:0070062];nucleoplasm_[GO:0005654];adenine_binding_[GO:0002055];adenine_phosphoribosyltransferase_activity_[GO:0003999];AMP_binding_[GO:0016208];adenine_metabolic_process_[GO:0046083];adenine_salvage_[GO:0006168];AMP_salvage_[GO:0044209];cellular_response_to_insulin_stimulus_[GO:0032869];grooming_behavior_[GO:0007625];lactation_[GO:0007595];purine_ribonucleoside_salvage_[GO:0006166]
## 260                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               basement_membrane_[GO:0005604];extracellular_exosome_[GO:0070062];extracellular_matrix_[GO:0031012];extracellular_region_[GO:0005576];extracellular_space_[GO:0005615];focal_adhesion_[GO:0005925];Golgi_lumen_[GO:0005796];lysosomal_lumen_[GO:0043202];plasma_membrane_[GO:0005886];plasma_membrane_protein_complex_[GO:0098797];calcium_ion_binding_[GO:0005509];integrin_binding_[GO:0005178];low-density_lipoprotein_particle_receptor_binding_[GO:0050750];protein_C-terminus_binding_[GO:0008022];angiogenesis_[GO:0001525];brain_development_[GO:0007420];cardiovascular_system_development_[GO:0072358];cell_differentiation_[GO:0030154];cell_growth_[GO:0016049];cellular_protein_metabolic_process_[GO:0044267];extracellular_matrix_disassembly_[GO:0022617];extracellular_matrix_organization_[GO:0030198];glycosaminoglycan_biosynthetic_process_[GO:0006024];glycosaminoglycan_catabolic_process_[GO:0006027];glycosaminoglycan_metabolic_process_[GO:0030203];inflammatory_response_[GO:0006954];lipid_metabolic_process_[GO:0006629];negative_regulation_of_amyloid_fibril_formation_[GO:1905907];negative_regulation_of_angiogenesis_[GO:0016525];negative_regulation_of_cell_death_[GO:0060548];receptor-mediated_endocytosis_[GO:0006898];retinoid_metabolic_process_[GO:0001523]
## 261                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       chromatin_[GO:0000785];chromosome,_centromeric_region_[GO:0000775];Ctf18_RFC-like_complex_[GO:0031390];nucleoplasm_[GO:0005654];DNA_binding_[GO:0003677];DNA_replication_[GO:0006260];maintenance_of_mitotic_sister_chromatid_cohesion_[GO:0034088];regulation_of_DNA_replication_[GO:0006275]
## 262                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   extracellular_region_[GO:0005576];acetylcholinesterase_activity_[GO:0003990];carboxylic_ester_hydrolase_activity_[GO:0052689];cholinesterase_activity_[GO:0004104]
## 263                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            chromosome,_centromeric_region_[GO:0000775];nucleus_[GO:0005634];pericentric_heterochromatin_[GO:0005721];ATP_binding_[GO:0005524];helicase_activity_[GO:0004386];cell_cycle_[GO:0007049];cell_division_[GO:0051301];lymphocyte_proliferation_[GO:0046651];maintenance_of_DNA_methylation_[GO:0010216];methylation-dependent_chromatin_silencing_[GO:0006346];multicellular_organism_development_[GO:0007275];pericentric_heterochromatin_assembly_[GO:0031508];transcription,_DNA-templated_[GO:0006351]
## 264                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      cell-cell_adherens_junction_[GO:0005913];cytoplasm_[GO:0005737];cytosol_[GO:0005829];dendritic_shaft_[GO:0043198];dendritic_spine_cytoplasm_[GO:0061846];excitatory_synapse_[GO:0060076];extracellular_exosome_[GO:0070062];filopodium_[GO:0030175];Golgi_apparatus_[GO:0005794];microtubule_[GO:0005874];neuron_projection_branch_point_[GO:0061845];neuron_projection_terminus_[GO:0044306];neuronal_cell_body_[GO:0043025];plasma_membrane_[GO:0005886];postsynaptic_density_[GO:0014069];presynapse_[GO:0098793];rough_endoplasmic_reticulum_[GO:0005791];ruffle_[GO:0001726];secretory_granule_[GO:0030141];synaptic_membrane_[GO:0097060];cadherin_binding_involved_in_cell-cell_adhesion_[GO:0098641];cytoskeletal_adaptor_activity_[GO:0008093];identical_protein_binding_[GO:0042802];PDZ_domain_binding_[GO:0030165];proline-rich_region_binding_[GO:0070064];protein_C-terminus_binding_[GO:0008022];scaffold_protein_binding_[GO:0097110];transcription_cofactor_binding_[GO:0001221];actin_crosslink_formation_[GO:0051764];actin_filament_bundle_assembly_[GO:0051017];axonogenesis_[GO:0007409];brain_development_[GO:0007420];cellular_response_to_epidermal_growth_factor_stimulus_[GO:0071364];cellular_response_to_L-glutamate_[GO:1905232];dendrite_development_[GO:0016358];Fc-gamma_receptor_signaling_pathway_involved_in_phagocytosis_[GO:0038096];insulin_receptor_signaling_pathway_[GO:0008286];plasma_membrane_organization_[GO:0007009];positive_regulation_of_actin_cytoskeleton_reorganization_[GO:2000251];positive_regulation_of_actin_filament_polymerization_[GO:0030838];positive_regulation_of_dendritic_spine_morphogenesis_[GO:0061003];positive_regulation_of_excitatory_postsynaptic_potential_[GO:2000463];protein_localization_to_synapse_[GO:0035418];regulation_of_actin_cytoskeleton_organization_[GO:0032956];regulation_of_cell_shape_[GO:0008360];regulation_of_synaptic_plasticity_[GO:0048167];response_to_bacterium_[GO:0009617];vascular_endothelial_growth_factor_receptor_signaling_pathway_[GO:0048010]
## 265                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];glutathione_hydrolase_activity_[GO:0036374];hypoglycin_A_gamma-glutamyl_transpeptidase_activity_[GO:0102953];leukotriene_C4_gamma-glutamyl_transferase_activity_[GO:0103068];glutamate_metabolic_process_[GO:0006536];glutathione_biosynthetic_process_[GO:0006750];glutathione_catabolic_process_[GO:0006751];zymogen_activation_[GO:0031638]
## 266                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     axon_[GO:0030424];centrosome_[GO:0005813];cytoplasm_[GO:0005737];cytoplasmic_dynein_complex_[GO:0005868];extracellular_exosome_[GO:0070062];extracellular_matrix_[GO:0031012];filopodium_[GO:0030175];manchette_[GO:0002177];membrane_[GO:0016020];microtubule_[GO:0005874];neuronal_cell_body_[GO:0043025];nuclear_envelope_[GO:0005635];ATP_binding_[GO:0005524];ATP-dependent_microtubule_motor_activity,_minus-end-directed_[GO:0008569];dynein_intermediate_chain_binding_[GO:0045505];dynein_light_chain_binding_[GO:0045503];dynein_light_intermediate_chain_binding_[GO:0051959];RNA_binding_[GO:0003723];cell_division_[GO:0051301];cellular_response_to_3,3',5-triiodo-L-thyronine_[GO:1905243];cellular_response_to_nerve_growth_factor_stimulus_[GO:1990090];cytoplasmic_microtubule_organization_[GO:0031122];cytoplasmic_mRNA_processing_body_assembly_[GO:0033962];establishment_of_spindle_localization_[GO:0051293];minus-end-directed_vesicle_transport_along_microtubule_[GO:0072382];positive_regulation_of_intracellular_transport_[GO:0032388];positive_regulation_of_spindle_assembly_[GO:1905832];regulation_of_metaphase_plate_congression_[GO:0090235];regulation_of_mitotic_spindle_organization_[GO:0060236];spermatid_development_[GO:0007286];stress_granule_assembly_[GO:0034063]
## 267                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               chromosome,_centromeric_region_[GO:0000775];nucleus_[GO:0005634];pericentric_heterochromatin_[GO:0005721];ATP_binding_[GO:0005524];chromatin_binding_[GO:0003682];helicase_activity_[GO:0004386];cell_cycle_[GO:0007049];cell_division_[GO:0051301];cellular_response_to_leukemia_inhibitory_factor_[GO:1990830];chromatin_silencing_[GO:0006342];DNA_methylation_[GO:0006306];lymphocyte_differentiation_[GO:0030098];lymphocyte_proliferation_[GO:0046651];maintenance_of_DNA_methylation_[GO:0010216];methylation-dependent_chromatin_silencing_[GO:0006346];multicellular_organism_development_[GO:0007275];negative_regulation_of_apoptotic_process_[GO:0043066];negative_regulation_of_intrinsic_apoptotic_signaling_pathway_[GO:2001243];pericentric_heterochromatin_assembly_[GO:0031508];transcription,_DNA-templated_[GO:0006351];urogenital_system_development_[GO:0001655]
## 268                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       nucleus_[GO:0005634];DNA_binding_[GO:0003677];metal_ion_binding_[GO:0046872];regulation_of_transcription,_DNA-templated_[GO:0006355];transcription,_DNA-templated_[GO:0006351]
## 269                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            bacterial_nucleoid_[GO:0043590];cytoplasm_[GO:0005737];replisome_[GO:0030894];single-stranded_DNA-dependent_ATP-dependent_DNA_helicase_complex_[GO:0017117];ATP_binding_[GO:0005524];ATP-dependent_3'-5'_DNA_helicase_activity_[GO:0043140];ATP-dependent_DNA_helicase_activity_[GO:0004003];ATPase_activity_[GO:0016887];DNA_binding_[GO:0003677];DNA-dependent_ATPase_activity_[GO:0008094];four-way_junction_helicase_activity_[GO:0009378];single-stranded_DNA-dependent_ATP-dependent_DNA_helicase_activity_[GO:0017116];transition_metal_ion_binding_[GO:0046914];zinc_ion_binding_[GO:0008270];cellular_response_to_DNA_damage_stimulus_[GO:0006974];DNA_recombination_[GO:0006310];DNA_repair_[GO:0006281];DNA_replication_[GO:0006260];SOS_response_[GO:0009432]
## 270                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               cytosol_[GO:0005829];membrane_[GO:0016020];guanyl-nucleotide_exchange_factor_activity_[GO:0005085];zinc_ion_binding_[GO:0008270];membrane_fusion_[GO:0061025];post-Golgi_vesicle-mediated_transport_[GO:0006892];protein_transport_[GO:0015031];small_GTPase_mediated_signal_transduction_[GO:0007264]
## 271                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                cytoplasm_[GO:0005737];cytosol_[GO:0005829];nuclear_speck_[GO:0016607];protein_transport_[GO:0015031]
## 272                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   integral_component_of_membrane_[GO:0016021];calcium_ion_binding_[GO:0005509];Notch_binding_[GO:0005112];auditory_receptor_cell_development_[GO:0060117];cartilage_development_involved_in_endochondral_bone_morphogenesis_[GO:0060351];cranial_skeletal_system_development_[GO:1904888];dorsal/ventral_pattern_formation_[GO:0009953];face_morphogenesis_[GO:0060325];fin_regeneration_[GO:0031101];inner_ear_morphogenesis_[GO:0042472];liver_development_[GO:0001889];Notch_signaling_pathway_[GO:0007219];otolith_morphogenesis_[GO:0032474];pancreas_development_[GO:0031016];semicircular_canal_development_[GO:0060872];semicircular_canal_morphogenesis_[GO:0048752];thyroid_gland_development_[GO:0030878]
## 273                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              endoplasmic_reticulum_membrane_[GO:0005789];integral_component_of_membrane_[GO:0016021];protein_transport_[GO:0015031];signal_transduction_[GO:0007165]
## 274                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              extracellular_region_[GO:0005576];membrane_[GO:0016020]
## 275                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            apical_plasma_membrane_[GO:0016324];cytoplasm_[GO:0005737];cytoskeleton_[GO:0005856];cytosol_[GO:0005829];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];perinuclear_region_of_cytoplasm_[GO:0048471];recycling_endosome_[GO:0055037];ATP_binding_[GO:0005524];MAP_kinase_kinase_kinase_kinase_activity_[GO:0008349];protein_kinase_activity_[GO:0004672];protein_serine/threonine_kinase_activity_[GO:0004674];actin_cytoskeleton_reorganization_[GO:0031532];activation_of_JNKK_activity_[GO:0007256];cytoskeleton_organization_[GO:0007010];intracellular_signal_transduction_[GO:0035556];microvillus_assembly_[GO:0030033];neuron_projection_morphogenesis_[GO:0048812];positive_regulation_of_protein_phosphorylation_[GO:0001934];protein_autophosphorylation_[GO:0046777];protein_localization_to_plasma_membrane_[GO:0072659];protein_phosphorylation_[GO:0006468];regulation_of_apoptotic_process_[GO:0042981];regulation_of_dendrite_morphogenesis_[GO:0048814];regulation_of_mitotic_cell_cycle_[GO:0007346];stress-activated_protein_kinase_signaling_cascade_[GO:0031098];Wnt_signaling_pathway_[GO:0016055]
## 276                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       cytoplasm_[GO:0005737];spindle_microtubule_[GO:0005876];spindle_pole_[GO:0000922];ATP_binding_[GO:0005524];microtubule_binding_[GO:0008017];microtubule_motor_activity_[GO:0003777];cell_cycle_[GO:0007049];cell_division_[GO:0051301];microtubule-based_movement_[GO:0007018]
## 277                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         cytosol_[GO:0005829];Golgi_membrane_[GO:0000139];plasma_membrane_[GO:0005886];GTP_binding_[GO:0005525];GTPase_activity_[GO:0003924];protein_secretion_[GO:0009306];regulation_of_exocytosis_[GO:0017157];vesicle_docking_involved_in_exocytosis_[GO:0006904]
## 278                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           cell_wall_[GO:0005618];nucleolus_[GO:0005730];vacuolar_membrane_[GO:0005774];response_to_cytokinin_[GO:0009735];ubiquitin-dependent_protein_catabolic_process_[GO:0006511]
## 279                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             cytoplasm_[GO:0005737];extracellular_space_[GO:0005615];membrane_[GO:0016020];calcium_ion_binding_[GO:0005509];chromatin_binding_[GO:0003682];cell_adhesion_[GO:0007155]
## 280                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      cytoplasm_[GO:0005737];cytosol_[GO:0005829];O-phospho-L-serine:2-oxoglutarate_aminotransferase_activity_[GO:0004648];L-serine_biosynthetic_process_[GO:0006564]
## 281                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     cytoplasm_[GO:0005737];Golgi_apparatus_[GO:0005794];neuronal_cell_body_[GO:0043025];synapse_[GO:0045202];ATP_binding_[GO:0005524];GTP_binding_[GO:0005525];metal_ion_binding_[GO:0046872];protein_serine/threonine_kinase_activity_[GO:0004674];signal_transducer_activity_[GO:0004871];axon_extension_involved_in_axon_guidance_[GO:0048846];cellular_protein_localization_[GO:0034613];intracellular_signal_transduction_[GO:0035556];negative_regulation_of_neuron_death_[GO:1901215];response_to_endoplasmic_reticulum_stress_[GO:0034976];response_to_oxidative_stress_[GO:0006979];synaptic_vesicle_transport_[GO:0048489]
## 282                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              brush_border_[GO:0005903];integral_component_of_membrane_[GO:0016021];proton-dependent_oligopeptide_secondary_active_transmembrane_transporter_activity_[GO:0005427];symporter_activity_[GO:0015293];oligopeptide_transport_[GO:0006857];protein_transport_[GO:0015031]
## 283                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     cytoplasm_[GO:0005737];GTP_binding_[GO:0005525];GTPase_activity_[GO:0003924];translation_initiation_factor_activity_[GO:0003743]
## 284                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         thiol-dependent_ubiquitinyl_hydrolase_activity_[GO:0036459];protein_deubiquitination_[GO:0016579];ubiquitin-dependent_protein_catabolic_process_[GO:0006511]
## 285                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        extracellular_region_[GO:0005576];toxin_activity_[GO:0090729]
## 286                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                nucleus_[GO:0005634];DNA_binding_[GO:0003677];DNA_binding_transcription_factor_activity_[GO:0003700];metal_ion_binding_[GO:0046872];regulation_of_transcription,_DNA-templated_[GO:0006355];transcription,_DNA-templated_[GO:0006351]
## 287                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     fucose_binding_[GO:0042806];racemase_and_epimerase_activity,_acting_on_carbohydrates_and_derivatives_[GO:0016857];female_mating_behavior_[GO:0060180];fucose_metabolic_process_[GO:0006004];fucosylation_[GO:0036065];negative_regulation_of_neuron_differentiation_[GO:0045665]
## 288                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              intracellular_[GO:0005622];GTPase_activator_activity_[GO:0005096];cell_migration_[GO:0016477];intracellular_signal_transduction_[GO:0035556];positive_regulation_of_Wnt_signaling_pathway_[GO:0030177];signal_transduction_[GO:0007165]
## 289                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 cytoplasm_[GO:0005737];cytoskeleton_[GO:0005856];nucleus_[GO:0005634];actin_binding_[GO:0003779];enzyme_binding_[GO:0019899];defense_response_to_fungus_[GO:0050832]
## 290                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               cytosol_[GO:0005829];host_cell_[GO:0043657];nuclear_inclusion_body_[GO:0042405];nuclear_membrane_[GO:0031965];nuclear_periphery_[GO:0034399];nuclear_pore_[GO:0005643];nuclear_pore_nuclear_basket_[GO:0044615];nucleolus_[GO:0005730];nucleoplasm_[GO:0005654];DNA_binding_[GO:0003677];identical_protein_binding_[GO:0042802];metal_ion_binding_[GO:0046872];nuclear_localization_sequence_binding_[GO:0008139];nucleocytoplasmic_transporter_activity_[GO:0005487];protein_membrane_anchor_[GO:0043495];structural_constituent_of_nuclear_pore_[GO:0017056];intracellular_transport_of_virus_[GO:0075733];mitotic_nuclear_envelope_disassembly_[GO:0007077];mRNA_export_from_nucleus_[GO:0006406];negative_regulation_of_RNA_export_from_nucleus_[GO:0046832];nuclear_pore_complex_assembly_[GO:0051292];protein_import_into_nucleus_[GO:0006606];protein_sumoylation_[GO:0016925];regulation_of_cellular_response_to_heat_[GO:1900034];regulation_of_gene_silencing_by_miRNA_[GO:0060964];regulation_of_glycolytic_process_[GO:0006110];tRNA_export_from_nucleus_[GO:0006409];viral_entry_into_host_cell_[GO:0046718];viral_penetration_into_host_nucleus_[GO:0075732];viral_process_[GO:0016032];viral_transcription_[GO:0019083]
## 291                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];G-protein_coupled_receptor_activity_[GO:0004930]
## 292                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            mitochondrial_matrix_[GO:0005759];translation_elongation_factor_activity_[GO:0003746];mitochondrial_translational_elongation_[GO:0070125]
## 293                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   extracellular_region_[GO:0005576];calcium_ion_binding_[GO:0005509]
## 294                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    cytosol_[GO:0005829];nuclear_replication_fork_[GO:0043596];nucleoplasm_[GO:0005654];double-strand_break_repair_via_homologous_recombination_[GO:0000724];replication_fork_processing_[GO:0031297]
## 295                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            nucleus_[GO:0005634];chromosome_condensation_[GO:0030261]
## 296                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            bacterial_nucleoid_[GO:0043590];cytoplasm_[GO:0005737];replisome_[GO:0030894];single-stranded_DNA-dependent_ATP-dependent_DNA_helicase_complex_[GO:0017117];ATP_binding_[GO:0005524];ATP-dependent_3'-5'_DNA_helicase_activity_[GO:0043140];ATP-dependent_DNA_helicase_activity_[GO:0004003];ATPase_activity_[GO:0016887];DNA_binding_[GO:0003677];DNA-dependent_ATPase_activity_[GO:0008094];four-way_junction_helicase_activity_[GO:0009378];single-stranded_DNA-dependent_ATP-dependent_DNA_helicase_activity_[GO:0017116];transition_metal_ion_binding_[GO:0046914];zinc_ion_binding_[GO:0008270];cellular_response_to_DNA_damage_stimulus_[GO:0006974];DNA_recombination_[GO:0006310];DNA_repair_[GO:0006281];DNA_replication_[GO:0006260];SOS_response_[GO:0009432]
## 297                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        endoplasmic_reticulum_[GO:0005783];extracellular_region_[GO:0005576];protein_disulfide_isomerase_activity_[GO:0003756];cell_redox_homeostasis_[GO:0045454];protein_folding_[GO:0006457];response_to_endoplasmic_reticulum_stress_[GO:0034976]
## 298                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              membrane_[GO:0016020];methylosome_[GO:0034709];midbody_[GO:0030496];methyl-CpG_binding_[GO:0008327];cell_cycle_[GO:0007049];osteoblast_differentiation_[GO:0001649];positive_regulation_of_Notch_signaling_pathway_[GO:0045747];pyrimidine_nucleotide_biosynthetic_process_[GO:0006221]
## 299                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          integral_component_of_membrane_[GO:0016021]
## 300                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   protein_kinase_binding_[GO:0019901];cell_cycle_[GO:0007049];cell_division_[GO:0051301];regulation_of_mitotic_nuclear_division_[GO:0007088];regulation_of_mitotic_spindle_organization_[GO:0060236];regulation_of_protein_localization_[GO:0032880]
## 301                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                cilium_[GO:0005929];integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];G-protein_coupled_serotonin_receptor_activity_[GO:0004993];neurotransmitter_receptor_activity_[GO:0030594];cerebral_cortex_cell_migration_[GO:0021795];positive_regulation_of_TOR_signaling_[GO:0032008]
## 302                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            integral_component_of_plasma_membrane_[GO:0005887];G-protein_coupled_serotonin_receptor_activity_[GO:0004993];Gq/11-coupled_serotonin_receptor_activity_[GO:0001587];neurotransmitter_receptor_activity_[GO:0030594];behavioral_fear_response_[GO:0001662];feeding_behavior_[GO:0007631];locomotory_behavior_[GO:0007626];phospholipase_C-activating_G-protein_coupled_receptor_signaling_pathway_[GO:0007200];phospholipase_C-activating_serotonin_receptor_signaling_pathway_[GO:0007208];positive_regulation_of_cytosolic_calcium_ion_concentration_involved_in_phospholipase_C-activating_G-protein_coupled_signaling_pathway_[GO:0051482];regulation_of_appetite_[GO:0032098];regulation_of_corticotropin-releasing_hormone_secretion_[GO:0043397];regulation_of_neurological_system_process_[GO:0031644];release_of_sequestered_calcium_ion_into_cytosol_[GO:0051209];response_to_drug_[GO:0042493]
## 303                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               cytochrome_complex_[GO:0070069];cytosol_[GO:0005829];integral_component_of_membrane_[GO:0016021];mitochondrial_membrane_[GO:0031966];mitochondrion_[GO:0005739];nucleolus_[GO:0005730];cytochrome-c_oxidase_activity_[GO:0004129];farnesyltranstransferase_activity_[GO:0004311];protoheme_IX_farnesyltransferase_activity_[GO:0008495];aerobic_respiration_[GO:0009060];cellular_respiration_[GO:0045333];cytochrome_complex_assembly_[GO:0017004];heme_a_biosynthetic_process_[GO:0006784];heme_O_biosynthetic_process_[GO:0048034];mitochondrial_fission_[GO:0000266];mitochondrion_organization_[GO:0007005];protein_farnesylation_[GO:0018343];respiratory_chain_complex_IV_assembly_[GO:0008535]
## 304                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                nucleus_[GO:0005634];perinuclear_region_of_cytoplasm_[GO:0048471];plasma_membrane_[GO:0005886];guanyl-nucleotide_exchange_factor_activity_[GO:0005085];protein_transport_[GO:0015031]
## 305                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  axon_[GO:0030424];cytoplasm_[GO:0005737];cytosol_[GO:0005829];dendrite_[GO:0030425];endoplasmic_reticulum_[GO:0005783];Golgi_apparatus_[GO:0005794];mitochondrial_inner_membrane_[GO:0005743];mitochondrial_matrix_[GO:0005759];mitochondrial_outer_membrane_[GO:0005741];mitochondrion_[GO:0005739];nucleus_[GO:0005634];perinuclear_region_of_cytoplasm_[GO:0048471];plasma_membrane_[GO:0005886];presynaptic_membrane_[GO:0042734];cAMP_binding_[GO:0030552];cGMP_binding_[GO:0030553];cGMP-stimulated_cyclic-nucleotide_phosphodiesterase_activity_[GO:0004118];cyclic-nucleotide_phosphodiesterase_activity_[GO:0004112];drug_binding_[GO:0008144];GAF_domain_binding_[GO:0036004];identical_protein_binding_[GO:0042802];metal_ion_binding_[GO:0046872];protein_homodimerization_activity_[GO:0042803];TPR_domain_binding_[GO:0030911];aorta_development_[GO:0035904];cAMP_catabolic_process_[GO:0006198];cAMP-mediated_signaling_[GO:0019933];cardiac_septum_development_[GO:0003279];cellular_response_to_cGMP_[GO:0071321];cellular_response_to_drug_[GO:0035690];cellular_response_to_granulocyte_macrophage_colony-stimulating_factor_stimulus_[GO:0097011];cellular_response_to_lipopolysaccharide_[GO:0071222];cellular_response_to_macrophage_colony-stimulating_factor_stimulus_[GO:0036006];cellular_response_to_mechanical_stimulus_[GO:0071260];cGMP_catabolic_process_[GO:0046069];cGMP-mediated_signaling_[GO:0019934];coronary_vasculature_development_[GO:0060976];establishment_of_endothelial_barrier_[GO:0061028];heart_development_[GO:0007507];heart_valve_development_[GO:0003170];metabolic_process_[GO:0008152];negative_regulation_of_cell_death_[GO:0060548];negative_regulation_of_protein_import_into_nucleus,_translocation_[GO:0033159];negative_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0000122];negative_regulation_of_vascular_permeability_[GO:0043116];positive_regulation_of_gene_expression_[GO:0010628];positive_regulation_of_inflammatory_response_[GO:0050729];positive_regulation_of_vascular_permeability_[GO:0043117];protein_targeting_to_mitochondrion_[GO:0006626];regulation_of_cGMP_metabolic_process_[GO:0030823];regulation_of_mitochondrion_organization_[GO:0010821];ventricular_septum_development_[GO:0003281]
## 306                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     integral_component_of_membrane_[GO:0016021];folic_acid_binding_[GO:0005542];transmembrane_transport_[GO:0055085]
## 307                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          integral_component_of_membrane_[GO:0016021]
## 308                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   nucleus_[GO:0005634];metal_ion_binding_[GO:0046872];nuclease_activity_[GO:0004518]
## 309                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           integral_component_of_membrane_[GO:0016021];metal_ion_binding_[GO:0046872]
## 310                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   cytoplasm_[GO:0005737];cytosol_[GO:0005829];nucleus_[GO:0005634];cytidine_deaminase_activity_[GO:0004126];zinc_ion_binding_[GO:0008270];cytidine_catabolic_process_[GO:0006216];cytidine_deamination_[GO:0009972];deoxycytidine_catabolic_process_[GO:0006217];pyrimidine-containing_compound_salvage_[GO:0008655]
## 311                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  endoplasmic_reticulum_membrane_[GO:0005789];integral_component_of_membrane_[GO:0016021];membrane_[GO:0016020];prenyltransferase_activity_[GO:0004659];angiogenesis_[GO:0001525];cell_differentiation_[GO:0030154];cholesterol_homeostasis_[GO:0042632];dolichol_biosynthetic_process_[GO:0019408];protein_mannosylation_[GO:0035268];regulation_of_intracellular_cholesterol_transport_[GO:0032383];sterol_homeostasis_[GO:0055092]
## 312                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 nucleus_[GO:0005634]
## 313                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        epsilon_DNA_polymerase_complex_[GO:0008622];intracellular_membrane-bounded_organelle_[GO:0043231];nuclear_body_[GO:0016604];nucleoplasm_[GO:0005654];DNA_binding_[GO:0003677];DNA-directed_DNA_polymerase_activity_[GO:0003887];DNA_repair_[GO:0006281];DNA_replication_[GO:0006260];DNA_replication_initiation_[GO:0006270];DNA-dependent_DNA_replication_[GO:0006261];error-prone_translesion_synthesis_[GO:0042276];G1/S_transition_of_mitotic_cell_cycle_[GO:0000082];telomere_maintenance_via_semi-conservative_replication_[GO:0032201]
## 314                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           cytoplasm_[GO:0005737];cytosol_[GO:0005829];NatA_complex_[GO:0031415];nucleus_[GO:0005634];H4_histone_acetyltransferase_activity_[GO:0010485];N-acetyltransferase_activity_[GO:0008080];peptide_alpha-N-acetyltransferase_activity_[GO:0004596];peptidyl-lysine_acetyltransferase_activity_[GO:0052858];establishment_of_mitotic_sister_chromatid_cohesion_[GO:0034087];histone_acetylation_[GO:0016573];mitotic_sister_chromatid_cohesion_[GO:0007064];mitotic_sister_chromatid_cohesion,_centromeric_[GO:0071962];N-terminal_protein_amino_acid_acetylation_[GO:0006474]
## 315                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      integral_component_of_membrane_[GO:0016021];intracellular_membrane-bounded_organelle_[GO:0043231];lysosomal_membrane_[GO:0005765];nucleoplasm_[GO:0005654];transmembrane_transport_[GO:0055085]
## 316                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Golgi_apparatus_[GO:0005794];integral_component_of_membrane_[GO:0016021];membrane_[GO:0016020];zinc_ion_transmembrane_transporter_activity_[GO:0005385];regulation_of_sequestering_of_zinc_ion_[GO:0061088];response_to_zinc_ion_[GO:0010043]
## 317                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         extracellular_space_[GO:0005615];membrane_attack_complex_[GO:0005579];endopeptidase_inhibitor_activity_[GO:0004866];complement_activation,_alternative_pathway_[GO:0006957];complement_activation,_classical_pathway_[GO:0006958];cytolysis_[GO:0019835];in_utero_embryonic_development_[GO:0001701];inflammatory_response_[GO:0006954];negative_regulation_of_macrophage_chemotaxis_[GO:0010760];positive_regulation_of_angiogenesis_[GO:0045766];positive_regulation_of_chemokine_secretion_[GO:0090197];positive_regulation_of_vascular_endothelial_growth_factor_production_[GO:0010575]
## 318                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     nuclear_membrane_[GO:0031965];nucleolus_[GO:0005730];nucleoplasm_[GO:0005654];exonuclease_activity_[GO:0004527];nucleic_acid_binding_[GO:0003676];intrinsic_apoptotic_signaling_pathway_in_response_to_DNA_damage_by_p53_class_mediator_[GO:0042771];response_to_ionizing_radiation_[GO:0010212]
## 319                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      response_to_stress_[GO:0006950]
## 320                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   cell_wall_[GO:0005618];Golgi_apparatus_[GO:0005794];Golgi_membrane_[GO:0000139];integral_component_of_membrane_[GO:0016021];identical_protein_binding_[GO:0042802];transferase_activity,_transferring_glycosyl_groups_[GO:0016757];plant-type_cell_wall_cellulose_biosynthetic_process_[GO:0052324];regulation_of_plant-type_cell_wall_cellulose_biosynthetic_process_[GO:2001009]
## 321                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           endomembrane_system_[GO:0012505];extracellular_region_[GO:0005576];extracellular_space_[GO:0005615];integral_component_of_membrane_[GO:0016021];perinuclear_region_of_cytoplasm_[GO:0048471];carboxypeptidase_activity_[GO:0004180];metallocarboxypeptidase_activity_[GO:0004181];serine-type_carboxypeptidase_activity_[GO:0004185];structural_constituent_of_cuticle_[GO:0042302];zinc_ion_binding_[GO:0008270];imaginal_disc-derived_wing_morphogenesis_[GO:0007476];long-term_memory_[GO:0007616];negative_regulation_of_protein_phosphorylation_[GO:0001933];peptide_metabolic_process_[GO:0006518];positive_regulation_of_actin_filament_polymerization_[GO:0030838];protein_processing_[GO:0016485]
## 322                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        endoplasmic_reticulum_membrane_[GO:0005789];extracellular_region_[GO:0005576];Golgi_apparatus_[GO:0005794];melanosome_[GO:0042470];sarcoplasmic_reticulum_lumen_[GO:0033018];calcium_ion_binding_[GO:0005509]
## 323                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     endoplasmic_reticulum_[GO:0005783];endoplasmic_reticulum_chaperone_complex_[GO:0034663];endoplasmic_reticulum_lumen_[GO:0005788];macromolecular_complex_[GO:0032991];melanosome_[GO:0042470];nucleus_[GO:0005634];perinuclear_region_of_cytoplasm_[GO:0048471];smooth_endoplasmic_reticulum_[GO:0005790];peptidyl-prolyl_cis-trans_isomerase_activity_[GO:0003755];protein_complex_binding_[GO:0032403];RNA_polymerase_binding_[GO:0070063];bone_development_[GO:0060348];chaperone-mediated_protein_folding_[GO:0061077];positive_regulation_by_host_of_viral_genome_replication_[GO:0044829];positive_regulation_by_host_of_viral_process_[GO:0044794];positive_regulation_of_multicellular_organism_growth_[GO:0040018];protein_peptidyl-prolyl_isomerization_[GO:0000413];protein_stabilization_[GO:0050821]
## 324                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       cytoplasm_[GO:0005737];cytosol_[GO:0005829];host_cell_[GO:0043657];membrane_[GO:0016020];nuclear_pore_[GO:0005643];nucleoplasm_[GO:0005654];histone_deacetylase_binding_[GO:0042826];nuclear_localization_sequence_binding_[GO:0008139];protein_transporter_activity_[GO:0008565];RNA_binding_[GO:0003723];DNA_metabolic_process_[GO:0006259];intracellular_transport_of_virus_[GO:0075733];modulation_by_virus_of_host_process_[GO:0019054];NLS-bearing_protein_import_into_nucleus_[GO:0006607];regulation_of_DNA_recombination_[GO:0000018]
## 325                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           cytoplasm_[GO:0005737];extracellular_region_[GO:0005576];extracellular_space_[GO:0005615];membrane_[GO:0016020];calcium_ion_binding_[GO:0005509];chromatin_binding_[GO:0003682];cell_adhesion_[GO:0007155]
## 326                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       mitochondrial_inner_membrane_[GO:0005743];mitochondrial_matrix_[GO:0005759];mitochondrion_[GO:0005739];nucleoplasm_[GO:0005654];3-hydroxyacyl-CoA_dehydrogenase_activity_[GO:0003857];NAD+_binding_[GO:0070403];fatty_acid_beta-oxidation_[GO:0006635];negative_regulation_of_insulin_secretion_[GO:0046676];response_to_activity_[GO:0014823];response_to_drug_[GO:0042493];response_to_hormone_[GO:0009725];response_to_insulin_[GO:0032868]
## 327                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           cytosol_[GO:0005829];aryl_sulfotransferase_activity_[GO:0004062];sulfotransferase_activity_[GO:0008146];3'-phosphoadenosine_5'-phosphosulfate_metabolic_process_[GO:0050427];ethanol_catabolic_process_[GO:0006068];sulfation_[GO:0051923]
## 328                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               cytosol_[GO:0005829];DNA-directed_RNA_polymerase_II,_core_complex_[GO:0005665];nuclear_speck_[GO:0016607];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];P-body_[GO:0000932];DNA-directed_5'-3'_RNA_polymerase_activity_[GO:0003899];nucleotide_binding_[GO:0000166];translation_initiation_factor_binding_[GO:0031369];7-methylguanosine_mRNA_capping_[GO:0006370];fibroblast_growth_factor_receptor_signaling_pathway_[GO:0008543];mRNA_export_from_nucleus_in_response_to_heat_stress_[GO:0031990];mRNA_splicing,_via_spliceosome_[GO:0000398];nuclear-transcribed_mRNA_catabolic_process,_deadenylation-dependent_decay_[GO:0000288];positive_regulation_of_translational_initiation_[GO:0045948];positive_regulation_of_viral_transcription_[GO:0050434];recruitment_of_3'-end_processing_factors_to_RNA_polymerase_II_holoenzyme_complex_[GO:0034402];regulation_of_gene_silencing_by_miRNA_[GO:0060964];RNA_metabolic_process_[GO:0016070];snRNA_transcription_from_RNA_polymerase_II_promoter_[GO:0042795];somatic_stem_cell_population_maintenance_[GO:0035019];transcription_elongation_from_RNA_polymerase_II_promoter_[GO:0006368];transcription_from_RNA_polymerase_II_promoter_[GO:0006366];transcription_initiation_from_RNA_polymerase_II_promoter_[GO:0006367];transcription,_DNA-templated_[GO:0006351];transcription-coupled_nucleotide-excision_repair_[GO:0006283]
## 329                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       cytosol_[GO:0005829];P-body_[GO:0000932];SCF_ubiquitin_ligase_complex_[GO:0019005];ubiquitin_protein_ligase_binding_[GO:0031625];neurogenesis_[GO:0022008];proteasome-mediated_ubiquitin-dependent_protein_catabolic_process_[GO:0043161];protein_ubiquitination_involved_in_ubiquitin-dependent_protein_catabolic_process_[GO:0042787];regulation_of_proteolysis_[GO:0030162]
## 330                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                cell_body_fiber_[GO:0070852];cytoplasm_[GO:0005737];endoplasmic_reticulum_membrane_[GO:0005789];integral_component_of_membrane_[GO:0016021];intracellular_membrane-bounded_organelle_[GO:0043231];myelin_sheath_[GO:0043209];neuronal_cell_body_[GO:0043025];organelle_membrane_[GO:0031090];perinuclear_region_of_cytoplasm_[GO:0048471];3-oxo-5-alpha-steroid_4-dehydrogenase_activity_[GO:0003865];amide_binding_[GO:0033218];cholestenone_5-alpha-reductase_activity_[GO:0047751];NADPH_binding_[GO:0070402];androgen_biosynthetic_process_[GO:0006702];androgen_metabolic_process_[GO:0008209];bone_development_[GO:0060348];cell_differentiation_[GO:0030154];cellular_response_to_cAMP_[GO:0071320];cellular_response_to_dexamethasone_stimulus_[GO:0071549];cellular_response_to_epinephrine_stimulus_[GO:0071872];cellular_response_to_estradiol_stimulus_[GO:0071392];cellular_response_to_growth_factor_stimulus_[GO:0071363];cellular_response_to_insulin_stimulus_[GO:0032869];cellular_response_to_organic_cyclic_compound_[GO:0071407];cellular_response_to_starvation_[GO:0009267];cellular_response_to_testosterone_stimulus_[GO:0071394];cerebral_cortex_development_[GO:0021987];circadian_sleep/wake_cycle,_REM_sleep_[GO:0042747];diterpenoid_metabolic_process_[GO:0016101];female_genitalia_development_[GO:0030540];hippocampus_development_[GO:0021766];hypothalamus_development_[GO:0021854];liver_development_[GO:0001889];male_genitalia_development_[GO:0030539];male_gonad_development_[GO:0008584];male_sex_differentiation_[GO:0046661];pituitary_gland_development_[GO:0021983];progesterone_metabolic_process_[GO:0042448];response_to_drug_[GO:0042493];response_to_estradiol_[GO:0032355];response_to_estrogen_[GO:0043627];response_to_follicle-stimulating_hormone_[GO:0032354];response_to_fungicide_[GO:0060992];response_to_growth_hormone_[GO:0060416];response_to_muscle_activity_[GO:0014850];response_to_organic_cyclic_compound_[GO:0014070];response_to_testosterone_[GO:0033574];serotonin_metabolic_process_[GO:0042428];spinal_cord_development_[GO:0021510];steroid_biosynthetic_process_[GO:0006694];thalamus_development_[GO:0021794];urogenital_system_development_[GO:0001655]
## 331                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      centrosome_[GO:0005813];cytoplasm_[GO:0005737];cytoskeleton_[GO:0005856];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];spindle_pole_[GO:0000922];beta-tubulin_binding_[GO:0048487];chromatin_binding_[GO:0003682];microtubule_binding_[GO:0008017];RNA_polymerase_II_transcription_corepressor_activity_[GO:0001106];apoptotic_process_[GO:0006915];centrosome_cycle_[GO:0007098];microtubule_cytoskeleton_organization_[GO:0000226];mitochondrion_transport_along_microtubule_[GO:0047497];negative_regulation_of_G0_to_G1_transition_[GO:0070317];negative_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0000122];transcription,_DNA-templated_[GO:0006351]
## 332                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              mitochondrion_[GO:0005739];identical_protein_binding_[GO:0042802];pyrroline-5-carboxylate_reductase_activity_[GO:0004735];cellular_response_to_oxidative_stress_[GO:0034599];L-proline_biosynthetic_process_[GO:0055129];negative_regulation_of_hydrogen_peroxide-induced_cell_death_[GO:1903206];proline_biosynthetic_process_[GO:0006561];regulation_of_mitochondrial_membrane_potential_[GO:0051881]
## 333                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                aspartic-type_endopeptidase_activity_[GO:0004190];endonuclease_activity_[GO:0004519];nucleic_acid_binding_[GO:0003676];RNA-directed_DNA_polymerase_activity_[GO:0003964];DNA_integration_[GO:0015074]
## 334                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             cytoplasmic_vesicle_membrane_[GO:0030659];integral_component_of_membrane_[GO:0016021];amino_acid_transmembrane_transporter_activity_[GO:0015171];amino_acid_transmembrane_transport_[GO:0003333];neurotransmitter_transport_[GO:0006836]
## 335                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              cytosol_[GO:0005829];mitochondrion_[GO:0005739];nucleus_[GO:0005634];dCTP_diphosphatase_activity_[GO:0047840];identical_protein_binding_[GO:0042802];magnesium_ion_binding_[GO:0000287];nucleoside-triphosphate_diphosphatase_activity_[GO:0047429];pyrimidine_deoxyribonucleotide_binding_[GO:0032556];dCTP_catabolic_process_[GO:0006253];DNA_protection_[GO:0042262];nucleoside_triphosphate_catabolic_process_[GO:0009143];protein_homotetramerization_[GO:0051289]
## 336                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          anchored_component_of_plasma_membrane_[GO:0046658];alkaline_phosphatase_activity_[GO:0004035];metal_ion_binding_[GO:0046872];dephosphorylation_[GO:0016311]
## 337                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               spliceosomal_complex_[GO:0005681];U4/U6_x_U5_tri-snRNP_complex_[GO:0046540];U6_snRNP_[GO:0005688];RNA_binding_[GO:0003723];mRNA_splicing,_via_spliceosome_[GO:0000398]
## 338                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                cis-Golgi_network_membrane_[GO:0033106];cytoplasm_[GO:0005737];early_endosome_membrane_[GO:0031901];endoplasmic_reticulum_[GO:0005783];endoplasmic_reticulum_membrane_[GO:0005789];Golgi_apparatus_[GO:0005794];integral_component_of_membrane_[GO:0016021];membrane_[GO:0016020];mitochondrial_inner_membrane_[GO:0005743];mitochondrial_membrane_[GO:0031966];mitochondrial_outer_membrane_[GO:0005741];mitochondrion_[GO:0005739];nuclear_outer_membrane_[GO:0005640];nucleus_[GO:0005634];recycling_endosome_membrane_[GO:0055038];trans-Golgi_network_membrane_[GO:0032588];BH_domain_binding_[GO:0051400];protein_heterodimerization_activity_[GO:0046982];protein_homodimerization_activity_[GO:0042803];receptor_binding_[GO:0005102];ubiquitin_protein_ligase_binding_[GO:0031625];activation_of_cysteine-type_endopeptidase_activity_involved_in_apoptotic_process_[GO:0006919];activation_of_cysteine-type_endopeptidase_activity_involved_in_apoptotic_process_by_cytochrome_c_[GO:0008635];apoptotic_process_[GO:0006915];brain_development_[GO:0007420];cell_proliferation_[GO:0008283];cellular_component_disassembly_involved_in_execution_phase_of_apoptosis_[GO:0006921];extrinsic_apoptotic_signaling_pathway_in_absence_of_ligand_[GO:0097192];intrinsic_apoptotic_signaling_pathway_by_p53_class_mediator_[GO:0072332];intrinsic_apoptotic_signaling_pathway_in_response_to_DNA_damage_[GO:0008630];male_gonad_development_[GO:0008584];negative_regulation_of_mitochondrial_depolarization_[GO:0051902];negative_regulation_of_mitochondrial_outer_membrane_permeabilization_involved_in_apoptotic_signaling_pathway_[GO:1901029];negative_regulation_of_necroptotic_process_[GO:0060546];negative_regulation_of_neuron_apoptotic_process_[GO:0043524];neuron_apoptotic_process_[GO:0051402];oligodendrocyte_differentiation_[GO:0048709];positive_regulation_of_apoptotic_process_[GO:0043065];positive_regulation_of_endoplasmic_reticulum_stress-induced_intrinsic_apoptotic_signaling_pathway_[GO:1902237];positive_regulation_of_execution_phase_of_apoptosis_[GO:1900119];positive_regulation_of_intrinsic_apoptotic_signaling_pathway_[GO:2001244];positive_regulation_of_mitochondrial_outer_membrane_permeabilization_involved_in_apoptotic_signaling_pathway_[GO:1901030];positive_regulation_of_PERK-mediated_unfolded_protein_response_[GO:1903899];protein_oligomerization_[GO:0051259];regulation_of_autophagy_[GO:0010506];regulation_of_chorionic_trophoblast_cell_proliferation_[GO:1901382];regulation_of_cytosolic_calcium_ion_concentration_[GO:0051480];regulation_of_granulosa_cell_apoptotic_process_[GO:1904708];release_of_cytochrome_c_from_mitochondria_[GO:0001836]
## 339                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            endosome_[GO:0005768];Flemming_body_[GO:0090543];membrane_[GO:0016020];microtubule_organizing_center_[GO:0005815];midbody_[GO:0030496];spindle_pole_[GO:0000922];trans-Golgi_network_[GO:0005802];cysteine-type_endopeptidase_inhibitor_activity_[GO:0004869];ubiquitin_conjugating_enzyme_activity_[GO:0061631];ubiquitin-protein_transferase_activity_[GO:0004842];apoptotic_process_[GO:0006915];cell_cycle_[GO:0007049];cell_division_[GO:0051301];labyrinthine_layer_development_[GO:0060711];negative_regulation_of_apoptotic_process_[GO:0043066];negative_regulation_of_extrinsic_apoptotic_signaling_pathway_[GO:2001237];positive_regulation_of_cell_proliferation_[GO:0008284];protein_phosphorylation_[GO:0006468];protein_ubiquitination_[GO:0016567];regulation_of_cell_proliferation_[GO:0042127];regulation_of_cytokinesis_[GO:0032465];spongiotrophoblast_layer_development_[GO:0060712]
## 340                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        endoplasmic_reticulum_[GO:0005783];endoplasmic_reticulum_lumen_[GO:0005788];extracellular_region_[GO:0005576];catalase_activity_[GO:0004096];glutathione_peroxidase_activity_[GO:0004602];peroxidase_activity_[GO:0004601];cellular_response_to_oxidative_stress_[GO:0034599]
## 341                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              cytoplasm_[GO:0005737];nucleus_[GO:0005634];ATP_binding_[GO:0005524];ketohexokinase_activity_[GO:0004454];fructose_catabolic_process_to_hydroxyacetone_phosphate_and_glyceraldehyde-3-phosphate_[GO:0061624];fructose_metabolic_process_[GO:0006000];glycolytic_process_through_fructose-1-phosphate_[GO:0061625];regulation_of_glycogen_metabolic_process_[GO:0070873]
## 342                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Golgi_apparatus_[GO:0005794];Golgi_membrane_[GO:0000139];integral_component_of_membrane_[GO:0016021];carbohydrate_binding_[GO:0030246];hydroxyproline_O-galactosyltransferase_activity_[GO:1990714];arabinogalactan_protein_metabolic_process_[GO:0010405];protein_O-linked_glycosylation_via_hydroxyproline_[GO:0018258]
## 343                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          cytoplasm_[GO:0005737];nucleus_[GO:0005634];DNA_binding_transcription_factor_activity_[GO:0003700];sequence-specific_DNA_binding_[GO:0043565];adenohypophysis_development_[GO:0021984];apoptotic_process_[GO:0006915];cell_proliferation_[GO:0008283];extraocular_skeletal_muscle_development_[GO:0002074];inner_ear_development_[GO:0048839];peripheral_nervous_system_neuron_development_[GO:0048935];pharyngeal_muscle_development_[GO:0043282];regulation_of_skeletal_muscle_cell_proliferation_[GO:0014857];skeletal_muscle_fiber_development_[GO:0048741];striated_muscle_cell_differentiation_[GO:0051146];transcription,_DNA-templated_[GO:0006351]
## 344                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ubiquitin_protein_ligase_activity_[GO:0061630];ubiquitin-protein_transferase_activity_[GO:0004842];zinc_ion_binding_[GO:0008270];extrinsic_apoptotic_signaling_pathway_[GO:0097191];melanocyte_differentiation_[GO:0030318];protein_polyubiquitination_[GO:0000209]
## 345                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    cytosol_[GO:0005829];mitochondrion_[GO:0005739];2_iron,_2_sulfur_cluster_binding_[GO:0051537];ferric_iron_binding_[GO:0008199];ferrous_iron_binding_[GO:0008198];ferroxidase_activity_[GO:0004322];iron_chaperone_activity_[GO:0034986];iron-sulfur_cluster_binding_[GO:0051536];adult_walking_behavior_[GO:0007628];aerobic_respiration_[GO:0009060];cellular_iron_ion_homeostasis_[GO:0006879];cellular_response_to_hydrogen_peroxide_[GO:0070301];cellular_response_to_oxidative_stress_[GO:0034599];embryo_development_ending_in_birth_or_egg_hatching_[GO:0009792];heme_biosynthetic_process_[GO:0006783];ion_transport_[GO:0006811];iron_incorporation_into_metallo-sulfur_cluster_[GO:0018283];iron-sulfur_cluster_assembly_[GO:0016226];mitochondrion_organization_[GO:0007005];negative_regulation_of_apoptotic_process_[GO:0043066];negative_regulation_of_multicellular_organism_growth_[GO:0040015];negative_regulation_of_organ_growth_[GO:0046621];negative_regulation_of_release_of_cytochrome_c_from_mitochondria_[GO:0090201];oxidative_phosphorylation_[GO:0006119];positive_regulation_of_aconitate_hydratase_activity_[GO:1904234];positive_regulation_of_catalytic_activity_[GO:0043085];positive_regulation_of_cell_growth_[GO:0030307];positive_regulation_of_cell_proliferation_[GO:0008284];positive_regulation_of_lyase_activity_[GO:0051349];positive_regulation_of_succinate_dehydrogenase_activity_[GO:1904231];proprioception_[GO:0019230];protein_autoprocessing_[GO:0016540];regulation_of_ferrochelatase_activity_[GO:0010722];response_to_iron_ion_[GO:0010039]
## 346                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            proteinaceous_extracellular_matrix_[GO:0005578];calcium_ion_binding_[GO:0005509];carbohydrate_binding_[GO:0030246];extracellular_matrix_structural_constituent_[GO:0005201];hyaluronic_acid_binding_[GO:0005540];cell_adhesion_[GO:0007155];hippocampus_development_[GO:0021766];skeletal_system_development_[GO:0001501]
## 347                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            cytoplasm_[GO:0005737];ATP_binding_[GO:0005524];protein_serine/threonine_kinase_activity_[GO:0004674];Rho_guanyl-nucleotide_exchange_factor_activity_[GO:0005089];negative_regulation_of_fat_cell_differentiation_[GO:0045599];regulation_of_Rho_protein_signal_transduction_[GO:0035023]
## 348                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    chromatin_[GO:0000785];cytoplasm_[GO:0005737];microtubule_organizing_center_[GO:0005815];nucleus_[GO:0005634];spindle_pole_[GO:0000922];chromatin_binding_[GO:0003682];DNA_binding_[GO:0003677];kinase_binding_[GO:0019900];cellular_response_to_DNA_damage_stimulus_[GO:0006974];DNA_repair_[GO:0006281];DNA_replication_checkpoint_[GO:0000076];DNA_replication_initiation_[GO:0006270];DNA_replication_preinitiation_complex_assembly_[GO:0071163];GINS_complex_assembly_[GO:0071165];positive_regulation_of_chromatin_binding_[GO:0035563];positive_regulation_of_peptidyl-serine_phosphorylation_[GO:0033138];positive_regulation_of_protein_kinase_activity_[GO:0045860];protein_localization_to_chromatin_[GO:0071168];regulation_of_DNA-dependent_DNA_replication_initiation_[GO:0030174]
## 349                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            membrane_[GO:0016020];17-alpha-hydroxyprogesterone_aldolase_activity_[GO:0047442];heme_binding_[GO:0020037];iron_ion_binding_[GO:0005506];steroid_17-alpha-monooxygenase_activity_[GO:0004508];sex_differentiation_[GO:0007548];steroid_biosynthetic_process_[GO:0006694]
## 350                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        endoplasmic_reticulum_membrane_[GO:0005789];integral_component_of_membrane_[GO:0016021];dolichyl_pyrophosphate_Glc2Man9GlcNAc2_alpha-1,2-glucosyltransferase_activity_[GO:0106073];dolichyl-phosphate-glucose-glycolipid_alpha-glucosyltransferase_activity_[GO:0004583];dolichol-linked_oligosaccharide_biosynthetic_process_[GO:0006488];protein_glycosylation_[GO:0006486]
## 351                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         centrosome_[GO:0005813];condensed_chromosome_kinetochore_[GO:0000777];cytoplasm_[GO:0005737];nuclear_membrane_[GO:0031965];nucleoplasm_[GO:0005654];aorta_development_[GO:0035904];coronary_vasculature_development_[GO:0060976];ventricular_septum_development_[GO:0003281]
## 352                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             endoplasmic_reticulum_lumen_[GO:0005788]
## 353                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                cytoplasm_[GO:0005737];metal_ion_binding_[GO:0046872]
## 354                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      cytoplasm_[GO:0005737];cytosol_[GO:0005829];endomembrane_system_[GO:0012505];integral_component_of_membrane_[GO:0016021];nucleus_[GO:0005634];plasma_membrane_[GO:0005886];chromatin_assembly_[GO:0031497];chromatin_organization_[GO:0006325];negative_regulation_of_DNA_replication_[GO:0008156];nuclear_envelope_organization_[GO:0006998];protein_localization_[GO:0008104]
## 355                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     extracellular_region_[GO:0005576];integral_component_of_membrane_[GO:0016021];membrane_[GO:0016020];plasma_membrane_[GO:0005886];identical_protein_binding_[GO:0042802];metalloendopeptidase_activity_[GO:0004222];zinc_ion_binding_[GO:0008270];inflammatory_response_[GO:0006954];toxin_transport_[GO:1901998]
## 356                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     extracellular_space_[GO:0005615];integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];serine-type_endopeptidase_activity_[GO:0004252];cellular_iron_ion_homeostasis_[GO:0006879];fibrinolysis_[GO:0042730];iron_ion_homeostasis_[GO:0055072];membrane_protein_proteolysis_[GO:0033619];negative_regulation_of_BMP_signaling_pathway_[GO:0030514];negative_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0000122];negative_regulation_of_transcription,_DNA-templated_[GO:0045892];positive_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0045944];proteolysis_[GO:0006508];self_proteolysis_[GO:0097264]
## 357                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                endoplasmic_reticulum_membrane_[GO:0005789];integral_component_of_membrane_[GO:0016021];phosphotransferase_activity,_for_other_substituted_phosphate_groups_[GO:0016780];GPI_anchor_biosynthetic_process_[GO:0006506]
## 358                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Golgi_membrane_[GO:0000139];integral_component_of_membrane_[GO:0016021];ganglioside_galactosyltransferase_activity_[GO:0047915];UDP-galactose:beta-N-acetylglucosamine_beta-1,3-galactosyltransferase_activity_[GO:0008499];ganglioside_biosynthetic_process_[GO:0001574];protein_glycosylation_[GO:0006486]
## 359                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 COPI_vesicle_coat_[GO:0030126];Golgi_membrane_[GO:0000139];nucleoplasm_[GO:0005654];structural_molecule_activity_[GO:0005198];ER_to_Golgi_vesicle-mediated_transport_[GO:0006888];intra-Golgi_vesicle-mediated_transport_[GO:0006891];protein_transport_[GO:0015031];retrograde_vesicle-mediated_transport,_Golgi_to_ER_[GO:0006890]
## 360                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      alpha_DNA_polymerase:primase_complex_[GO:0005658];cytosol_[GO:0005829];nucleoplasm_[GO:0005654];DNA_binding_[GO:0003677];DNA-directed_DNA_polymerase_activity_[GO:0003887];protein_heterodimerization_activity_[GO:0046982];DNA_replication_[GO:0006260];DNA_replication_initiation_[GO:0006270];G1/S_transition_of_mitotic_cell_cycle_[GO:0000082];protein_import_into_nucleus,_translocation_[GO:0000060];telomere_maintenance_via_semi-conservative_replication_[GO:0032201]
## 361                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      mitochondrial_intermembrane_space_[GO:0005758];mitochondrion_[GO:0005739];nucleus_[GO:0005634];sequence-specific_DNA_binding_[GO:0043565];transcription_factor_binding_[GO:0008134];mitochondrion_organization_[GO:0007005];positive_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0045944];regulation_of_cellular_response_to_hypoxia_[GO:1900037];transcription,_DNA-templated_[GO:0006351]
## 362                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     integral_component_of_membrane_[GO:0016021];lysosomal_membrane_[GO:0005765];transmembrane_transport_[GO:0055085]
## 363                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              endoplasmic_reticulum_[GO:0005783];endoplasmic_reticulum_membrane_[GO:0005789];integral_component_of_membrane_[GO:0016021];palmitoyltransferase_activity_[GO:0016409];protein-cysteine_S-palmitoyltransferase_activity_[GO:0019706];protein_palmitoylation_[GO:0018345]
## 364                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     integral_component_of_membrane_[GO:0016021];folic_acid_binding_[GO:0005542];transmembrane_transport_[GO:0055085]
## 365                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .
## 366                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             peroxisome_[GO:0005777];(S)-2-hydroxy-acid_oxidase_activity_[GO:0003973];FMN_binding_[GO:0010181];glycolate_oxidase_activity_[GO:0008891];long-chain-(S)-2-hydroxy-long-chain-acid_oxidase_activity_[GO:0052853];medium-chain-(S)-2-hydroxy-acid_oxidase_activity_[GO:0052854];receptor_binding_[GO:0005102];very-long-chain-(S)-2-hydroxy-acid_oxidase_activity_[GO:0052852];fatty_acid_alpha-oxidation_[GO:0001561];glycolate_catabolic_process_[GO:0046296];response_to_oxidative_stress_[GO:0006979]
## 367                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Atg12-Atg5-Atg16_complex_[GO:0034274];autophagosome_[GO:0005776];axon_[GO:0030424];cytoplasm_[GO:0005737];cytosol_[GO:0005829];extrinsic_component_of_autophagosome_membrane_[GO:0097635];extrinsic_component_of_membrane_[GO:0019898];inclusion_body_[GO:0016234];nuclear_envelope_[GO:0005635];nucleolus_[GO:0005730];nucleus_[GO:0005634];perikaryon_[GO:0043204];plasma_membrane_[GO:0005886];PML_body_[GO:0016605];1-phosphatidylinositol_binding_[GO:0005545];beta-N-acetylglucosaminylglycopeptide_beta-1,4-galactosyltransferase_activity_[GO:0003831];metal_ion_binding_[GO:0046872];aggrephagy_[GO:0035973];multicellular_organism_development_[GO:0007275]
## 368                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     centrosome_[GO:0005813];cytosol_[GO:0005829];HAUS_complex_[GO:0070652];microtubule_[GO:0005874];spindle_pole_[GO:0000922];cell_division_[GO:0051301];centrosome_cycle_[GO:0007098];spindle_assembly_[GO:0051225]
## 369                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        endoplasmic_reticulum_[GO:0005783];gamma-secretase_complex_[GO:0070765];integral_component_of_plasma_membrane_[GO:0005887];plasma_membrane_[GO:0005886];transport_vesicle_[GO:0030133];endopeptidase_activity_[GO:0004175];Notch_receptor_processing_[GO:0007220];Notch_signaling_pathway_[GO:0007219];positive_regulation_of_catalytic_activity_[GO:0043085];protein_processing_[GO:0016485]
## 370                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          alveolar_lamellar_body_[GO:0097208];alveolar_lamellar_body_membrane_[GO:0097233];integral_component_of_membrane_[GO:0016021];intracellular_membrane-bounded_organelle_[GO:0043231];plasma_membrane_[GO:0005886];ATP_binding_[GO:0005524];ATPase_activity,_coupled_to_transmembrane_movement_of_substances_[GO:0042626];lipid_transport_[GO:0006869];response_to_glucocorticoid_[GO:0051384]
## 371                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                EKC/KEOPS_complex_[GO:0000408];nuclear_body_[GO:0016604];tRNA_processing_[GO:0008033]
## 372                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];ATP_binding_[GO:0005524];ATPase_activity,_coupled_to_transmembrane_movement_of_substances_[GO:0042626];aggregation_involved_in_sorocarp_development_[GO:0031152];cell_motility_[GO:0048870];sorocarp_morphogenesis_[GO:0031288]
## 373                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           endoplasmic_reticulum_membrane_[GO:0005789];integral_component_of_membrane_[GO:0016021];organelle_membrane_[GO:0031090];serine-type_peptidase_activity_[GO:0008236];signal_peptide_processing_[GO:0006465]
## 374                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 cytosol_[GO:0005829];Golgi_apparatus_[GO:0005794];Golgi_membrane_[GO:0000139];nuclear_matrix_[GO:0016363];nucleolus_[GO:0005730];nucleoplasm_[GO:0005654];perinuclear_region_of_cytoplasm_[GO:0048471];small_nuclear_ribonucleoprotein_complex_[GO:0030532];trans-Golgi_network_[GO:0005802];ARF_guanyl-nucleotide_exchange_factor_activity_[GO:0005086];guanyl-nucleotide_exchange_factor_activity_[GO:0005085];myosin_binding_[GO:0017022];protein_kinase_A_regulatory_subunit_binding_[GO:0034237];endomembrane_system_organization_[GO:0010256];exocytosis_[GO:0006887];Golgi_organization_[GO:0007030];negative_regulation_of_actin_filament_polymerization_[GO:0030837];negative_regulation_of_GTPase_activity_[GO:0034260];neuron_projection_development_[GO:0031175];positive_regulation_of_protein_glycosylation_in_Golgi_[GO:0090284];positive_regulation_of_protein_kinase_B_signaling_[GO:0051897];positive_regulation_of_wound_healing_[GO:0090303];protein_transport_[GO:0015031];regulation_of_ARF_protein_signal_transduction_[GO:0032012];regulation_of_establishment_of_cell_polarity_[GO:2000114]
## 375                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            apical_part_of_cell_[GO:0045177];apical_plasma_membrane_[GO:0016324];brush_border_[GO:0005903];brush_border_membrane_[GO:0031526];clathrin-coated_pit_[GO:0005905];coated_vesicle_[GO:0030135];cytoplasm_[GO:0005737];endocytic_vesicle_[GO:0030139];endocytic_vesicle_membrane_[GO:0030666];endoplasmic_reticulum_[GO:0005783];endosome_[GO:0005768];endosome_membrane_[GO:0010008];extracellular_exosome_[GO:0070062];Golgi_apparatus_[GO:0005794];Golgi-associated_vesicle_[GO:0005798];lysosomal_lumen_[GO:0043202];lysosomal_membrane_[GO:0005765];membrane_[GO:0016020];plasma_membrane_[GO:0005886];protein_complex_[GO:0043234];calcium_ion_binding_[GO:0005509];cargo_receptor_activity_[GO:0038024];cobalamin_binding_[GO:0031419];drug_binding_[GO:0008144];hemoglobin_binding_[GO:0030492];identical_protein_binding_[GO:0042802];protein_homodimerization_activity_[GO:0042803];receptor_activity_[GO:0004872];cholesterol_metabolic_process_[GO:0008203];cobalamin_catabolic_process_[GO:0042366];cobalamin_transport_[GO:0015889];hemoglobin_import_[GO:0020028];in_utero_embryonic_development_[GO:0001701];lipoprotein_transport_[GO:0042953];protein_homotrimerization_[GO:0070207];receptor-mediated_endocytosis_[GO:0006898];response_to_nutrient_[GO:0007584];vitamin_metabolic_process_[GO:0006766]
## 376                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    integral_component_of_membrane_[GO:0016021];adaptive_immune_response_[GO:0002250]
## 377                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    endoplasmic_reticulum_[GO:0005783];extracellular_exosome_[GO:0070062];Golgi_apparatus_[GO:0005794];integral_component_of_membrane_[GO:0016021];integral_component_of_plasma_membrane_[GO:0005887];intracellular_membrane-bounded_organelle_[GO:0043231];lysosomal_membrane_[GO:0005765];nucleoplasm_[GO:0005654];plasma_membrane_[GO:0005886];anion_transmembrane_transporter_activity_[GO:0008509];anion:anion_antiporter_activity_[GO:0015301];bicarbonate_transmembrane_transporter_activity_[GO:0015106];chloride_channel_activity_[GO:0005254];oxalate_transmembrane_transporter_activity_[GO:0019531];secondary_active_sulfate_transmembrane_transporter_activity_[GO:0008271];sulfate_transmembrane_transporter_activity_[GO:0015116];bicarbonate_transport_[GO:0015701];chloride_transmembrane_transport_[GO:1902476];ion_transport_[GO:0006811];regulation_of_intracellular_pH_[GO:0051453];regulation_of_membrane_potential_[GO:0042391];sulfate_transport_[GO:0008272]
## 378                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  alcohol_dehydrogenase_(NADP+)_activity_[GO:0008106]
## 379                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       box_H/ACA_snoRNP_complex_[GO:0031429];box_H/ACA_telomerase_RNP_complex_[GO:0090661];Cajal_body_[GO:0015030];small_nucleolar_ribonucleoprotein_complex_[GO:0005732];telomerase_holoenzyme_complex_[GO:0005697];box_H/ACA_snoRNA_binding_[GO:0034513];RNA_binding_[GO:0003723];snoRNA_binding_[GO:0030515];telomerase_RNA_binding_[GO:0070034];cleavage_involved_in_rRNA_processing_[GO:0000469];maturation_of_LSU-rRNA_[GO:0000470];positive_regulation_of_telomerase_RNA_localization_to_Cajal_body_[GO:1904874];rRNA_pseudouridine_synthesis_[GO:0031118];snRNA_pseudouridine_synthesis_[GO:0031120];translation_[GO:0006412]
## 380                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   integral_component_of_plasma_membrane_[GO:0005887];serine-type_endopeptidase_activity_[GO:0004252]
## 381                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            endoplasmic_reticulum_membrane_[GO:0005789];endoplasmic_reticulum-Golgi_intermediate_compartment_membrane_[GO:0033116];Golgi_membrane_[GO:0000139];integral_component_of_membrane_[GO:0016021];Golgi_organization_[GO:0007030];positive_regulation_of_organelle_organization_[GO:0010638]
## 382                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       extracellular_space_[GO:0005615];membrane_[GO:0016020];carboxypeptidase_activity_[GO:0004180];metal_ion_binding_[GO:0046872];metallopeptidase_activity_[GO:0008237];peptidyl-dipeptidase_activity_[GO:0008241]
## 383                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   chromosome_[GO:0005694];cytosol_[GO:0005829];nucleus_[GO:0005634];ATP_binding_[GO:0005524];cell_cycle_[GO:0007049];cell_division_[GO:0051301];chromosome_condensation_[GO:0030261]
## 384                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      basolateral_plasma_membrane_[GO:0016323];integral_component_of_plasma_membrane_[GO:0005887];intracellular_membrane-bounded_organelle_[GO:0043231];membrane_[GO:0016020];neuron_projection_[GO:0043005];protein_complex_[GO:0043234];sarcolemma_[GO:0042383];sperm_flagellum_[GO:0036126];sperm_principal_piece_[GO:0097228];T-tubule_[GO:0030315];Z_disc_[GO:0030018];ATP_binding_[GO:0005524];calcium-transporting_ATPase_activity_[GO:0005388];calmodulin_binding_[GO:0005516];metal_ion_binding_[GO:0046872];nitric-oxide_synthase_binding_[GO:0050998];nitric-oxide_synthase_inhibitor_activity_[GO:0036487];PDZ_domain_binding_[GO:0030165];protein_kinase_binding_[GO:0019901];protein_phosphatase_2B_binding_[GO:0030346];scaffold_protein_binding_[GO:0097110];calcium_ion_export_[GO:1901660];calcium_ion_transmembrane_transport_[GO:0070588];calcium_ion_transport_[GO:0006816];cellular_calcium_ion_homeostasis_[GO:0006874];cellular_response_to_epinephrine_stimulus_[GO:0071872];flagellated_sperm_motility_[GO:0030317];hippocampus_development_[GO:0021766];negative_regulation_of_adrenergic_receptor_signaling_pathway_involved_in_heart_process_[GO:1901205];negative_regulation_of_arginine_catabolic_process_[GO:1900082];negative_regulation_of_calcineurin-NFAT_signaling_cascade_[GO:0070885];negative_regulation_of_cardiac_muscle_hypertrophy_in_response_to_stress_[GO:1903243];negative_regulation_of_citrulline_biosynthetic_process_[GO:1903249];negative_regulation_of_nitric_oxide_biosynthetic_process_[GO:0045019];negative_regulation_of_nitric_oxide_mediated_signal_transduction_[GO:0010751];negative_regulation_of_nitric-oxide_synthase_activity_[GO:0051001];negative_regulation_of_the_force_of_heart_contraction_[GO:0098736];neural_retina_development_[GO:0003407];positive_regulation_of_cAMP-dependent_protein_kinase_activity_[GO:2000481];positive_regulation_of_peptidyl-serine_phosphorylation_[GO:0033138];regulation_of_cell_cycle_G1/S_phase_transition_[GO:1902806];regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0006357];response_to_hydrostatic_pressure_[GO:0051599];spermatogenesis_[GO:0007283]
## 385                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   BRISC_complex_[GO:0070552];cytoplasm_[GO:0005737];extracellular_exosome_[GO:0070062];microtubule_cytoskeleton_[GO:0015630];mitochondrial_inner_membrane_[GO:0005743];mitochondrial_intermembrane_space_[GO:0005758];mitochondrial_matrix_[GO:0005759];mitochondrial_nucleoid_[GO:0042645];mitochondrion_[GO:0005739];nucleus_[GO:0005634];amino_acid_binding_[GO:0016597];chromatin_binding_[GO:0003682];glycine_hydroxymethyltransferase_activity_[GO:0004372];identical_protein_binding_[GO:0042802];L-allo-threonine_aldolase_activity_[GO:0008732];pyridoxal_phosphate_binding_[GO:0030170];folic_acid_metabolic_process_[GO:0046655];glycine_biosynthetic_process_from_serine_[GO:0019264];glycine_metabolic_process_[GO:0006544];L-serine_biosynthetic_process_[GO:0006564];L-serine_metabolic_process_[GO:0006563];one-carbon_metabolic_process_[GO:0006730];positive_regulation_of_cell_proliferation_[GO:0008284];protein_homotetramerization_[GO:0051289];protein_K63-linked_deubiquitination_[GO:0070536];protein_tetramerization_[GO:0051262];response_to_type_I_interferon_[GO:0034340];tetrahydrofolate_interconversion_[GO:0035999];tetrahydrofolate_metabolic_process_[GO:0046653]
## 386                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    mitochondrion_[GO:0005739];DNA_binding_[GO:0003677];single-stranded_DNA_exodeoxyribonuclease_activity_[GO:0008297];mitochondrial_DNA_repair_[GO:0043504];mitochondrial_DNA_replication_[GO:0006264];mitochondrial_genome_maintenance_[GO:0000002]
## 387                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          anchored_component_of_plasma_membrane_[GO:0046658];extracellular_exosome_[GO:0070062];extracellular_space_[GO:0005615];extrinsic_component_of_plasma_membrane_[GO:0019897];integral_component_of_membrane_[GO:0016021];membrane_raft_[GO:0045121];plasma_membrane_[GO:0005886];serine-type_endopeptidase_activity_[GO:0004252];serine-type_peptidase_activity_[GO:0008236];sodium_channel_regulator_activity_[GO:0017080];positive_regulation_of_sodium_ion_transport_[GO:0010765];response_to_drug_[GO:0042493];response_to_mineralocorticoid_[GO:0051385];response_to_peptide_hormone_[GO:0043434];transepithelial_transport_[GO:0070633]
## 388                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          integral_component_of_membrane_[GO:0016021]
## 389                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          cell_[GO:0005623];riboflavin_binding_[GO:1902444];riboflavin_transmembrane_transporter_activity_[GO:0032217];negative_regulation_of_sensory_perception_of_bitter_taste_[GO:1904661];negative_regulation_of_sensory_perception_of_sweet_taste_[GO:1904657];riboflavin_transport_[GO:0032218]
## 390                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        cytosol_[GO:0005829];endoplasmic_reticulum_[GO:0005783];extracellular_exosome_[GO:0070062];extracellular_region_[GO:0005576];ficolin-1-rich_granule_lumen_[GO:1904813];focal_adhesion_[GO:0005925];Golgi_apparatus_[GO:0005794];intracellular_membrane-bounded_organelle_[GO:0043231];lysosome_[GO:0005764];membrane_[GO:0016020];mitochondrial_intermembrane_space_[GO:0005758];mitochondrion_[GO:0005739];peroxisomal_matrix_[GO:0005782];peroxisomal_membrane_[GO:0005778];peroxisome_[GO:0005777];plasma_membrane_[GO:0005886];secretory_granule_lumen_[GO:0034774];aminoacylase_activity_[GO:0004046];antioxidant_activity_[GO:0016209];catalase_activity_[GO:0004096];enzyme_binding_[GO:0019899];heme_binding_[GO:0020037];metal_ion_binding_[GO:0046872];NADP_binding_[GO:0050661];oxidoreductase_activity,_acting_on_peroxide_as_acceptor_[GO:0016684];protein_homodimerization_activity_[GO:0042803];receptor_binding_[GO:0005102];aerobic_respiration_[GO:0009060];aging_[GO:0007568];cellular_response_to_growth_factor_stimulus_[GO:0071363];cellular_response_to_oxidative_stress_[GO:0034599];cholesterol_metabolic_process_[GO:0008203];hemoglobin_metabolic_process_[GO:0020027];hydrogen_peroxide_catabolic_process_[GO:0042744];negative_regulation_of_apoptotic_process_[GO:0043066];negative_regulation_of_NF-kappaB_transcription_factor_activity_[GO:0032088];neutrophil_degranulation_[GO:0043312];osteoblast_differentiation_[GO:0001649];positive_regulation_of_cell_division_[GO:0051781];positive_regulation_of_NF-kappaB_transcription_factor_activity_[GO:0051092];positive_regulation_of_phosphatidylinositol_3-kinase_signaling_[GO:0014068];protein_homotetramerization_[GO:0051289];protein_tetramerization_[GO:0051262];response_to_activity_[GO:0014823];response_to_cadmium_ion_[GO:0046686];response_to_estradiol_[GO:0032355];response_to_ethanol_[GO:0045471];response_to_fatty_acid_[GO:0070542];response_to_hydrogen_peroxide_[GO:0042542];response_to_hyperoxia_[GO:0055093];response_to_hypoxia_[GO:0001666];response_to_inactivity_[GO:0014854];response_to_insulin_[GO:0032868];response_to_L-ascorbic_acid_[GO:0033591];response_to_lead_ion_[GO:0010288];response_to_light_intensity_[GO:0009642];response_to_ozone_[GO:0010193];response_to_phenylpropanoid_[GO:0080184];response_to_reactive_oxygen_species_[GO:0000302];response_to_vitamin_A_[GO:0033189];response_to_vitamin_E_[GO:0033197];triglyceride_metabolic_process_[GO:0006641];ureteric_bud_development_[GO:0001657];UV_protection_[GO:0009650]
## 391                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            centrosome_[GO:0005813];cytoplasm_[GO:0005737];intracellular_membrane-bounded_organelle_[GO:0043231];nucleoplasm_[GO:0005654];Rad51B-Rad51C-Rad51D-XRCC2_complex_[GO:0033063];replication_fork_[GO:0005657];ATP_binding_[GO:0005524];DNA-dependent_ATPase_activity_[GO:0008094];double-stranded_DNA_binding_[GO:0003690];recombinase_activity_[GO:0000150];single-stranded_DNA_binding_[GO:0003697];centrosome_cycle_[GO:0007098];DNA_repair_[GO:0006281];DNA_synthesis_involved_in_DNA_repair_[GO:0000731];double-strand_break_repair_via_homologous_recombination_[GO:0000724];in_utero_embryonic_development_[GO:0001701];meiotic_cell_cycle_[GO:0051321];meiotic_DNA_recombinase_assembly_[GO:0000707];mitotic_cell_cycle_[GO:0000278];mitotic_recombination_[GO:0006312];multicellular_organism_growth_[GO:0035264];negative_regulation_of_neuron_apoptotic_process_[GO:0043524];positive_regulation_of_neurogenesis_[GO:0050769];reciprocal_meiotic_recombination_[GO:0007131];regulation_of_fibroblast_apoptotic_process_[GO:2000269];response_to_gamma_radiation_[GO:0010332];response_to_ionizing_radiation_[GO:0010212];response_to_X-ray_[GO:0010165];somitogenesis_[GO:0001756];strand_displacement_[GO:0000732];strand_invasion_[GO:0042148]
## 392                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     cytoplasm_[GO:0005737];nucleus_[GO:0005634];H2A_histone_acetyltransferase_activity_[GO:0043998];H4_histone_acetyltransferase_activity_[GO:0010485];peptide-serine-N-acetyltransferase_activity_[GO:1990189];histone_H2A_acetylation_[GO:0043968];histone_H4_acetylation_[GO:0043967];lipid_metabolic_process_[GO:0006629];N-terminal_protein_amino_acid_acetylation_[GO:0006474]
## 393                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               integral_component_of_nuclear_inner_membrane_[GO:0005639];nuclear_envelope_[GO:0005635];lamin_binding_[GO:0005521];chromosome_segregation_[GO:0007059];mitotic_cytokinesis_[GO:0000281];response_to_X-ray_[GO:0010165]
## 394                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      condensed_chromosome_kinetochore_[GO:0000777];ATP_binding_[GO:0005524];DNA_binding_[GO:0003677];helicase_activity_[GO:0004386];cell_cycle_[GO:0007049];cell_division_[GO:0051301];intein-mediated_protein_splicing_[GO:0016539]
## 395                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             cytoplasm_[GO:0005737];microtubule_cytoskeleton_[GO:0015630];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];protein_complex_[GO:0043234];protein_N-terminus_binding_[GO:0047485];negative_regulation_of_apoptotic_process_[GO:0043066];protein_stabilization_[GO:0050821]
## 396                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               nucleus_[GO:0005634];perinuclear_region_of_cytoplasm_[GO:0048471];chromatin_binding_[GO:0003682];cellular_response_to_DNA_damage_stimulus_[GO:0006974];centrosome_cycle_[GO:0007098];DNA_replication_[GO:0006260];regulation_of_cell_cycle_[GO:0051726];response_to_UV_[GO:0009411];translesion_synthesis_[GO:0019985]
## 397                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];channel_activity_[GO:0015267]
## 398                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Ctf18_RFC-like_complex_[GO:0031390];DNA_replication_factor_C_complex_[GO:0005663];nucleus_[GO:0005634];DNA_clamp_loader_activity_[GO:0003689];single-stranded_DNA-dependent_ATPase_activity_[GO:0043142];DNA_repair_[GO:0006281];DNA_replication_[GO:0006260];DNA-dependent_DNA_replication_[GO:0006261];positive_regulation_of_DNA-directed_DNA_polymerase_activity_[GO:1900264];response_to_organophosphorus_[GO:0046683]
## 399                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     endoplasmic_reticulum_membrane_[GO:0005789];integral_component_of_membrane_[GO:0016021];mitochondrion_[GO:0005739];sphingolipid_delta-4_desaturase_activity_[GO:0042284];ceramide_biosynthetic_process_[GO:0046513];fatty_acid_biosynthetic_process_[GO:0006633]
## 400                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               cytosol_[GO:0005829];nucleus_[GO:0005634];carnosine_N-methyltransferase_activity_[GO:0030735];carnosine_metabolic_process_[GO:0035498]
## 401                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                nucleus_[GO:0005634];DNA_binding_[GO:0003677];DNA_binding_transcription_factor_activity_[GO:0003700];metal_ion_binding_[GO:0046872];regulation_of_transcription,_DNA-templated_[GO:0006355];transcription,_DNA-templated_[GO:0006351]
## 402                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               chromosome_[GO:0005694];cytoplasm_[GO:0005737];ATP_binding_[GO:0005524];ATP-dependent_3'-5'_DNA_helicase_activity_[GO:0043140];DNA_binding_[GO:0003677];four-way_junction_helicase_activity_[GO:0009378];DNA_recombination_[GO:0006310];DNA_repair_[GO:0006281];DNA_replication_[GO:0006260];SOS_response_[GO:0009432]
## 403                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     endoplasmic_reticulum_[GO:0005783];extracellular_region_[GO:0005576];nuclear_envelope_lumen_[GO:0005641];acetylcholinesterase_activity_[GO:0003990];carboxylic_ester_hydrolase_activity_[GO:0052689];cholinesterase_activity_[GO:0004104];identical_protein_binding_[GO:0042802]
## 404                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              AP-type_membrane_coat_adaptor_complex_[GO:0030119];clathrin-coated_pit_[GO:0005905];cytoplasmic_vesicle_membrane_[GO:0030659];cytosol_[GO:0005829];Golgi_apparatus_[GO:0005794];Golgi_membrane_[GO:0000139];intracellular_membrane-bounded_organelle_[GO:0043231];lysosomal_membrane_[GO:0005765];trans-Golgi_network_membrane_[GO:0032588];protein_transporter_activity_[GO:0008565];antigen_processing_and_presentation_of_exogenous_peptide_antigen_via_MHC_class_II_[GO:0019886];intracellular_protein_transport_[GO:0006886];regulation_of_defense_response_to_virus_by_virus_[GO:0050690];vesicle-mediated_transport_[GO:0016192]
## 405                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                cytosol_[GO:0005829];nucleoplasm_[GO:0005654];SUMO-specific_protease_activity_[GO:0016929];protein_desumoylation_[GO:0016926];protein_modification_by_small_protein_removal_[GO:0070646];protein_sumoylation_[GO:0016925];regulation_of_kinetochore_assembly_[GO:0090234];regulation_of_spindle_assembly_[GO:0090169]
## 406                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      cytoplasm_[GO:0005737];nucleus_[GO:0005634];P-body_[GO:0000932];m7G(5')pppN_diphosphatase_activity_[GO:0050072];RNA_7-methylguanosine_cap_binding_[GO:0000340];cellular_response_to_menadione_[GO:0036245];deadenylation-dependent_decapping_of_nuclear-transcribed_mRNA_[GO:0000290];mRNA_cis_splicing,_via_spliceosome_[GO:0045292];negative_regulation_of_programmed_cell_death_[GO:0043069]
## 407                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          cytoplasm_[GO:0005737];cytosol_[GO:0005829];guanine_phosphoribosyltransferase_activity_[GO:0052657];hypoxanthine_phosphoribosyltransferase_activity_[GO:0004422];magnesium_ion_binding_[GO:0000287];nucleotide_binding_[GO:0000166];protein_homodimerization_activity_[GO:0042803];adenine_salvage_[GO:0006168];central_nervous_system_neuron_development_[GO:0021954];cerebral_cortex_neuron_differentiation_[GO:0021895];cytolysis_[GO:0019835];dendrite_morphogenesis_[GO:0048813];dopamine_metabolic_process_[GO:0042417];GMP_catabolic_process_[GO:0046038];grooming_behavior_[GO:0007625];guanine_salvage_[GO:0006178];hypoxanthine_metabolic_process_[GO:0046100];hypoxanthine_salvage_[GO:0043103];IMP_metabolic_process_[GO:0046040];IMP_salvage_[GO:0032264];locomotory_behavior_[GO:0007626];lymphocyte_proliferation_[GO:0046651];positive_regulation_of_dopamine_metabolic_process_[GO:0045964];protein_homotetramerization_[GO:0051289];purine_nucleotide_biosynthetic_process_[GO:0006164];purine_ribonucleoside_salvage_[GO:0006166];response_to_amphetamine_[GO:0001975];striatum_development_[GO:0021756]
## 408                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             nucleoplasm_[GO:0005654];hydrolase_activity_[GO:0016787]
## 409                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .
## 410                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     cytoplasm_[GO:0005737];GINS_complex_[GO:0000811];3'-5'_DNA_helicase_activity_[GO:0043138];DNA_strand_elongation_involved_in_mitotic_DNA_replication_[GO:1902983];inner_cell_mass_cell_proliferation_[GO:0001833]
## 411                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ATP_binding_[GO:0005524];cyclin-dependent_protein_kinase_activity_[GO:0097472];cyclin-dependent_protein_serine/threonine_kinase_activity_[GO:0004693];cell_cycle_[GO:0007049];cell_division_[GO:0051301];protein_phosphorylation_[GO:0006468]
## 412                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     cytoplasm_[GO:0005737];cytoplasmic_exosome_(RNase_complex)_[GO:0000177];exosome_(RNase_complex)_[GO:0000178];nuclear_exosome_(RNase_complex)_[GO:0000176];nucleolus_[GO:0005730];nucleus_[GO:0005634];AU-rich_element_binding_[GO:0017091];identical_protein_binding_[GO:0042802];exonucleolytic_nuclear-transcribed_mRNA_catabolic_process_involved_in_deadenylation-dependent_decay_[GO:0043928];exonucleolytic_trimming_to_generate_mature_3'-end_of_5.8S_rRNA_from_tricistronic_rRNA_transcript_(SSU-rRNA,_5.8S_rRNA,_LSU-rRNA)_[GO:0000467];nuclear_mRNA_surveillance_[GO:0071028];nuclear_polyadenylation-dependent_mRNA_catabolic_process_[GO:0071042];nuclear_polyadenylation-dependent_rRNA_catabolic_process_[GO:0071035];nuclear_polyadenylation-dependent_tRNA_catabolic_process_[GO:0071038];nuclear-transcribed_mRNA_catabolic_process,_exonucleolytic,_3'-5'_[GO:0034427];U1_snRNA_3'-end_processing_[GO:0034473];U4_snRNA_3'-end_processing_[GO:0034475];U5_snRNA_3'-end_processing_[GO:0034476]
## 413                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         condensed_chromosome_kinetochore_[GO:0000777];RZZ_complex_[GO:1990423];cell_division_[GO:0051301];mitotic_cell_cycle_checkpoint_[GO:0007093]
## 414                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       extracellular_space_[GO:0005615];membrane_[GO:0016020];carboxypeptidase_activity_[GO:0004180];metal_ion_binding_[GO:0046872];metallopeptidase_activity_[GO:0008237];peptidyl-dipeptidase_activity_[GO:0008241]
## 415                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  basolateral_plasma_membrane_[GO:0016323];cytoplasmic_vesicle_membrane_[GO:0030659];integral_component_of_plasma_membrane_[GO:0005887];ammonium_transmembrane_transporter_activity_[GO:0008519];ammonia_homeostasis_[GO:0097272];ammonium_transmembrane_transport_[GO:0072488];ammonium_transport_[GO:0015696];organic_cation_transport_[GO:0015695]
## 416                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      fibrillar_center_[GO:0001650];intracellular_ribonucleoprotein_complex_[GO:0030529];rRNA_processing_[GO:0006364]
## 417                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            cytosol_[GO:0005829];EKC/KEOPS_complex_[GO:0000408];nucleus_[GO:0005634];protein_kinase_binding_[GO:0019901];tRNA_processing_[GO:0008033]
## 418                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        extracellular_region_[GO:0005576];Golgi_membrane_[GO:0000139];protein_homodimerization_activity_[GO:0042803];positive_regulation_of_epithelial_cell_migration_[GO:0010634];positive_regulation_of_epithelial_to_mesenchymal_transition_[GO:0010718];positive_regulation_of_ERK1_and_ERK2_cascade_[GO:0070374]
## 419                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          endoplasmic_reticulum_membrane_[GO:0005789];integral_component_of_membrane_[GO:0016021];alpha-1,3-mannosyltransferase_activity_[GO:0000033];dolichyl_pyrophosphate_Man9GlcNAc2_alpha-1,3-glucosyltransferase_activity_[GO:0042281];dolichyl-phosphate-glucose-glycolipid_alpha-glucosyltransferase_activity_[GO:0004583];dolichol-linked_oligosaccharide_biosynthetic_process_[GO:0006488];oligosaccharide-lipid_intermediate_biosynthetic_process_[GO:0006490];protein_N-linked_glycosylation_[GO:0006487]
## 420                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    integral_component_of_mitochondrial_outer_membrane_[GO:0031307];mitochondrial_outer_membrane_translocase_complex_[GO:0005742];protein_import_into_mitochondrial_matrix_[GO:0030150];protein_import_into_mitochondrial_outer_membrane_[GO:0045040]
## 421                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                cytoplasm_[GO:0005737];cytosol_[GO:0005829];extracellular_exosome_[GO:0070062];intracellular_ribonucleoprotein_complex_[GO:0030529];membrane_[GO:0016020];nucleus_[GO:0005634];spindle_microtubule_[GO:0005876];DNA_binding_[GO:0003677];enzyme_binding_[GO:0019899];NAD+_ADP-ribosyltransferase_activity_[GO:0003950];cell_death_[GO:0008219];cellular_protein_modification_process_[GO:0006464];cellular_response_to_DNA_damage_stimulus_[GO:0006974];DNA_repair_[GO:0006281];inflammatory_response_[GO:0006954];protein_ADP-ribosylation_[GO:0006471];regulation_of_telomerase_activity_[GO:0051972];response_to_drug_[GO:0042493]
## 422                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    nucleus_[GO:0005634];polytene_chromosome_[GO:0005700];histone_methyltransferase_activity_(H4-K20_specific)_[GO:0042799];cell_cycle_[GO:0007049];cell_division_[GO:0051301];chromosome_condensation_[GO:0030261];DNA_damage_checkpoint_[GO:0000077];histone_H4-K20_monomethylation_[GO:0034771];histone_methylation_[GO:0016571];regulation_of_transcription,_DNA-templated_[GO:0006355];transcription,_DNA-templated_[GO:0006351]
## 423                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          endoplasmic_reticulum_membrane_[GO:0005789];endoplasmic_reticulum-Golgi_intermediate_compartment_membrane_[GO:0033116];Golgi_apparatus_[GO:0005794];integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];protein_transport_[GO:0015031]
## 424                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              basement_membrane_[GO:0005604];cell_cortex_[GO:0005938];cell_junction_[GO:0030054];cleavage_furrow_[GO:0032154];extracellular_exosome_[GO:0070062];calcium_ion_binding_[GO:0005509];cell_cycle_[GO:0007049];cell_division_[GO:0051301];response_to_stimulus_[GO:0050896];visual_perception_[GO:0007601]
## 425                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          extracellular_exosome_[GO:0070062];integral_component_of_membrane_[GO:0016021];membrane_[GO:0016020];protein_transport_[GO:0015031];vesicle-mediated_transport_[GO:0016192]
## 426                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    axonal_growth_cone_[GO:0044295];cytosol_[GO:0005829];extracellular_exosome_[GO:0070062];microtubule_[GO:0005874];mitochondrion_[GO:0005739];neuron_projection_[GO:0043005];neuronal_cell_body_[GO:0043025];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];perinuclear_region_of_cytoplasm_[GO:0048471];protein_complex_[GO:0043234];ATP_binding_[GO:0005524];copper-dependent_protein_binding_[GO:0032767];FK506_binding_[GO:0005528];glucocorticoid_receptor_binding_[GO:0035259];GTP_binding_[GO:0005525];heat_shock_protein_binding_[GO:0031072];peptidyl-prolyl_cis-trans_isomerase_activity_[GO:0003755];phosphoprotein_binding_[GO:0051219];RNA_binding_[GO:0003723];tau_protein_binding_[GO:0048156];androgen_receptor_signaling_pathway_[GO:0030521];chaperone-mediated_protein_folding_[GO:0061077];copper_ion_transport_[GO:0006825];embryo_implantation_[GO:0007566];male_sex_differentiation_[GO:0046661];negative_regulation_of_microtubule_polymerization_[GO:0031115];negative_regulation_of_microtubule_polymerization_or_depolymerization_[GO:0031111];negative_regulation_of_neuron_projection_development_[GO:0010977];prostate_gland_development_[GO:0030850];protein_complex_localization_[GO:0031503];reproductive_structure_development_[GO:0048608];steroid_hormone_receptor_complex_assembly_[GO:0006463]
## 427                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             metal_ion_binding_[GO:0046872];neurogenesis_[GO:0022008]
## 428                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           azurophil_granule_membrane_[GO:0035577];extracellular_exosome_[GO:0070062];ficolin-1-rich_granule_membrane_[GO:0101003];lysosomal_lumen_[GO:0043202];lysosomal_membrane_[GO:0005765];lysosome_[GO:0005764];membrane_[GO:0016020];plasma_membrane_[GO:0005886];tertiary_granule_membrane_[GO:0070821];alpha-1,4-glucosidase_activity_[GO:0004558];carbohydrate_binding_[GO:0030246];maltose_alpha-glucosidase_activity_[GO:0032450];oligo-1,6-glucosidase_activity_[GO:0004574];cardiac_muscle_contraction_[GO:0060048];diaphragm_contraction_[GO:0002086];glucose_metabolic_process_[GO:0006006];glycogen_catabolic_process_[GO:0005980];heart_morphogenesis_[GO:0003007];locomotory_behavior_[GO:0007626];lysosome_organization_[GO:0007040];maltose_metabolic_process_[GO:0000023];muscle_cell_cellular_homeostasis_[GO:0046716];neuromuscular_process_controlling_balance_[GO:0050885];neuromuscular_process_controlling_posture_[GO:0050884];neutrophil_degranulation_[GO:0043312];regulation_of_the_force_of_heart_contraction_[GO:0002026];sucrose_metabolic_process_[GO:0005985];tissue_development_[GO:0009888];vacuolar_sequestering_[GO:0043181]
## 429                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            apical_plasma_membrane_[GO:0016324];brush_border_membrane_[GO:0031526];endosome_membrane_[GO:0010008];lysosomal_membrane_[GO:0005765];calcium_ion_binding_[GO:0005509];cobalamin_binding_[GO:0031419];drug_binding_[GO:0008144];cholesterol_metabolic_process_[GO:0008203];protein_transport_[GO:0015031]
## 430                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       proteasome_accessory_complex_[GO:0022624];proteasome_regulatory_particle_[GO:0005838];proteolysis_[GO:0006508]
## 431                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                aspartic-type_endopeptidase_activity_[GO:0004190];endonuclease_activity_[GO:0004519];nucleic_acid_binding_[GO:0003676];RNA-directed_DNA_polymerase_activity_[GO:0003964];DNA_integration_[GO:0015074]
## 432                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                integral_component_of_membrane_[GO:0016021];mitochondrial_membrane_[GO:0031966];ion_transmembrane_transporter_activity_[GO:0015075];iron_ion_homeostasis_[GO:0055072]
## 433                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  N1-acetylspermidine:oxygen_oxidoreductase_(propane-1,3-diamine-forming)_activity_[GO:0052898];N1-acetylspermine:oxygen_oxidoreductase_(propane-1,3-diamine-forming)_activity_[GO:0052893];N8-acetylspermidine:oxygen_oxidoreductase_(propane-1,3-diamine-forming)_activity_[GO:0052897];spermidine_oxidase_(propane-1,3-diamine-forming)_activity_[GO:0052896];spermine_oxidase_(propane-1,3-diamine-forming)_activity_[GO:0052900]
## 434                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            mitochondrion_[GO:0005739];hydrolase_activity_[GO:0016787];metabolic_process_[GO:0008152]
## 435                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];heme_binding_[GO:0020037];heme_transporter_activity_[GO:0015232]
## 436                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              extracellular_region_[GO:0005576];deoxyribonuclease_II_activity_[GO:0004531];toxin_activity_[GO:0090729];apoptotic_process_[GO:0006915]
## 437                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          integral_component_of_membrane_[GO:0016021]
## 438                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 azurophil_granule_lumen_[GO:0035578];extracellular_region_[GO:0005576];extracellular_space_[GO:0005615];adenosine_deaminase_activity_[GO:0004000];adenosine_receptor_binding_[GO:0031685];growth_factor_activity_[GO:0008083];heparin_binding_[GO:0008201];protein_homodimerization_activity_[GO:0042803];proteoglycan_binding_[GO:0043394];zinc_ion_binding_[GO:0008270];adenosine_catabolic_process_[GO:0006154];cellular_protein_metabolic_process_[GO:0044267];hypoxanthine_salvage_[GO:0043103];inosine_biosynthetic_process_[GO:0046103];multicellular_organism_development_[GO:0007275];neutrophil_degranulation_[GO:0043312]
## 439                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       extracellular_exosome_[GO:0070062];mitochondrion_[GO:0005739];protein_homodimerization_activity_[GO:0042803];sepiapterin_reductase_activity_[GO:0004757];cell_morphogenesis_involved_in_neuron_differentiation_[GO:0048667];dopamine_metabolic_process_[GO:0042417];L-phenylalanine_metabolic_process_[GO:0006558];nitric_oxide_biosynthetic_process_[GO:0006809];norepinephrine_metabolic_process_[GO:0042415];pteridine_metabolic_process_[GO:0019889];regulation_of_multicellular_organism_growth_[GO:0040014];response_to_organic_substance_[GO:0010033];serotonin_metabolic_process_[GO:0042428];tetrahydrobiopterin_biosynthetic_process_[GO:0006729];tetrahydrobiopterin_metabolic_process_[GO:0046146];voluntary_musculoskeletal_movement_[GO:0050882]
## 440                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         extracellular_exosome_[GO:0070062];KICSTOR_complex_[GO:0140007];lysosomal_membrane_[GO:0005765];peroxisome_[GO:0005777];cellular_response_to_amino_acid_starvation_[GO:0034198];cellular_response_to_glucose_starvation_[GO:0042149];central_nervous_system_development_[GO:0007417];corpus_callosum_morphogenesis_[GO:0021540];negative_regulation_of_TORC1_signaling_[GO:1904262];pigmentation_[GO:0043473];post-embryonic_development_[GO:0009791];protein_localization_to_lysosome_[GO:0061462];regulation_of_superoxide_dismutase_activity_[GO:1901668]
## 441                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 D-xylose_1-dehydrogenase_(NADP+)_activity_[GO:0047837];trans-1,2-dihydrobenzene-1,2-diol_dehydrogenase_activity_[GO:0047115];D-xylose_catabolic_process_[GO:0042843]
## 442                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            DNA-directed_RNA_polymerase_II,_core_complex_[GO:0005665];nucleus_[GO:0005634];P-body_[GO:0000932];DNA-directed_5'-3'_RNA_polymerase_activity_[GO:0003899];single-stranded_DNA_binding_[GO:0003697];single-stranded_RNA_binding_[GO:0003727];translation_initiation_factor_binding_[GO:0031369];apoptotic_process_[GO:0006915];nuclear-transcribed_mRNA_catabolic_process,_exonucleolytic_[GO:0000291];positive_regulation_of_nuclear-transcribed_mRNA_poly(A)_tail_shortening_[GO:0060213];positive_regulation_of_translational_initiation_[GO:0045948];transcription_from_RNA_polymerase_II_promoter_[GO:0006366];transcription_initiation_from_RNA_polymerase_II_promoter_[GO:0006367]
## 443                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         cytosol_[GO:0005829];nucleus_[GO:0005634];metal_ion_binding_[GO:0046872];ubiquitin-protein_transferase_activity_[GO:0004842]
## 444                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               cytosol_[GO:0005829];extracellular_exosome_[GO:0070062];glutathione_peroxidase_activity_[GO:0004602];glutathione_transferase_activity_[GO:0004364];glutathione_derivative_biosynthetic_process_[GO:1901687];glutathione_metabolic_process_[GO:0006749]
## 445                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            mitochondrial_intermembrane_space_[GO:0005758];mitochondrion_[GO:0005739];protein_disulfide_oxidoreductase_activity_[GO:0015035];'de_novo'_posttranslational_protein_folding_[GO:0051084];cellular_response_to_leukemia_inhibitory_factor_[GO:1990830];cellular_response_to_oxidative_stress_[GO:0034599];establishment_of_protein_localization_to_mitochondrion_[GO:0072655];mitochondrial_DNA_repair_[GO:0043504];positive_regulation_of_cellular_respiration_[GO:1901857];protein_import_into_mitochondrial_intermembrane_space_[GO:0045041];protein_maturation_by_protein_folding_[GO:0022417];regulation_of_protein_export_from_nucleus_[GO:0046825]
## 446                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        collagen_trimer_[GO:0005581];extracellular_region_[GO:0005576];extrinsic_component_of_external_side_of_plasma_membrane_[GO:0031232];carbohydrate_binding_[GO:0030246];carbohydrate_derivative_binding_[GO:0097367];G-protein_coupled_receptor_binding_[GO:0001664];metal_ion_binding_[GO:0046872];sialic_acid_binding_[GO:0033691];signaling_pattern_recognition_receptor_activity_[GO:0008329];cell_surface_pattern_recognition_receptor_signaling_pathway_[GO:0002752];complement_activation,_lectin_pathway_[GO:0001867];G-protein_coupled_receptor_signaling_pathway_[GO:0007186];negative_regulation_of_viral_entry_into_host_cell_[GO:0046597];positive_regulation_of_interleukin-8_secretion_[GO:2000484];protein_localization_to_cell_surface_[GO:0034394];recognition_of_apoptotic_cell_[GO:0043654]
## 447                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          integral_component_of_membrane_[GO:0016021]
## 448                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        fibrillar_center_[GO:0001650];Ino80_complex_[GO:0031011];MLL1_complex_[GO:0071339];chromatin_remodeling_[GO:0006338];DNA_recombination_[GO:0006310];DNA_repair_[GO:0006281];regulation_of_transcription,_DNA-templated_[GO:0006355];transcription,_DNA-templated_[GO:0006351]
## 449                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              gamma-secretase_complex_[GO:0070765];integral_component_of_membrane_[GO:0016021];late_endosome_[GO:0005770];recycling_endosome_[GO:0055037];Notch_receptor_processing_[GO:0007220];Notch_signaling_pathway_[GO:0007219]
## 450                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          cytosol_[GO:0005829];plasma_membrane_[GO:0005886];Rab-protein_geranylgeranyltransferase_complex_[GO:0005968];Rab_geranylgeranyltransferase_activity_[GO:0004663];Rab_GTPase_binding_[GO:0017137];zinc_ion_binding_[GO:0008270];cellular_protein_modification_process_[GO:0006464];post-translational_protein_modification_[GO:0043687];protein_geranylgeranylation_[GO:0018344];regulation_of_apoptotic_process_[GO:0042981];visual_perception_[GO:0007601]
## 451                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     apical_part_of_cell_[GO:0045177];integral_component_of_plasma_membrane_[GO:0005887];ATP_binding_[GO:0005524];calcium_ion_binding_[GO:0005509];protein_kinase_activity_[GO:0004672];protein_tyrosine_kinase_activity_[GO:0004713];transmembrane_receptor_protein_tyrosine_kinase_activity_[GO:0004714];calcium-dependent_cell-cell_adhesion_via_plasma_membrane_cell_adhesion_molecules_[GO:0016339];Golgi_organization_[GO:0007030];homophilic_cell_adhesion_via_plasma_membrane_adhesion_molecules_[GO:0007156];negative_regulation_of_cell_size_[GO:0045792];positive_regulation_of_wound_healing_[GO:0090303];protein_phosphorylation_[GO:0006468];wound_healing_[GO:0042060]
## 452                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             mitochondrion_[GO:0005739];nucleolus_[GO:0005730];hydrolase_activity_[GO:0016787];nucleotide_binding_[GO:0000166];apoptotic_process_[GO:0006915];multicellular_organismal_lipid_catabolic_process_[GO:0044240];negative_regulation_of_peptidyl-lysine_acetylation_[GO:2000757];steroid_biosynthetic_process_[GO:0006694]
## 453                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    chromosome,_telomeric_region_[GO:0000781];condensed_chromosome_[GO:0000793];cytoplasm_[GO:0005737];female_pronucleus_[GO:0001939];male_pronucleus_[GO:0001940];nuclear_body_[GO:0016604];nuclear_chromatin_[GO:0000790];nuclear_membrane_[GO:0031965];plasma_membrane_[GO:0005886];site_of_double-strand_break_[GO:0035861];spindle_midzone_[GO:0051233];cell_cycle_[GO:0007049];cellular_response_to_DNA_damage_stimulus_[GO:0006974];cellular_response_to_leukemia_inhibitory_factor_[GO:1990830];chromatin_silencing_at_telomere_[GO:0006348];DNA_repair_[GO:0006281];negative_regulation_of_double-strand_break_repair_via_homologous_recombination_[GO:2000042];negative_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0000122];positive_regulation_of_double-strand_break_repair_via_nonhomologous_end_joining_[GO:2001034];positive_regulation_of_histone_H3-K9_methylation_[GO:0051574];positive_regulation_of_isotype_switching_[GO:0045830];stem_cell_population_maintenance_[GO:0019827];telomere_maintenance_in_response_to_DNA_damage_[GO:0043247]
## 454                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                cytoplasm_[GO:0005737];nucleolus_[GO:0005730];nucleoplasm_[GO:0005654];activating_transcription_factor_binding_[GO:0033613];ATP_binding_[GO:0005524];ATP-dependent_RNA_helicase_activity_[GO:0004004];rDNA_binding_[GO:0000182];RNA_binding_[GO:0003723];positive_regulation_of_transcription_from_RNA_polymerase_I_promoter_[GO:0045943];RNA_processing_[GO:0006396]
## 455                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             aminoacyl-tRNA_synthetase_multienzyme_complex_[GO:0017101];cytoplasm_[GO:0005737];cytosol_[GO:0005829];extracellular_exosome_[GO:0070062];nucleolus_[GO:0005730];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];glutathione_transferase_activity_[GO:0004364];glutathione_metabolic_process_[GO:0006749];negative_regulation_of_cell_proliferation_[GO:0008285];positive_regulation_of_apoptotic_process_[GO:0043065];positive_regulation_of_cellular_senescence_[GO:2000774];positive_regulation_of_DNA_damage_response,_signal_transduction_by_p53_class_mediator_[GO:0043517];tRNA_aminoacylation_for_protein_translation_[GO:0006418]
## 456                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .
## 457                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                endoplasmic_reticulum_membrane_[GO:0005789];integral_component_of_membrane_[GO:0016021];SNARE_complex_[GO:0031201];SNAP_receptor_activity_[GO:0005484];SNARE_binding_[GO:0000149];ER_to_Golgi_vesicle-mediated_transport_[GO:0006888];protein_transport_[GO:0015031];vesicle_fusion_with_Golgi_apparatus_[GO:0048280]
## 458                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          cytoplasm_[GO:0005737];nucleus_[GO:0005634];DNA_binding_transcription_factor_activity_[GO:0003700];sequence-specific_DNA_binding_[GO:0043565];adenohypophysis_development_[GO:0021984];apoptotic_process_[GO:0006915];cell_proliferation_[GO:0008283];extraocular_skeletal_muscle_development_[GO:0002074];inner_ear_development_[GO:0048839];peripheral_nervous_system_neuron_development_[GO:0048935];pharyngeal_muscle_development_[GO:0043282];regulation_of_skeletal_muscle_cell_proliferation_[GO:0014857];skeletal_muscle_fiber_development_[GO:0048741];striated_muscle_cell_differentiation_[GO:0051146];transcription,_DNA-templated_[GO:0006351]
## 459                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Golgi_apparatus_[GO:0005794];Golgi_medial_cisterna_[GO:0005797];Golgi_trans_cisterna_[GO:0000138];integral_component_of_membrane_[GO:0016021];late_endosome_membrane_[GO:0031902];trans-Golgi_network_[GO:0005802];transport_vesicle_[GO:0030133];Rab_GTPase_binding_[GO:0017137]
## 460                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              endoplasmic_reticulum_membrane_[GO:0005789];Golgi_membrane_[GO:0000139];phagophore_assembly_site_membrane_[GO:0034045];GTP_binding_[GO:0005525];GTPase_activity_[GO:0003924];autophagy_[GO:0006914];ER_to_Golgi_vesicle-mediated_transport_[GO:0006888]
## 461                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .
## 462                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    cytosol_[GO:0005829];Golgi_cisterna_membrane_[GO:0032580];Golgi_membrane_[GO:0000139];integral_component_of_membrane_[GO:0016021];mitochondrial_matrix_[GO:0005759];glucuronosyl-N-acetylgalactosaminyl-proteoglycan_4-beta-N-acetylgalactosaminyltransferase_activity_[GO:0047238];metal_ion_binding_[GO:0046872];N-acetylgalactosaminyl-proteoglycan_3-beta-glucuronosyltransferase_activity_[GO:0050510];chondroitin_sulfate_biosynthetic_process_[GO:0030206]
## 463                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     nucleus_[GO:0005634];DNA_binding_[GO:0003677];DNA-directed_DNA_polymerase_activity_[GO:0003887];protein_heterodimerization_activity_[GO:0046982]
## 464                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             DNA-directed_RNA_polymerase_I_complex_[GO:0005736];DNA-directed_RNA_polymerase_II,_core_complex_[GO:0005665];DNA-directed_RNA_polymerase_III_complex_[GO:0005666];nucleus_[GO:0005634];DNA_binding_[GO:0003677];DNA-directed_5'-3'_RNA_polymerase_activity_[GO:0003899];transcription_from_RNA_polymerase_I_promoter_[GO:0006360];transcription_from_RNA_polymerase_II_promoter_[GO:0006366];transcription_from_RNA_polymerase_III_promoter_[GO:0006383]
## 465                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             cytoplasmic_vesicle_membrane_[GO:0030659];integral_component_of_membrane_[GO:0016021];amino_acid_transmembrane_transporter_activity_[GO:0015171];amino_acid_transmembrane_transport_[GO:0003333];neurotransmitter_transport_[GO:0006836]
## 466                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               DNA-directed_RNA_polymerase_III_complex_[GO:0005666];DNA-directed_5'-3'_RNA_polymerase_activity_[GO:0003899];double-stranded_DNA_binding_[GO:0003690];defense_response_to_virus_[GO:0051607];innate_immune_response_[GO:0045087];positive_regulation_of_innate_immune_response_[GO:0045089];positive_regulation_of_interferon-beta_production_[GO:0032728];transcription_from_RNA_polymerase_III_promoter_[GO:0006383]
## 467                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      nucleoplasm_[GO:0005654];spliceosomal_complex_[GO:0005681];U1_snRNP_[GO:0005685];identical_protein_binding_[GO:0042802];RNA_binding_[GO:0003723];snRNA_stem-loop_binding_[GO:0035614];U1_snRNA_binding_[GO:0030619];mRNA_splicing,_via_spliceosome_[GO:0000398]
## 468                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            intracellular_[GO:0005622];GTP_binding_[GO:0005525];GTPase_activity_[GO:0003924];RNA_polymerase_II_complex_import_to_nucleus_[GO:0044376];RNA_polymerase_III_complex_localization_to_nucleus_[GO:1990022]
## 469                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          cytoplasm_[GO:0005737];omega-amidase_activity_[GO:0050152];nitrogen_compound_metabolic_process_[GO:0006807]
## 470                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          endoplasmic_reticulum_membrane_[GO:0005789];integral_component_of_membrane_[GO:0016021];alpha-1,3-mannosyltransferase_activity_[GO:0000033];dolichyl_pyrophosphate_Man9GlcNAc2_alpha-1,3-glucosyltransferase_activity_[GO:0042281];dolichyl-phosphate-glucose-glycolipid_alpha-glucosyltransferase_activity_[GO:0004583];dolichol-linked_oligosaccharide_biosynthetic_process_[GO:0006488];oligosaccharide-lipid_intermediate_biosynthetic_process_[GO:0006490];protein_N-linked_glycosylation_[GO:0006487]
## 471                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          cytoplasm_[GO:0005737];cytosol_[GO:0005829];ubiquitin_protein_ligase_activity_[GO:0061630];negative_regulation_of_canonical_Wnt_signaling_pathway_[GO:0090090];proteasome-mediated_ubiquitin-dependent_protein_catabolic_process_[GO:0043161];protein_ubiquitination_involved_in_ubiquitin-dependent_protein_catabolic_process_[GO:0042787]
## 472                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];transmembrane_transporter_activity_[GO:0022857];cellular_response_to_nutrient_levels_[GO:0031669]
## 473                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          integral_component_of_plasma_membrane_[GO:0005887];membrane_[GO:0016020];nucleoplasm_[GO:0005654];plasma_membrane_[GO:0005886];calcium_ion_binding_[GO:0005509];G-protein_coupled_receptor_activity_[GO:0004930];protein_dimerization_activity_[GO:0046983];transmembrane_signaling_receptor_activity_[GO:0004888];anterior/posterior_pattern_specification_[GO:0009952];apical_protein_localization_[GO:0045176];cell-cell_signaling_[GO:0007267];central_nervous_system_development_[GO:0007417];establishment_of_body_hair_planar_orientation_[GO:0048105];establishment_of_planar_polarity_[GO:0001736];establishment_of_planar_polarity_of_embryonic_epithelium_[GO:0042249];G-protein_coupled_receptor_signaling_pathway_[GO:0007186];gastrulation_with_mouth_forming_second_[GO:0001702];hair_follicle_development_[GO:0001942];homophilic_cell_adhesion_via_plasma_membrane_adhesion_molecules_[GO:0007156];inner_ear_morphogenesis_[GO:0042472];lateral_sprouting_involved_in_lung_morphogenesis_[GO:0060490];locomotory_behavior_[GO:0007626];neural_tube_closure_[GO:0001843];neuron_migration_[GO:0001764];orthogonal_dichotomous_subdivision_of_terminal_units_involved_in_lung_branching_morphogenesis_[GO:0060488];planar_cell_polarity_pathway_involved_in_neural_tube_closure_[GO:0090179];planar_dichotomous_subdivision_of_terminal_units_involved_in_lung_branching_morphogenesis_[GO:0060489];protein_localization_involved_in_establishment_of_planar_polarity_[GO:0090251];regulation_of_actin_cytoskeleton_organization_[GO:0032956];regulation_of_neurotransmitter_secretion_[GO:0046928];Rho_protein_signal_transduction_[GO:0007266];signal_transduction_[GO:0007165];wound_healing_[GO:0042060]
## 474                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          integral_component_of_membrane_[GO:0016021]
## 475                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 cytoplasm_[GO:0005737];integral_component_of_plasma_membrane_[GO:0005887];neuron_projection_[GO:0043005];plasma_membrane_[GO:0005886];neuropeptide_binding_[GO:0042923];somatostatin_receptor_activity_[GO:0004994];arachidonic_acid_metabolic_process_[GO:0019369];cell_migration_[GO:0016477];cellular_response_to_glucocorticoid_stimulus_[GO:0071385];chemical_synaptic_transmission_[GO:0007268];forebrain_development_[GO:0030900];G-protein_coupled_receptor_signaling_pathway,_coupled_to_cyclic_nucleotide_second_messenger_[GO:0007187];negative_regulation_of_cAMP_metabolic_process_[GO:0030815];negative_regulation_of_cell_proliferation_[GO:0008285];positive_regulation_of_MAPK_cascade_[GO:0043410]
## 476                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             cytoplasmic_vesicle_[GO:0031410];carboxylic_ester_hydrolase_activity_[GO:0052689];identical_protein_binding_[GO:0042802];S-formylglutathione_hydrolase_activity_[GO:0018738];formaldehyde_catabolic_process_[GO:0046294]
## 477                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         nucleic_acid_binding_[GO:0003676];zinc_ion_binding_[GO:0008270];DNA_integration_[GO:0015074]
## 478                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               cytoplasm_[GO:0005737];nucleus_[GO:0005634];proteasome_core_complex_[GO:0005839];proteasome_core_complex,_beta-subunit_complex_[GO:0019774];threonine-type_endopeptidase_activity_[GO:0004298];proteolysis_involved_in_cellular_protein_catabolic_process_[GO:0051603]
## 479                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          integral_component_of_membrane_[GO:0016021]
## 480                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         extracellular_space_[GO:0005615];metal_ion_binding_[GO:0046872];ion_transport_[GO:0006811];iron_ion_homeostasis_[GO:0055072]
## 481                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        endoplasmic_reticulum_[GO:0005783];endosome_[GO:0005768];extracellular_space_[GO:0005615];lysosome_[GO:0005764];mitochondrion_[GO:0005739];cytokine_activity_[GO:0005125];blastocyst_hatching_[GO:0001835];embryo_implantation_[GO:0007566];positive_regulation_of_epithelial_cell_proliferation_[GO:0050679]
## 482                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   anchored_component_of_plasma_membrane_[GO:0046658];extrinsic_component_of_plasma_membrane_[GO:0019897];serine-type_endopeptidase_activity_[GO:0004252];serine-type_peptidase_activity_[GO:0008236]
## 483                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   cytosol_[GO:0005829];ribonucleoside-diphosphate_reductase_complex_[GO:0005971];ferric_iron_binding_[GO:0008199];protein_homodimerization_activity_[GO:0042803];ribonucleoside-diphosphate_reductase_activity,_thioredoxin_disulfide_as_acceptor_[GO:0004748];deoxyribonucleotide_biosynthetic_process_[GO:0009263];deoxyribonucleotide_metabolic_process_[GO:0009262];DNA_replication_[GO:0006260];protein_heterotetramerization_[GO:0051290];protein_oligomerization_[GO:0051259]
## 484                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             axon_[GO:0030424];dendritic_spine_[GO:0043197];integral_component_of_plasma_membrane_[GO:0005887];neuron_projection_[GO:0043005];plasma_membrane_[GO:0005886];postsynaptic_density_[GO:0014069];postsynaptic_membrane_[GO:0045211];presynaptic_active_zone_[GO:0048786];presynaptic_membrane_[GO:0042734];calcium_channel_regulator_activity_[GO:0005246];group_II_metabotropic_glutamate_receptor_activity_[GO:0001641];regulation_of_sensory_perception_of_pain_[GO:0051930];regulation_of_synaptic_transmission,_glutamatergic_[GO:0051966];sensory_perception_of_pain_[GO:0019233];synaptic_transmission,_glutamatergic_[GO:0035249]
## 485                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    anchored_component_of_external_side_of_plasma_membrane_[GO:0031362];apical_plasma_membrane_[GO:0016324];basolateral_plasma_membrane_[GO:0016323];brush_border_membrane_[GO:0031526];clathrin-coated_vesicle_[GO:0030136];endosome_[GO:0005768];extracellular_region_[GO:0005576];membrane_[GO:0016020];nucleus_[GO:0005634];drug_binding_[GO:0008144];folic_acid_binding_[GO:0005542];folic_acid_receptor_activity_[GO:0061714];folic_acid_transmembrane_transporter_activity_[GO:0008517];methotrexate_binding_[GO:0051870];receptor_activity_[GO:0004872];anterior_neural_tube_closure_[GO:0061713];axon_regeneration_[GO:0031103];cardiac_neural_crest_cell_migration_involved_in_outflow_tract_morphogenesis_[GO:0003253];cellular_response_to_folic_acid_[GO:0071231];folic_acid_metabolic_process_[GO:0046655];folic_acid_transport_[GO:0015884];heart_looping_[GO:0001947];neural_crest_cell_migration_involved_in_heart_formation_[GO:0003147];pharyngeal_arch_artery_morphogenesis_[GO:0061626];posttranslational_protein_targeting_to_endoplasmic_reticulum_membrane_[GO:0006620];regulation_of_canonical_Wnt_signaling_pathway_[GO:0060828];regulation_of_transforming_growth_factor_beta_receptor_signaling_pathway_[GO:0017015];response_to_axon_injury_[GO:0048678]
## 486                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           integral_component_of_membrane_[GO:0016021];G-protein_coupled_photoreceptor_activity_[GO:0008020];retinal_isomerase_activity_[GO:0004744];G-protein_coupled_receptor_signaling_pathway_[GO:0007186];phototransduction_[GO:0007602];protein-chromophore_linkage_[GO:0018298];visual_perception_[GO:0007601]
## 487                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    extracellular_region_[GO:0005576]
## 488                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 integral_component_of_membrane_[GO:0016021];arginine_transmembrane_transporter_activity_[GO:0015181];arginine_transport_[GO:0015809]
## 489                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           integral_component_of_membrane_[GO:0016021];intracellular_[GO:0005622];plasma_membrane_[GO:0005886];G-protein_coupled_receptor_activity_[GO:0004930];adenylate_cyclase-activating_G-protein_coupled_receptor_signaling_pathway_[GO:0007189];cell_surface_receptor_signaling_pathway_[GO:0007166];G-protein_coupled_receptor_signaling_pathway_[GO:0007186]
## 490                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  mitochondrion_[GO:0005739];nucleus_[GO:0005634];4-alpha-hydroxytetrahydrobiopterin_dehydratase_activity_[GO:0008124];phenylalanine_4-monooxygenase_activity_[GO:0004505];positive_regulation_of_transcription,_DNA-templated_[GO:0045893];protein_heterooligomerization_[GO:0051291];protein_homotetramerization_[GO:0051289];tetrahydrobiopterin_biosynthetic_process_[GO:0006729]
## 491                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     catalytic_step_2_spliceosome_[GO:0071013];cytosol_[GO:0005829];Lsm1-7-Pat1_complex_[GO:1990726];nucleoplasm_[GO:0005654];spliceosomal_tri-snRNP_complex_[GO:0097526];U12-type_spliceosomal_complex_[GO:0005689];U2-type_prespliceosome_[GO:0071004];U6_snRNP_[GO:0005688];U6_snRNA_binding_[GO:0017070];exonucleolytic_nuclear-transcribed_mRNA_catabolic_process_involved_in_deadenylation-dependent_decay_[GO:0043928];mRNA_splicing,_via_spliceosome_[GO:0000398];RNA_processing_[GO:0006396]
## 492 apical_plasma_membrane_[GO:0016324];basolateral_plasma_membrane_[GO:0016323];brush_border_membrane_[GO:0031526];cell_leading_edge_[GO:0031252];cytosol_[GO:0005829];endoplasmic_reticulum_[GO:0005783];Golgi_apparatus_[GO:0005794];integral_component_of_membrane_[GO:0016021];late_endosome_[GO:0005770];membrane_[GO:0016020];membrane_raft_[GO:0045121];microvillus_[GO:0005902];neuron_projection_[GO:0043005];neuronal_cell_body_[GO:0043025];nucleus_[GO:0005634];perikaryon_[GO:0043204];perinuclear_region_of_cytoplasm_[GO:0048471];phagocytic_vesicle_membrane_[GO:0030670];plasma_membrane_[GO:0005886];secretory_granule_[GO:0030141];trans-Golgi_network_[GO:0005802];trans-Golgi_network_transport_vesicle_[GO:0030140];ATP_binding_[GO:0005524];chaperone_binding_[GO:0051087];copper_ion_binding_[GO:0005507];copper_ion_transmembrane_transporter_activity_[GO:0005375];copper-dependent_protein_binding_[GO:0032767];copper-exporting_ATPase_activity_[GO:0004008];cuprous_ion_binding_[GO:1903136];Rac_GTPase_binding_[GO:0048365];superoxide_dismutase_copper_chaperone_activity_[GO:0016532];antimicrobial_humoral_response_[GO:0019730];blood_vessel_development_[GO:0001568];blood_vessel_remodeling_[GO:0001974];cartilage_development_[GO:0051216];catecholamine_metabolic_process_[GO:0006584];cellular_copper_ion_homeostasis_[GO:0006878];cellular_response_to_amino_acid_stimulus_[GO:0071230];cellular_response_to_antibiotic_[GO:0071236];cellular_response_to_cadmium_ion_[GO:0071276];cellular_response_to_cobalt_ion_[GO:0071279];cellular_response_to_copper_ion_[GO:0071280];cellular_response_to_hypoxia_[GO:0071456];cellular_response_to_iron_ion_[GO:0071281];cellular_response_to_lead_ion_[GO:0071284];cellular_response_to_platelet-derived_growth_factor_stimulus_[GO:0036120];central_nervous_system_neuron_development_[GO:0021954];cerebellar_Purkinje_cell_differentiation_[GO:0021702];collagen_fibril_organization_[GO:0030199];copper_ion_export_[GO:0060003];copper_ion_import_[GO:0015677];copper_ion_transport_[GO:0006825];detoxification_of_copper_ion_[GO:0010273];dopamine_metabolic_process_[GO:0042417];elastic_fiber_assembly_[GO:0048251];elastin_biosynthetic_process_[GO:0051542];epinephrine_metabolic_process_[GO:0042414];extracellular_matrix_organization_[GO:0030198];hair_follicle_morphogenesis_[GO:0031069];in_utero_embryonic_development_[GO:0001701];ion_transmembrane_transport_[GO:0034220];lactation_[GO:0007595];liver_development_[GO:0001889];locomotory_behavior_[GO:0007626];lung_alveolus_development_[GO:0048286];mitochondrion_organization_[GO:0007005];negative_regulation_of_catalytic_activity_[GO:0043086];negative_regulation_of_iron_ion_transmembrane_transport_[GO:0034760];neuron_projection_morphogenesis_[GO:0048812];norepinephrine_metabolic_process_[GO:0042415];peptidyl-lysine_modification_[GO:0018205];pigmentation_[GO:0043473];plasma_membrane_copper_ion_transport_[GO:0015679];positive_regulation_of_catalytic_activity_[GO:0043085];positive_regulation_of_cell_size_[GO:0045793];positive_regulation_of_epithelial_cell_proliferation_[GO:0050679];positive_regulation_of_lamellipodium_assembly_[GO:0010592];positive_regulation_of_oxidoreductase_activity_[GO:0051353];positive_regulation_of_response_to_wounding_[GO:1903036];positive_regulation_of_vascular_associated_smooth_muscle_cell_migration_[GO:1904754];pyramidal_neuron_development_[GO:0021860];regulation_of_cytochrome-c_oxidase_activity_[GO:1904959];regulation_of_gene_expression_[GO:0010468];regulation_of_oxidative_phosphorylation_[GO:0002082];removal_of_superoxide_radicals_[GO:0019430];response_to_iron(III)_ion_[GO:0010041];response_to_manganese_ion_[GO:0010042];response_to_zinc_ion_[GO:0010043];serotonin_metabolic_process_[GO:0042428];skin_development_[GO:0043588];T-helper_cell_differentiation_[GO:0042093];tryptophan_metabolic_process_[GO:0006568]
## 493                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             cytoplasm_[GO:0005737];extracellular_space_[GO:0005615];membrane_[GO:0016020];calcium_ion_binding_[GO:0005509];chromatin_binding_[GO:0003682];cell_adhesion_[GO:0007155]
## 494                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            apical_plasma_membrane_[GO:0016324];brush_border_membrane_[GO:0031526];endosome_membrane_[GO:0010008];lysosomal_membrane_[GO:0005765];calcium_ion_binding_[GO:0005509];cobalamin_binding_[GO:0031419];drug_binding_[GO:0008144];cholesterol_metabolic_process_[GO:0008203];protein_transport_[GO:0015031]
## 495                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         nuclear_origin_of_replication_recognition_complex_[GO:0005664];ATP_binding_[GO:0005524];chromatin_binding_[GO:0003682];DNA_binding_[GO:0003677];DNA_replication_[GO:0006260]
## 496                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           centrosome_[GO:0005813];cytoplasm_[GO:0005737];kinetochore_[GO:0000776];midbody_[GO:0030496];nucleus_[GO:0005634];spindle_[GO:0005819];ATP_binding_[GO:0005524];protein_serine/threonine_kinase_activity_[GO:0004674];cell_division_[GO:0051301];mitotic_cell_cycle_[GO:0000278];protein_localization_to_chromatin_[GO:0071168];protein_phosphorylation_[GO:0006468];signal_transduction_involved_in_G2_DNA_damage_checkpoint_[GO:0072425]
## 497                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 basement_membrane_[GO:0005604];extracellular_region_[GO:0005576];extracellular_space_[GO:0005615];intracellular_[GO:0005622];microfibril_[GO:0001527];calcium_ion_binding_[GO:0005509];extracellular_matrix_structural_constituent_[GO:0005201];heparin_binding_[GO:0008201];hormone_activity_[GO:0005179];identical_protein_binding_[GO:0042802];integrin_binding_[GO:0005178];activation_of_protein_kinase_A_activity_[GO:0034199];anatomical_structure_morphogenesis_[GO:0009653];camera-type_eye_development_[GO:0043010];cell_adhesion_mediated_by_integrin_[GO:0033627];embryonic_eye_morphogenesis_[GO:0048048];glucose_homeostasis_[GO:0042593];glucose_metabolic_process_[GO:0006006];heart_development_[GO:0007507];negative_regulation_of_osteoclast_development_[GO:2001205];post-embryonic_eye_morphogenesis_[GO:0048050];protein_kinase_A_signaling_[GO:0010737];regulation_of_cellular_response_to_growth_factor_stimulus_[GO:0090287];sequestering_of_BMP_in_extracellular_matrix_[GO:0035582];sequestering_of_TGFbeta_in_extracellular_matrix_[GO:0035583];skeletal_system_development_[GO:0001501]
## 498                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 endoplasmic_reticulum_[GO:0005783];endoplasmic_reticulum_lumen_[GO:0005788];protein_disulfide_isomerase_activity_[GO:0003756];cell_redox_homeostasis_[GO:0045454];protein_folding_[GO:0006457];response_to_endoplasmic_reticulum_stress_[GO:0034976]
## 499                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 cytosol_[GO:0005829];Golgi_apparatus_[GO:0005794];Golgi_membrane_[GO:0000139];nuclear_matrix_[GO:0016363];nucleolus_[GO:0005730];nucleoplasm_[GO:0005654];perinuclear_region_of_cytoplasm_[GO:0048471];small_nuclear_ribonucleoprotein_complex_[GO:0030532];trans-Golgi_network_[GO:0005802];ARF_guanyl-nucleotide_exchange_factor_activity_[GO:0005086];guanyl-nucleotide_exchange_factor_activity_[GO:0005085];myosin_binding_[GO:0017022];protein_kinase_A_regulatory_subunit_binding_[GO:0034237];endomembrane_system_organization_[GO:0010256];exocytosis_[GO:0006887];Golgi_organization_[GO:0007030];negative_regulation_of_actin_filament_polymerization_[GO:0030837];negative_regulation_of_GTPase_activity_[GO:0034260];neuron_projection_development_[GO:0031175];positive_regulation_of_protein_glycosylation_in_Golgi_[GO:0090284];positive_regulation_of_protein_kinase_B_signaling_[GO:0051897];positive_regulation_of_wound_healing_[GO:0090303];protein_transport_[GO:0015031];regulation_of_ARF_protein_signal_transduction_[GO:0032012];regulation_of_establishment_of_cell_polarity_[GO:2000114]
## 500                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                cell_junction_[GO:0030054];cytosol_[GO:0005829];integral_component_of_plasma_membrane_[GO:0005887];lysosomal_membrane_[GO:0005765];membrane_[GO:0016020];plasma_membrane_[GO:0005886];synaptic_vesicle_membrane_[GO:0030672];sialic_acid_transmembrane_transporter_activity_[GO:0015136];sialic_acid:proton_symporter_activity_[GO:0015538];sugar:proton_symporter_activity_[GO:0005351];amino_acid_transport_[GO:0006865];anion_transport_[GO:0006820];ion_transport_[GO:0006811];sialic_acid_transport_[GO:0015739]
## 501                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Golgi_membrane_[GO:0000139];integral_component_of_membrane_[GO:0016021];beta-1,3-galactosyl-O-glycosyl-glycoprotein_beta-1,6-N-acetylglucosaminyltransferase_activity_[GO:0003829];protein_glycosylation_[GO:0006486]
## 502                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GINS_complex_[GO:0000811];nucleoplasm_[GO:0005654];replication_fork_protection_complex_[GO:0031298];DNA_duplex_unwinding_[GO:0032508];DNA_strand_elongation_involved_in_DNA_replication_[GO:0006271];double-strand_break_repair_via_break-induced_replication_[GO:0000727];mitotic_DNA_replication_initiation_[GO:1902975]
## 503                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         endosome_[GO:0005768];integral_component_of_membrane_[GO:0016021];late_endosome_[GO:0005770];lysosomal_membrane_[GO:0005765];perinuclear_region_of_cytoplasm_[GO:0048471];retromer_complex_[GO:0030904];trans-Golgi_network_[GO:0005802];mannose_binding_[GO:0005537];mannose_transmembrane_transporter_activity_[GO:0015578];retromer_complex_binding_[GO:1905394];intracellular_protein_transport_[GO:0006886];secretion_of_lysosomal_enzymes_[GO:0033299]
## 504                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          calcium_channel_complex_[GO:0034704];cytoplasm_[GO:0005737];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];protein_phosphatase_type_2A_complex_[GO:0000159];ATP_binding_[GO:0005524];ATPase_activity_[GO:0016887];peptidyl-prolyl_cis-trans_isomerase_activity_[GO:0003755];protein_homodimerization_activity_[GO:0042803];protein_phosphatase_2A_binding_[GO:0051721];protein_tyrosine_phosphatase_activator_activity_[GO:0008160];receptor_binding_[GO:0005102];mitotic_spindle_organization_in_nucleus_[GO:0030472];negative_regulation_of_phosphoprotein_phosphatase_activity_[GO:0032515];positive_regulation_of_apoptotic_process_[GO:0043065];positive_regulation_of_phosphoprotein_phosphatase_activity_[GO:0032516]
## 505                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      endoplasmic_reticulum_[GO:0005783];Golgi_membrane_[GO:0000139];integral_component_of_membrane_[GO:0016021];acetylgalactosaminyltransferase_activity_[GO:0008376];acetylglucosaminyltransferase_activity_[GO:0008375];galactosyltransferase_activity_[GO:0008378];protein_glycosylation_[GO:0006486];protein_O-linked_glycosylation_[GO:0006493]
## 506                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 cytosol_[GO:0005829];multimeric_ribonuclease_P_complex_[GO:0030681];nucleolar_ribonuclease_P_complex_[GO:0005655];metal_ion_binding_[GO:0046872];ribonuclease_P_activity_[GO:0004526];response_to_drug_[GO:0042493];tRNA_5'-leader_removal_[GO:0001682];tRNA_processing_[GO:0008033]
## 507                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    PET_complex_[GO:1990923];ATP_binding_[GO:0005524];helicase_activity_[GO:0004386];nucleic_acid_binding_[GO:0003676];cell_differentiation_[GO:0030154];DNA_methylation_involved_in_gamete_generation_[GO:0043046];fertilization_[GO:0009566];gene_silencing_by_RNA_[GO:0031047];male_meiotic_nuclear_division_[GO:0007140];multicellular_organism_development_[GO:0007275];piRNA_metabolic_process_[GO:0034587];positive_regulation_of_protein_targeting_to_mitochondrion_[GO:1903955];spermatogenesis_[GO:0007283]
## 508                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           cytosol_[GO:0005829];cytosolic_proteasome_complex_[GO:0031597];inclusion_body_[GO:0016234];membrane_[GO:0016020];nuclear_proteasome_complex_[GO:0031595];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];proteasome_accessory_complex_[GO:0022624];proteasome_complex_[GO:0000502];proteasome_regulatory_particle,_base_subcomplex_[GO:0008540];synapse_[GO:0045202];ATP_binding_[GO:0005524];ATPase_activity_[GO:0016887];proteasome-activating_ATPase_activity_[GO:0036402];TBP-class_protein_binding_[GO:0017025];anaphase-promoting_complex-dependent_catabolic_process_[GO:0031145];antigen_processing_and_presentation_of_exogenous_peptide_antigen_via_MHC_class_I,_TAP-dependent_[GO:0002479];blastocyst_development_[GO:0001824];Fc-epsilon_receptor_signaling_pathway_[GO:0038095];interleukin-1-mediated_signaling_pathway_[GO:0070498];MAPK_cascade_[GO:0000165];negative_regulation_of_canonical_Wnt_signaling_pathway_[GO:0090090];negative_regulation_of_G2/M_transition_of_mitotic_cell_cycle_[GO:0010972];negative_regulation_of_ubiquitin-protein_ligase_activity_involved_in_mitotic_cell_cycle_[GO:0051436];NIK/NF-kappaB_signaling_[GO:0038061];positive_regulation_of_canonical_Wnt_signaling_pathway_[GO:0090263];positive_regulation_of_RNA_polymerase_II_transcriptional_preinitiation_complex_assembly_[GO:0045899];positive_regulation_of_ubiquitin-protein_ligase_activity_involved_in_regulation_of_mitotic_cell_cycle_transition_[GO:0051437];post-translational_protein_modification_[GO:0043687];proteasome-mediated_ubiquitin-dependent_protein_catabolic_process_[GO:0043161];protein_deubiquitination_[GO:0016579];protein_polyubiquitination_[GO:0000209];proteolysis_[GO:0006508];regulation_of_cellular_amino_acid_metabolic_process_[GO:0006521];regulation_of_hematopoietic_stem_cell_differentiation_[GO:1902036];regulation_of_mRNA_stability_[GO:0043488];regulation_of_transcription_from_RNA_polymerase_II_promoter_in_response_to_hypoxia_[GO:0061418];SCF-dependent_proteasomal_ubiquitin-dependent_protein_catabolic_process_[GO:0031146];stimulatory_C-type_lectin_receptor_signaling_pathway_[GO:0002223];T_cell_receptor_signaling_pathway_[GO:0050852];transmembrane_transport_[GO:0055085];tumor_necrosis_factor-mediated_signaling_pathway_[GO:0033209];ubiquitin-dependent_ERAD_pathway_[GO:0030433];Wnt_signaling_pathway,_planar_cell_polarity_pathway_[GO:0060071]
## 509                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   thiol-dependent_ubiquitin-specific_protease_activity_[GO:0004843];protein_K48-linked_deubiquitination_[GO:0071108]
## 510                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 late_endosome_[GO:0005770];lysosomal_membrane_[GO:0005765];Ragulator_complex_[GO:0071986];guanyl-nucleotide_exchange_factor_activity_[GO:0005085];protein_complex_scaffold_activity_[GO:0032947];activation_of_MAPKK_activity_[GO:0000186];cellular_protein_localization_[GO:0034613];cellular_response_to_amino_acid_stimulus_[GO:0071230];positive_regulation_of_TOR_signaling_[GO:0032008];regulation_of_cell_growth_[GO:0001558]
## 511                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              centrosome_[GO:0005813];ciliary_basal_body_[GO:0036064];cytoplasm_[GO:0005737];MKS_complex_[GO:0036038];gamma-tubulin_binding_[GO:0043015];cilium_assembly_[GO:0060271]
## 512                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           integral_component_of_membrane_[GO:0016021];WW_domain_binding_[GO:0050699]
## 513                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        endoplasmic_reticulum_membrane_[GO:0005789];integral_component_of_membrane_[GO:0016021];metal_ion_binding_[GO:0046872];metallopeptidase_activity_[GO:0008237]
## 514                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   cytoplasm_[GO:0005737];mitochondrion_[GO:0005739];nucleoplasm_[GO:0005654];ATP_binding_[GO:0005524];thymidylate_kinase_activity_[GO:0004798];dTDP_biosynthetic_process_[GO:0006233];dTTP_biosynthetic_process_[GO:0006235];embryo_development_ending_in_seed_dormancy_[GO:0009793]
## 515                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              basement_membrane_[GO:0005604];cell_cortex_[GO:0005938];cell_junction_[GO:0030054];cleavage_furrow_[GO:0032154];extracellular_exosome_[GO:0070062];calcium_ion_binding_[GO:0005509];cell_cycle_[GO:0007049];cell_division_[GO:0051301];response_to_stimulus_[GO:0050896];visual_perception_[GO:0007601]
## 516                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         muscle_myosin_complex_[GO:0005859];myofibril_[GO:0030016];myosin_filament_[GO:0032982];actin_binding_[GO:0003779];actin_filament_binding_[GO:0051015];actin-dependent_ATPase_activity_[GO:0030898];ADP_binding_[GO:0043531];ATP_binding_[GO:0005524];calmodulin_binding_[GO:0005516];magnesium_ion_binding_[GO:0000287];microfilament_motor_activity_[GO:0000146];myosin_II_binding_[GO:0045159];myosin_light_chain_binding_[GO:0032027];protein_heterodimerization_activity_[GO:0046982];structural_constituent_of_muscle_[GO:0008307];cardiac_muscle_fiber_development_[GO:0048739];elastic_fiber_assembly_[GO:0048251];myofibril_assembly_[GO:0030239];skeletal_muscle_myosin_thick_filament_assembly_[GO:0030241];smooth_muscle_contraction_[GO:0006939]
## 517                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   cytosol_[GO:0005829];microtubule_associated_complex_[GO:0005875];protein_farnesyltransferase_complex_[GO:0005965];protein_farnesyltransferase_activity_[GO:0004660];zinc_ion_binding_[GO:0008270];protein_farnesylation_[GO:0018343];regulation_of_cell_proliferation_[GO:0042127];regulation_of_rhodopsin_mediated_signaling_pathway_[GO:0022400]
## 518                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      cytosol_[GO:0005829];extracellular_exosome_[GO:0070062];extracellular_region_[GO:0005576];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];secretory_granule_lumen_[GO:0034774];specific_granule_lumen_[GO:0035580];ATP_binding_[GO:0005524];lithium_ion_binding_[GO:0031403];magnesium_ion_binding_[GO:0000287];potassium_ion_binding_[GO:0030955];protein_homodimerization_activity_[GO:0042803];pyridoxal_kinase_activity_[GO:0008478];pyridoxal_phosphate_binding_[GO:0030170];sodium_ion_binding_[GO:0031402];zinc_ion_binding_[GO:0008270];cell_proliferation_[GO:0008283];neutrophil_degranulation_[GO:0043312];pyridoxal_5'-phosphate_salvage_[GO:0009443];pyridoxal_phosphate_biosynthetic_process_[GO:0042823];vitamin_B6_metabolic_process_[GO:0042816]
## 519                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          axonal_growth_cone_[GO:0044295];dendritic_spine_[GO:0043197];filopodium_[GO:0030175];integral_component_of_membrane_[GO:0016021];neuron_projection_[GO:0043005];neuronal_cell_body_[GO:0043025];plasma_membrane_[GO:0005886];neural_retina_development_[GO:0003407];neuron_migration_[GO:0001764];neuron_projection_morphogenesis_[GO:0048812];positive_regulation_of_filopodium_assembly_[GO:0051491];stem_cell_differentiation_[GO:0048863];synapse_assembly_[GO:0007416]
## 520                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              nucleoplasm_[GO:0005654];ATP_binding_[GO:0005524];protein_serine/threonine_kinase_activity_[GO:0004674]
## 521                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     integral_component_of_membrane_[GO:0016021];5-amino-6-(5-phosphoribosylamino)uracil_reductase_activity_[GO:0008703];riboflavin_biosynthetic_process_[GO:0009231]
## 522                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       actin_cytoskeleton_[GO:0015629];cytosol_[GO:0005829];extracellular_exosome_[GO:0070062];fibrillar_center_[GO:0001650];mitochondrion_[GO:0005739];acetyl-CoA_carboxylase_activity_[GO:0003989];ATP_binding_[GO:0005524];biotin_carboxylase_activity_[GO:0004075];identical_protein_binding_[GO:0042802];metal_ion_binding_[GO:0046872];acetyl-CoA_metabolic_process_[GO:0006084];biotin_metabolic_process_[GO:0006768];carnitine_shuttle_[GO:0006853];cellular_response_to_prostaglandin_E_stimulus_[GO:0071380];fatty_acid_biosynthetic_process_[GO:0006633];fatty-acyl-CoA_biosynthetic_process_[GO:0046949];lipid_homeostasis_[GO:0055088];malonyl-CoA_biosynthetic_process_[GO:2001295];multicellular_organismal_protein_metabolic_process_[GO:0044268];positive_regulation_of_cellular_metabolic_process_[GO:0031325];protein_homotetramerization_[GO:0051289];regulation_of_cholesterol_biosynthetic_process_[GO:0045540];tissue_homeostasis_[GO:0001894]
## 523                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          glucosamine_6-phosphate_N-acetyltransferase_activity_[GO:0004343];UDP-N-acetylglucosamine_biosynthetic_process_[GO:0006048]
## 524                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        integral_component_of_plasma_membrane_[GO:0005887];antiporter_activity_[GO:0015297];L-amino_acid_transmembrane_transporter_activity_[GO:0015179];neutral_amino_acid_transmembrane_transporter_activity_[GO:0015175];neutral_amino_acid_transport_[GO:0015804]
## 525                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                extracellular_matrix_[GO:0031012];metalloendopeptidase_activity_[GO:0004222];metallopeptidase_activity_[GO:0008237];zinc_ion_binding_[GO:0008270];coronary_vasculature_development_[GO:0060976];determination_of_heart_left/right_asymmetry_[GO:0061371];determination_of_left/right_symmetry_[GO:0007368];hematopoietic_progenitor_cell_differentiation_[GO:0002244]
## 526                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      extracellular_region_[GO:0005576];integral_component_of_membrane_[GO:0016021];nematocyst_[GO:0042151];other_organism_cell_membrane_[GO:0044218];toxin_activity_[GO:0090729];hemolysis_in_other_organism_[GO:0044179];ion_transport_[GO:0006811]
## 527                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 integral_component_of_membrane_[GO:0016021];arginine_transmembrane_transporter_activity_[GO:0015181];arginine_transport_[GO:0015809]
## 528                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     cytoplasm_[GO:0005737];cytosol_[GO:0005829];focal_adhesion_[GO:0005925];nucleoplasm_[GO:0005654]
## 529                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       apical_part_of_cell_[GO:0045177];apical_plasma_membrane_[GO:0016324];brush_border_[GO:0005903];cytoplasmic_vesicle_[GO:0031410];external_side_of_plasma_membrane_[GO:0009897];extracellular_exosome_[GO:0070062];integral_component_of_plasma_membrane_[GO:0005887];lysosomal_membrane_[GO:0005765];plasma_membrane_[GO:0005886];aminopeptidase_activity_[GO:0004177];metalloaminopeptidase_activity_[GO:0070006];metallopeptidase_activity_[GO:0008237];peptide_binding_[GO:0042277];zinc_ion_binding_[GO:0008270];angiogenesis_[GO:0001525];angiotensin_catabolic_process_in_blood_[GO:0002005];angiotensin_maturation_[GO:0002003];cell_migration_[GO:0016477];cell_proliferation_[GO:0008283];cell-cell_signaling_[GO:0007267];glomerulus_development_[GO:0032835];peptide_catabolic_process_[GO:0043171];regulation_of_systemic_arterial_blood_pressure_by_renin-angiotensin_[GO:0003081]
## 530                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   metal_ion_binding_[GO:0046872];ubiquitin-protein_transferase_activity_[GO:0004842]
## 531                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          integral_component_of_membrane_[GO:0016021]
## 532                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               axon_cytoplasm_[GO:1904115];BLOC-1_complex_[GO:0031083];BORC_complex_[GO:0099078];cell_junction_[GO:0030054];Golgi_membrane_[GO:0000139];lysosomal_membrane_[GO:0005765];perinuclear_region_of_cytoplasm_[GO:0048471];secretory_granule_[GO:0030141];synapse_[GO:0045202];synaptic_vesicle_[GO:0008021];synaptic_vesicle_membrane_[GO:0030672];SNARE_binding_[GO:0000149];anterograde_axonal_transport_[GO:0008089];anterograde_synaptic_vesicle_transport_[GO:0048490];autophagosome_maturation_[GO:0097352];cellular_protein_complex_localization_[GO:0034629];endosome_to_lysosome_transport_[GO:0008333];intracellular_protein_transport_[GO:0006886];late_endosome_to_lysosome_transport_[GO:1902774];lysosomal_lumen_acidification_[GO:0007042];lysosome_localization_[GO:0032418];melanosome_organization_[GO:0032438];negative_regulation_of_neuron_projection_development_[GO:0010977];neuron_projection_development_[GO:0031175];neurotransmitter_secretion_[GO:0007269];positive_regulation_of_late_endosome_to_lysosome_transport_[GO:1902824];protein_maturation_[GO:0051604];regulation_of_protein_binding_[GO:0043393];retrograde_axonal_transport_[GO:0008090];synaptic_vesicle_exocytosis_[GO:0016079];synaptic_vesicle_fusion_to_presynaptic_active_zone_membrane_[GO:0031629];synaptic_vesicle_maturation_[GO:0016188];synaptic_vesicle_transport_[GO:0048489];terminal_button_organization_[GO:0072553];viral_process_[GO:0016032]
## 533                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   COPI-coated_vesicle_[GO:0030137];endoplasmic_reticulum_membrane_[GO:0005789];endoplasmic_reticulum-Golgi_intermediate_compartment_membrane_[GO:0033116];gamma-secretase_complex_[GO:0070765];Golgi_membrane_[GO:0000139];integral_component_of_membrane_[GO:0016021];melanosome_[GO:0042470];plasma_membrane_[GO:0005886];trans-Golgi_network_transport_vesicle_[GO:0030140];transport_vesicle_membrane_[GO:0030658];zymogen_granule_membrane_[GO:0042589];syntaxin_binding_[GO:0019905];COPI-coated_vesicle_budding_[GO:0035964];Golgi_organization_[GO:0007030];intracellular_protein_transport_[GO:0006886];regulated_exocytosis_[GO:0045055];regulation_of_amyloid-beta_formation_[GO:1902003];retrograde_vesicle-mediated_transport,_Golgi_to_ER_[GO:0006890]
## 534                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              axoneme_[GO:0005930];cell_differentiation_[GO:0030154];cilium_assembly_[GO:0060271];cilium_movement_involved_in_cell_motility_[GO:0060294];spermatogenesis_[GO:0007283]
## 535                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         adherens_junction_[GO:0005912];apical_junction_complex_[GO:0043296];apical_part_of_cell_[GO:0045177];cell_junction_[GO:0030054];cell-cell_adherens_junction_[GO:0005913];cell-cell_junction_[GO:0005911];cytoplasm_[GO:0005737];cytosol_[GO:0005829];nuclear_speck_[GO:0016607];nucleoplasm_[GO:0005654];plasma_membrane_[GO:0005886];cadherin_binding_[GO:0045296];cell_adhesion_molecule_binding_[GO:0050839];Ras_GTPase_binding_[GO:0017016];adherens_junction_maintenance_[GO:0034334];brain_morphogenesis_[GO:0048854];cell_adhesion_[GO:0007155];cerebral_cortex_development_[GO:0021987];establishment_of_endothelial_intestinal_barrier_[GO:0090557];homeostasis_of_number_of_cells_[GO:0048872];neuroepithelial_cell_differentiation_[GO:0060563];positive_regulation_of_GTPase_activity_[GO:0043547];protein_localization_to_cell_junction_[GO:1902414];radial_glial_cell_differentiation_[GO:0060019];regulation_of_oligodendrocyte_progenitor_proliferation_[GO:0070445];regulation_of_protein_localization_[GO:0032880];signal_transduction_[GO:0007165];telencephalon_development_[GO:0021537]
## 536                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 cytoplasm_[GO:0005737];mitochondrial_inner_membrane_[GO:0005743];mitochondrial_nucleoid_[GO:0042645];mitochondrion_[GO:0005739];nucleolus_[GO:0005730];protein_complex_[GO:0043234];ATP_binding_[GO:0005524];calcium_ion_binding_[GO:0005509];carbamoyl-phosphate_synthase_(ammonia)_activity_[GO:0004087];carbamoyl-phosphate_synthase_(glutamine-hydrolyzing)_activity_[GO:0004088];endopeptidase_activity_[GO:0004175];glutamate_binding_[GO:0016595];modified_amino_acid_binding_[GO:0072341];phospholipid_binding_[GO:0005543];protein_complex_binding_[GO:0032403];'de_novo'_pyrimidine_nucleobase_biosynthetic_process_[GO:0006207];anion_homeostasis_[GO:0055081];arginine_biosynthetic_process_[GO:0006526];carbamoyl_phosphate_biosynthetic_process_[GO:0070409];cellular_response_to_ammonia_[GO:1903718];cellular_response_to_cAMP_[GO:0071320];cellular_response_to_fibroblast_growth_factor_stimulus_[GO:0044344];cellular_response_to_glucagon_stimulus_[GO:0071377];cellular_response_to_oleic_acid_[GO:0071400];glutamine_metabolic_process_[GO:0006541];hepatocyte_differentiation_[GO:0070365];homocysteine_metabolic_process_[GO:0050667];liver_development_[GO:0001889];midgut_development_[GO:0007494];nitric_oxide_metabolic_process_[GO:0046209];response_to_amine_[GO:0014075];response_to_amino_acid_[GO:0043200];response_to_cAMP_[GO:0051591];response_to_dexamethasone_[GO:0071548];response_to_drug_[GO:0042493];response_to_food_[GO:0032094];response_to_glucagon_[GO:0033762];response_to_glucocorticoid_[GO:0051384];response_to_growth_hormone_[GO:0060416];response_to_lipopolysaccharide_[GO:0032496];response_to_oleic_acid_[GO:0034201];response_to_starvation_[GO:0042594];response_to_steroid_hormone_[GO:0048545];response_to_toxic_substance_[GO:0009636];response_to_zinc_ion_[GO:0010043];triglyceride_catabolic_process_[GO:0019433];urea_cycle_[GO:0000050];vasodilation_[GO:0042311]
## 537                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    cleavage_furrow_[GO:0032154];Golgi_apparatus_[GO:0005794];intercellular_bridge_[GO:0045171];kinesin_complex_[GO:0005871];microtubule_[GO:0005874];midbody_[GO:0030496];nucleoplasm_[GO:0005654];spindle_[GO:0005819];ATP_binding_[GO:0005524];ATPase_activity_[GO:0016887];microtubule_binding_[GO:0008017];microtubule_motor_activity_[GO:0003777];protein_kinase_binding_[GO:0019901];cell_separation_after_cytokinesis_[GO:0000920];cytokinesis_[GO:0000910];microtubule_bundle_formation_[GO:0001578];microtubule-based_movement_[GO:0007018];mitotic_cytokinesis_[GO:0000281];protein_transport_[GO:0015031]
## 538                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             integral_component_of_Golgi_membrane_[GO:0030173];protein_secretion_[GO:0009306];vesicle-mediated_transport_[GO:0016192]
## 539                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               axon_[GO:0030424];dendrite_[GO:0030425];endosome_[GO:0005768];integral_component_of_plasma_membrane_[GO:0005887];neuron_projection_[GO:0043005];perikaryon_[GO:0043204];plasma_membrane_[GO:0005886];beta-endorphin_receptor_activity_[GO:0004979];G-protein_alpha-subunit_binding_[GO:0001965];G-protein_beta-subunit_binding_[GO:0031681];G-protein_coupled_receptor_activity_[GO:0004930];morphine_receptor_activity_[GO:0038047];neuropeptide_binding_[GO:0042923];voltage-gated_calcium_channel_activity_[GO:0005245];cellular_response_to_morphine_[GO:0071315];chemical_synaptic_transmission_[GO:0007268];G-protein_coupled_receptor_signaling_pathway,_coupled_to_cyclic_nucleotide_second_messenger_[GO:0007187];negative_regulation_of_adenylate_cyclase_activity_[GO:0007194];negative_regulation_of_cAMP-mediated_signaling_[GO:0043951];negative_regulation_of_cytosolic_calcium_ion_concentration_[GO:0051481];negative_regulation_of_nitric_oxide_biosynthetic_process_[GO:0045019];negative_regulation_of_Wnt_protein_secretion_[GO:0061358];opioid_receptor_signaling_pathway_[GO:0038003];phospholipase_C-activating_G-protein_coupled_receptor_signaling_pathway_[GO:0007200];positive_regulation_of_ERK1_and_ERK2_cascade_[GO:0070374];positive_regulation_of_neurogenesis_[GO:0050769];regulation_of_NMDA_receptor_activity_[GO:2000310];sensory_perception_of_pain_[GO:0019233]
## 540                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               2-octaprenyl-6-methoxy-1,4-benzoquinone_methylase_activity_[GO:0102005];S-adenosylmethionine:2-demethylmenaquinol-7_methyltransferase_activity_[GO:0102955];menaquinone_biosynthetic_process_[GO:0009234];ubiquinone_biosynthetic_process_[GO:0006744]
## 541                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                cytosol_[GO:0005829];early_endosome_[GO:0005769];early_endosome_membrane_[GO:0031901];extrinsic_component_of_endosome_membrane_[GO:0031313];intracellular_membrane-bounded_organelle_[GO:0043231];late_endosome_[GO:0005770];late_endosome_membrane_[GO:0031902];lysosome_[GO:0005764];identical_protein_binding_[GO:0042802];phosphatidylinositol_binding_[GO:0035091];early_endosome_to_late_endosome_transport_[GO:0045022];endosome_to_lysosome_transport_[GO:0008333];protein_targeting_to_lysosome_[GO:0006622]
## 542                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            integral_component_of_peroxisomal_membrane_[GO:0005779];peroxisomal_membrane_[GO:0005778];peroxisome_[GO:0005777];protein_complex_[GO:0043234];protein_homodimerization_activity_[GO:0042803];brown_fat_cell_differentiation_[GO:0050873];peroxisome_fission_[GO:0016559];peroxisome_membrane_biogenesis_[GO:0016557];peroxisome_organization_[GO:0007031];regulation_of_lipid_metabolic_process_[GO:0019216];regulation_of_peroxisome_size_[GO:0044375];signal_transduction_[GO:0007165]
## 543                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              endoplasmic_reticulum_[GO:0005783];endoplasmic_reticulum_membrane_[GO:0005789];integral_component_of_membrane_[GO:0016021];oxidoreductase_activity,_acting_on_the_CH-CH_group_of_donors_[GO:0016627];steroid_dehydrogenase_activity_[GO:0016229];steroid_metabolic_process_[GO:0008202]
## 544                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Golgi_cisterna_membrane_[GO:0032580];integral_component_of_membrane_[GO:0016021];acetylgalactosaminyltransferase_activity_[GO:0008376];N-acetyl-beta-glucosaminyl-glycoprotein_4-beta-N-acetylgalactosaminyltransferase_activity_[GO:0033842]
## 545                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  chromosome,_centromeric_region_[GO:0000775];nucleus_[GO:0005634];histone-lysine_N-methyltransferase_activity_[GO:0018024];zinc_ion_binding_[GO:0008270];cell_cycle_[GO:0007049];cell_differentiation_[GO:0030154];regulation_of_transcription,_DNA-templated_[GO:0006355];transcription,_DNA-templated_[GO:0006351]
## 546                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      integral_component_of_membrane_[GO:0016021];mitochondrial_outer_membrane_[GO:0005741];mitochondrion_[GO:0005739];3'-5'-exoribonuclease_activity_[GO:0000175];metal_ion_binding_[GO:0046872];RNA_binding_[GO:0003723];gene_silencing_by_RNA_[GO:0031047];piRNA_biosynthetic_process_[GO:1990511]
## 547                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             endoplasmic_reticulum_[GO:0005783];endoplasmic_reticulum_membrane_[GO:0005789];integral_component_of_membrane_[GO:0016021];carbohydrate_binding_[GO:0030246];carbohydrate_metabolic_process_[GO:0005975]
## 548                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   COPII_vesicle_coat_[GO:0030127];cytosol_[GO:0005829];endoplasmic_reticulum_membrane_[GO:0005789];extracellular_exosome_[GO:0070062];GATOR2_complex_[GO:0061700];Golgi_membrane_[GO:0000139];kinetochore_[GO:0000776];lysosomal_membrane_[GO:0005765];nuclear_envelope_[GO:0005635];nuclear_pore_[GO:0005643];nuclear_pore_outer_ring_[GO:0031080];nucleoplasm_[GO:0005654];protein_complex_[GO:0043234];identical_protein_binding_[GO:0042802];structural_molecule_activity_[GO:0005198];cargo_loading_into_COPII-coated_vesicle_[GO:0090110];ER_to_Golgi_vesicle-mediated_transport_[GO:0006888];mRNA_transport_[GO:0051028];positive_regulation_of_TOR_signaling_[GO:0032008];positive_regulation_of_TORC1_signaling_[GO:1904263];protein_transport_[GO:0015031]
## 549                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             mitochondrion_[GO:0005739];nuclear_chromosome,_telomeric_region_[GO:0000784];nucleus_[GO:0005634];replication_fork_[GO:0005657];ATP_binding_[GO:0005524];ATP-dependent_5'-3'_DNA_helicase_activity_[GO:0043141];ATP-dependent_5'-3'_DNA/RNA_helicase_activity_[GO:0033682];magnesium_ion_binding_[GO:0000287];single-stranded_DNA-dependent_ATP-dependent_DNA_helicase_activity_[GO:0017116];telomerase_inhibitor_activity_[GO:0010521];telomeric_DNA_binding_[GO:0042162];DNA_duplex_unwinding_[GO:0032508];DNA_recombination_[GO:0006310];DNA_repair_[GO:0006281];DNA_replication_[GO:0006260];G-quadruplex_DNA_unwinding_[GO:0044806];mitochondrial_genome_maintenance_[GO:0000002];negative_regulation_of_telomerase_activity_[GO:0051974];negative_regulation_of_telomere_maintenance_via_telomerase_[GO:0032211];regulation_of_telomere_maintenance_[GO:0032204];telomere_maintenance_[GO:0000723]
## 550                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              endomembrane_system_[GO:0012505];integral_component_of_membrane_[GO:0016021];membrane_[GO:0016020];hydrolase_activity_[GO:0016787];long-chain_fatty_acid_catabolic_process_[GO:0042758]
## 551                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];calcium_ion_binding_[GO:0005509];G-protein_coupled_receptor_activity_[GO:0004930];axonal_fasciculation_[GO:0007413];cilium_assembly_[GO:0060271];dopaminergic_neuron_axon_guidance_[GO:0036514];homophilic_cell_adhesion_via_plasma_membrane_adhesion_molecules_[GO:0007156];neuron_migration_[GO:0001764];planar_cell_polarity_pathway_involved_in_axon_guidance_[GO:1904938];regulation_of_protein_localization_[GO:0032880];regulation_of_protein_phosphorylation_[GO:0001932];serotonergic_neuron_axon_guidance_[GO:0036515]
## 552                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          cytosol_[GO:0005829];Golgi_apparatus_[GO:0005794];MutSalpha_complex_[GO:0032301];nuclear_chromatin_[GO:0000790];nucleoplasm_[GO:0005654];ADP_binding_[GO:0043531];ATP_binding_[GO:0005524];chromatin_binding_[GO:0003682];damaged_DNA_binding_[GO:0003684];DNA-dependent_ATPase_activity_[GO:0008094];four-way_junction_DNA_binding_[GO:0000400];guanine/thymine_mispair_binding_[GO:0032137];magnesium_ion_binding_[GO:0000287];methylated_histone_binding_[GO:0035064];MutLalpha_complex_binding_[GO:0032405];oxidized_purine_DNA_binding_[GO:0032357];single_base_insertion_or_deletion_binding_[GO:0032138];single_guanine_insertion_binding_[GO:0032142];single_thymine_insertion_binding_[GO:0032143];determination_of_adult_lifespan_[GO:0008340];intrinsic_apoptotic_signaling_pathway_in_response_to_DNA_damage_[GO:0008630];isotype_switching_[GO:0045190];maintenance_of_DNA_repeat_elements_[GO:0043570];mismatch_repair_[GO:0006298];mitotic_G2_DNA_damage_checkpoint_[GO:0007095];negative_regulation_of_DNA_endoreduplication_[GO:0032876];negative_regulation_of_DNA_recombination_[GO:0045910];positive_regulation_of_B_cell_proliferation_[GO:0030890];positive_regulation_of_helicase_activity_[GO:0051096];positive_regulation_of_isotype_switching_[GO:0045830];response_to_UV_[GO:0009411];somatic_hypermutation_of_immunoglobulin_genes_[GO:0016446]
## 553                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         endoplasmic_reticulum_membrane_[GO:0005789];integral_component_of_membrane_[GO:0016021];vacuole_[GO:0005773];autophagy_[GO:0006914];vacuolar_protein_processing_[GO:0006624]
## 554                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          cell_[GO:0005623];riboflavin_binding_[GO:1902444];riboflavin_transmembrane_transporter_activity_[GO:0032217];negative_regulation_of_sensory_perception_of_bitter_taste_[GO:1904661];negative_regulation_of_sensory_perception_of_sweet_taste_[GO:1904657];riboflavin_transport_[GO:0032218]
## 555                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           beta-carotene_15,15'-monooxygenase_activity_[GO:0003834];metal_ion_binding_[GO:0046872];beta-carotene_metabolic_process_[GO:1901810];retinal_metabolic_process_[GO:0042574];retinoid_metabolic_process_[GO:0001523];retinol_metabolic_process_[GO:0042572]
## 556                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             cytosol_[GO:0005829];nuclear_speck_[GO:0016607];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];deoxyribonuclease_activity_[GO:0004536];endodeoxyribonuclease_activity,_producing_5'-phosphomonoesters_[GO:0016888];metal_ion_binding_[GO:0046872];DNA_catabolic_process_[GO:0006308];IRE1-mediated_unfolded_protein_response_[GO:0036498]
## 557                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              chromosome,_centromeric_region_[GO:0000775];Las1_complex_[GO:0090730];nuclear_envelope_[GO:0005635];nuclear_heterochromatin_[GO:0005720];nucleus_[GO:0005634];preribosome,_large_subunit_precursor_[GO:0030687];spindle_pole_[GO:0000922];chromatin_silencing_at_centromere_[GO:0030702];cleavage_in_ITS2_between_5.8S_rRNA_and_LSU-rRNA_of_tricistronic_rRNA_transcript_(SSU-rRNA,_5.8S_rRNA,_LSU-rRNA)_[GO:0000448];endonucleolytic_cleavage_involved_in_rRNA_processing_[GO:0000478];maturation_of_5.8S_rRNA_[GO:0000460];maturation_of_LSU-rRNA_[GO:0000470];rRNA_processing_[GO:0006364];transcription,_DNA-templated_[GO:0006351]
## 558                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            integral_component_of_endoplasmic_reticulum_membrane_[GO:0030176];dolichyldiphosphatase_activity_[GO:0047874];protein_N-linked_glycosylation_[GO:0006487]
## 559                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   arylamine_N-acetyltransferase_activity_[GO:0004060];metabolic_process_[GO:0008152]
## 560                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 COPI-coated_vesicle_membrane_[GO:0030663];endoplasmic_reticulum_[GO:0005783];endoplasmic_reticulum_membrane_[GO:0005789];endoplasmic_reticulum-Golgi_intermediate_compartment_[GO:0005793];endoplasmic_reticulum-Golgi_intermediate_compartment_membrane_[GO:0033116];ER_to_Golgi_transport_vesicle_membrane_[GO:0012507];extracellular_exosome_[GO:0070062];Golgi_apparatus_[GO:0005794];integral_component_of_membrane_[GO:0016021];protein_transport_[GO:0015031]
## 561                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        integral_component_of_peroxisomal_membrane_[GO:0005779];peroxisomal_importomer_complex_[GO:1990429];protein_C-terminus_binding_[GO:0008022];ubiquitin-protein_transferase_activity_[GO:0004842];zinc_ion_binding_[GO:0008270];peroxisome_organization_[GO:0007031];protein_import_into_peroxisome_matrix_[GO:0016558];protein_monoubiquitination_[GO:0006513]
## 562                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            cytoplasm_[GO:0005737];endoplasmic_reticulum_membrane_[GO:0005789];integral_component_of_membrane_[GO:0016021];Nem1-Spo7_phosphatase_complex_[GO:0071595];nuclear_envelope_[GO:0005635];nuclear_membrane_[GO:0031965];phosphoprotein_phosphatase_activity_[GO:0004721];protein_serine/threonine_phosphatase_activity_[GO:0004722];nuclear_envelope_organization_[GO:0006998];positive_regulation_of_triglyceride_biosynthetic_process_[GO:0010867];protein_dephosphorylation_[GO:0006470]
## 563                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .
## 564                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Golgi_membrane_[GO:0000139];integral_component_of_membrane_[GO:0016021];diacylglycerol_cholinephosphotransferase_activity_[GO:0004142];metal_ion_binding_[GO:0046872]
## 565                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   cytosol_[GO:0005829];endoplasmic_reticulum_[GO:0005783];Golgi_membrane_[GO:0000139];TRAPP_complex_[GO:0030008];ER_to_Golgi_vesicle-mediated_transport_[GO:0006888]
## 566                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          extracellular_space_[GO:0005615];adenosine_deaminase_activity_[GO:0004000];adenosine_receptor_binding_[GO:0031685];proteoglycan_binding_[GO:0043394];zinc_ion_binding_[GO:0008270];adenosine_catabolic_process_[GO:0006154]
## 567                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          endoplasmic_reticulum_membrane_[GO:0005789];Golgi_membrane_[GO:0000139];integral_component_of_membrane_[GO:0016021];vesicle-mediated_transport_[GO:0016192]
## 568                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            cytoplasm_[GO:0005737];glutathione_transferase_activity_[GO:0004364];oxidoreductase_activity_[GO:0016491]
## 569                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          nucleus_[GO:0005634];ATP_binding_[GO:0005524];helicase_activity_[GO:0004386];metal_ion_binding_[GO:0046872]
## 570                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  chromatin_[GO:0000785];MCM_complex_[GO:0042555];nucleus_[GO:0005634];ATP_binding_[GO:0005524];DNA_binding_[GO:0003677];DNA_helicase_activity_[GO:0003678];metal_ion_binding_[GO:0046872];cell_cycle_[GO:0007049];DNA_replication_initiation_[GO:0006270];DNA_unwinding_involved_in_DNA_replication_[GO:0006268];regulation_of_DNA-dependent_DNA_replication_initiation_[GO:0030174]
## 571                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 cell_junction_[GO:0030054];cell_surface_[GO:0009986];integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];synapse_[GO:0045202];protein_homodimerization_activity_[GO:0042803];brain_development_[GO:0007420];camera-type_eye_photoreceptor_cell_differentiation_[GO:0060219];embryonic_skeletal_system_morphogenesis_[GO:0048704];homophilic_cell_adhesion_via_plasma_membrane_adhesion_molecules_[GO:0007156];retina_layer_formation_[GO:0010842];synapse_assembly_[GO:0007416]
## 572                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          integral_component_of_membrane_[GO:0016021];hydrolase_activity_[GO:0016787]
## 573                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        extracellular_region_[GO:0005576];aspartic-type_endopeptidase_activity_[GO:0004190];lipid_metabolic_process_[GO:0006629];protein_catabolic_process_[GO:0030163];proteolysis_[GO:0006508];response_to_cadmium_ion_[GO:0046686]
## 574                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                catalytic_step_2_spliceosome_[GO:0071013];cytosol_[GO:0005829];extracellular_exosome_[GO:0070062];histone_pre-mRNA_3'end_processing_complex_[GO:0071204];methylosome_[GO:0034709];nucleoplasm_[GO:0005654];small_nuclear_ribonucleoprotein_complex_[GO:0030532];SMN-Sm_protein_complex_[GO:0034719];spliceosomal_complex_[GO:0005681];U1_snRNP_[GO:0005685];U12-type_spliceosomal_complex_[GO:0005689];U2_snRNP_[GO:0005686];U2-type_prespliceosome_[GO:0071004];U4_snRNP_[GO:0005687];U4/U6_x_U5_tri-snRNP_complex_[GO:0046540];U5_snRNP_[GO:0005682];U7_snRNP_[GO:0005683];histone_pre-mRNA_DCP_binding_[GO:0071208];RNA_binding_[GO:0003723];telomerase_RNA_binding_[GO:0070034];U2_snRNA_binding_[GO:0030620];histone_mRNA_metabolic_process_[GO:0008334];mRNA_splicing,_via_spliceosome_[GO:0000398];nuclear_import_[GO:0051170];protein_methylation_[GO:0006479];RNA_splicing_[GO:0008380];spliceosomal_snRNP_assembly_[GO:0000387];termination_of_RNA_polymerase_II_transcription_[GO:0006369]
## 575                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        endoplasmic_reticulum_[GO:0005783];endoplasmic_reticulum_lumen_[GO:0005788];extracellular_region_[GO:0005576];catalase_activity_[GO:0004096];glutathione_peroxidase_activity_[GO:0004602];peroxidase_activity_[GO:0004601];cellular_response_to_oxidative_stress_[GO:0034599]
## 576                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     cytoplasm_[GO:0005737];nucleus_[GO:0005634];spindle_[GO:0005819];zeta_DNA_polymerase_complex_[GO:0016035];cell_cycle_[GO:0007049];cell_division_[GO:0051301];DNA_damage_response,_signal_transduction_resulting_in_transcription_[GO:0042772];negative_regulation_of_protein_catabolic_process_[GO:0042177];negative_regulation_of_ubiquitin_protein_ligase_activity_[GO:1904667];positive_regulation_of_peptidyl-serine_phosphorylation_[GO:0033138];positive_regulation_of_transcription,_DNA-templated_[GO:0045893];transcription,_DNA-templated_[GO:0006351]
## 577                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            cytoplasm_[GO:0005737];endoplasmic_reticulum_membrane_[GO:0005789];integral_component_of_membrane_[GO:0016021];Nem1-Spo7_phosphatase_complex_[GO:0071595];nuclear_envelope_[GO:0005635];nuclear_membrane_[GO:0031965];phosphoprotein_phosphatase_activity_[GO:0004721];protein_serine/threonine_phosphatase_activity_[GO:0004722];nuclear_envelope_organization_[GO:0006998];positive_regulation_of_triglyceride_biosynthetic_process_[GO:0010867];protein_dephosphorylation_[GO:0006470]
## 578                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               arsenite_methyltransferase_activity_[GO:0030791];response_to_arsenic-containing_substance_[GO:0046685]
## 579                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               nucleosome_[GO:0000786];nucleus_[GO:0005634];DNA_binding_[GO:0003677];protein_heterodimerization_activity_[GO:0046982]
## 580                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              mitochondrial_inner_membrane_[GO:0005743];mitochondrial_outer_membrane_[GO:0005741];mitochondrion_[GO:0005739];peroxisome_[GO:0005777];molybdenum_ion_binding_[GO:0030151];molybdopterin_cofactor_binding_[GO:0043546];nitrate_reductase_activity_[GO:0008940];pyridoxal_phosphate_binding_[GO:0030170];nitrate_metabolic_process_[GO:0042126];oxidation-reduction_process_[GO:0055114]
## 581                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    mitochondrial_matrix_[GO:0005759];mitochondrion_[GO:0005739];2_iron,_2_sulfur_cluster_binding_[GO:0051537];electron_transfer_activity_[GO:0009055];metal_ion_binding_[GO:0046872]
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Gene_ontology_IDs
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0005789;GO:0015031;GO:0016192;GO:0030127;GO:0030134
## 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0005509;GO:0005576;GO:0005604;GO:0005938;GO:0007049;GO:0030054;GO:0032154;GO:0051301
## 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0004252;GO:0005576;GO:0046872
## 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0005576;GO:0016020
## 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0005524;GO:0005737;GO:0008588;GO:0009968;GO:0031953;GO:0032088;GO:0036336;GO:0043122;GO:0043124;GO:0043281;GO:0045345;GO:0045409;GO:0045751;GO:0050710;GO:0050711;GO:0050728;GO:0070373;GO:0071345;GO:1901223
## 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0001822;GO:0016021
## 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0000724;GO:0003697;GO:0005634;GO:0005739;GO:0006355;GO:0051321
## 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0002088;GO:0005212;GO:0005886;GO:0016021;GO:0031982;GO:0043010
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0003333;GO:0015171;GO:0016021
## 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005623;GO:0032217;GO:0032218;GO:1902444;GO:1904657;GO:1904661
## 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0005774;GO:0008324;GO:0016021
## 12                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0005576;GO:0016020
## 13                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0005576;GO:0016020
## 14                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0000724;GO:0005634;GO:0008270;GO:0050821;GO:0097196
## 15                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0004553;GO:0004566;GO:0005764;GO:0005975
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0000786;GO:0003677;GO:0005634;GO:0046982
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0000981;GO:0003677;GO:0005654;GO:0005737;GO:0008270;GO:0046983
## 18                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0001921;GO:0005096;GO:0005547;GO:0005654;GO:0005794;GO:0005802;GO:0005829;GO:0005886;GO:0007165;GO:0008360;GO:0030037;GO:0031410;GO:0031702;GO:0032580;GO:0043231;GO:0043547;GO:0045742;GO:0046872;GO:0051056;GO:0051270;GO:0051491;GO:0051497
## 19                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0005432;GO:0005739;GO:0005743;GO:0005886;GO:0006851;GO:0030061;GO:0032592;GO:0035725;GO:0042383;GO:0042593;GO:0042803;GO:0050796;GO:0050896;GO:0051480;GO:0051560;GO:0070588;GO:0086036;GO:0086038;GO:0099093;GO:1901623;GO:2001256
## 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0005509;GO:0005604;GO:0005938;GO:0007049;GO:0007601;GO:0030054;GO:0032154;GO:0050896;GO:0051301;GO:0070062
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0000977
## 22                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0004222;GO:0008270;GO:0031012
## 23                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0008460
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0001934;GO:0002162;GO:0005509;GO:0005576;GO:0005604;GO:0005605;GO:0005615;GO:0005796;GO:0005829;GO:0005886;GO:0007009;GO:0007268;GO:0007275;GO:0007528;GO:0008582;GO:0009986;GO:0016021;GO:0030054;GO:0030154;GO:0030548;GO:0031012;GO:0032092;GO:0033691;GO:0035374;GO:0042030;GO:0043083;GO:0043087;GO:0043113;GO:0043395;GO:0043525;GO:0043547;GO:0044325;GO:0045202;GO:0045213;GO:0045887;GO:0045944;GO:0051491;GO:0055117;GO:0061098;GO:0086036;GO:1903277;GO:1903407;GO:2000541
## 25                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0000213;GO:0000214;GO:0000379;GO:0005654;GO:0005730;GO:0005813;GO:0005829;GO:0006388;GO:0006397;GO:0016829
## 26                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005634;GO:0007088;GO:0016567;GO:0040020;GO:0042177;GO:0045835;GO:0046872;GO:0051321;GO:0051436
## 27                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0005737;GO:0005813;GO:0007368;GO:0036064;GO:0044782
## 28                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0003693;GO:0004803;GO:0006313;GO:0015074;GO:0016740;GO:0046872
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0000724;GO:0000910;GO:0003697;GO:0005634;GO:0005813;GO:0006289;GO:0006302;GO:0006355;GO:0030141;GO:0033593;GO:0033600;GO:0042127;GO:0043015;GO:0043234;GO:0045893;GO:0051298
## 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0000122;GO:0000790;GO:0002009;GO:0005634;GO:0005654;GO:0006260;GO:0006351;GO:0006974;GO:0007623;GO:0009582;GO:0009628;GO:0030324;GO:0042752;GO:0042803;GO:0044770;GO:0045892;GO:0046982;GO:0048754;GO:0051301;GO:0072711;GO:0072719;GO:1904976;GO:2000781
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0004222;GO:0005509;GO:0005518;GO:0005576;GO:0007275;GO:0008270;GO:0030154
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0001786;GO:0001891;GO:0005737;GO:0005886;GO:0005938;GO:0006909;GO:0006911;GO:0008345;GO:0016021;GO:0016322;GO:0030054;GO:0030424;GO:0031224;GO:0035071;GO:0035212;GO:0042742;GO:0043277;GO:0043652;GO:0045211;GO:0045335;GO:0048190;GO:0048678;GO:0060100;GO:0098794;GO:1904396
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0000139;GO:0000977;GO:0000978;GO:0000982;GO:0001077;GO:0001558;GO:0002230;GO:0003677;GO:0003682;GO:0003700;GO:0005634;GO:0005654;GO:0005737;GO:0005783;GO:0005789;GO:0005794;GO:0005829;GO:0006351;GO:0006935;GO:0006990;GO:0008140;GO:0016020;GO:0016021;GO:0016032;GO:0016604;GO:0019043;GO:0019046;GO:0030176;GO:0030335;GO:0030968;GO:0031726;GO:0034976;GO:0035497;GO:0042127;GO:0042803;GO:0042981;GO:0042994;GO:0043025;GO:0045786;GO:0045893;GO:0045944;GO:0046983;GO:0050930;GO:0051928;GO:0090026;GO:0090045;GO:1902236;GO:2000326
## 34                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0003682;GO:0003887;GO:0003896;GO:0005634;GO:0005759;GO:0006264;GO:0009411;GO:0019985
## 35                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0003677;GO:0003723;GO:0003724;GO:0005524;GO:0006260;GO:0016779;GO:0016888;GO:0018142;GO:0042025;GO:0042624;GO:0046872
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0005509;GO:0005604;GO:0005615
## 37                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0005509;GO:0005604;GO:0005615
## 38                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0004969;GO:0004993;GO:0005886;GO:0005887;GO:0005929;GO:0007186;GO:0007187;GO:0007268;GO:0021795;GO:0030594;GO:0032008
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0003964;GO:0006313
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0005886;GO:0007218;GO:0008188;GO:0008340;GO:0016021;GO:0040013;GO:1901046;GO:2000252
## 41                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0002116;GO:0004872;GO:0005886;GO:0007275;GO:0014910;GO:0016021;GO:0017154;GO:0021785;GO:0048841;GO:0060666;GO:0070062;GO:1990138
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0003964
## 43                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0000779;GO:0000793;GO:0000796;GO:0000797;GO:0000799;GO:0003682;GO:0005634;GO:0005654;GO:0005737;GO:0005829;GO:0007076;GO:0010032;GO:0016020;GO:0042393;GO:0051301;GO:0051304
## 44                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0001965;GO:0005262;GO:0005509;GO:0016020;GO:0016021;GO:0030246;GO:0050982
## 45                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0005634;GO:0046872
## 46                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0000723;GO:0003677;GO:0003678;GO:0005524;GO:0005634;GO:0005739;GO:0006281;GO:0006310
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0005730;GO:0005829;GO:0005886;GO:0005925
## 48                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0003693;GO:0004803;GO:0006313;GO:0015074;GO:0016740;GO:0046872
## 49                                                                                                                                                                                                                                                                                                GO:0000049;GO:0000333;GO:0000723;GO:0000781;GO:0000783;GO:0000784;GO:0001172;GO:0001223;GO:0003677;GO:0003720;GO:0003721;GO:0003723;GO:0003964;GO:0005634;GO:0005654;GO:0005697;GO:0005730;GO:0005829;GO:0005886;GO:0006278;GO:0007004;GO:0007005;GO:0008022;GO:0010629;GO:0016605;GO:0016607;GO:0016779;GO:0022616;GO:0030177;GO:0030422;GO:0031379;GO:0031647;GO:0032092;GO:0032774;GO:0042162;GO:0042635;GO:0042645;GO:0042802;GO:0042803;GO:0043524;GO:0045766;GO:0046326;GO:0046686;GO:0046872;GO:0047485;GO:0051000;GO:0051087;GO:0060253;GO:0070034;GO:0070200;GO:0071456;GO:0071897;GO:0090399;GO:1900087;GO:1902895;GO:1903620;GO:1903704;GO:1904707;GO:1904751;GO:1904754;GO:1904837;GO:1990572;GO:2000352;GO:2000648;GO:2000773;GO:2001240
## 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005516;GO:0005634;GO:0005737;GO:0005819;GO:0007051;GO:0051301
## 51                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0001733;GO:0009247;GO:0016021;GO:0032580;GO:0050694
## 52                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0005509;GO:0005604;GO:0005615
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0000784;GO:0003688;GO:0005656;GO:0005664;GO:0006267;GO:0006270;GO:0031261
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0016021
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0001501;GO:0005201;GO:0005509;GO:0005540;GO:0005578;GO:0005886;GO:0007155;GO:0007417;GO:0030246;GO:0051823
## 56                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0001764;GO:0004930;GO:0005509;GO:0005887;GO:0005911;GO:0007166;GO:0007186;GO:0007416;GO:0016021;GO:0030246;GO:0030424;GO:0031987;GO:0042220;GO:0051965;GO:0098742
## 57                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0003677;GO:0005634;GO:0006351;GO:0006355;GO:0046872
## 58                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0000082;GO:0001541;GO:0001942;GO:0002244;GO:0005125;GO:0005179;GO:0005576;GO:0006357;GO:0007050;GO:0008083;GO:0008285;GO:0008584;GO:0030308;GO:0032924;GO:0042476;GO:0042493;GO:0042541;GO:0042701;GO:0043509;GO:0043512;GO:0045648;GO:0045786;GO:0045893;GO:0045944;GO:0046880;GO:0060021;GO:0060279;GO:0061029;GO:2001241
## 59                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0002074;GO:0003700;GO:0005634;GO:0005737;GO:0006351;GO:0006915;GO:0008283;GO:0014857;GO:0021984;GO:0043282;GO:0043565;GO:0048741;GO:0048839;GO:0048935;GO:0051146
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0000981;GO:0003677;GO:0005654;GO:0005737;GO:0008270;GO:0046983
## 61                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0016021;GO:0016787
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0000002;GO:0000723;GO:0003677;GO:0005524;GO:0005634;GO:0005657;GO:0005739;GO:0006260;GO:0006281;GO:0006310;GO:0010521;GO:0032211;GO:0032508;GO:0043141;GO:0044806;GO:0051974
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0000278;GO:0000922;GO:0003777;GO:0005524;GO:0005819;GO:0005829;GO:0005871;GO:0005874;GO:0006890;GO:0007018;GO:0007051;GO:0007052;GO:0007059;GO:0007100;GO:0008017;GO:0008574;GO:0016020;GO:0019886;GO:0019901;GO:0032403;GO:0046602;GO:0051301;GO:0072686;GO:0090307
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005451;GO:0005886;GO:0006855;GO:0015238;GO:0015695;GO:0016021;GO:0031982
## 65                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0004941;GO:0005769;GO:0005886;GO:0006940;GO:0007189;GO:0016021;GO:0097746;GO:1901098;GO:1904504
## 66                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0001725;GO:0005509;GO:0005903;GO:0008360;GO:0016460;GO:0030018;GO:0032036;GO:0045177;GO:0099738
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0003676;GO:0003964;GO:0004190;GO:0004519;GO:0015074
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0005509;GO:0005576;GO:0048678
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0003677;GO:0005634;GO:0016301
## 70                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0001725;GO:0005509;GO:0008360;GO:0016460;GO:0016887;GO:0030018;GO:0031032;GO:0035254;GO:0042641;GO:0072659;GO:0097513
## 71                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005509;GO:0005576;GO:0005789;GO:0005794;GO:0033018;GO:0042470
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0004842;GO:0005524;GO:0006974;GO:0032020;GO:0042296;GO:0061631;GO:0070534;GO:0070936;GO:0070979;GO:1900087
## 73                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0004222;GO:0005509;GO:0005576;GO:0007275;GO:0008270;GO:0030154
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0004977;GO:0005622;GO:0005886;GO:0005887;GO:0007186;GO:0007187;GO:0007189;GO:0042562
## 75                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0003677;GO:0005524;GO:0005694;GO:0005737;GO:0006260;GO:0006281;GO:0006310;GO:0009378;GO:0009432;GO:0043140
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0000027;GO:0005524;GO:0005634;GO:0005654;GO:0005730;GO:0005829;GO:0006364;GO:0006461;GO:0016020;GO:0016887;GO:0030687;GO:0045111;GO:0051082
## 77                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0016836;GO:0050346
## 79                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0000070;GO:0000778;GO:0031262;GO:0031617;GO:0051301;GO:0051321
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0005509;GO:0005576;GO:0005604;GO:0005938;GO:0007049;GO:0030054;GO:0032154;GO:0051301
## 81                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0000139;GO:0005654;GO:0005765;GO:0005813;GO:0005886;GO:0006509;GO:0010008;GO:0015629;GO:0016020;GO:0030660;GO:0031293;GO:0033619;GO:0042500;GO:0042803;GO:0050776;GO:0071458;GO:0071556
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0003676;GO:0003964;GO:0004190;GO:0004519;GO:0015074
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0001642;GO:0005246;GO:0005509;GO:0005886;GO:0005887;GO:0005938;GO:0007186;GO:0007193;GO:0007196;GO:0007268;GO:0007605;GO:0008066;GO:0010855;GO:0014050;GO:0016021;GO:0016595;GO:0030165;GO:0030424;GO:0030425;GO:0032279;GO:0042734;GO:0043198;GO:0043235;GO:0045211;GO:0048786;GO:0051966;GO:0070905
## 84                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0000724;GO:0000730;GO:0005634;GO:0032798;GO:0071479
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0008460
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0004222;GO:0008270;GO:0030133
## 87                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0004674;GO:0005261;GO:0005262;GO:0005524;GO:0009636;GO:0016021;GO:0016324;GO:0030001;GO:0031526;GO:0046872;GO:0051262
## 88                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0004668;GO:0009446;GO:0047632
## 89                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005634;GO:0005654;GO:0005829;GO:0006351;GO:0006355;GO:0006915;GO:0042127
## 90                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0005886;GO:0006855;GO:0015238;GO:0015297;GO:0016021
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0008810;GO:0030245;GO:0030248
## 92                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0005524;GO:0005737;GO:0005794;GO:0005829;GO:0006915;GO:0006954;GO:0032088;GO:0032090;GO:0043231;GO:0043280;GO:0045087;GO:0050718
## 93                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0004656;GO:0005506;GO:0005789;GO:0016021;GO:0031418
## 94                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0005737;GO:0006915;GO:0008270;GO:0019509;GO:0046570
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005886;GO:0005887;GO:0015347;GO:0015349;GO:0043252;GO:0070327
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0004062;GO:0005829;GO:0006068;GO:0008146;GO:0050427;GO:0051923
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005829;GO:0019005;GO:0022008;GO:0030162;GO:0031625;GO:0042787;GO:0043161
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0000287;GO:0005576;GO:0015485;GO:0015918;GO:0032934
## 99                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0000922;GO:0005737;GO:0005813;GO:0030496
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0002642;GO:0005576;GO:0005737;GO:0005788;GO:0008284;GO:0030888;GO:0033622;GO:0034663;GO:0042127;GO:2001274
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0004623;GO:0005576;GO:0006644;GO:0016042;GO:0050482;GO:0090729;GO:0102567;GO:0102568
## 102                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0001756;GO:0001757;GO:0002244;GO:0005509;GO:0005737;GO:0005886;GO:0007219;GO:0016021;GO:0021514;GO:0030165;GO:0035907;GO:0042802;GO:0048471;GO:0048514;GO:0048666;GO:0060218;GO:0060842;GO:0061056
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0003676;GO:0003964;GO:0004190;GO:0004519;GO:0006310;GO:0015074;GO:0046872
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0000226;GO:0000281;GO:0003677;GO:0003723;GO:0006397;GO:0008380;GO:0016607;GO:0043066;GO:0043484;GO:0048024;GO:0050733;GO:0051726
## 105                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005509;GO:0005887;GO:0007155;GO:0007156;GO:0007268;GO:0007416
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0005634;GO:0005737;GO:0006166;GO:0017061;GO:0019509
## 107                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0005509;GO:0005604;GO:0005938;GO:0007049;GO:0007601;GO:0030054;GO:0032154;GO:0050896;GO:0051301;GO:0070062
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .
## 109                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0005506;GO:0005509;GO:0005789;GO:0016021;GO:0016706;GO:0031418;GO:0045646
## 110                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0005634;GO:0005654;GO:0005737;GO:0006281;GO:0006461;GO:0007140;GO:0008584;GO:0008585;GO:0036297;GO:0042127;GO:0043240;GO:0045589;GO:0050727;GO:0051090;GO:2000348
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0004842;GO:0005730;GO:0005829;GO:0006915;GO:0007275;GO:0043231;GO:0046872
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0000398;GO:0003676;GO:0003723;GO:0005634;GO:0005737
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0005765;GO:0005783;GO:0005789;GO:0005791;GO:0005886;GO:0008233;GO:0009986;GO:0016020;GO:0030660;GO:0031625;GO:0033619;GO:0036513;GO:0042500;GO:0042803;GO:0051289;GO:0071458;GO:0071556;GO:1904211
## 114                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0005654;GO:0005764;GO:0005765;GO:0007040;GO:0010506;GO:0016020;GO:0016021;GO:0043231;GO:0048666;GO:0055085
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0001704;GO:0001937;GO:0003700;GO:0005634;GO:0005654;GO:0005737;GO:0006351;GO:0007399;GO:0010595;GO:0016607;GO:0030154;GO:0033613;GO:0035148;GO:0045603;GO:0045892;GO:0045893;GO:0046983;GO:0051450;GO:0060395;GO:0070888
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0034451;GO:0036158;GO:0036159;GO:0044458;GO:0046872
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0000082;GO:0003677;GO:0003887;GO:0005634;GO:0005654;GO:0005671;GO:0006270;GO:0008622;GO:0032201;GO:0043966;GO:0046982
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0003756;GO:0005576;GO:0005783;GO:0006457;GO:0034976;GO:0045454
## 119                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0003846;GO:0005789;GO:0006071;GO:0016021;GO:0019432
## 120                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0000214;GO:0005524;GO:0005634;GO:0005829;GO:0005849;GO:0006378;GO:0006379;GO:0006388;GO:0021695;GO:0030423;GO:0035087;GO:0046404;GO:0051731;GO:0051733;GO:0051736
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0002250;GO:0016021
## 122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0003723;GO:0004523;GO:0005654;GO:0005829;GO:0006298;GO:0006401;GO:0032299;GO:0043137;GO:0046872
## 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0001527;GO:0005201;GO:0005509;GO:0005576;GO:0005578;GO:0030326;GO:0030501;GO:0031012;GO:0035108;GO:0035583;GO:0043010;GO:0045669;GO:0048048;GO:0060346
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0000775;GO:0005929;GO:0010824;GO:0030154;GO:0032402;GO:0034451;GO:0035721;GO:0035735;GO:0050953;GO:0060271;GO:0060287;GO:0070121;GO:0090317
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0000209;GO:0003677;GO:0003723;GO:0004842;GO:0005576;GO:0005634;GO:0005654;GO:0005737;GO:0005829;GO:0006284;GO:0006513;GO:0016020;GO:0016574;GO:0030154;GO:0034774;GO:0042787;GO:0043312;GO:0061630;GO:0070062;GO:1903955;GO:1904813
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0000978;GO:0001077;GO:0001816;GO:0003677;GO:0005634;GO:0005737;GO:0006970;GO:0010628;GO:0045944;GO:0070884
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0000977
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0000786;GO:0003677;GO:0005654;GO:0046982
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0005086;GO:0010923;GO:0016021;GO:0030658;GO:0032012
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0004842;GO:0005730;GO:0005737;GO:0006915;GO:0007275;GO:0046872
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0000228;GO:0000287;GO:0001649;GO:0005524;GO:0005634;GO:0005737;GO:0007140;GO:0010569;GO:0016787;GO:0033687;GO:0043066;GO:0046034;GO:0048471;GO:0051726;GO:0070062;GO:0071479;GO:2001243
## 132                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0002040;GO:0004842;GO:0005829;GO:0016887;GO:0046872
## 133                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0000775;GO:0001100;GO:0003688;GO:0005634;GO:0006270;GO:0006279;GO:0007059;GO:0008270;GO:0031431;GO:0033314;GO:0043539;GO:0045860;GO:0051301;GO:0060903;GO:0071902;GO:1903468
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0000978;GO:0001701;GO:0001843;GO:0003007;GO:0003016;GO:0005634;GO:0005654;GO:0006338;GO:0010628;GO:0031490;GO:0032452;GO:0032525;GO:0035097;GO:0035264;GO:0042802;GO:0044666;GO:0046872;GO:0048333;GO:0048570;GO:0051213;GO:0051568;GO:0060070;GO:0071558;GO:0072358
## 135                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0000122;GO:0000790;GO:0001892;GO:0005634;GO:0005654;GO:0005737;GO:0006338;GO:0006351;GO:0006355;GO:0007420;GO:0007492;GO:0008134;GO:0009611;GO:0009952;GO:0016569;GO:0016589;GO:0030425;GO:0043565;GO:0044297;GO:0045893;GO:0046872;GO:0048471;GO:0070062;GO:1990090
## 136                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0002162;GO:0003779;GO:0005737;GO:0005856;GO:0008270;GO:0030054;GO:0042383;GO:0045211
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0005634;GO:0005654;GO:0005737;GO:0006281;GO:0006461;GO:0007140;GO:0008584;GO:0008585;GO:0036297;GO:0042127;GO:0043240;GO:0045589;GO:0050727;GO:0051090;GO:2000348
## 138                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0001530;GO:0003677;GO:0005044;GO:0005576;GO:0005615;GO:0005737;GO:0006898;GO:0007275;GO:0008329;GO:0015031;GO:0016032;GO:0019898;GO:0030670;GO:0030855;GO:0035375;GO:0038187;GO:0042589;GO:0043152;GO:0044267;GO:0045087;GO:0048306;GO:0050829;GO:0050830;GO:0051607;GO:0061844;GO:0070062;GO:0070891;GO:1904399
## 139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005542;GO:0016021;GO:0055085
## 140                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .
## 141                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0008270;GO:0070593
## 142                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005634;GO:0006351;GO:0006355;GO:0016569;GO:0042393;GO:0046872
## 143                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0016021
## 144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0000139;GO:0005457;GO:0008643;GO:0016021;GO:0036085
## 145                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0000786;GO:0003677;GO:0003713;GO:0004402;GO:0005634;GO:0005654;GO:0005730;GO:0005829;GO:0006323;GO:0006334;GO:0006351;GO:0006473;GO:0008134;GO:0008270;GO:0016407;GO:0016573;GO:0016605;GO:0016607;GO:0030099;GO:0043966;GO:0045892;GO:0045893;GO:0070776;GO:0090398;GO:1901796
## 146                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0004518;GO:0005634;GO:0005737;GO:0046872
## 147                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0005654;GO:0005829;GO:0016925;GO:0016926;GO:0016929;GO:0070646;GO:0090169;GO:0090234
## 148                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0031514;GO:0034451;GO:0034453;GO:0036064;GO:0060271
## 149                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0000070;GO:0000086;GO:0000122;GO:0000278;GO:0000281;GO:0000287;GO:0000776;GO:0000780;GO:0000785;GO:0000795;GO:0000922;GO:0000942;GO:0001578;GO:0004672;GO:0004674;GO:0005524;GO:0005634;GO:0005737;GO:0005813;GO:0005819;GO:0005876;GO:0006468;GO:0007094;GO:0007098;GO:0007346;GO:0008017;GO:0010800;GO:0010997;GO:0015630;GO:0016321;GO:0016567;GO:0018105;GO:0019901;GO:0030071;GO:0030496;GO:0031648;GO:0032436;GO:0032465;GO:0042802;GO:0043066;GO:0043393;GO:0045143;GO:0045184;GO:0045736;GO:0045862;GO:0051081;GO:0051233;GO:0051443;GO:0070194;GO:0071168;GO:0072425;GO:0090435;GO:1901673;GO:1904668
## 150                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005524;GO:0008514;GO:0009535;GO:0009705;GO:0016021;GO:0042631
## 151                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0000122;GO:0001078;GO:0005634;GO:0006351;GO:0007638;GO:0009996;GO:0010956;GO:0010977;GO:0016363;GO:0016604;GO:0017053;GO:0030097;GO:0032088;GO:0034121;GO:0042472;GO:0042491;GO:0042660;GO:0044212;GO:0045165;GO:0045892;GO:0046872;GO:0051569;GO:0070105;GO:0071222
## 152                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0001841;GO:0001843;GO:0005576;GO:0005634;GO:0005730;GO:0005886;GO:0005929;GO:0005930;GO:0007420;GO:0008277;GO:0008589;GO:0009952;GO:0019899;GO:0021904;GO:0021914;GO:0021915;GO:0021953;GO:0030991;GO:0031076;GO:0032403;GO:0035091;GO:0042733;GO:0045879;GO:0048702;GO:0060173;GO:0060348;GO:0060434;GO:0060831;GO:0061548;GO:0097500;GO:0097546;GO:1901621;GO:1903546
## 153                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0005769;GO:0005794;GO:0007155;GO:0007420;GO:0007612;GO:0008038;GO:0008076;GO:0009986;GO:0016020;GO:0016021;GO:0019226;GO:0019899;GO:0021756;GO:0021761;GO:0021794;GO:0021987;GO:0030424;GO:0030425;GO:0030534;GO:0030673;GO:0031175;GO:0033010;GO:0035176;GO:0042297;GO:0043025;GO:0043204;GO:0044224;GO:0045163;GO:0048812;GO:0071109;GO:0071205;GO:0071625
## 154                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0000122;GO:0000790;GO:0001892;GO:0005634;GO:0005654;GO:0005737;GO:0006338;GO:0006351;GO:0006355;GO:0007420;GO:0007492;GO:0008134;GO:0009611;GO:0009952;GO:0016569;GO:0016589;GO:0030425;GO:0043565;GO:0044297;GO:0045893;GO:0046872;GO:0048471;GO:0070062;GO:1990090
## 155                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0005576
## 156                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0000165;GO:0000281;GO:0003723;GO:0003779;GO:0005088;GO:0005200;GO:0005516;GO:0005543;GO:0005730;GO:0005737;GO:0005829;GO:0006888;GO:0007009;GO:0007182;GO:0007184;GO:0007411;GO:0008091;GO:0014069;GO:0014731;GO:0030506;GO:0030673;GO:0031430;GO:0032403;GO:0032437;GO:0043001;GO:0043234;GO:0045296;GO:0051020;GO:0051693;GO:0070062;GO:0071709;GO:0072659;GO:1900042;GO:1903076;GO:1903078
## 157                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0000165;GO:0000228;GO:0000781;GO:0001147;GO:0004386;GO:0005524;GO:0005634;GO:0005654;GO:0005730;GO:0005737;GO:0006302;GO:0006310;GO:0006353;GO:0006369;GO:0006376;GO:0006974;GO:0007283;GO:0007623;GO:0008543;GO:0010976;GO:0016604;GO:0030424;GO:0030426;GO:0033120;GO:0034599;GO:0042802;GO:0043066;GO:0043491;GO:0044344;GO:0045171;GO:0045944;GO:0060566;GO:0070301;GO:0071300;GO:2000144;GO:2000806
## 158                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005254;GO:0005654;GO:0005765;GO:0005783;GO:0005794;GO:0005886;GO:0005887;GO:0006811;GO:0008271;GO:0008272;GO:0008509;GO:0015106;GO:0015116;GO:0015301;GO:0015701;GO:0016021;GO:0019531;GO:0042391;GO:0043231;GO:0051453;GO:0070062;GO:1902476
## 159                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0000187;GO:0001642;GO:0004930;GO:0005622;GO:0005887;GO:0007196;GO:0007268;GO:0007612;GO:0008066;GO:0031410;GO:0042734;GO:0043005;GO:0051966
## 160                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0005654;GO:0006260
## 161                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0000981;GO:0005634;GO:0006351;GO:0009653;GO:0030154;GO:0043565;GO:0046872
## 162                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0005524;GO:0005737;GO:0005874;GO:0005929;GO:0007018;GO:0008569;GO:0030286;GO:0045503;GO:0045505;GO:0051959
## 163                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005739;GO:0008152;GO:0033608;GO:0047369
## 164                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0004175;GO:0004222;GO:0005886;GO:0008270;GO:0016021;GO:0016486
## 165                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0003676;GO:0015074
## 166                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0005085;GO:0005829;GO:0006892;GO:0007264;GO:0008270;GO:0015031;GO:0016020;GO:0061025
## 167                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0001618;GO:0005537;GO:0006897;GO:0009986;GO:0016021;GO:0030246;GO:0042129;GO:0046872;GO:0048306;GO:0097367
## 168                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0005634;GO:0005737;GO:0006474;GO:0010485;GO:0043967;GO:0043968;GO:0043998;GO:1990189
## 169                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0015031
## 170                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0000776;GO:0000777;GO:0000778;GO:0000940;GO:0004672;GO:0004674;GO:0005524;GO:0005737;GO:0005829;GO:0006915;GO:0007091;GO:0007094;GO:0034501;GO:0048471;GO:0051301;GO:0051754;GO:0071459
## 171                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0000731;GO:0003689;GO:0005634;GO:0005654;GO:0005663;GO:0006260;GO:0006271;GO:0006283;GO:0006296;GO:0006297;GO:0019985;GO:0031390;GO:0032201;GO:0033683;GO:0042276;GO:0042769;GO:0046683;GO:0070987;GO:1900264;GO:1901796
## 172                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0003146;GO:0003682;GO:0005634;GO:0006412;GO:0007507;GO:0009303;GO:0035118;GO:0048565;GO:0048703;GO:0071733;GO:0071921
## 173                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0002250;GO:0016021
## 174                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0005576;GO:0090729
## 175                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0005509;GO:0005576;GO:0005604;GO:0005938;GO:0007049;GO:0030054;GO:0032154;GO:0051301
## 176                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0000981;GO:0005634;GO:0006351;GO:0007398;GO:0007399;GO:0009653;GO:0030154;GO:0043565;GO:0045893;GO:0048264
## 177                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0005509;GO:0005576
## 178                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0005576
## 179                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0004930;GO:0005886;GO:0016021
## 180                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0006914;GO:0010507;GO:0034198;GO:0070513;GO:0097190
## 181                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0000122;GO:0001525;GO:0001569;GO:0001974;GO:0003208;GO:0003209;GO:0003222;GO:0003344;GO:0005112;GO:0005509;GO:0005886;GO:0005887;GO:0007219;GO:0007601;GO:0008285;GO:0010596;GO:0010628;GO:0010629;GO:0030217;GO:0035912;GO:0035924;GO:0043537;GO:0044344;GO:0045746;GO:0045747;GO:0050767;GO:0060579;GO:0061074;GO:0061314;GO:0072554;GO:0090051;GO:1903588;GO:2000179
## 182                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0001530;GO:0002232;GO:0002281;GO:0005102;GO:0005615;GO:0006953;GO:0008228;GO:0009986;GO:0015920;GO:0016020;GO:0031663;GO:0032490;GO:0032496;GO:0032720;GO:0032722;GO:0032755;GO:0032757;GO:0032760;GO:0033036;GO:0034145;GO:0042535;GO:0043032;GO:0044130;GO:0045087;GO:0045919;GO:0050829;GO:0050830;GO:0060265;GO:0070891;GO:0071222;GO:0071223;GO:0071723;GO:0090023
## 183                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0001640;GO:0001642;GO:0001661;GO:0001662;GO:0005245;GO:0005246;GO:0005509;GO:0005516;GO:0005791;GO:0005794;GO:0005887;GO:0005938;GO:0007193;GO:0007194;GO:0007196;GO:0007268;GO:0007605;GO:0007611;GO:0007613;GO:0007614;GO:0008066;GO:0008306;GO:0009986;GO:0010855;GO:0014050;GO:0016020;GO:0016021;GO:0016595;GO:0019226;GO:0030165;GO:0030424;GO:0030425;GO:0030534;GO:0030818;GO:0032279;GO:0033555;GO:0042734;GO:0042803;GO:0043025;GO:0043195;GO:0043198;GO:0043234;GO:0043235;GO:0043679;GO:0045202;GO:0045211;GO:0048306;GO:0048786;GO:0050877;GO:0051966;GO:0070905
## 184                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005509;GO:0005604;GO:0005615
## 185                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0000086;GO:0000307;GO:0005634;GO:0005654;GO:0005737;GO:0044843;GO:0051301
## 186                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0000266;GO:0005739;GO:0009060
## 187                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005509;GO:0007160;GO:0016021
## 188                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0003989;GO:0004075;GO:0005102;GO:0005524;GO:0005623;GO:0005737;GO:0006633;GO:0006810;GO:0009374;GO:0009743;GO:0010628;GO:0032810;GO:0040029;GO:0045893;GO:0046872;GO:0046966;GO:0050692;GO:0065008;GO:0070542;GO:0097066;GO:2001295
## 189                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0005096;GO:0007165
## 190                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0005506;GO:0005789;GO:0020037;GO:0031090;GO:0070330
## 191                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0001985;GO:0001994;GO:0001996;GO:0001997;GO:0003084;GO:0004937;GO:0005634;GO:0005737;GO:0005886;GO:0005887;GO:0005901;GO:0007200;GO:0007202;GO:0007204;GO:0007512;GO:0007568;GO:0009725;GO:0010460;GO:0010507;GO:0010613;GO:0016020;GO:0016049;GO:0030018;GO:0030315;GO:0031965;GO:0032230;GO:0035024;GO:0035265;GO:0042493;GO:0043410;GO:0045760;GO:0045907;GO:0045987;GO:0046982;GO:0060073;GO:0060402;GO:0060452;GO:0070374;GO:0071880;GO:0090037;GO:0097195;GO:1903997
## 192                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0000777;GO:0005634;GO:0007049;GO:0031262;GO:0051301
## 193                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0000278;GO:0003779;GO:0005829;GO:0005886;GO:0007301;GO:0007303;GO:0007616;GO:0008045;GO:0008104;GO:0008302;GO:0008340;GO:0015629;GO:0030018;GO:0030708;GO:0030725;GO:0035182;GO:0035183;GO:0035204;GO:0035324;GO:0045179;GO:0045214;GO:0048149;GO:0051495
## 194                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0000122;GO:0000977;GO:0000978;GO:0001077;GO:0001085;GO:0001102;GO:0001105;GO:0001569;GO:0001764;GO:0001947;GO:0003143;GO:0003148;GO:0003151;GO:0003175;GO:0003176;GO:0003180;GO:0003193;GO:0003203;GO:0003207;GO:0003215;GO:0003272;GO:0003279;GO:0003344;GO:0003677;GO:0003700;GO:0005634;GO:0005737;GO:0006936;GO:0008015;GO:0008283;GO:0009953;GO:0010717;GO:0010991;GO:0021524;GO:0035050;GO:0035922;GO:0036306;GO:0045892;GO:0045893;GO:0045944;GO:0055008;GO:0060045;GO:0060413;GO:0060577
## 195                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0004132;GO:0005737;GO:0006226;GO:0006231;GO:0008270;GO:0042802
## 196                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005634;GO:0007049;GO:0051301
## 197                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005789;GO:0006506;GO:0016021;GO:0016758
## 198                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0003779;GO:0005829;GO:0005856;GO:0016567;GO:0031463;GO:0042787;GO:0050801;GO:0070294;GO:0070936;GO:0072156
## 199                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0000902;GO:0005938;GO:0006351;GO:0006355;GO:0030427;GO:0031175;GO:0090527
## 200                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0005509;GO:0005576;GO:0005604;GO:0005938;GO:0007049;GO:0030054;GO:0032154;GO:0051301
## 201                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0004252;GO:0005886;GO:0016021;GO:0051048
## 202                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0002933;GO:0004497;GO:0005506;GO:0005789;GO:0006805;GO:0008202;GO:0009822;GO:0016491;GO:0019825;GO:0020037;GO:0031090;GO:0042737;GO:0043231;GO:0070330;GO:0070989;GO:0101020
## 203                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0000079;GO:0000278;GO:0000281;GO:0000910;GO:0005634;GO:0010389;GO:0019901;GO:0035186;GO:0035561
## 204                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0031514;GO:0034451;GO:0034453;GO:0036064;GO:0060271
## 205                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0004181;GO:0004185;GO:0006508;GO:0008270;GO:0016021
## 206                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0003677;GO:0003697;GO:0005524;GO:0005634;GO:0006298;GO:0016887;GO:0030983;GO:0032389;GO:0042493
## 207                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0004252;GO:0005615;GO:0006508;GO:0007586
## 208                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0003676;GO:0008270;GO:0016740
## 209                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0004370;GO:0005524;GO:0005739;GO:0005741;GO:0006071;GO:0006641;GO:0019563;GO:0046167
## 210                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0001701;GO:0001894;GO:0005634;GO:0005654;GO:0005829;GO:0005886;GO:0035264;GO:0042475;GO:0048705;GO:0060323;GO:0060325;GO:0060348
## 211                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0005634;GO:0007420;GO:0021952;GO:0035024;GO:0043065;GO:0051260;GO:0060322;GO:0061351
## 212                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005524;GO:0008514;GO:0009535;GO:0009705;GO:0016021;GO:0042631
## 213                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005308;GO:0005887;GO:0008028;GO:0015293;GO:0015718;GO:1902598
## 214                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0002374;GO:0002674;GO:0002830;GO:0005524;GO:0005576;GO:0005634;GO:0005737;GO:0005783;GO:0006351;GO:0006919;GO:0006954;GO:0008134;GO:0032088;GO:0032611;GO:0032621;GO:0032736;GO:0032753;GO:0032754;GO:0042347;GO:0042802;GO:0043565;GO:0044546;GO:0045087;GO:0045630;GO:0045944;GO:0050701;GO:0050713;GO:0050718;GO:0050830;GO:0051092;GO:0051607;GO:0071222;GO:0071224;GO:0072559;GO:2000321;GO:2000553
## 215                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0007216;GO:0030036;GO:0030054;GO:0043197;GO:0045202;GO:0045211;GO:0060292
## 216                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0003943;GO:0004065;GO:0005764;GO:0008152;GO:0009986;GO:0010632;GO:0010976;GO:0046872;GO:0061580
## 217                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .
## 218                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0001650;GO:0003847;GO:0004623;GO:0005576;GO:0005730;GO:0005737;GO:0005829;GO:0005886;GO:0006629;GO:0007283;GO:0007420;GO:0016042;GO:0016239;GO:0034774;GO:0042803;GO:0043312;GO:0046982;GO:0047179;GO:0070062;GO:1904813
## 219                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0000139;GO:0000285;GO:0005524;GO:0005829;GO:0005911;GO:0006661;GO:0008270;GO:0010008;GO:0012506;GO:0016308;GO:0031901;GO:0031902;GO:0032288;GO:0034504;GO:0035556;GO:0042147;GO:0043813;GO:0045121;GO:0048471;GO:1904562;GO:2000785
## 220                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0005112;GO:0005783;GO:0006004;GO:0006355;GO:0006493;GO:0006897;GO:0007219;GO:0008417;GO:0008593;GO:0016266;GO:0030163;GO:0031410;GO:0036066;GO:0045746;GO:0045747;GO:0046922;GO:0098609
## 221                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0005737;GO:0015031
## 222                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0004674;GO:0005089;GO:0005524;GO:0005737;GO:0035023;GO:0045599
## 223                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005737;GO:0005768;GO:0007596;GO:0008089;GO:0019898;GO:0030133;GO:0030318;GO:0031083;GO:0031175;GO:0032402;GO:0032816;GO:0033299;GO:0035646;GO:0042803;GO:0046907;GO:0048490;GO:0050942;GO:0051015;GO:0061025;GO:1904115
## 224                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0000077;GO:0003677;GO:0004672;GO:0004674;GO:0005524;GO:0005654;GO:0005694;GO:0005794;GO:0006260;GO:0006281;GO:0006974;GO:0007049;GO:0007275;GO:0008156;GO:0016605;GO:0018105;GO:0032212;GO:0032405;GO:0032407;GO:0034644;GO:0036297;GO:0042493;GO:0043517;GO:0046777;GO:0070198;GO:0071480;GO:0090399;GO:0097694;GO:0097695;GO:1900034;GO:1901796;GO:1904884
## 225                                                                                                                                                                                                                                                                                                                                                                                       GO:0000287;GO:0000400;GO:0000403;GO:0000404;GO:0000406;GO:0001701;GO:0002204;GO:0003677;GO:0003684;GO:0003697;GO:0005524;GO:0005634;GO:0006119;GO:0006281;GO:0006298;GO:0006301;GO:0006302;GO:0006311;GO:0006974;GO:0007050;GO:0007281;GO:0008022;GO:0008094;GO:0008340;GO:0008584;GO:0008630;GO:0010165;GO:0010224;GO:0016446;GO:0016447;GO:0016887;GO:0019237;GO:0019724;GO:0019899;GO:0019901;GO:0030183;GO:0030983;GO:0031573;GO:0032137;GO:0032138;GO:0032142;GO:0032143;GO:0032181;GO:0032301;GO:0032302;GO:0032357;GO:0032405;GO:0042771;GO:0042803;GO:0043524;GO:0043531;GO:0043570;GO:0045128;GO:0045190;GO:0045910;GO:0048298;GO:0048304;GO:0051096
## 226                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0000775;GO:0003677;GO:0003682;GO:0003723;GO:0005654;GO:0006396;GO:0033044;GO:0070063;GO:0070829
## 227                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0001594;GO:0005886;GO:0006171;GO:0007186;GO:0008227;GO:0016021
## 228                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0000083;GO:0000166;GO:0000900;GO:0004799;GO:0005542;GO:0005634;GO:0005730;GO:0005737;GO:0005739;GO:0005743;GO:0005759;GO:0005829;GO:0006231;GO:0006235;GO:0007568;GO:0007623;GO:0015949;GO:0017148;GO:0019088;GO:0019860;GO:0032570;GO:0033189;GO:0034097;GO:0035999;GO:0042803;GO:0045471;GO:0046078;GO:0046683;GO:0048037;GO:0048589;GO:0051216;GO:0051384;GO:0051593;GO:0060574;GO:0071897;GO:0097421;GO:1990825
## 229                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0000139;GO:0005615;GO:0005634;GO:0005791;GO:0005794;GO:0005829;GO:0016010;GO:0016021;GO:0016485;GO:0016740;GO:0035269;GO:0042383
## 230                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0003677;GO:0003950;GO:0005634;GO:0005737;GO:0005829;GO:0005876;GO:0006281;GO:0006464;GO:0006471;GO:0006954;GO:0006974;GO:0008219;GO:0016020;GO:0019899;GO:0030529;GO:0042493;GO:0051972;GO:0070062
## 231                                                                                                                                                                                                                                                   GO:0001709;GO:0001756;GO:0001757;GO:0001947;GO:0002315;GO:0003323;GO:0005112;GO:0005509;GO:0005886;GO:0005912;GO:0007219;GO:0007267;GO:0007368;GO:0007386;GO:0007399;GO:0008217;GO:0008284;GO:0008285;GO:0009912;GO:0009954;GO:0010628;GO:0014002;GO:0014807;GO:0016021;GO:0016324;GO:0021510;GO:0021688;GO:0021693;GO:0030155;GO:0030857;GO:0030957;GO:0031410;GO:0032693;GO:0034351;GO:0035265;GO:0040008;GO:0045121;GO:0045596;GO:0045605;GO:0045608;GO:0045638;GO:0045662;GO:0045665;GO:0045747;GO:0045807;GO:0045944;GO:0046331;GO:0048630;GO:0048631;GO:0048633;GO:0048665;GO:0048839;GO:0050767;GO:0051302;GO:0060041;GO:0060042;GO:0060853;GO:0070986;GO:0072006;GO:0072014;GO:0072070;GO:0072583;GO:0097102;GO:0097110;GO:0097150;GO:0098773;GO:1900746;GO:1903672;GO:2000505;GO:2000726
## 232                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0005506;GO:0005509;GO:0005789;GO:0016021;GO:0016706;GO:0031418;GO:0045646
## 233                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0004693;GO:0005524;GO:0005634;GO:0005737;GO:0005815;GO:0007049;GO:0008353;GO:0009794;GO:0051301
## 234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0003689;GO:0005524;GO:0005634;GO:0005663;GO:0006261;GO:0006281;GO:0019899;GO:0031390;GO:0043142;GO:1900264
## 235                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0000166;GO:0005739;GO:0006734;GO:0006739;GO:0046872;GO:0052856;GO:0052857
## 236                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0003824;GO:0005634;GO:0008152;GO:0035064
## 237                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0005634;GO:0048471
## 238                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0005634
## 239                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0004180;GO:0005615;GO:0008237;GO:0008241;GO:0016020;GO:0046872
## 240                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .
## 241                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0000722;GO:0000724;GO:0000781;GO:0005524;GO:0016605;GO:0030915;GO:0090398
## 242                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0005829;GO:0019005;GO:0022008;GO:0030162;GO:0031625;GO:0042787;GO:0043161
## 243                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0005003;GO:0005004;GO:0005005;GO:0005524;GO:0005791;GO:0005886;GO:0005887;GO:0007411;GO:0009897;GO:0019933;GO:0021766;GO:0030424;GO:0030425;GO:0032793;GO:0032956;GO:0043025;GO:0043087;GO:0048013;GO:0048471;GO:0048666;GO:0061178
## 244                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0006950
## 245                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0004351;GO:0004356;GO:0005524;GO:0005739;GO:0005829;GO:0006542;GO:0008283;GO:0009267;GO:0009749;GO:0042802;GO:0043209;GO:0044297;GO:0097386
## 246                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0004500;GO:0005507;GO:0005615;GO:0005789;GO:0006589;GO:0016021;GO:0030667;GO:0042420;GO:0042421
## 247                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0001227;GO:0001228;GO:0005634;GO:0009584;GO:0010842;GO:0043565;GO:0045892;GO:0045893;GO:0060040
## 248                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0004000;GO:0005829;GO:0006154;GO:0009117;GO:0017144;GO:0043101;GO:0046103;GO:0046872
## 249                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0016021
## 250                                                                                                                                                                                                                                                                                                                                                                                       GO:0001708;GO:0001736;GO:0005102;GO:0005112;GO:0005509;GO:0005768;GO:0005886;GO:0005912;GO:0007015;GO:0007155;GO:0007219;GO:0007298;GO:0007314;GO:0007398;GO:0007399;GO:0007419;GO:0007422;GO:0007423;GO:0007424;GO:0007451;GO:0007460;GO:0007464;GO:0007474;GO:0007475;GO:0007476;GO:0007480;GO:0007498;GO:0008284;GO:0008347;GO:0008356;GO:0008407;GO:0008586;GO:0009986;GO:0016021;GO:0016330;GO:0030139;GO:0030707;GO:0030713;GO:0030718;GO:0030720;GO:0031410;GO:0035003;GO:0035155;GO:0035157;GO:0036011;GO:0042067;GO:0042676;GO:0045465;GO:0045468;GO:0045931;GO:0046331;GO:0046667;GO:0048190;GO:0048477;GO:0048749;GO:0048800;GO:0048863;GO:0050768
## 251                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0000781;GO:0004842;GO:0005634;GO:0006281;GO:0006310;GO:0016874;GO:0030915;GO:0046872;GO:0046983;GO:2001022
## 252                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0001558;GO:0003777;GO:0005524;GO:0005634;GO:0005829;GO:0005871;GO:0005874;GO:0007018;GO:0007080;GO:0008017;GO:0008284;GO:0008574;GO:0010389;GO:0015631;GO:0016020;GO:0016887;GO:0019901;GO:0021685;GO:0021693;GO:0021695;GO:0021766;GO:0021772;GO:0021846;GO:0021987;GO:0030155;GO:0030165;GO:0030334;GO:0030496;GO:0031146;GO:0031641;GO:0032147;GO:0032467;GO:0032487;GO:0033624;GO:0034446;GO:0043066;GO:0043161;GO:0043523;GO:0043524;GO:0045184;GO:0051233;GO:0051301;GO:0090543;GO:1903429;GO:2000045
## 253                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0001755;GO:0001947;GO:0003143;GO:0003700;GO:0005634;GO:0006351;GO:0007507;GO:0014032;GO:0042471;GO:0042803;GO:0043282;GO:0043565;GO:0043583;GO:0048538;GO:0048703;GO:0048752;GO:0055007;GO:0060017;GO:0060023;GO:0060037;GO:0060536;GO:0072513
## 254                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0003677;GO:0004519;GO:0005524;GO:0005634;GO:0005654;GO:0005829;GO:0005886;GO:0006298;GO:0015630;GO:0016446;GO:0016887;GO:0032138;GO:0032389;GO:0036464;GO:0042493
## 255                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0000723;GO:0000732;GO:0000781;GO:0003677;GO:0004003;GO:0005524;GO:0005634;GO:0006281;GO:0010569;GO:0031297;GO:0032206;GO:0032508;GO:0043247;GO:0045910;GO:0046872;GO:0051539;GO:0070182;GO:0090657;GO:1902990;GO:1904355;GO:1904358;GO:1904430;GO:1904506;GO:1904535
## 256                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0006351;GO:0007049;GO:0070176
## 257                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0003677;GO:0005634;GO:0006351;GO:0006355;GO:0007219;GO:0007275;GO:0046983
## 258                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0005509;GO:0005604;GO:0005938;GO:0006939;GO:0030054;GO:0030335;GO:0031012;GO:0032154;GO:0050896
## 259                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0002055;GO:0003999;GO:0005654;GO:0005829;GO:0006166;GO:0006168;GO:0007595;GO:0007625;GO:0016208;GO:0032869;GO:0044209;GO:0046083;GO:0070062
## 260                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0001523;GO:0001525;GO:0005178;GO:0005509;GO:0005576;GO:0005604;GO:0005615;GO:0005796;GO:0005886;GO:0005925;GO:0006024;GO:0006027;GO:0006629;GO:0006898;GO:0006954;GO:0007420;GO:0008022;GO:0016049;GO:0016525;GO:0022617;GO:0030154;GO:0030198;GO:0030203;GO:0031012;GO:0043202;GO:0044267;GO:0050750;GO:0060548;GO:0070062;GO:0072358;GO:0098797;GO:1905907
## 261                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0000775;GO:0000785;GO:0003677;GO:0005654;GO:0006260;GO:0006275;GO:0031390;GO:0034088
## 262                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0003990;GO:0004104;GO:0005576;GO:0052689
## 263                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0000775;GO:0004386;GO:0005524;GO:0005634;GO:0005721;GO:0006346;GO:0006351;GO:0007049;GO:0007275;GO:0010216;GO:0031508;GO:0046651;GO:0051301
## 264                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0001221;GO:0001726;GO:0005737;GO:0005791;GO:0005794;GO:0005829;GO:0005874;GO:0005886;GO:0005913;GO:0007009;GO:0007409;GO:0007420;GO:0008022;GO:0008093;GO:0008286;GO:0008360;GO:0009617;GO:0014069;GO:0016358;GO:0030141;GO:0030165;GO:0030175;GO:0030838;GO:0032956;GO:0035418;GO:0038096;GO:0042802;GO:0043025;GO:0043198;GO:0044306;GO:0048010;GO:0048167;GO:0051017;GO:0051764;GO:0060076;GO:0061003;GO:0061845;GO:0061846;GO:0070062;GO:0070064;GO:0071364;GO:0097060;GO:0097110;GO:0098641;GO:0098793;GO:1905232;GO:2000251;GO:2000463
## 265                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0005886;GO:0006536;GO:0006750;GO:0006751;GO:0016021;GO:0031638;GO:0036374;GO:0102953;GO:0103068
## 266                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0002177;GO:0003723;GO:0005524;GO:0005635;GO:0005737;GO:0005813;GO:0005868;GO:0005874;GO:0007286;GO:0008569;GO:0016020;GO:0030175;GO:0030424;GO:0031012;GO:0031122;GO:0032388;GO:0033962;GO:0034063;GO:0043025;GO:0045503;GO:0045505;GO:0051293;GO:0051301;GO:0051959;GO:0060236;GO:0070062;GO:0072382;GO:0090235;GO:1905243;GO:1905832;GO:1990090
## 267                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0000775;GO:0001655;GO:0003682;GO:0004386;GO:0005524;GO:0005634;GO:0005721;GO:0006306;GO:0006342;GO:0006346;GO:0006351;GO:0007049;GO:0007275;GO:0010216;GO:0030098;GO:0031508;GO:0043066;GO:0046651;GO:0051301;GO:1990830;GO:2001243
## 268                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0003677;GO:0005634;GO:0006351;GO:0006355;GO:0046872
## 269                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0003677;GO:0004003;GO:0005524;GO:0005737;GO:0006260;GO:0006281;GO:0006310;GO:0006974;GO:0008094;GO:0008270;GO:0009378;GO:0009432;GO:0016887;GO:0017116;GO:0017117;GO:0030894;GO:0043140;GO:0043590;GO:0046914
## 270                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0005085;GO:0005829;GO:0006892;GO:0007264;GO:0008270;GO:0015031;GO:0016020;GO:0061025
## 271                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005737;GO:0005829;GO:0015031;GO:0016607
## 272                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0001889;GO:0005112;GO:0005509;GO:0007219;GO:0009953;GO:0016021;GO:0030878;GO:0031016;GO:0031101;GO:0032474;GO:0042472;GO:0048752;GO:0060117;GO:0060325;GO:0060351;GO:0060872;GO:1904888
## 273                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005789;GO:0007165;GO:0015031;GO:0016021
## 274                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0005576;GO:0016020
## 275                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0001934;GO:0004672;GO:0004674;GO:0005524;GO:0005634;GO:0005654;GO:0005737;GO:0005829;GO:0005856;GO:0006468;GO:0007010;GO:0007256;GO:0007346;GO:0008349;GO:0016055;GO:0016324;GO:0030033;GO:0031098;GO:0031532;GO:0035556;GO:0042981;GO:0046777;GO:0048471;GO:0048812;GO:0048814;GO:0055037;GO:0072659
## 276                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0000922;GO:0003777;GO:0005524;GO:0005737;GO:0005876;GO:0007018;GO:0007049;GO:0008017;GO:0051301
## 277                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0000139;GO:0003924;GO:0005525;GO:0005829;GO:0005886;GO:0006904;GO:0009306;GO:0017157
## 278                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0005618;GO:0005730;GO:0005774;GO:0006511;GO:0009735
## 279                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0003682;GO:0005509;GO:0005615;GO:0005737;GO:0007155;GO:0016020
## 280                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0004648;GO:0005737;GO:0005829;GO:0006564
## 281                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0004674;GO:0004871;GO:0005524;GO:0005525;GO:0005737;GO:0005794;GO:0006979;GO:0034613;GO:0034976;GO:0035556;GO:0043025;GO:0045202;GO:0046872;GO:0048489;GO:0048846;GO:1901215
## 282                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005427;GO:0005903;GO:0006857;GO:0015031;GO:0015293;GO:0016021
## 283                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0003743;GO:0003924;GO:0005525;GO:0005737
## 284                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0006511;GO:0016579;GO:0036459
## 285                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0005576;GO:0090729
## 286                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0003677;GO:0003700;GO:0005634;GO:0006351;GO:0006355;GO:0046872
## 287                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0006004;GO:0016857;GO:0036065;GO:0042806;GO:0045665;GO:0060180
## 288                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005096;GO:0005622;GO:0007165;GO:0016477;GO:0030177;GO:0035556
## 289                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0003779;GO:0005634;GO:0005737;GO:0005856;GO:0019899;GO:0050832
## 290                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0003677;GO:0005487;GO:0005643;GO:0005654;GO:0005730;GO:0005829;GO:0006110;GO:0006406;GO:0006409;GO:0006606;GO:0007077;GO:0008139;GO:0016032;GO:0016925;GO:0017056;GO:0019083;GO:0031965;GO:0034399;GO:0042405;GO:0042802;GO:0043495;GO:0043657;GO:0044615;GO:0046718;GO:0046832;GO:0046872;GO:0051292;GO:0060964;GO:0075732;GO:0075733;GO:1900034
## 291                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0004930;GO:0005886;GO:0016021
## 292                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0003746;GO:0005759;GO:0070125
## 293                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0005509;GO:0005576
## 294                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0000724;GO:0005654;GO:0005829;GO:0031297;GO:0043596
## 295                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0005634;GO:0030261
## 296                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0003677;GO:0004003;GO:0005524;GO:0005737;GO:0006260;GO:0006281;GO:0006310;GO:0006974;GO:0008094;GO:0008270;GO:0009378;GO:0009432;GO:0016887;GO:0017116;GO:0017117;GO:0030894;GO:0043140;GO:0043590;GO:0046914
## 297                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0003756;GO:0005576;GO:0005783;GO:0006457;GO:0034976;GO:0045454
## 298                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0001649;GO:0006221;GO:0007049;GO:0008327;GO:0016020;GO:0030496;GO:0034709;GO:0045747
## 299                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0016021
## 300                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0007049;GO:0007088;GO:0019901;GO:0032880;GO:0051301;GO:0060236
## 301                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0004993;GO:0005886;GO:0005929;GO:0016021;GO:0021795;GO:0030594;GO:0032008
## 302                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0001587;GO:0001662;GO:0004993;GO:0005887;GO:0007200;GO:0007208;GO:0007626;GO:0007631;GO:0030594;GO:0031644;GO:0032098;GO:0042493;GO:0043397;GO:0051209;GO:0051482
## 303                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0000266;GO:0004129;GO:0004311;GO:0005730;GO:0005739;GO:0005829;GO:0006784;GO:0007005;GO:0008495;GO:0008535;GO:0009060;GO:0016021;GO:0017004;GO:0018343;GO:0031966;GO:0045333;GO:0048034;GO:0070069
## 304                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0005085;GO:0005634;GO:0005886;GO:0015031;GO:0048471
## 305                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0000122;GO:0003170;GO:0003279;GO:0003281;GO:0004112;GO:0004118;GO:0005634;GO:0005737;GO:0005739;GO:0005741;GO:0005743;GO:0005759;GO:0005783;GO:0005794;GO:0005829;GO:0005886;GO:0006198;GO:0006626;GO:0007507;GO:0008144;GO:0008152;GO:0010628;GO:0010821;GO:0019933;GO:0019934;GO:0030424;GO:0030425;GO:0030552;GO:0030553;GO:0030823;GO:0030911;GO:0033159;GO:0035690;GO:0035904;GO:0036004;GO:0036006;GO:0042734;GO:0042802;GO:0042803;GO:0043116;GO:0043117;GO:0046069;GO:0046872;GO:0048471;GO:0050729;GO:0060548;GO:0060976;GO:0061028;GO:0071222;GO:0071260;GO:0071321;GO:0097011
## 306                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005542;GO:0016021;GO:0055085
## 307                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0016021
## 308                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0004518;GO:0005634;GO:0046872
## 309                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0016021;GO:0046872
## 310                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0004126;GO:0005634;GO:0005737;GO:0005829;GO:0006216;GO:0006217;GO:0008270;GO:0008655;GO:0009972
## 311                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0001525;GO:0004659;GO:0005789;GO:0016020;GO:0016021;GO:0019408;GO:0030154;GO:0032383;GO:0035268;GO:0042632;GO:0055092
## 312                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0005634
## 313                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0000082;GO:0003677;GO:0003887;GO:0005654;GO:0006260;GO:0006261;GO:0006270;GO:0006281;GO:0008622;GO:0016604;GO:0032201;GO:0042276;GO:0043231
## 314                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0004596;GO:0005634;GO:0005737;GO:0005829;GO:0006474;GO:0007064;GO:0008080;GO:0010485;GO:0016573;GO:0031415;GO:0034087;GO:0052858;GO:0071962
## 315                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0005654;GO:0005765;GO:0016021;GO:0043231;GO:0055085
## 316                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005385;GO:0005794;GO:0010043;GO:0016020;GO:0016021;GO:0061088
## 317                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0001701;GO:0004866;GO:0005579;GO:0005615;GO:0006954;GO:0006957;GO:0006958;GO:0010575;GO:0010760;GO:0019835;GO:0045766;GO:0090197
## 318                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0003676;GO:0004527;GO:0005654;GO:0005730;GO:0010212;GO:0031965;GO:0042771
## 319                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0006950
## 320                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0000139;GO:0005618;GO:0005794;GO:0016021;GO:0016757;GO:0042802;GO:0052324;GO:2001009
## 321                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0001933;GO:0004180;GO:0004181;GO:0004185;GO:0005576;GO:0005615;GO:0006518;GO:0007476;GO:0007616;GO:0008270;GO:0012505;GO:0016021;GO:0016485;GO:0030838;GO:0042302;GO:0048471
## 322                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005509;GO:0005576;GO:0005789;GO:0005794;GO:0033018;GO:0042470
## 323                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0000413;GO:0003755;GO:0005634;GO:0005783;GO:0005788;GO:0005790;GO:0032403;GO:0032991;GO:0034663;GO:0040018;GO:0042470;GO:0044794;GO:0044829;GO:0048471;GO:0050821;GO:0060348;GO:0061077;GO:0070063
## 324                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0000018;GO:0003723;GO:0005643;GO:0005654;GO:0005737;GO:0005829;GO:0006259;GO:0006607;GO:0008139;GO:0008565;GO:0016020;GO:0019054;GO:0042826;GO:0043657;GO:0075733
## 325                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0003682;GO:0005509;GO:0005576;GO:0005615;GO:0005737;GO:0007155;GO:0016020
## 326                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0003857;GO:0005654;GO:0005739;GO:0005743;GO:0005759;GO:0006635;GO:0009725;GO:0014823;GO:0032868;GO:0042493;GO:0046676;GO:0070403
## 327                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0004062;GO:0005829;GO:0006068;GO:0008146;GO:0050427;GO:0051923
## 328                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0000166;GO:0000288;GO:0000398;GO:0000932;GO:0003899;GO:0005634;GO:0005654;GO:0005665;GO:0005829;GO:0006283;GO:0006351;GO:0006366;GO:0006367;GO:0006368;GO:0006370;GO:0008543;GO:0016070;GO:0016607;GO:0031369;GO:0031990;GO:0034402;GO:0035019;GO:0042795;GO:0045948;GO:0050434;GO:0060964
## 329                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0000932;GO:0005829;GO:0019005;GO:0022008;GO:0030162;GO:0031625;GO:0042787;GO:0043161
## 330                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0001655;GO:0001889;GO:0003865;GO:0005737;GO:0005789;GO:0006694;GO:0006702;GO:0008209;GO:0008584;GO:0009267;GO:0014070;GO:0014850;GO:0016021;GO:0016101;GO:0021510;GO:0021766;GO:0021794;GO:0021854;GO:0021983;GO:0021987;GO:0030154;GO:0030539;GO:0030540;GO:0031090;GO:0032354;GO:0032355;GO:0032869;GO:0033218;GO:0033574;GO:0042428;GO:0042448;GO:0042493;GO:0042747;GO:0043025;GO:0043209;GO:0043231;GO:0043627;GO:0046661;GO:0047751;GO:0048471;GO:0060348;GO:0060416;GO:0060992;GO:0070402;GO:0070852;GO:0071320;GO:0071363;GO:0071392;GO:0071394;GO:0071407;GO:0071549;GO:0071872
## 331                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0000122;GO:0000226;GO:0000922;GO:0001106;GO:0003682;GO:0005634;GO:0005654;GO:0005737;GO:0005813;GO:0005856;GO:0006351;GO:0006915;GO:0007098;GO:0008017;GO:0047497;GO:0048487;GO:0070317
## 332                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0004735;GO:0005739;GO:0006561;GO:0034599;GO:0042802;GO:0051881;GO:0055129;GO:1903206
## 333                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0003676;GO:0003964;GO:0004190;GO:0004519;GO:0015074
## 334                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0003333;GO:0006836;GO:0015171;GO:0016021;GO:0030659
## 335                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0000287;GO:0005634;GO:0005739;GO:0005829;GO:0006253;GO:0009143;GO:0032556;GO:0042262;GO:0042802;GO:0047429;GO:0047840;GO:0051289
## 336                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0004035;GO:0016311;GO:0046658;GO:0046872
## 337                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0000398;GO:0003723;GO:0005681;GO:0005688;GO:0046540
## 338                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0001836;GO:0005102;GO:0005634;GO:0005640;GO:0005737;GO:0005739;GO:0005741;GO:0005743;GO:0005783;GO:0005789;GO:0005794;GO:0006915;GO:0006919;GO:0006921;GO:0007420;GO:0008283;GO:0008584;GO:0008630;GO:0008635;GO:0010506;GO:0016020;GO:0016021;GO:0031625;GO:0031901;GO:0031966;GO:0032588;GO:0033106;GO:0042803;GO:0043065;GO:0043524;GO:0046982;GO:0048709;GO:0051259;GO:0051400;GO:0051402;GO:0051480;GO:0051902;GO:0055038;GO:0060546;GO:0072332;GO:0097192;GO:1900119;GO:1901029;GO:1901030;GO:1901382;GO:1902237;GO:1903899;GO:1904708;GO:2001244
## 339                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0000922;GO:0004842;GO:0004869;GO:0005768;GO:0005802;GO:0005815;GO:0006468;GO:0006915;GO:0007049;GO:0008284;GO:0016020;GO:0016567;GO:0030496;GO:0032465;GO:0042127;GO:0043066;GO:0051301;GO:0060711;GO:0060712;GO:0061631;GO:0090543;GO:2001237
## 340                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0004096;GO:0004601;GO:0004602;GO:0005576;GO:0005783;GO:0005788;GO:0034599
## 341                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0004454;GO:0005524;GO:0005634;GO:0005737;GO:0006000;GO:0061624;GO:0061625;GO:0070873
## 342                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0000139;GO:0005794;GO:0010405;GO:0016021;GO:0018258;GO:0030246;GO:1990714
## 343                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0002074;GO:0003700;GO:0005634;GO:0005737;GO:0006351;GO:0006915;GO:0008283;GO:0014857;GO:0021984;GO:0043282;GO:0043565;GO:0048741;GO:0048839;GO:0048935;GO:0051146
## 344                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0000209;GO:0004842;GO:0008270;GO:0030318;GO:0061630;GO:0097191
## 345                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0004322;GO:0005739;GO:0005829;GO:0006119;GO:0006783;GO:0006811;GO:0006879;GO:0007005;GO:0007628;GO:0008198;GO:0008199;GO:0008284;GO:0009060;GO:0009792;GO:0010039;GO:0010722;GO:0016226;GO:0016540;GO:0018283;GO:0019230;GO:0030307;GO:0034599;GO:0034986;GO:0040015;GO:0043066;GO:0043085;GO:0046621;GO:0051349;GO:0051536;GO:0051537;GO:0070301;GO:0090201;GO:1904231;GO:1904234
## 346                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0001501;GO:0005201;GO:0005509;GO:0005540;GO:0005578;GO:0007155;GO:0021766;GO:0030246
## 347                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0004674;GO:0005089;GO:0005524;GO:0005737;GO:0035023;GO:0045599
## 348                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0000076;GO:0000785;GO:0000922;GO:0003677;GO:0003682;GO:0005634;GO:0005737;GO:0005815;GO:0006270;GO:0006281;GO:0006974;GO:0019900;GO:0030174;GO:0033138;GO:0035563;GO:0045860;GO:0071163;GO:0071165;GO:0071168
## 349                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0004508;GO:0005506;GO:0006694;GO:0007548;GO:0016020;GO:0020037;GO:0047442
## 350                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0004583;GO:0005789;GO:0006486;GO:0006488;GO:0016021;GO:0106073
## 351                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0000777;GO:0003281;GO:0005654;GO:0005737;GO:0005813;GO:0031965;GO:0035904;GO:0060976
## 352                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0005788
## 353                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0005737;GO:0046872
## 354                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0005634;GO:0005737;GO:0005829;GO:0005886;GO:0006325;GO:0006998;GO:0008104;GO:0008156;GO:0012505;GO:0016021;GO:0031497
## 355                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0004222;GO:0005576;GO:0005886;GO:0006954;GO:0008270;GO:0016020;GO:0016021;GO:0042802;GO:1901998
## 356                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0000122;GO:0004252;GO:0005615;GO:0005886;GO:0006508;GO:0006879;GO:0016021;GO:0030514;GO:0033619;GO:0042730;GO:0045892;GO:0045944;GO:0055072;GO:0097264
## 357                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005789;GO:0006506;GO:0016021;GO:0016780
## 358                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0000139;GO:0001574;GO:0006486;GO:0008499;GO:0016021;GO:0047915
## 359                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0000139;GO:0005198;GO:0005654;GO:0006888;GO:0006890;GO:0006891;GO:0015031;GO:0030126
## 360                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0000060;GO:0000082;GO:0003677;GO:0003887;GO:0005654;GO:0005658;GO:0005829;GO:0006260;GO:0006270;GO:0032201;GO:0046982
## 361                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0005634;GO:0005739;GO:0005758;GO:0006351;GO:0007005;GO:0008134;GO:0043565;GO:0045944;GO:1900037
## 362                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005765;GO:0016021;GO:0055085
## 363                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005783;GO:0005789;GO:0016021;GO:0016409;GO:0018345;GO:0019706
## 364                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005542;GO:0016021;GO:0055085
## 365                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .
## 366                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0001561;GO:0003973;GO:0005102;GO:0005777;GO:0006979;GO:0008891;GO:0010181;GO:0046296;GO:0052852;GO:0052853;GO:0052854
## 367                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0003831;GO:0005545;GO:0005634;GO:0005635;GO:0005730;GO:0005737;GO:0005776;GO:0005829;GO:0005886;GO:0007275;GO:0016234;GO:0016605;GO:0019898;GO:0030424;GO:0034274;GO:0035973;GO:0043204;GO:0046872;GO:0097635
## 368                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0000922;GO:0005813;GO:0005829;GO:0005874;GO:0007098;GO:0051225;GO:0051301;GO:0070652
## 369                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0004175;GO:0005783;GO:0005886;GO:0005887;GO:0007219;GO:0007220;GO:0016485;GO:0030133;GO:0043085;GO:0070765
## 370                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0005524;GO:0005886;GO:0006869;GO:0016021;GO:0042626;GO:0043231;GO:0051384;GO:0097208;GO:0097233
## 371                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0000408;GO:0008033;GO:0016604
## 372                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0005524;GO:0005886;GO:0016021;GO:0031152;GO:0031288;GO:0042626;GO:0048870
## 373                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0005789;GO:0006465;GO:0008236;GO:0016021;GO:0031090
## 374                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0000139;GO:0005085;GO:0005086;GO:0005654;GO:0005730;GO:0005794;GO:0005802;GO:0005829;GO:0006887;GO:0007030;GO:0010256;GO:0015031;GO:0016363;GO:0017022;GO:0030532;GO:0030837;GO:0031175;GO:0032012;GO:0034237;GO:0034260;GO:0048471;GO:0051897;GO:0090284;GO:0090303;GO:2000114
## 375                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0001701;GO:0004872;GO:0005509;GO:0005737;GO:0005765;GO:0005768;GO:0005783;GO:0005794;GO:0005798;GO:0005886;GO:0005903;GO:0005905;GO:0006766;GO:0006898;GO:0007584;GO:0008144;GO:0008203;GO:0010008;GO:0015889;GO:0016020;GO:0016324;GO:0020028;GO:0030135;GO:0030139;GO:0030492;GO:0030666;GO:0031419;GO:0031526;GO:0038024;GO:0042366;GO:0042802;GO:0042803;GO:0042953;GO:0043202;GO:0043234;GO:0045177;GO:0070062;GO:0070207
## 376                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0002250;GO:0016021
## 377                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005254;GO:0005654;GO:0005765;GO:0005783;GO:0005794;GO:0005886;GO:0005887;GO:0006811;GO:0008271;GO:0008272;GO:0008509;GO:0015106;GO:0015116;GO:0015301;GO:0015701;GO:0016021;GO:0019531;GO:0042391;GO:0043231;GO:0051453;GO:0070062;GO:1902476
## 378                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0008106
## 379                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0000469;GO:0000470;GO:0003723;GO:0005697;GO:0005732;GO:0006412;GO:0015030;GO:0030515;GO:0031118;GO:0031120;GO:0031429;GO:0034513;GO:0070034;GO:0090661;GO:1904874
## 380                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0004252;GO:0005887
## 381                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0000139;GO:0005789;GO:0007030;GO:0010638;GO:0016021;GO:0033116
## 382                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0004180;GO:0005615;GO:0008237;GO:0008241;GO:0016020;GO:0046872
## 383                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0005524;GO:0005634;GO:0005694;GO:0005829;GO:0007049;GO:0030261;GO:0051301
## 384                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0003407;GO:0005388;GO:0005516;GO:0005524;GO:0005887;GO:0006357;GO:0006816;GO:0006874;GO:0007283;GO:0010751;GO:0016020;GO:0016323;GO:0019901;GO:0021766;GO:0030018;GO:0030165;GO:0030315;GO:0030317;GO:0030346;GO:0033138;GO:0036126;GO:0036487;GO:0042383;GO:0043005;GO:0043231;GO:0043234;GO:0045019;GO:0046872;GO:0050998;GO:0051001;GO:0051599;GO:0070588;GO:0070885;GO:0071872;GO:0097110;GO:0097228;GO:0098736;GO:1900082;GO:1901205;GO:1901660;GO:1902806;GO:1903243;GO:1903249;GO:2000481
## 385                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0003682;GO:0004372;GO:0005634;GO:0005737;GO:0005739;GO:0005743;GO:0005758;GO:0005759;GO:0006544;GO:0006563;GO:0006564;GO:0006730;GO:0008284;GO:0008732;GO:0015630;GO:0016597;GO:0019264;GO:0030170;GO:0034340;GO:0035999;GO:0042645;GO:0042802;GO:0046653;GO:0046655;GO:0051262;GO:0051289;GO:0070062;GO:0070536;GO:0070552
## 386                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0000002;GO:0003677;GO:0005739;GO:0006264;GO:0008297;GO:0043504
## 387                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0004252;GO:0005615;GO:0005886;GO:0008236;GO:0010765;GO:0016021;GO:0017080;GO:0019897;GO:0042493;GO:0043434;GO:0045121;GO:0046658;GO:0051385;GO:0070062;GO:0070633
## 388                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0016021
## 389                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005623;GO:0032217;GO:0032218;GO:1902444;GO:1904657;GO:1904661
## 390                                                                                                                                                                                                                                                                                                                     GO:0000302;GO:0001649;GO:0001657;GO:0001666;GO:0004046;GO:0004096;GO:0005102;GO:0005576;GO:0005739;GO:0005758;GO:0005764;GO:0005777;GO:0005778;GO:0005782;GO:0005783;GO:0005794;GO:0005829;GO:0005886;GO:0005925;GO:0006641;GO:0007568;GO:0008203;GO:0009060;GO:0009642;GO:0009650;GO:0010193;GO:0010288;GO:0014068;GO:0014823;GO:0014854;GO:0016020;GO:0016209;GO:0016684;GO:0019899;GO:0020027;GO:0020037;GO:0032088;GO:0032355;GO:0032868;GO:0033189;GO:0033197;GO:0033591;GO:0034599;GO:0034774;GO:0042542;GO:0042744;GO:0042803;GO:0043066;GO:0043231;GO:0043312;GO:0045471;GO:0046686;GO:0046872;GO:0050661;GO:0051092;GO:0051262;GO:0051289;GO:0051781;GO:0055093;GO:0070062;GO:0070542;GO:0071363;GO:0080184;GO:1904813
## 391                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0000150;GO:0000278;GO:0000707;GO:0000724;GO:0000731;GO:0000732;GO:0001701;GO:0001756;GO:0003690;GO:0003697;GO:0005524;GO:0005654;GO:0005657;GO:0005737;GO:0005813;GO:0006281;GO:0006312;GO:0007098;GO:0007131;GO:0008094;GO:0010165;GO:0010212;GO:0010332;GO:0033063;GO:0035264;GO:0042148;GO:0043231;GO:0043524;GO:0050769;GO:0051321;GO:2000269
## 392                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0005634;GO:0005737;GO:0006474;GO:0006629;GO:0010485;GO:0043967;GO:0043968;GO:0043998;GO:1990189
## 393                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0000281;GO:0005521;GO:0005635;GO:0005639;GO:0007059;GO:0010165
## 394                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0000777;GO:0003677;GO:0004386;GO:0005524;GO:0007049;GO:0016539;GO:0051301
## 395                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0005634;GO:0005654;GO:0005737;GO:0015630;GO:0043066;GO:0043234;GO:0047485;GO:0050821
## 396                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0003682;GO:0005634;GO:0006260;GO:0006974;GO:0007098;GO:0009411;GO:0019985;GO:0048471;GO:0051726
## 397                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005886;GO:0015267;GO:0016021
## 398                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0003689;GO:0005634;GO:0005663;GO:0006260;GO:0006261;GO:0006281;GO:0031390;GO:0043142;GO:0046683;GO:1900264
## 399                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005739;GO:0005789;GO:0006633;GO:0016021;GO:0042284;GO:0046513
## 400                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005634;GO:0005829;GO:0030735;GO:0035498
## 401                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0003677;GO:0003700;GO:0005634;GO:0006351;GO:0006355;GO:0046872
## 402                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0003677;GO:0005524;GO:0005694;GO:0005737;GO:0006260;GO:0006281;GO:0006310;GO:0009378;GO:0009432;GO:0043140
## 403                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0003990;GO:0004104;GO:0005576;GO:0005641;GO:0005783;GO:0042802;GO:0052689
## 404                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0000139;GO:0005765;GO:0005794;GO:0005829;GO:0005905;GO:0006886;GO:0008565;GO:0016192;GO:0019886;GO:0030119;GO:0030659;GO:0032588;GO:0043231;GO:0050690
## 405                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0005654;GO:0005829;GO:0016925;GO:0016926;GO:0016929;GO:0070646;GO:0090169;GO:0090234
## 406                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0000290;GO:0000340;GO:0000932;GO:0005634;GO:0005737;GO:0036245;GO:0043069;GO:0045292;GO:0050072
## 407                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0000166;GO:0000287;GO:0001975;GO:0004422;GO:0005737;GO:0005829;GO:0006164;GO:0006166;GO:0006168;GO:0006178;GO:0007625;GO:0007626;GO:0019835;GO:0021756;GO:0021895;GO:0021954;GO:0032264;GO:0042417;GO:0042803;GO:0043103;GO:0045964;GO:0046038;GO:0046040;GO:0046100;GO:0046651;GO:0048813;GO:0051289;GO:0052657
## 408                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0005654;GO:0016787
## 409                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .
## 410                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0000811;GO:0001833;GO:0005737;GO:0043138;GO:1902983
## 411                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0004693;GO:0005524;GO:0006468;GO:0007049;GO:0051301;GO:0097472
## 412                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0000176;GO:0000177;GO:0000178;GO:0000467;GO:0005634;GO:0005730;GO:0005737;GO:0017091;GO:0034427;GO:0034473;GO:0034475;GO:0034476;GO:0042802;GO:0043928;GO:0071028;GO:0071035;GO:0071038;GO:0071042
## 413                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0000777;GO:0007093;GO:0051301;GO:1990423
## 414                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0004180;GO:0005615;GO:0008237;GO:0008241;GO:0016020;GO:0046872
## 415                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0005887;GO:0008519;GO:0015695;GO:0015696;GO:0016323;GO:0030659;GO:0072488;GO:0097272
## 416                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0001650;GO:0006364;GO:0030529
## 417                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0000408;GO:0005634;GO:0005829;GO:0008033;GO:0019901
## 418                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0000139;GO:0005576;GO:0010634;GO:0010718;GO:0042803;GO:0070374
## 419                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0000033;GO:0004583;GO:0005789;GO:0006487;GO:0006488;GO:0006490;GO:0016021;GO:0042281
## 420                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005742;GO:0030150;GO:0031307;GO:0045040
## 421                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0003677;GO:0003950;GO:0005634;GO:0005737;GO:0005829;GO:0005876;GO:0006281;GO:0006464;GO:0006471;GO:0006954;GO:0006974;GO:0008219;GO:0016020;GO:0019899;GO:0030529;GO:0042493;GO:0051972;GO:0070062
## 422                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0000077;GO:0005634;GO:0005700;GO:0006351;GO:0006355;GO:0007049;GO:0016571;GO:0030261;GO:0034771;GO:0042799;GO:0051301
## 423                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005789;GO:0005794;GO:0005886;GO:0015031;GO:0016021;GO:0033116
## 424                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0005509;GO:0005604;GO:0005938;GO:0007049;GO:0007601;GO:0030054;GO:0032154;GO:0050896;GO:0051301;GO:0070062
## 425                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0015031;GO:0016020;GO:0016021;GO:0016192;GO:0070062
## 426                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0003723;GO:0003755;GO:0005524;GO:0005525;GO:0005528;GO:0005634;GO:0005654;GO:0005739;GO:0005829;GO:0005874;GO:0006463;GO:0006825;GO:0007566;GO:0010977;GO:0030521;GO:0030850;GO:0031072;GO:0031111;GO:0031115;GO:0031503;GO:0032767;GO:0035259;GO:0043005;GO:0043025;GO:0043234;GO:0044295;GO:0046661;GO:0048156;GO:0048471;GO:0048608;GO:0051219;GO:0061077;GO:0070062
## 427                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0022008;GO:0046872
## 428                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0000023;GO:0002026;GO:0002086;GO:0003007;GO:0004558;GO:0004574;GO:0005764;GO:0005765;GO:0005886;GO:0005980;GO:0005985;GO:0006006;GO:0007040;GO:0007626;GO:0009888;GO:0016020;GO:0030246;GO:0032450;GO:0035577;GO:0043181;GO:0043202;GO:0043312;GO:0046716;GO:0050884;GO:0050885;GO:0060048;GO:0070062;GO:0070821;GO:0101003
## 429                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0005509;GO:0005765;GO:0008144;GO:0008203;GO:0010008;GO:0015031;GO:0016324;GO:0031419;GO:0031526
## 430                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005838;GO:0006508;GO:0022624
## 431                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0003676;GO:0003964;GO:0004190;GO:0004519;GO:0015074
## 432                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0015075;GO:0016021;GO:0031966;GO:0055072
## 433                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0052893;GO:0052896;GO:0052897;GO:0052898;GO:0052900
## 434                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005739;GO:0008152;GO:0016787
## 435                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005886;GO:0015232;GO:0016021;GO:0020037
## 436                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0004531;GO:0005576;GO:0006915;GO:0090729
## 437                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0016021
## 438                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0004000;GO:0005576;GO:0005615;GO:0006154;GO:0007275;GO:0008083;GO:0008201;GO:0008270;GO:0031685;GO:0035578;GO:0042803;GO:0043103;GO:0043312;GO:0043394;GO:0044267;GO:0046103
## 439                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0004757;GO:0005739;GO:0006558;GO:0006729;GO:0006809;GO:0010033;GO:0019889;GO:0040014;GO:0042415;GO:0042417;GO:0042428;GO:0042803;GO:0046146;GO:0048667;GO:0050882;GO:0070062
## 440                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0005765;GO:0005777;GO:0007417;GO:0009791;GO:0021540;GO:0034198;GO:0042149;GO:0043473;GO:0061462;GO:0070062;GO:0140007;GO:1901668;GO:1904262
## 441                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0042843;GO:0047115;GO:0047837
## 442                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0000291;GO:0000932;GO:0003697;GO:0003727;GO:0003899;GO:0005634;GO:0005665;GO:0006366;GO:0006367;GO:0006915;GO:0031369;GO:0045948;GO:0060213
## 443                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0004842;GO:0005634;GO:0005829;GO:0046872
## 444                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0004364;GO:0004602;GO:0005829;GO:0006749;GO:0070062;GO:1901687
## 445                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0005739;GO:0005758;GO:0015035;GO:0022417;GO:0034599;GO:0043504;GO:0045041;GO:0046825;GO:0051084;GO:0072655;GO:1901857;GO:1990830
## 446                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0001664;GO:0001867;GO:0002752;GO:0005576;GO:0005581;GO:0007186;GO:0008329;GO:0030246;GO:0031232;GO:0033691;GO:0034394;GO:0043654;GO:0046597;GO:0046872;GO:0097367;GO:2000484
## 447                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0016021
## 448                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0001650;GO:0006281;GO:0006310;GO:0006338;GO:0006351;GO:0006355;GO:0031011;GO:0071339
## 449                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005770;GO:0007219;GO:0007220;GO:0016021;GO:0055037;GO:0070765
## 450                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0004663;GO:0005829;GO:0005886;GO:0005968;GO:0006464;GO:0007601;GO:0008270;GO:0017137;GO:0018344;GO:0042981;GO:0043687
## 451                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0004672;GO:0004713;GO:0004714;GO:0005509;GO:0005524;GO:0005887;GO:0006468;GO:0007030;GO:0007156;GO:0016339;GO:0042060;GO:0045177;GO:0045792;GO:0090303
## 452                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0000166;GO:0005730;GO:0005739;GO:0006694;GO:0006915;GO:0016787;GO:0044240;GO:2000757
## 453                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0000122;GO:0000781;GO:0000790;GO:0000793;GO:0001939;GO:0001940;GO:0005737;GO:0005886;GO:0006281;GO:0006348;GO:0006974;GO:0007049;GO:0016604;GO:0019827;GO:0031965;GO:0035861;GO:0043247;GO:0045830;GO:0051233;GO:0051574;GO:1990830;GO:2000042;GO:2001034
## 454                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0000182;GO:0003723;GO:0004004;GO:0005524;GO:0005654;GO:0005730;GO:0005737;GO:0006396;GO:0033613;GO:0045943
## 455                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0004364;GO:0005634;GO:0005654;GO:0005730;GO:0005737;GO:0005829;GO:0006418;GO:0006749;GO:0008285;GO:0017101;GO:0043065;GO:0043517;GO:0070062;GO:2000774
## 456                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .
## 457                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0000149;GO:0005484;GO:0005789;GO:0006888;GO:0015031;GO:0016021;GO:0031201;GO:0048280
## 458                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0002074;GO:0003700;GO:0005634;GO:0005737;GO:0006351;GO:0006915;GO:0008283;GO:0014857;GO:0021984;GO:0043282;GO:0043565;GO:0048741;GO:0048839;GO:0048935;GO:0051146
## 459                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0000138;GO:0005794;GO:0005797;GO:0005802;GO:0016021;GO:0017137;GO:0030133;GO:0031902
## 460                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0000139;GO:0003924;GO:0005525;GO:0005789;GO:0006888;GO:0006914;GO:0034045
## 461                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .
## 462                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0000139;GO:0005759;GO:0005829;GO:0016021;GO:0030206;GO:0032580;GO:0046872;GO:0047238;GO:0050510
## 463                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0003677;GO:0003887;GO:0005634;GO:0046982
## 464                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0003677;GO:0003899;GO:0005634;GO:0005665;GO:0005666;GO:0005736;GO:0006360;GO:0006366;GO:0006383
## 465                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0003333;GO:0006836;GO:0015171;GO:0016021;GO:0030659
## 466                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0003690;GO:0003899;GO:0005666;GO:0006383;GO:0032728;GO:0045087;GO:0045089;GO:0051607
## 467                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0000398;GO:0003723;GO:0005654;GO:0005681;GO:0005685;GO:0030619;GO:0035614;GO:0042802
## 468                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0003924;GO:0005525;GO:0005622;GO:0044376;GO:1990022
## 469                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005737;GO:0006807;GO:0050152
## 470                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0000033;GO:0004583;GO:0005789;GO:0006487;GO:0006488;GO:0006490;GO:0016021;GO:0042281
## 471                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005737;GO:0005829;GO:0042787;GO:0043161;GO:0061630;GO:0090090
## 472                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005886;GO:0016021;GO:0022857;GO:0031669
## 473                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0001702;GO:0001736;GO:0001764;GO:0001843;GO:0001942;GO:0004888;GO:0004930;GO:0005509;GO:0005654;GO:0005886;GO:0005887;GO:0007156;GO:0007165;GO:0007186;GO:0007266;GO:0007267;GO:0007417;GO:0007626;GO:0009952;GO:0016020;GO:0032956;GO:0042060;GO:0042249;GO:0042472;GO:0045176;GO:0046928;GO:0046983;GO:0048105;GO:0060488;GO:0060489;GO:0060490;GO:0090179;GO:0090251
## 474                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0016021
## 475                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0004994;GO:0005737;GO:0005886;GO:0005887;GO:0007187;GO:0007268;GO:0008285;GO:0016477;GO:0019369;GO:0030815;GO:0030900;GO:0042923;GO:0043005;GO:0043410;GO:0071385
## 476                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0018738;GO:0031410;GO:0042802;GO:0046294;GO:0052689
## 477                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0003676;GO:0008270;GO:0015074
## 478                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0004298;GO:0005634;GO:0005737;GO:0005839;GO:0019774;GO:0051603
## 479                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0016021
## 480                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005615;GO:0006811;GO:0046872;GO:0055072
## 481                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0001835;GO:0005125;GO:0005615;GO:0005739;GO:0005764;GO:0005768;GO:0005783;GO:0007566;GO:0050679
## 482                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0004252;GO:0008236;GO:0019897;GO:0046658
## 483                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0004748;GO:0005829;GO:0005971;GO:0006260;GO:0008199;GO:0009262;GO:0009263;GO:0042803;GO:0051259;GO:0051290
## 484                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0001641;GO:0005246;GO:0005886;GO:0005887;GO:0014069;GO:0019233;GO:0030424;GO:0035249;GO:0042734;GO:0043005;GO:0043197;GO:0045211;GO:0048786;GO:0051930;GO:0051966
## 485                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0001947;GO:0003147;GO:0003253;GO:0004872;GO:0005542;GO:0005576;GO:0005634;GO:0005768;GO:0006620;GO:0008144;GO:0008517;GO:0015884;GO:0016020;GO:0016323;GO:0016324;GO:0017015;GO:0030136;GO:0031103;GO:0031362;GO:0031526;GO:0046655;GO:0048678;GO:0051870;GO:0060828;GO:0061626;GO:0061713;GO:0061714;GO:0071231
## 486                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0004744;GO:0007186;GO:0007601;GO:0007602;GO:0008020;GO:0016021;GO:0018298
## 487                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0005576
## 488                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0015181;GO:0015809;GO:0016021
## 489                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0004930;GO:0005622;GO:0005886;GO:0007166;GO:0007186;GO:0007189;GO:0016021
## 490                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0004505;GO:0005634;GO:0005739;GO:0006729;GO:0008124;GO:0045893;GO:0051289;GO:0051291
## 491                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0000398;GO:0005654;GO:0005688;GO:0005689;GO:0005829;GO:0006396;GO:0017070;GO:0043928;GO:0071004;GO:0071013;GO:0097526;GO:1990726
## 492 GO:0001568;GO:0001701;GO:0001889;GO:0001974;GO:0002082;GO:0004008;GO:0005375;GO:0005507;GO:0005524;GO:0005634;GO:0005770;GO:0005783;GO:0005794;GO:0005802;GO:0005829;GO:0005886;GO:0005902;GO:0006568;GO:0006584;GO:0006825;GO:0006878;GO:0007005;GO:0007595;GO:0007626;GO:0010041;GO:0010042;GO:0010043;GO:0010273;GO:0010468;GO:0010592;GO:0015677;GO:0015679;GO:0016020;GO:0016021;GO:0016323;GO:0016324;GO:0016532;GO:0018205;GO:0019430;GO:0019730;GO:0021702;GO:0021860;GO:0021954;GO:0030140;GO:0030141;GO:0030198;GO:0030199;GO:0030670;GO:0031069;GO:0031252;GO:0031526;GO:0032767;GO:0034220;GO:0034760;GO:0036120;GO:0042093;GO:0042414;GO:0042415;GO:0042417;GO:0042428;GO:0043005;GO:0043025;GO:0043085;GO:0043086;GO:0043204;GO:0043473;GO:0043588;GO:0045121;GO:0045793;GO:0048251;GO:0048286;GO:0048365;GO:0048471;GO:0048812;GO:0050679;GO:0051087;GO:0051216;GO:0051353;GO:0051542;GO:0060003;GO:0071230;GO:0071236;GO:0071276;GO:0071279;GO:0071280;GO:0071281;GO:0071284;GO:0071456;GO:1903036;GO:1903136;GO:1904754;GO:1904959
## 493                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0003682;GO:0005509;GO:0005615;GO:0005737;GO:0007155;GO:0016020
## 494                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0005509;GO:0005765;GO:0008144;GO:0008203;GO:0010008;GO:0015031;GO:0016324;GO:0031419;GO:0031526
## 495                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0003677;GO:0003682;GO:0005524;GO:0005664;GO:0006260
## 496                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0000278;GO:0000776;GO:0004674;GO:0005524;GO:0005634;GO:0005737;GO:0005813;GO:0005819;GO:0006468;GO:0030496;GO:0051301;GO:0071168;GO:0072425
## 497                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0001501;GO:0001527;GO:0005178;GO:0005179;GO:0005201;GO:0005509;GO:0005576;GO:0005604;GO:0005615;GO:0005622;GO:0006006;GO:0007507;GO:0008201;GO:0009653;GO:0010737;GO:0033627;GO:0034199;GO:0035582;GO:0035583;GO:0042593;GO:0042802;GO:0043010;GO:0048048;GO:0048050;GO:0090287;GO:2001205
## 498                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0003756;GO:0005783;GO:0005788;GO:0006457;GO:0034976;GO:0045454
## 499                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0000139;GO:0005085;GO:0005086;GO:0005654;GO:0005730;GO:0005794;GO:0005802;GO:0005829;GO:0006887;GO:0007030;GO:0010256;GO:0015031;GO:0016363;GO:0017022;GO:0030532;GO:0030837;GO:0031175;GO:0032012;GO:0034237;GO:0034260;GO:0048471;GO:0051897;GO:0090284;GO:0090303;GO:2000114
## 500                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0005351;GO:0005765;GO:0005829;GO:0005886;GO:0005887;GO:0006811;GO:0006820;GO:0006865;GO:0015136;GO:0015538;GO:0015739;GO:0016020;GO:0030054;GO:0030672
## 501                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0000139;GO:0003829;GO:0006486;GO:0016021
## 502                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0000727;GO:0000811;GO:0005654;GO:0006271;GO:0031298;GO:0032508;GO:1902975
## 503                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0005537;GO:0005765;GO:0005768;GO:0005770;GO:0005802;GO:0006886;GO:0015578;GO:0016021;GO:0030904;GO:0033299;GO:0048471;GO:1905394
## 504                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0000159;GO:0003755;GO:0005102;GO:0005524;GO:0005634;GO:0005654;GO:0005737;GO:0008160;GO:0016887;GO:0030472;GO:0032515;GO:0032516;GO:0034704;GO:0042803;GO:0043065;GO:0051721
## 505                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0000139;GO:0005783;GO:0006486;GO:0006493;GO:0008375;GO:0008376;GO:0008378;GO:0016021
## 506                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0001682;GO:0004526;GO:0005655;GO:0005829;GO:0008033;GO:0030681;GO:0042493;GO:0046872
## 507                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0003676;GO:0004386;GO:0005524;GO:0007140;GO:0007275;GO:0007283;GO:0009566;GO:0030154;GO:0031047;GO:0034587;GO:0043046;GO:1903955;GO:1990923
## 508                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0000165;GO:0000209;GO:0000502;GO:0001824;GO:0002223;GO:0002479;GO:0005524;GO:0005634;GO:0005654;GO:0005829;GO:0006508;GO:0006521;GO:0008540;GO:0010972;GO:0016020;GO:0016234;GO:0016579;GO:0016887;GO:0017025;GO:0022624;GO:0030433;GO:0031145;GO:0031146;GO:0031595;GO:0031597;GO:0033209;GO:0036402;GO:0038061;GO:0038095;GO:0043161;GO:0043488;GO:0043687;GO:0045202;GO:0045899;GO:0050852;GO:0051436;GO:0051437;GO:0055085;GO:0060071;GO:0061418;GO:0070498;GO:0090090;GO:0090263;GO:1902036
## 509                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0004843;GO:0071108
## 510                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0000186;GO:0001558;GO:0005085;GO:0005765;GO:0005770;GO:0032008;GO:0032947;GO:0034613;GO:0071230;GO:0071986
## 511                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005737;GO:0005813;GO:0036038;GO:0036064;GO:0043015;GO:0060271
## 512                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0016021;GO:0050699
## 513                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005789;GO:0008237;GO:0016021;GO:0046872
## 514                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0004798;GO:0005524;GO:0005654;GO:0005737;GO:0005739;GO:0006233;GO:0006235;GO:0009793
## 515                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0005509;GO:0005604;GO:0005938;GO:0007049;GO:0007601;GO:0030054;GO:0032154;GO:0050896;GO:0051301;GO:0070062
## 516                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0000146;GO:0000287;GO:0003779;GO:0005516;GO:0005524;GO:0005859;GO:0006939;GO:0008307;GO:0030016;GO:0030239;GO:0030241;GO:0030898;GO:0032027;GO:0032982;GO:0043531;GO:0045159;GO:0046982;GO:0048251;GO:0048739;GO:0051015
## 517                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0004660;GO:0005829;GO:0005875;GO:0005965;GO:0008270;GO:0018343;GO:0022400;GO:0042127
## 518                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0000287;GO:0005524;GO:0005576;GO:0005634;GO:0005654;GO:0005829;GO:0008270;GO:0008283;GO:0008478;GO:0009443;GO:0030170;GO:0030955;GO:0031402;GO:0031403;GO:0034774;GO:0035580;GO:0042803;GO:0042816;GO:0042823;GO:0043312;GO:0070062
## 519                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0001764;GO:0003407;GO:0005886;GO:0007416;GO:0016021;GO:0030175;GO:0043005;GO:0043025;GO:0043197;GO:0044295;GO:0048812;GO:0048863;GO:0051491
## 520                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0004674;GO:0005524;GO:0005654
## 521                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0008703;GO:0009231;GO:0016021
## 522                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0001650;GO:0001894;GO:0003989;GO:0004075;GO:0005524;GO:0005739;GO:0005829;GO:0006084;GO:0006633;GO:0006768;GO:0006853;GO:0015629;GO:0031325;GO:0042802;GO:0044268;GO:0045540;GO:0046872;GO:0046949;GO:0051289;GO:0055088;GO:0070062;GO:0071380;GO:2001295
## 523                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0004343;GO:0006048
## 524                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0005887;GO:0015175;GO:0015179;GO:0015297;GO:0015804
## 525                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0002244;GO:0004222;GO:0007368;GO:0008237;GO:0008270;GO:0031012;GO:0060976;GO:0061371
## 526                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0005576;GO:0006811;GO:0016021;GO:0042151;GO:0044179;GO:0044218;GO:0090729
## 527                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0015181;GO:0015809;GO:0016021
## 528                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005654;GO:0005737;GO:0005829;GO:0005925
## 529                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0001525;GO:0002003;GO:0002005;GO:0003081;GO:0004177;GO:0005765;GO:0005886;GO:0005887;GO:0005903;GO:0007267;GO:0008237;GO:0008270;GO:0008283;GO:0009897;GO:0016324;GO:0016477;GO:0031410;GO:0032835;GO:0042277;GO:0043171;GO:0045177;GO:0070006;GO:0070062
## 530                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0004842;GO:0046872
## 531                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0016021
## 532                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0000139;GO:0000149;GO:0005765;GO:0006886;GO:0007042;GO:0007269;GO:0008021;GO:0008089;GO:0008090;GO:0008333;GO:0010977;GO:0016032;GO:0016079;GO:0016188;GO:0030054;GO:0030141;GO:0030672;GO:0031083;GO:0031175;GO:0031629;GO:0032418;GO:0032438;GO:0034629;GO:0043393;GO:0045202;GO:0048471;GO:0048489;GO:0048490;GO:0051604;GO:0072553;GO:0097352;GO:0099078;GO:1902774;GO:1902824;GO:1904115
## 533                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0000139;GO:0005789;GO:0005886;GO:0006886;GO:0006890;GO:0007030;GO:0016021;GO:0019905;GO:0030137;GO:0030140;GO:0030658;GO:0033116;GO:0035964;GO:0042470;GO:0042589;GO:0045055;GO:0070765;GO:1902003
## 534                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0005930;GO:0007283;GO:0030154;GO:0060271;GO:0060294
## 535                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0005654;GO:0005737;GO:0005829;GO:0005886;GO:0005911;GO:0005912;GO:0005913;GO:0007155;GO:0007165;GO:0016607;GO:0017016;GO:0021537;GO:0021987;GO:0030054;GO:0032880;GO:0034334;GO:0043296;GO:0043547;GO:0045177;GO:0045296;GO:0048854;GO:0048872;GO:0050839;GO:0060019;GO:0060563;GO:0070445;GO:0090557;GO:1902414
## 536                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0000050;GO:0001889;GO:0004087;GO:0004088;GO:0004175;GO:0005509;GO:0005524;GO:0005543;GO:0005730;GO:0005737;GO:0005739;GO:0005743;GO:0006207;GO:0006526;GO:0006541;GO:0007494;GO:0009636;GO:0010043;GO:0014075;GO:0016595;GO:0019433;GO:0032094;GO:0032403;GO:0032496;GO:0033762;GO:0034201;GO:0042311;GO:0042493;GO:0042594;GO:0042645;GO:0043200;GO:0043234;GO:0044344;GO:0046209;GO:0048545;GO:0050667;GO:0051384;GO:0051591;GO:0055081;GO:0060416;GO:0070365;GO:0070409;GO:0071320;GO:0071377;GO:0071400;GO:0071548;GO:0072341;GO:1903718
## 537                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0000281;GO:0000910;GO:0000920;GO:0001578;GO:0003777;GO:0005524;GO:0005654;GO:0005794;GO:0005819;GO:0005871;GO:0005874;GO:0007018;GO:0008017;GO:0015031;GO:0016887;GO:0019901;GO:0030496;GO:0032154;GO:0045171
## 538                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0009306;GO:0016192;GO:0030173
## 539                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0001965;GO:0004930;GO:0004979;GO:0005245;GO:0005768;GO:0005886;GO:0005887;GO:0007187;GO:0007194;GO:0007200;GO:0007268;GO:0019233;GO:0030424;GO:0030425;GO:0031681;GO:0038003;GO:0038047;GO:0042923;GO:0043005;GO:0043204;GO:0043951;GO:0045019;GO:0050769;GO:0051481;GO:0061358;GO:0070374;GO:0071315;GO:2000310
## 540                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0006744;GO:0009234;GO:0102005;GO:0102955
## 541                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0005764;GO:0005769;GO:0005770;GO:0005829;GO:0006622;GO:0008333;GO:0031313;GO:0031901;GO:0031902;GO:0035091;GO:0042802;GO:0043231;GO:0045022
## 542                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0005777;GO:0005778;GO:0005779;GO:0007031;GO:0007165;GO:0016557;GO:0016559;GO:0019216;GO:0042803;GO:0043234;GO:0044375;GO:0050873
## 543                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005783;GO:0005789;GO:0008202;GO:0016021;GO:0016229;GO:0016627
## 544                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0008376;GO:0016021;GO:0032580;GO:0033842
## 545                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0000775;GO:0005634;GO:0006351;GO:0006355;GO:0007049;GO:0008270;GO:0018024;GO:0030154
## 546                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0000175;GO:0003723;GO:0005739;GO:0005741;GO:0016021;GO:0031047;GO:0046872;GO:1990511
## 547                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0005783;GO:0005789;GO:0005975;GO:0016021;GO:0030246
## 548                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0000139;GO:0000776;GO:0005198;GO:0005635;GO:0005643;GO:0005654;GO:0005765;GO:0005789;GO:0005829;GO:0006888;GO:0015031;GO:0030127;GO:0031080;GO:0032008;GO:0042802;GO:0043234;GO:0051028;GO:0061700;GO:0070062;GO:0090110;GO:1904263
## 549                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0000002;GO:0000287;GO:0000723;GO:0000784;GO:0005524;GO:0005634;GO:0005657;GO:0005739;GO:0006260;GO:0006281;GO:0006310;GO:0010521;GO:0017116;GO:0032204;GO:0032211;GO:0032508;GO:0033682;GO:0042162;GO:0043141;GO:0044806;GO:0051974
## 550                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0012505;GO:0016020;GO:0016021;GO:0016787;GO:0042758
## 551                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0001764;GO:0001932;GO:0004930;GO:0005509;GO:0005886;GO:0007156;GO:0007413;GO:0016021;GO:0032880;GO:0036514;GO:0036515;GO:0060271;GO:1904938
## 552                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0000287;GO:0000400;GO:0000790;GO:0003682;GO:0003684;GO:0005524;GO:0005654;GO:0005794;GO:0005829;GO:0006298;GO:0007095;GO:0008094;GO:0008340;GO:0008630;GO:0009411;GO:0016446;GO:0030890;GO:0032137;GO:0032138;GO:0032142;GO:0032143;GO:0032301;GO:0032357;GO:0032405;GO:0032876;GO:0035064;GO:0043531;GO:0043570;GO:0045190;GO:0045830;GO:0045910;GO:0051096
## 553                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0005773;GO:0005789;GO:0006624;GO:0006914;GO:0016021
## 554                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005623;GO:0032217;GO:0032218;GO:1902444;GO:1904657;GO:1904661
## 555                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0001523;GO:0003834;GO:0042572;GO:0042574;GO:0046872;GO:1901810
## 556                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0004536;GO:0005634;GO:0005654;GO:0005829;GO:0006308;GO:0016607;GO:0016888;GO:0036498;GO:0046872
## 557                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0000448;GO:0000460;GO:0000470;GO:0000478;GO:0000775;GO:0000922;GO:0005634;GO:0005635;GO:0005720;GO:0006351;GO:0006364;GO:0030687;GO:0030702;GO:0090730
## 558                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0006487;GO:0030176;GO:0047874
## 559                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0004060;GO:0008152
## 560                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0005783;GO:0005789;GO:0005793;GO:0005794;GO:0012507;GO:0015031;GO:0016021;GO:0030663;GO:0033116;GO:0070062
## 561                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0004842;GO:0005779;GO:0006513;GO:0007031;GO:0008022;GO:0008270;GO:0016558;GO:1990429
## 562                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0004721;GO:0004722;GO:0005635;GO:0005737;GO:0005789;GO:0006470;GO:0006998;GO:0010867;GO:0016021;GO:0031965;GO:0071595
## 563                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .
## 564                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0000139;GO:0004142;GO:0016021;GO:0046872
## 565                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0000139;GO:0005783;GO:0005829;GO:0006888;GO:0030008
## 566                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0004000;GO:0005615;GO:0006154;GO:0008270;GO:0031685;GO:0043394
## 567                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0000139;GO:0005789;GO:0016021;GO:0016192
## 568                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0004364;GO:0005737;GO:0016491
## 569                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0004386;GO:0005524;GO:0005634;GO:0046872
## 570                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0000785;GO:0003677;GO:0003678;GO:0005524;GO:0005634;GO:0006268;GO:0006270;GO:0007049;GO:0030174;GO:0042555;GO:0046872
## 571                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0005886;GO:0007156;GO:0007416;GO:0007420;GO:0009986;GO:0010842;GO:0016021;GO:0030054;GO:0042803;GO:0045202;GO:0048704;GO:0060219
## 572                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0016021;GO:0016787
## 573                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0004190;GO:0005576;GO:0006508;GO:0006629;GO:0030163;GO:0046686
## 574                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0000387;GO:0000398;GO:0003723;GO:0005654;GO:0005681;GO:0005682;GO:0005683;GO:0005685;GO:0005686;GO:0005687;GO:0005689;GO:0005829;GO:0006369;GO:0006479;GO:0008334;GO:0008380;GO:0030532;GO:0030620;GO:0034709;GO:0034719;GO:0046540;GO:0051170;GO:0070034;GO:0070062;GO:0071004;GO:0071013;GO:0071204;GO:0071208
## 575                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0004096;GO:0004601;GO:0004602;GO:0005576;GO:0005783;GO:0005788;GO:0034599
## 576                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0005634;GO:0005737;GO:0005819;GO:0006351;GO:0007049;GO:0016035;GO:0033138;GO:0042177;GO:0042772;GO:0045893;GO:0051301;GO:1904667
## 577                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0004721;GO:0004722;GO:0005635;GO:0005737;GO:0005789;GO:0006470;GO:0006998;GO:0010867;GO:0016021;GO:0031965;GO:0071595
## 578                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0030791;GO:0046685
## 579                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0000786;GO:0003677;GO:0005634;GO:0046982
## 580                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0005739;GO:0005741;GO:0005743;GO:0005777;GO:0008940;GO:0030151;GO:0030170;GO:0042126;GO:0043546;GO:0055114
## 581                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0005739;GO:0005759;GO:0009055;GO:0046872;GO:0051537
feed.unique.down = feed.down %>% filter(ID %in% setdiff(feed.down$ID,non.feed.down$ID))
feed.unique.down
##                      ID     logFC       PValue        FDR
## 1             Seg4041.1 -9.678647 7.337747e-05 0.01307755
## 2            Seg1289.10 -9.638768 1.660326e-04 0.01593921
## 3              Seg552.5 -8.918301 5.519073e-04 0.02082589
## 4             Seg1803.7 -8.874741 1.834107e-04 0.01616002
## 5            Seg1582.10 -8.427459 4.890476e-04 0.02040098
## 6             Seg1562.1 -7.903261 8.111634e-04 0.02283099
## 7             Seg2465.5 -7.846656 1.186436e-03 0.02528377
## 8             Seg1994.1 -7.667800 1.041280e-03 0.02425042
## 9               Seg39.8 -7.625323 3.102682e-03 0.03555065
## 10            Seg909.11 -7.520606 1.293636e-03 0.02597068
## 11            Seg2168.3 -7.284765 2.126768e-03 0.03021396
## 12            Seg1390.7 -7.181581 2.284094e-03 0.03111946
## 13             Seg979.1 -7.045018 3.994404e-03 0.04022742
## 14            Seg4515.1 -6.922324 4.118515e-03 0.04064073
## 15           Seg2012.10 -6.909976 3.844841e-03 0.03918355
## 16            Seg4639.1 -6.664327 4.555001e-03 0.04269851
## 17            Seg4101.1 -6.604797 5.288157e-03 0.04500449
## 18             Seg311.7 -6.427819 7.182656e-03 0.05202674
## 19            Seg1210.4 -5.632605 4.556884e-02 0.14251518
## 20            Seg2837.2 -5.384808 1.185624e-03 0.02528377
## 21           Seg1048.11 -5.101359 6.290453e-03 0.04882213
## 22             Seg446.6 -4.145659 4.497485e-03 0.04253941
## 23            Seg2364.1 -4.128995 2.984757e-04 0.01824371
## 24            Seg2328.3 -4.092752 6.693755e-03 0.05036790
## 25            Seg230.23 -4.037637 6.173318e-03 0.04832208
## 26           Seg1363.26 -3.986232 6.189110e-03 0.04835359
## 27            Seg2216.4 -3.926952 1.370286e-04 0.01561079
## 28           Seg1644.15 -3.843043 8.812217e-03 0.05807491
## 29            Seg1737.6 -3.591560 3.803455e-04 0.01977575
## 30             Seg932.9 -3.558699 1.358108e-04 0.01561079
## 31            Seg3348.2 -3.555968 9.901709e-05 0.01416816
## 32             Seg643.8 -3.536528 2.897398e-04 0.01809223
## 33            Seg1855.2 -3.519088 1.417276e-02 0.07403447
## 34            Seg888.26 -3.379066 1.568841e-04 0.01569342
## 35             Seg666.4 -3.378242 1.675372e-04 0.01593921
## 36            Seg5700.1 -3.362937 1.300792e-02 0.07060991
## 37            Seg3186.6 -3.348735 8.172745e-04 0.02284027
## 38            Seg4295.2 -3.330245 3.888372e-04 0.01993523
## 39            Seg4693.2 -3.321193 6.893041e-04 0.02160832
## 40             Seg782.4 -3.317242 1.222059e-02 0.06824148
## 41            Seg1127.5 -3.287286 1.065998e-02 0.06403028
## 42            Seg6310.2 -3.265428 1.912105e-02 0.08696947
## 43            Seg1531.7 -3.193759 4.106816e-04 0.01993523
## 44            Seg5286.4 -3.171188 1.368666e-02 0.07254053
## 45            Seg2867.2 -3.161786 2.300013e-04 0.01704028
## 46             Seg515.6 -3.152919 1.568601e-02 0.07784220
## 47            Seg1949.3 -3.138122 4.092535e-02 0.13374580
## 48            Seg2525.2 -3.135341 4.509091e-04 0.02024429
## 49             Seg980.1 -3.133996 2.028635e-02 0.08936241
## 50            Seg6630.1 -3.131886 3.719339e-03 0.03847548
## 51            Seg4722.2 -3.124393 3.531134e-02 0.12289367
## 52            Seg1479.8 -3.114248 1.576494e-04 0.01569342
## 53            Seg2523.2 -3.110828 1.321698e-03 0.02600131
## 54            Seg1705.3 -3.106498 2.140099e-03 0.03033108
## 55            Seg2915.2 -3.082381 1.233914e-03 0.02567885
## 56            Seg5759.1 -3.044630 2.577197e-02 0.10175661
## 57            Seg2061.1 -3.040813 2.811934e-02 0.10700906
## 58            Seg1673.8 -3.038028 3.700685e-04 0.01956635
## 59             Seg200.2 -3.013609 1.857668e-03 0.02884223
## 60            Seg1738.8 -3.003658 6.864684e-04 0.02160832
## 61              Seg34.1 -2.992997 3.328736e-04 0.01889861
## 62            Seg6374.1 -2.987180 3.528346e-04 0.01922899
## 63             Seg952.3 -2.953307 3.139724e-04 0.01835199
## 64  Seg1108.1_Seg1108.2 -2.953098 2.202161e-04 0.01691099
## 65            Seg1757.2 -2.952074 2.935680e-02 0.11001677
## 66            Seg3346.2 -2.931683 3.561172e-04 0.01922899
## 67            Seg5316.5 -2.927504 7.851976e-03 0.05483813
## 68            Seg3685.3 -2.916831 1.419489e-03 0.02631379
## 69            Seg6835.1 -2.899417 5.438926e-04 0.02082589
## 70            Seg2114.3 -2.896120 1.722106e-03 0.02782011
## 71            Seg1741.7 -2.894284 3.690773e-02 0.12641356
## 72            Seg4360.3 -2.893115 2.628849e-03 0.03306582
## 73            Seg4949.1 -2.890533 9.084725e-03 0.05913006
## 74           Seg1430.10 -2.881852 6.117644e-04 0.02135735
## 75            Seg3695.3 -2.880381 7.928031e-04 0.02264569
## 76            Seg2555.2 -2.868898 3.338902e-04 0.01889861
## 77           Seg11652.1 -2.842377 6.553837e-04 0.02142281
## 78           Seg1585.12 -2.831234 7.917924e-04 0.02264569
## 79            Seg378.24 -2.823394 3.593242e-04 0.01922899
## 80           Seg1305.10 -2.816122 9.600223e-04 0.02417182
## 81            Seg2297.6 -2.812628 7.081724e-04 0.02170107
## 82            Seg1279.9 -2.811128 3.382793e-02 0.11972226
## 83           Seg10635.1 -2.799165 4.474653e-03 0.04248071
## 84            Seg1806.7 -2.798526 6.758828e-04 0.02151039
## 85           Seg11011.2 -2.782531 5.765219e-04 0.02082589
## 86            Seg1235.3 -2.776104 4.433097e-02 0.14046124
## 87            Seg4501.1 -2.769029 4.262673e-04 0.02006373
## 88            Seg3495.2 -2.762351 3.524785e-04 0.01922899
## 89            Seg3585.1 -2.761490 3.868249e-02 0.12951610
## 90           Seg1363.21 -2.755870 2.963897e-02 0.11072895
## 91            Seg199.10 -2.747602 4.992911e-04 0.02040098
## 92            Seg1928.4 -2.731967 9.213958e-04 0.02411685
## 93           Seg1450.10 -2.727280 1.483455e-03 0.02631379
## 94            Seg2414.2 -2.724553 6.519634e-04 0.02139636
## 95            Seg4149.2 -2.720499 6.942310e-04 0.02160832
## 96             Seg350.7 -2.714722 4.890456e-03 0.04367150
## 97              Seg15.3 -2.713285 2.078915e-03 0.02996251
## 98            Seg3193.3 -2.702931 2.122262e-03 0.03021396
## 99              Seg80.5 -2.694764 4.978209e-04 0.02040098
## 100            Seg196.2 -2.694324 4.760191e-02 0.14640964
## 101           Seg2934.5 -2.690014 5.801572e-04 0.02082589
## 102          Seg1689.10 -2.687151 1.580167e-03 0.02707172
## 103           Seg1624.3 -2.686080 1.372440e-03 0.02614213
## 104            Seg589.7 -2.683536 1.998552e-03 0.02952613
## 105           Seg1010.5 -2.677079 3.300541e-03 0.03648546
## 106            Seg375.7 -2.664995 6.571469e-04 0.02142281
## 107          Seg1472.20 -2.653902 1.587689e-03 0.02713255
## 108          Seg1666.23 -2.642713 6.911718e-04 0.02160832
## 109           Seg4617.1 -2.642241 5.493408e-04 0.02082589
## 110            Seg154.6 -2.636542 5.624385e-04 0.02082589
## 111           Seg1796.2 -2.632703 1.820876e-03 0.02874468
## 112           Seg2731.8 -2.629763 1.278305e-03 0.02594219
## 113          Seg13968.1 -2.628689 7.721786e-03 0.05442346
## 114           Seg4480.1 -2.616701 3.877711e-04 0.01993523
## 115           Seg3085.2 -2.613502 1.105105e-03 0.02458447
## 116           Seg3470.4 -2.609860 3.686267e-03 0.03828837
## 117           Seg1186.1 -2.603749 3.240010e-03 0.03623486
## 118           Seg3298.1 -2.596624 3.243431e-03 0.03623486
## 119          Seg12884.1 -2.593490 1.008047e-02 0.06208125
## 120           Seg1982.2 -2.593098 6.181553e-03 0.04834423
## 121           Seg3785.1 -2.591740 5.701384e-04 0.02082589
## 122           Seg2653.2 -2.584205 4.954852e-04 0.02040098
## 123           Seg1964.1 -2.584161 3.752841e-03 0.03861147
## 124           Seg2440.4 -2.579907 8.156382e-04 0.02283099
## 125           Seg2073.6 -2.576351 5.464595e-04 0.02082589
## 126   Seg913.6_Seg913.4 -2.570351 1.337306e-03 0.02600131
## 127           Seg3215.2 -2.567377 4.465401e-04 0.02024429
## 128           Seg3364.1 -2.566024 3.759552e-03 0.03862340
## 129           Seg2894.5 -2.564156 1.304434e-02 0.07070301
## 130           Seg1771.8 -2.559248 1.010225e-03 0.02417182
## 131           Seg9214.1 -2.557342 4.028750e-03 0.04030102
## 132           Seg4866.1 -2.555695 9.424456e-03 0.06000919
## 133           Seg3865.2 -2.547299 1.029979e-03 0.02417555
## 134           Seg1733.2 -2.546223 2.208538e-03 0.03062164
## 135           Seg1597.5 -2.543040 6.247058e-04 0.02135735
## 136            Seg271.7 -2.533711 8.480342e-04 0.02319257
## 137            Seg271.4 -2.532267 6.491680e-04 0.02138309
## 138           Seg4931.2 -2.532208 1.396969e-03 0.02623817
## 139           Seg2171.4 -2.532176 5.484728e-03 0.04583151
## 140           Seg1447.3 -2.529863 2.171016e-03 0.03034724
## 141          Seg1915.10 -2.528822 1.049192e-03 0.02429427
## 142             Seg52.2 -2.528138 1.091544e-03 0.02446466
## 143           Seg6828.1 -2.527942 1.398916e-02 0.07339235
## 144           Seg1627.3 -2.508991 1.113345e-03 0.02464103
## 145           Seg3613.1 -2.508402 4.033018e-03 0.04032117
## 146           Seg2513.2 -2.505049 4.159625e-03 0.04083373
## 147          Seg1370.12 -2.502858 7.270831e-04 0.02189867
## 148           Seg1224.4 -2.497482 1.025637e-03 0.02417555
## 149           Seg1313.4 -2.497237 4.879612e-04 0.02040098
## 150            Seg425.6 -2.496392 5.792447e-03 0.04678265
## 151           Seg3874.1 -2.494411 1.663687e-03 0.02760979
## 152           Seg1031.3 -2.493243 4.384494e-04 0.02024429
## 153           Seg1208.9 -2.491898 1.575862e-03 0.02704981
## 154           Seg153.13 -2.490456 3.027062e-03 0.03495289
## 155           Seg888.11 -2.489309 1.017149e-03 0.02417182
## 156           Seg843.16 -2.483585 6.041854e-03 0.04773172
## 157           Seg5509.2 -2.482739 3.846937e-03 0.03918355
## 158           Seg5732.1 -2.482048 4.649865e-02 0.14436292
## 159            Seg932.5 -2.470650 4.344471e-02 0.13875931
## 160          Seg1660.11 -2.467914 1.435443e-03 0.02631379
## 161           Seg7467.1 -2.457316 2.735043e-03 0.03359820
## 162           Seg1884.2 -2.455366 1.240579e-02 0.06878179
## 163           Seg2186.4 -2.455104 9.489757e-04 0.02417182
## 164            Seg978.3 -2.450585 1.271261e-03 0.02594219
## 165           Seg593.13 -2.448587 1.351781e-03 0.02602384
## 166           Seg3270.2 -2.446880 5.783320e-03 0.04678265
## 167           Seg1889.2 -2.440443 8.068080e-04 0.02283099
## 168           Seg4329.2 -2.439197 1.023039e-03 0.02417182
## 169           Seg2719.2 -2.438738 6.222315e-04 0.02135735
## 170           Seg2661.2 -2.435400 1.467814e-02 0.07518794
## 171          Seg1005.10 -2.429250 5.400292e-04 0.02082589
## 172            Seg656.2 -2.429210 4.395453e-03 0.04204122
## 173           Seg3826.3 -2.421036 1.158209e-03 0.02502539
## 174            Seg996.5 -2.412370 8.717379e-04 0.02348178
## 175           Seg3777.2 -2.410323 1.420529e-03 0.02631379
## 176           Seg1067.5 -2.409798 6.617440e-03 0.05010988
## 177            Seg679.7 -2.403492 1.450382e-03 0.02631379
## 178            Seg352.3 -2.402494 1.316669e-03 0.02600131
## 179           Seg1921.4 -2.397589 8.741904e-04 0.02351243
## 180           Seg1146.2 -2.395225 3.951864e-03 0.03991138
## 181           Seg1394.4 -2.394736 1.237124e-02 0.06869670
## 182           Seg4121.1 -2.394276 2.109326e-03 0.03010966
## 183           Seg2303.2 -2.392862 2.869794e-03 0.03404736
## 184            Seg100.5 -2.392369 7.076026e-04 0.02170107
## 185          Seg1421.12 -2.389616 9.503458e-04 0.02417182
## 186           Seg1455.5 -2.381106 1.480281e-03 0.02631379
## 187           Seg3898.2 -2.368135 1.167417e-02 0.06673192
## 188           Seg4261.1 -2.358751 9.284859e-04 0.02411685
## 189            Seg703.6 -2.357322 1.491714e-02 0.07588396
## 190           Seg397.35 -2.357308 1.287685e-03 0.02597068
## 191            Seg315.4 -2.352061 2.158439e-03 0.03034724
## 192           Seg1874.2 -2.346970 1.435433e-03 0.02631379
## 193           Seg3325.4 -2.346913 2.759174e-03 0.03380177
## 194           Seg1552.2 -2.346105 2.097624e-03 0.03002926
## 195           Seg1784.9 -2.342013 1.456508e-03 0.02631379
## 196           Seg1733.1 -2.341335 1.606907e-03 0.02715598
## 197           Seg2192.4 -2.339643 1.817950e-03 0.02874468
## 198           Seg8502.1 -2.329347 1.513601e-03 0.02656749
## 199           Seg1727.5 -2.325796 3.745343e-03 0.03856604
## 200            Seg694.7 -2.323548 7.940562e-03 0.05509111
## 201          Seg1232.17 -2.322101 1.160110e-03 0.02502539
## 202           Seg2924.1 -2.320961 9.310356e-04 0.02411685
## 203           Seg2150.7 -2.310537 1.963112e-03 0.02936724
## 204           Seg1451.6 -2.308768 4.679174e-03 0.04306455
## 205           Seg3102.1 -2.308392 9.225788e-04 0.02411685
## 206           Seg2421.4 -2.298442 7.931334e-03 0.05504845
## 207           Seg7441.1 -2.296107 1.159987e-03 0.02502539
## 208           Seg2326.4 -2.292585 8.006574e-03 0.05532521
## 209            Seg585.5 -2.286299 6.517003e-03 0.04983459
## 210           Seg3647.2 -2.281976 1.255439e-03 0.02583979
## 211           Seg4269.4 -2.280710 4.862064e-03 0.04367150
## 212           Seg3157.3 -2.273748 6.057254e-03 0.04776577
## 213           Seg3242.5 -2.269366 3.282092e-02 0.11745399
## 214             Seg99.5 -2.268523 3.656255e-03 0.03819654
## 215          Seg19012.1 -2.264895 2.286197e-02 0.09516001
## 216           Seg2530.1 -2.259956 1.067808e-03 0.02433670
## 217           Seg4277.1 -2.258740 4.431970e-03 0.04221219
## 218            Seg698.9 -2.258735 9.699506e-04 0.02417182
## 219           Seg3100.5 -2.256741 3.312134e-03 0.03650644
## 220           Seg3990.1 -2.251406 1.184207e-03 0.02528377
## 221          Seg12695.1 -2.249219 8.318861e-03 0.05639273
## 222           Seg1524.3 -2.248292 3.491469e-03 0.03735918
## 223            Seg555.5 -2.247997 1.002340e-02 0.06184150
## 224           Seg1838.4 -2.237929 2.840912e-03 0.03396258
## 225           Seg1677.1 -2.237499 4.360039e-02 0.13893401
## 226            Seg453.2 -2.235397 1.854587e-03 0.02881942
## 227           Seg1393.8 -2.233729 2.280509e-03 0.03111946
## 228           Seg1641.9 -2.233461 1.606806e-02 0.07893776
## 229           Seg7882.1 -2.231233 4.055334e-03 0.04046583
## 230           Seg1817.4 -2.225511 2.383196e-03 0.03185787
## 231            Seg164.9 -2.224654 3.441247e-03 0.03711397
## 232           Seg2319.2 -2.214213 4.139518e-03 0.04069463
## 233          Seg1574.12 -2.212330 1.017304e-03 0.02417182
## 234          Seg1721.11 -2.211844 2.052517e-03 0.02986304
## 235          Seg1077.10 -2.204342 2.158351e-03 0.03034724
## 236           Seg1319.9 -2.200158 2.819097e-03 0.03381782
## 237           Seg3143.2 -2.200003 4.823663e-03 0.04359335
## 238            Seg834.2 -2.198144 1.436705e-03 0.02631379
## 239            Seg510.1 -2.196914 1.337868e-03 0.02600131
## 240           Seg1927.1 -2.196876 2.544591e-03 0.03242416
## 241           Seg708.15 -2.192130 1.849493e-03 0.02880727
## 242           Seg1229.2 -2.190776 1.093905e-02 0.06476240
## 243           Seg2476.1 -2.189798 5.868565e-03 0.04706958
## 244          Seg1782.14 -2.186864 1.423478e-03 0.02631379
## 245           Seg2082.1 -2.186519 5.093881e-03 0.04437534
## 246           Seg6559.1 -2.184502 1.612415e-03 0.02715598
## 247           Seg2440.3 -2.183929 1.680147e-03 0.02779936
## 248            Seg607.8 -2.181342 1.911540e-03 0.02917219
## 249           Seg438.12 -2.181276 2.446504e-03 0.03217512
## 250           Seg2052.6 -2.176061 2.596239e-03 0.03288109
## 251           Seg2317.3 -2.175810 1.650812e-03 0.02752023
## 252           Seg2239.3 -2.174705 6.975886e-03 0.05155814
## 253           Seg2294.8 -2.173055 5.517643e-03 0.04584884
## 254           Seg1184.1 -2.170637 1.650033e-03 0.02752023
## 255            Seg675.1 -2.168396 7.362987e-03 0.05282108
## 256           Seg7968.1 -2.165498 1.677288e-02 0.08062339
## 257            Seg957.3 -2.163158 7.389466e-03 0.05295192
## 258           Seg2237.2 -2.158378 2.529097e-03 0.03242416
## 259           Seg1679.1 -2.155711 5.526675e-03 0.04584884
## 260           Seg2008.4 -2.154074 3.702530e-03 0.03834694
## 261           Seg1077.3 -2.153473 1.466114e-03 0.02631379
## 262           Seg1915.7 -2.152442 1.595495e-03 0.02713255
## 263           Seg5102.2 -2.151030 4.987298e-03 0.04398244
## 264           Seg7899.2 -2.149560 1.028479e-02 0.06278282
## 265           Seg910.12 -2.144613 2.967047e-02 0.11079042
## 266           Seg2440.6 -2.141523 2.731398e-03 0.03359820
## 267           Seg2062.1 -2.138764 2.597015e-02 0.10233579
## 268           Seg6660.1 -2.138324 3.647146e-03 0.03819654
## 269            Seg503.3 -2.137513 5.085705e-03 0.04437534
## 270           Seg2253.6 -2.136599 3.409052e-03 0.03690939
## 271           Seg5089.1 -2.135237 3.322561e-03 0.03651631
## 272           Seg2224.2 -2.134862 1.623139e-03 0.02720338
## 273           Seg2865.1 -2.132476 2.453378e-03 0.03221814
## 274           Seg1863.6 -2.128990 1.138064e-03 0.02497596
## 275           Seg1677.2 -2.128909 2.497021e-03 0.03234782
## 276            Seg349.4 -2.126399 5.703660e-03 0.04660377
## 277          Seg1053.10 -2.123393 2.200731e-02 0.09325252
## 278           Seg1228.1 -2.121989 2.155108e-03 0.03034724
## 279           Seg5870.1 -2.106498 8.277508e-03 0.05620786
## 280            Seg776.3 -2.106247 1.223867e-03 0.02558463
## 281           Seg6641.2 -2.105414 2.468042e-02 0.09910958
## 282           Seg4403.1 -2.103521 2.660504e-03 0.03320709
## 283            Seg415.1 -2.103266 3.001555e-02 0.11175985
## 284           Seg2153.2 -2.102323 1.266464e-03 0.02594144
## 285           Seg1031.7 -2.102226 1.456736e-03 0.02631379
## 286           Seg3106.4 -2.100003 5.807866e-03 0.04680284
## 287           Seg2838.2 -2.099351 1.943871e-03 0.02936493
## 288           Seg5563.1 -2.098030 9.623969e-03 0.06062467
## 289           Seg2341.2 -2.096029 1.919531e-03 0.02922047
## 290            Seg485.2 -2.095011 2.070112e-03 0.02994658
## 291           Seg4772.2 -2.094878 4.357922e-02 0.13893401
## 292          Seg1716.20 -2.094460 2.167441e-03 0.03034724
## 293           Seg2052.9 -2.093954 1.884744e-03 0.02908587
## 294             Seg91.6 -2.091507 1.483105e-03 0.02631379
## 295           Seg1491.4 -2.088311 1.777175e-03 0.02833758
## 296            Seg745.3 -2.087956 1.369164e-03 0.02613336
## 297            Seg639.8 -2.087718 2.443439e-03 0.03215855
## 298            Seg822.7 -2.087554 3.041845e-03 0.03510093
## 299           Seg190.15 -2.086240 3.682616e-03 0.03828837
## 300             Seg48.8 -2.086038 1.717242e-03 0.02782011
## 301            Seg501.2 -2.079874 5.720780e-03 0.04667084
## 302           Seg1602.1 -2.079250 3.686198e-03 0.03828837
## 303           Seg1783.8 -2.078498 1.866645e-03 0.02895278
## 304           Seg2199.5 -2.077913 2.471665e-03 0.03229233
## 305           Seg1137.3 -2.074825 6.936769e-03 0.05142065
## 306           Seg1142.3 -2.072904 3.230725e-02 0.11659173
## 307           Seg2014.2 -2.071893 3.476416e-02 0.12175283
## 308           Seg1210.3 -2.070459 1.601368e-02 0.07875190
## 309           Seg1000.8 -2.069966 2.778177e-03 0.03381204
## 310           Seg4873.1 -2.068109 2.767533e-03 0.03381204
## 311           Seg2961.1 -2.067889 4.962864e-03 0.04389999
## 312           Seg1074.9 -2.065290 1.958681e-03 0.02936724
## 313           Seg3095.2 -2.062870 2.120743e-02 0.09162223
## 314           Seg2656.3 -2.060805 6.688064e-03 0.05036790
## 315           Seg675.24 -2.060150 3.442473e-03 0.03711397
## 316           Seg1517.6 -2.059986 1.280412e-03 0.02594219
## 317 Seg1403.6_Seg1403.7 -2.050761 5.011781e-03 0.04401450
## 318           Seg7150.1 -2.050087 5.057947e-03 0.04432457
## 319           Seg2398.6 -2.048509 5.579764e-03 0.04603305
## 320          Seg15526.1 -2.048353 7.179138e-03 0.05202674
## 321          Seg1882.11 -2.042868 3.506620e-03 0.03739976
## 322           Seg8507.1 -2.038497 2.144779e-02 0.09208236
## 323            Seg958.1 -2.031692 7.048263e-03 0.05174067
## 324           Seg385.22 -2.028068 1.909387e-03 0.02917219
## 325           Seg3073.1 -2.028044 8.151796e-03 0.05567147
## 326              Seg9.1 -2.027680 2.696154e-02 0.10473199
## 327            Seg765.4 -2.027582 2.064416e-03 0.02992232
## 328           Seg5504.2 -2.025033 1.637643e-02 0.07959478
## 329           Seg4002.5 -2.024693 4.992066e-03 0.04398428
## 330            Seg778.3 -2.023360 2.843090e-03 0.03396258
## 331           Seg6465.1 -2.023281 2.858346e-03 0.03404736
## 332           Seg1044.8 -2.022500 5.814828e-03 0.04682756
## 333            Seg705.2 -2.016511 5.151338e-03 0.04444613
## 334           Seg3667.3 -2.016050 4.542631e-03 0.04268199
## 335            Seg72.13 -2.014593 2.950495e-03 0.03442437
## 336           Seg3453.3 -2.011998 2.239076e-03 0.03087750
## 337           Seg2189.8 -2.006051 5.274131e-03 0.04496335
## 338          Seg1762.10 -2.001963 4.904680e-03 0.04370957
## 339           Seg404.11 -2.001704 2.225687e-03 0.03074026
##     Vetted..Not_Dubious_Not_rRNA_Not_Transposon.       BLASTp_Best_Hit
## 1                                            Yes sp|Q1JPZ7|PRP39_DANRE
## 2                                            Yes sp|P18519|TNR16_CHICK
## 3                                            Yes sp|B3EWZ5|MLRP1_ACRMI
## 4                                            Yes sp|Q8BI22|CE128_MOUSE
## 5                                            Yes sp|Q8NFI3|ENASE_HUMAN
## 6                                            Yes sp|Q9ULJ7|ANR50_HUMAN
## 7                                            Yes    sp|P28647|AA3R_RAT
## 8                                            Yes   sp|Q68CZ1|FTM_HUMAN
## 9                                            Yes  sp|Q6ZMV9|KIF6_HUMAN
## 10                                           Yes sp|O42409|GFI1B_CHICK
## 11                                           Yes sp|O75899|GABR2_HUMAN
## 12                                           Yes  sp|Q8BKJ9|SIR7_MOUSE
## 13                                           Yes sp|D3YXG0|HMCN1_MOUSE
## 14                                           Yes   sp|Q32LN0|EHF_BOVIN
## 15                                           Yes sp|Q6NUB3|S22AF_XENLA
## 16                                           Yes  sp|B3EWZ3|CADN_ACRMI
## 17                                           Yes sp|A7X406|LECM1_PHIOL
## 18                                           Yes  sp|Q04832|HEXP_LEIMA
## 19                                           Yes  sp|Q80SY4|MIB1_MOUSE
## 20                                           Yes sp|Q570Y9|DPTOR_MOUSE
## 21                                           Yes  sp|P84339|CALM_AGABI
## 22                                           Yes  sp|P10079|FBP1_STRPU
## 23                                           Yes  sp|Q11188|YPD9_CAEEL
## 24                                           Yes sp|A7S8T5|CCD42_NEMVE
## 25                                           Yes sp|Q9P1A6|DLGP2_HUMAN
## 26                                           Yes  sp|P21623|DIT1_YEAST
## 27                                           Yes  sp|Q6NSQ7|LTV1_MOUSE
## 28                                           Yes sp|Q08BL7|GLCTK_DANRE
## 29                                           Yes  sp|Q6X4W1|NSMF_HUMAN
## 30                                           Yes sp|Q99PW8|KIF17_MOUSE
## 31                                           Yes sp|Q5F413|SMAP2_CHICK
## 32                                           Yes   sp|Q9QXM1|JMY_MOUSE
## 33                                           Yes sp|Q9HAR2|AGRL3_HUMAN
## 34                                           Yes sp|Q99PW8|KIF17_MOUSE
## 35                                           Yes sp|Q8BZR9|NCBP3_MOUSE
## 36                                           Yes  sp|Q90610|NEO1_CHICK
## 37                                           Yes sp|A6H782|TEKT3_BOVIN
## 38                                           Yes sp|P53452|DRD1L_TAKRU
## 39                                           Yes sp|Q9D832|DNJB4_MOUSE
## 40                                           Yes sp|Q28F51|TADBP_XENTR
## 41                                           Yes  sp|G5EBF1|SAX3_CAEEL
## 42                                           Yes sp|P55115|NAS15_CAEEL
## 43                                           Yes  sp|Q9DBE9|SPB1_MOUSE
## 44                                           Yes sp|Q6DDH6|SP13A_XENLA
## 45                                           Yes sp|Q2TAA8|TXIP1_HUMAN
## 46                                           Yes sp|Q99829|CPNE1_HUMAN
## 47                                           Yes sp|Q4G0X9|CCD40_HUMAN
## 48                                           Yes  sp|A7S7F2|BYST_NEMVE
## 49                                           Yes  sp|O55236|MCE1_MOUSE
## 50                                           Yes sp|Q5QJ74|TBCEL_HUMAN
## 51                                           Yes  sp|O57382|TLL2_XENLA
## 52                                           Yes  sp|P08928|LAM0_DROME
## 53                                           Yes sp|A8NIX5|CB081_BOVIN
## 54                                           Yes  sp|Q8CFK2|TF3B_MOUSE
## 55                                           Yes sp|Q99LE6|ABCF2_MOUSE
## 56                                           Yes   sp|C5C987|ENO_MICLC
## 57                                           Yes  sp|P34529|DCR1_CAEEL
## 58                                           Yes sp|Q6PFK1|ZN598_DANRE
## 59                                           Yes sp|P41231|P2RY2_HUMAN
## 60                                           Yes sp|A8DYY5|RPAP2_DROME
## 61                                           Yes sp|Q9UL16|CFA45_HUMAN
## 62                                           Yes sp|Q8BQB6|SAXO2_MOUSE
## 63                                           Yes sp|Q0V9L1|MMS19_XENTR
## 64                                           Yes  sp|Q99575|POP1_HUMAN
## 65                                           Yes sp|A7Z056|UBP20_BOVIN
## 66                                           Yes sp|Q8VHI7|CCD65_MOUSE
## 67                                           Yes sp|Q8IVV2|LOXH1_HUMAN
## 68                                           Yes  sp|Q29AK2|LMLN_DROPS
## 69                                           Yes sp|Q32NR4|TTC29_XENLA
## 70                                           Yes sp|Q64337|SQSTM_MOUSE
## 71                                           Yes  sp|Q8K4L3|SVIL_MOUSE
## 72                                           Yes  sp|Q9U3S9|NAS6_CAEEL
## 73                                           Yes   sp|D3ZVM4|LIN41_RAT
## 74                                           Yes sp|O65201|ACOX2_ARATH
## 75                                           Yes  sp|Q96PY6|NEK1_HUMAN
## 76                                           Yes sp|Q6GVH4|GGNB2_CHICK
## 77                                           Yes sp|Q8VIG3|RSPH1_MOUSE
## 78                                           Yes sp|A6H619|PHRF1_MOUSE
## 79                                           Yes sp|A7MB76|TPC13_BOVIN
## 80                                           Yes sp|Q5NVI9|DNJA1_PONAB
## 81                                           Yes sp|Q8IYX7|SAXO1_HUMAN
## 82                                           Yes   sp|Q6IRE4|TS101_RAT
## 83                                           Yes sp|Q8T2Q0|ZDHC6_DICDI
## 84                                           Yes  sp|Q8AVP1|RPF1_XENLA
## 85                                           Yes sp|Q2NL22|IF4A3_BOVIN
## 86                                           Yes sp|Q6PDK2|KMT2D_MOUSE
## 87                                           Yes sp|Q9BRS8|LARP6_HUMAN
## 88                                           Yes sp|Q8BN59|LARP6_MOUSE
## 89                                           Yes  sp|Q54KA7|SECG_DICDI
## 90                                           Yes   sp|Q5HZJ0|RNC_MOUSE
## 91                                           Yes  sp|P12955|PEPD_HUMAN
## 92                                           Yes sp|Q9I931|FUCL1_ANGJA
## 93                                           Yes sp|P31689|DNJA1_HUMAN
## 94                                           Yes sp|Q8R3N6|THOC1_MOUSE
## 95                                           Yes  sp|Q90610|NEO1_CHICK
## 96                                           Yes   sp|D3ZVM4|LIN41_RAT
## 97                                           Yes sp|Q8NCU4|CC191_HUMAN
## 98                                           Yes sp|Q5XUX1|FBXW9_HUMAN
## 99                                           Yes sp|Q0VFZ6|CC173_HUMAN
## 100                                          Yes sp|Q460N3|PAR15_HUMAN
## 101                                          Yes sp|Q5R8J8|DNJB4_PONAB
## 102                                          Yes  sp|Q96D21|RHES_HUMAN
## 103                                          Yes  sp|Q9N1T2|RPGR_CANLF
## 104                                          Yes  sp|Q9FE17|SIR1_ARATH
## 105                                          Yes sp|Q8BRJ4|PPR3E_MOUSE
## 106                                          Yes  sp|A7YW98|SYRC_BOVIN
## 107                                          Yes  sp|Q8TE73|DYH5_HUMAN
## 108                                          Yes  sp|Q16960|DYI3_HELCR
## 109                                          Yes  sp|Q8R3B7|BRD8_MOUSE
## 110                                          Yes sp|Q9QXN3|TRIP4_MOUSE
## 111                                          Yes sp|C6KFA3|AGRG6_DANRE
## 112                                          Yes sp|Q5M7F8|C070A_XENLA
## 113                                          Yes  sp|Q8XBV9|ENTF_ECO57
## 114                                          Yes sp|Q9BTE7|DCNL5_HUMAN
## 115                                          Yes  sp|P34143|RABC_DICDI
## 116                                          Yes sp|Q5ZKD5|RRP12_CHICK
## 117                                          Yes sp|A2A3L6|TTC24_HUMAN
## 118                                          Yes  sp|P52826|CACP_COLLI
## 119                                          Yes  sp|Q9NVH0|EXD2_HUMAN
## 120                                          Yes  sp|Q795M8|YUGO_BACSU
## 121                                          Yes sp|Q15025|TNIP1_HUMAN
## 122                                          Yes sp|Q9UBC2|EP15R_HUMAN
## 123                                          Yes sp|Q9USM7|TIM23_SCHPO
## 124                                          Yes   sp|Q58A42|DD3_DICDI
## 125                                          Yes sp|Q7T006|TELO2_DANRE
## 126                                          Yes  sp|Q8AV58|SDK1_CHICK
## 127                                          Yes  sp|Q6NZ07|NCLN_DANRE
## 128                                          Yes  sp|Q26648|TKB1_STRPU
## 129                                          Yes  sp|Q9FE17|SIR1_ARATH
## 130                                          Yes sp|A6QQM4|ZN474_BOVIN
## 131                                          Yes sp|Q71U34|HSP7C_SAGOE
## 132                                          Yes   sp|Q6AYP4|ZC21C_RAT
## 133                                          Yes sp|Q5ZMS6|TDRD3_CHICK
## 134                                          Yes sp|Q96M20|CNBD2_HUMAN
## 135                                          Yes   sp|Q6AXY7|PR38B_RAT
## 136                                          Yes sp|Q6ZMW2|ZN782_HUMAN
## 137                                          Yes sp|Q6ZMW2|ZN782_HUMAN
## 138                                          Yes sp|Q9CR92|CCD96_MOUSE
## 139                                          Yes sp|O14522|PTPRT_HUMAN
## 140                                          Yes   sp|Q91FT7|235L_IIV6
## 141                                          Yes  sp|E9PVA8|GCN1_MOUSE
## 142                                          Yes   sp|Q5EAJ7|MVP_STRPU
## 143                                          Yes sp|B0BM24|F161A_XENTR
## 144                                          Yes sp|Q8IYE0|CC146_HUMAN
## 145                                          Yes sp|Q5U374|KLH12_DANRE
## 146                                          Yes sp|Q5QNQ9|CORA1_MOUSE
## 147                                          Yes sp|Q8BYM7|RSH4A_MOUSE
## 148                                          Yes  sp|Q5XGY1|TSR1_XENLA
## 149                                          Yes   sp|P41367|ACADM_PIG
## 150                                          Yes  sp|Q96HW7|INT4_HUMAN
## 151                                          Yes sp|C6KFA3|AGRG6_DANRE
## 152                                          Yes sp|Q8CAQ8|MIC60_MOUSE
## 153                                          Yes  sp|O75962|TRIO_HUMAN
## 154                                          Yes sp|Q9D0B6|PBDC1_MOUSE
## 155                                          Yes  sp|P29144|TPP2_HUMAN
## 156                                          Yes sp|Q8UUZ1|MB212_DANRE
## 157                                          Yes  sp|Q9SEE4|PIRL_SOLLC
## 158                                          Yes  sp|P10079|FBP1_STRPU
## 159                                          Yes  sp|Q9GLR0|NEC2_BOVIN
## 160                                          Yes sp|Q6NUB3|S22AF_XENLA
## 161                                          Yes sp|Q5S003|SPG17_MOUSE
## 162                                          Yes sp|Q6VYA3|SOSD1_CHICK
## 163                                          Yes sp|Q9W2U4|PP4R2_DROME
## 164                                          Yes sp|Q9C093|SPEF2_HUMAN
## 165                                          Yes sp|Q0VFN8|CF157_XENTR
## 166                                          Yes   sp|Q9QZT0|CUZD1_RAT
## 167                                          Yes sp|Q9HCS2|CP4FC_HUMAN
## 168                                          Yes   sp|Q4V7B5|CC105_RAT
## 169                                          Yes     sp|P12007|IVD_RAT
## 170                                          Yes sp|Q9EP71|RAI14_MOUSE
## 171                                          Yes  sp|O95995|GAS8_HUMAN
## 172                                          Yes sp|Q9BRR8|GPTC1_HUMAN
## 173                                          Yes  sp|Q8TE73|DYH5_HUMAN
## 174                                          Yes sp|Q13042|CDC16_HUMAN
## 175                                          Yes   sp|Q5EAJ7|MVP_STRPU
## 176                                          Yes  sp|P24507|SY63_DIPOM
## 177                                          Yes sp|Q5T1B0|AXDN1_HUMAN
## 178                                          Yes   sp|Q4V7D7|RBM22_RAT
## 179                                          Yes sp|O95628|CNOT4_HUMAN
## 180                                          Yes sp|Q9BX70|BTBD2_HUMAN
## 181                                          Yes  sp|P42620|YQJG_ECOLI
## 182                                          Yes sp|B2RW38|CFA58_MOUSE
## 183                                          Yes  sp|Q9NXH9|TRM1_HUMAN
## 184                                          Yes sp|Q9ASR4|BCAL2_ARATH
## 185                                          Yes   sp|Q05000|MYS_PODCA
## 186                                          Yes  sp|Q61103|REQU_MOUSE
## 187                                          Yes sp|Q0V7M8|F167A_BOVIN
## 188                                          Yes  sp|Q15311|RBP1_HUMAN
## 189                                          Yes sp|P46023|GR101_LYMST
## 190                                          Yes sp|O95104|SFR15_HUMAN
## 191                                          Yes sp|Q566N9|FSIP1_DANRE
## 192                                          Yes sp|D3YXS5|KIF28_MOUSE
## 193                                          Yes   sp|Q62737|CY24A_RAT
## 194                                          Yes  sp|Q6P5U7|NWD2_MOUSE
## 195                                          Yes  sp|Q1JPH6|IF4H_BOVIN
## 196                                          Yes sp|Q8BVQ5|PPME1_MOUSE
## 197                                          Yes   sp|Q5PQJ7|TBCEL_RAT
## 198                                          Yes sp|Q8C1A5|THOP1_MOUSE
## 199                                          Yes sp|A6NCI4|VWA3A_HUMAN
## 200                                          Yes   sp|Q24742|TRX_DROVI
## 201                                          Yes sp|Q0P4F7|ACSF2_DANRE
## 202                                          Yes sp|Q9NUQ3|TXLNG_HUMAN
## 203                                          Yes sp|B3DLD3|SOX18_XENTR
## 204                                          Yes sp|Q3T0M9|ARL4A_BOVIN
## 205                                          Yes sp|Q9CYL5|GAPR1_MOUSE
## 206                                          Yes sp|Q9H8W5|TRI45_HUMAN
## 207                                          Yes   sp|Q84H44|XSC_CASDE
## 208                                          Yes sp|A7SGF0|BORC8_NEMVE
## 209                                          Yes  sp|Q8UVC3|INVS_CHICK
## 210                                          Yes sp|Q9H4K1|RIBC2_HUMAN
## 211                                          Yes sp|Q07263|ACHA3_BOVIN
## 212                                          Yes   sp|P35563|5HT3A_RAT
## 213                                          Yes sp|Q8IVV2|LOXH1_HUMAN
## 214                                          Yes sp|Q18297|TRPA1_CAEEL
## 215                                          Yes  sp|Q9NVH0|EXD2_HUMAN
## 216                                          Yes  sp|B5XF11|KDM8_SALSA
## 217                                          Yes sp|Q86WC6|PPR27_HUMAN
## 218                                          Yes  sp|Q3TX08|TRM1_MOUSE
## 219                                          Yes sp|A0JP43|EFCB5_MOUSE
## 220                                          Yes sp|A8E5W8|F166B_XENTR
## 221                                          Yes sp|Q2LKW6|NL1B1_MOUSE
## 222                                          Yes sp|B0BLT0|ZN593_XENTR
## 223                                          Yes   sp|D9IQ16|GXN_ACRMI
## 224                                          Yes sp|Q91YT7|YTHD2_MOUSE
## 225                                          Yes sp|Q7TN88|PK1L2_MOUSE
## 226                                          Yes sp|P97314|CSRP2_MOUSE
## 227                                          Yes sp|Q402B2|WDR93_MOUSE
## 228                                          Yes  sp|Q92005|EF1A_DANRE
## 229                                          Yes sp|Q5GIG6|TNI3K_MOUSE
## 230                                          Yes   sp|Q7TQP6|TNI3K_RAT
## 231                                          Yes sp|Q59990|CP120_SYNY3
## 232                                          Yes sp|Q7TQF2|FBX10_MOUSE
## 233                                          Yes sp|O60688|YPEL1_HUMAN
## 234                                          Yes sp|Q8TBY9|CF251_HUMAN
## 235                                          Yes sp|Q9HCS2|CP4FC_HUMAN
## 236                                          Yes sp|A1ZAJ2|KIF1A_DROME
## 237                                          Yes sp|Q924N4|S12A6_MOUSE
## 238                                          Yes sp|Q6TMK8|PLD3B_CRIGR
## 239                                          Yes  sp|Q9UJK0|TSR3_HUMAN
## 240                                          Yes sp|Q810J8|ZFYV1_MOUSE
## 241                                          Yes sp|Q9NPA2|MMP25_HUMAN
## 242                                          Yes  sp|P09543|CN37_HUMAN
## 243                                          Yes  sp|Q1MTN8|ACL4_SCHPO
## 244                                          Yes sp|Q9NX74|DUS2L_HUMAN
## 245                                          Yes sp|P68372|TBB4B_MOUSE
## 246                                          Yes sp|Q5PPV2|TEKT4_XENLA
## 247                                          Yes   sp|Q58A42|DD3_DICDI
## 248                                          Yes  sp|Q9NFN6|GSH1_ONCVO
## 249                                          Yes sp|Q9QXN3|TRIP4_MOUSE
## 250                                          Yes sp|Q3ZCH0|GRP75_BOVIN
## 251                                          Yes   sp|Q5XIN9|CCD81_RAT
## 252                                          Yes sp|C6KFA3|AGRG6_DANRE
## 253                                          Yes sp|Q95JT3|LRC43_MACFA
## 254                                          Yes sp|Q9D3W5|LRC71_MOUSE
## 255                                          Yes  sp|Q00546|TENR_CHICK
## 256                                          Yes sp|Q923B6|STEA4_MOUSE
## 257                                          Yes sp|Q07263|ACHA3_BOVIN
## 258                                          Yes  sp|O62849|ACOD_SHEEP
## 259                                          Yes sp|B4JHV0|NMDA1_DROGR
## 260                                          Yes    sp|Q63164|DYH1_RAT
## 261                                          Yes sp|Q86XH1|IQCA1_HUMAN
## 262                                          Yes  sp|E9PVA8|GCN1_MOUSE
## 263                                          Yes  sp|P29694|EF1G_RABIT
## 264                                          Yes sp|P10754|ZFP13_MOUSE
## 265                                          Yes sp|F1NWE3|PTPRS_CHICK
## 266                                          Yes   sp|Q05000|MYS_PODCA
## 267                                          Yes  sp|P21623|DIT1_YEAST
## 268                                          Yes  sp|Q076A5|MYH4_CANLF
## 269                                          Yes sp|Q60803|TRAF3_MOUSE
## 270                                          Yes sp|O95490|AGRL2_HUMAN
## 271                                          Yes sp|P61222|ABCE1_MOUSE
## 272                                          Yes  sp|A8E534|KDM8_DANRE
## 273                                          Yes  sp|P49013|FBP3_STRPU
## 274                                          Yes sp|Q6WV16|GALT6_DROME
## 275                                          Yes  sp|Q6DRC0|SYSC_DANRE
## 276                                          Yes sp|Q0P4P2|FBCD1_XENTR
## 277                                          Yes sp|A2AIV8|CARD9_MOUSE
## 278                                          Yes sp|Q9ESL4|M3K20_MOUSE
## 279                                          Yes sp|Q9DAK3|RHBT1_MOUSE
## 280                                          Yes   sp|Q9JJP9|UBQL1_RAT
## 281                                          Yes  sp|P00515|KAP2_BOVIN
## 282                                          Yes   sp|Q6PCR6|ZFR_DANRE
## 283                                          Yes sp|Q9H1K0|RBNS5_HUMAN
## 284                                          Yes  sp|Q12955|ANK3_HUMAN
## 285                                          Yes sp|Q5XHC1|CD047_XENLA
## 286                                          Yes sp|Q7Z392|TPC11_HUMAN
## 287                                          Yes  sp|Q5R7R9|SNW1_PONAB
## 288                                          Yes sp|Q942L2|PDI22_ORYSJ
## 289                                          Yes sp|Q9NY93|DDX56_HUMAN
## 290                                          Yes  sp|Q5R959|SPY2_PONAB
## 291                                          Yes sp|Q5ZLK5|P4HA2_CHICK
## 292                                          Yes sp|Q9H4G4|GAPR1_HUMAN
## 293                                          Yes   sp|Q2W6V3|RF1_MAGSA
## 294                                          Yes sp|Q502K3|ANR52_DANRE
## 295                                          Yes sp|Q3UP23|TMM26_MOUSE
## 296                                          Yes sp|Q86VP1|TAXB1_HUMAN
## 297                                          Yes sp|Q5RHP9|ERIC3_HUMAN
## 298                                          Yes sp|Q6TDP4|KLH17_HUMAN
## 299                                          Yes sp|Q9BZL4|PP12C_HUMAN
## 300                                          Yes  sp|Q27245|YH24_CAEEL
## 301                                          Yes sp|Q8C627|F221B_MOUSE
## 302                                          Yes sp|Q1EG27|MYO3B_MOUSE
## 303                                          Yes sp|B0VXE6|CFA69_CALJA
## 304                                          Yes sp|Q0EEE2|PTHD3_MOUSE
## 305                                          Yes sp|Q8C008|DZAN1_MOUSE
## 306                                          Yes sp|Q6UW63|KDEL1_HUMAN
## 307                                          Yes   sp|P03364|POL_SMRVH
## 308                                          Yes sp|O95279|KCNK5_HUMAN
## 309                                          Yes sp|Q8IYE1|CCD13_HUMAN
## 310                                          Yes sp|Q8N0X2|SPG16_HUMAN
## 311                                          Yes sp|Q8VIG3|RSPH1_MOUSE
## 312                                          Yes sp|P49129|LAMP1_CRIGR
## 313                                          Yes  sp|Q8T5T1|MDN1_GIAIN
## 314                                          Yes   sp|Q25188|OAR_HELVI
## 315                                          Yes sp|A4IIW7|CDK14_XENTR
## 316                                          Yes  sp|P62324|BTG1_HUMAN
## 317                                          Yes sp|O35111|KCNK3_MOUSE
## 318                                          Yes sp|Q0VAA2|LR74A_HUMAN
## 319                                          Yes sp|Q28FE4|MORN5_XENTR
## 320                                          Yes sp|A0A8J8|ANGP2_CANLF
## 321                                          Yes sp|Q96P50|ACAP3_HUMAN
## 322                                          Yes    sp|Q9QZN9|CNR2_RAT
## 323                                          Yes sp|Q6ZR08|DYH12_HUMAN
## 324                                          Yes  sp|Q8BKC5|IPO5_MOUSE
## 325                                          Yes sp|Q5S003|SPG17_MOUSE
## 326                                          Yes sp|O75762|TRPA1_HUMAN
## 327                                          Yes  sp|O42877|FCF2_SCHPO
## 328                                          Yes sp|Q8BG34|UBX10_MOUSE
## 329                                          Yes  sp|Q54TR1|CFAD_DICDI
## 330                                          Yes sp|Q9D9T0|DYDC1_MOUSE
## 331                                          Yes   sp|O54898|CAC1G_RAT
## 332                                          Yes   sp|Q91FT7|235L_IIV6
## 333                                          Yes sp|Q9UT32|RL1DB_SCHPO
## 334                                          Yes sp|Q5VVH5|IKBP1_HUMAN
## 335                                          Yes  sp|Q8NFT8|DNER_HUMAN
## 336                                          Yes  sp|O14841|OPLA_HUMAN
## 337                                          Yes sp|P08510|KCNAS_DROME
## 338                                          Yes sp|Q6PDX6|RN220_MOUSE
## 339                                          Yes sp|Q8T773|MDH1B_BRAFL
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                        BLASTp_Description
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                           Pre-mRNA-processing_factor_39_(PRP39_homolog)
## 2                                                                                                                                                                                                                                                                                                      Tumor_necrosis_factor_receptor_superfamily_member_16_(Gp80-LNGFR)_(Low_affinity_neurotrophin_receptor_p75NTR)_(Low-affinity_nerve_growth_factor_receptor)_(NGF_receptor)_(p75_ICD)
## 3                                                                                                                                                                                                                                                                                                                                       MAM_and_LDL-receptor_class_A_domain-containing_protein_1_(Skeletal_organic_matrix_MAM_and_LDL-receptor_1)_(SOM_MAM_and_LDL-receptor_1)_(Fragment)
## 4                                                                                                                                                                                                                                                                                                                                                                                                                                                 Centrosomal_protein_of_128_kDa_(Cep128)
## 5                                                                                                                                                                                                                                                                                                                                                                                                                      Cytosolic_endo-beta-N-acetylglucosaminidase_(ENGase)_(EC_3.2.1.96)
## 6                                                                                                                                                                                                                                                                                                                                                                                                                                             Ankyrin_repeat_domain-containing_protein_50
## 7                                                                                                                                                                                                                                                                                                                                                                                                                                                          Adenosine_receptor_A3_(TGPCR1)
## 8                                                                                                                                                                                                                                                                                                                                                                                        Protein_fantom_(Nephrocystin-8)_(RPGR-interacting_protein_1-like_protein)_(RPGRIP1-like_protein)
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                                               Kinesin-like_protein_KIF6
## 10                                                                                                                                                                                                                                                                                                                                                                                                                      Zinc_finger_protein_Gfi-1b_(Growth_factor-independent_protein_1B)
## 11                                                                                                                                                                                                                                                                                                                                    Gamma-aminobutyric_acid_type_B_receptor_subunit_2_(GABA-B_receptor_2)_(GABA-B-R2)_(GABA-BR2)_(GABABR2)_(Gb2)_(G-protein_coupled_receptor_51)_(HG20)
## 12                                                                                                                                                                                                                                                                                                                                                                     NAD-dependent_protein_deacetylase_sirtuin-7_(EC_3.5.1.-)_(Regulatory_protein_SIR2_homolog_7)_(SIR2-like_protein_7)
## 13                                                                                                                                                                                                                                                                                                                                                                                                                                                      Hemicentin-1_(Fibulin-6)_(FIBL-6)
## 14                                                                                                                                                                                                                                                                                                                                                                                                                     ETS_homologous_factor_(ETS_domain-containing_transcription_factor)
## 15                                                                                                                                                                                                                                                                                                                                                                                                                                                     Solute_carrier_family_22_member_15
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Coadhesin_(Fragment)
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                                      C-type_lectin_lectoxin-Phi1_(CTL)
## 18                                                                                                                                                                                                                                                                                                                                                                                                                                    DNA-binding_protein_HEXBP_(Hexamer-binding_protein)
## 19                                                                                                                                                                                                                                                                                                                                    E3_ubiquitin-protein_ligase_MIB1_(EC_2.3.2.27)_(DAPK-interacting_protein_1)_(DIP-1)_(Mind_bomb_homolog_1)_(RING-type_E3_ubiquitin_transferase_MIB1)
## 20                                                                                                                                                                                                                                                                                                                                                                                                       DEP_domain-containing_mTOR-interacting_protein_(DEP_domain-containing_protein_6)
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Calmodulin_(CaM)
## 22                                                                                                                                                                                                                                                                                                                                                                                           Fibropellin-1_(Epidermal_growth_factor-related_protein_1)_(Fibropellin-I)_(SpEGF_I)_(UEGF-1)
## 23                                                                                                                                                                                                                                                                                                                                                                                                                                                       Uncharacterized_protein_C05D11.9
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                       Coiled-coil_domain-containing_protein_42_homolog
## 25                                                                                                                                                                                                                                                                                                                                                                 Disks_large-associated_protein_2_(DAP-2)_(PSD-95/SAP90-binding_protein_2)_(SAP90/PSD-95-associated_protein_2)_(SAPAP2)
## 26                                                                                                                                                                                                                                                                                                                                                                                                                                                     Spore_wall_maturation_protein_DIT1
## 27                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Protein_LTV1_homolog
## 28                                                                                                                                                                                                                                                                                                                                                                                                                                                         Glycerate_kinase_(EC_2.7.1.31)
## 29                                                                                                                                                                                                                                                                                                                      NMDA_receptor_synaptonuclear_signaling_and_neuronal_migration_factor_(Nasal_embryonic_luteinizing_hormone-releasing_hormone_factor)_(Nasal_embryonic_LHRH_factor)
## 30                                                                                                                                                                                                                                                                                                                                                                                                                                                   Kinesin-like_protein_KIF17_(MmKIF17)
## 31                                                                                                                                                                                                                                                                                                                                                                                                     Stromal_membrane-associated_protein_2_(Stromal_membrane-associated_protein_1-like)
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                             Junction-mediating_and_-regulatory_protein
## 33                                                                                                                                                                                                                                                                                                                                                       Adhesion_G_protein-coupled_receptor_L3_(Calcium-independent_alpha-latrotoxin_receptor_3)_(CIRL-3)_(Latrophilin-3)_(Lectomedin-3)
## 34                                                                                                                                                                                                                                                                                                                                                                                                                                                   Kinesin-like_protein_KIF17_(MmKIF17)
## 35                                                                                                                                                                                                                                                                                                                                                                                                                                                  Nuclear_cap-binding_protein_subunit_3
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Neogenin_(Fragment)
## 37                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Tektin-3
## 38                                                                                                                                                                                                                                                                                                                                                                                                                                                            D(1)-like_dopamine_receptor
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                                      DnaJ_homolog_subfamily_B_member_4
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                    TAR_DNA-binding_protein_43_(TDP-43)
## 41                                                                                                                                                                                                                                                                                                                                                                                                                                                Protein_sax-3_(Sensory_axon_guidance_3)
## 42                                                                                                                                                                                                                                                                                                                                                                                                                      Zinc_metalloproteinase_nas-15_(EC_3.4.24.-)_(Nematode_astacin_15)
## 43                                                                                                                                                                                                                                                                                                                           pre-rRNA_processing_protein_FTSJ3_(EC_2.1.1.-)_(2'-O-ribose_RNA_methyltransferase_SPB1_homolog)_(Protein_ftsJ_homolog_3)_(Putative_rRNA_methyltransferase_3)
## 44                                                                                                                                                                                                                                                                                                                                                              Histone_deacetylase_complex_subunit_SAP130-A_(130_kDa_Sin3-associated_polypeptide_A)_(Sin3-associated_polypeptide_p130_A)
## 45                                                                                                                                                                                                                                                                                                                                                                                                        Translin-associated_factor_X-interacting_protein_1_(Trax-interacting_protein_1)
## 46                                                                                                                                                                                                                                                                                                                                                                                                                                                  Copine-1_(Chromobindin_17)_(Copine_I)
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                               Coiled-coil_domain-containing_protein_40
## 48                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Bystin
## 49                                                                                                                                                                                                                                                                            mRNA-capping_enzyme_(HCE)_(MCE1)_[Includes:_Polynucleotide_5'-triphosphatase_(TPase)_(mRNA_5'-triphosphatase)_(EC_3.1.3.33);_mRNA_guanylyltransferase_(EC_2.7.7.50)_(GTP--RNA_guanylyltransferase)_(GTase)]
## 50                                                                                                                                                                                                                                                                                                                                                                                    Tubulin-specific_chaperone_cofactor_E-like_protein_(EL)_(Leucine-rich_repeat-containing_protein_35)
## 51                                                                                                                                                                                                                                                                                                                                                                                                       Tolloid-like_protein_2_(EC_3.4.24.-)_(Metalloprotease_xolloid)_(Xenopus_tolloid)
## 52                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Lamin_Dm0
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                                Uncharacterized_protein_C2orf81_homolog
## 54                                                                                                                                                                                                                                                                                                                                                                                           Transcription_factor_IIIB_90_kDa_subunit_(TFIIIB90)_(mTFIIIB90)_(B-related_factor_1)_(BRF-1)
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                             ATP-binding_cassette_sub-family_F_member_2
## 56                                                                                                                                                                                                                                                                                                                                                                                             Enolase_(EC_4.2.1.11)_(2-phospho-D-glycerate_hydro-lyase)_(2-phosphoglycerate_dehydratase)
## 57                                                                                                                                                                                                                                                                                                                                                                          Endoribonuclease_dcr-1_(EC_3.1.26.-)_[Cleaved_into:_Death-promoting_deoxyribonuclease_(tDCR-1)_(EC_3.1.21.-)]
## 58                                                                                                                                                                                                                                                                                                                                                                                                             E3_ubiquitin-protein_ligase_ZNF598_(EC_2.3.2.27)_(Zinc_finger_protein_598)
## 59                                                                                                                                                                                                                                                                                                                                                                            P2Y_purinoceptor_2_(P2Y2)_(ATP_receptor)_(P2U_purinoceptor_1)_(P2U1)_(P2U_receptor_1)_(Purinergic_receptor)
## 60                                                                                                                                                                                                                                                                                                                                                                      RNA_polymerase_II_subunit_B1_CTD_phosphatase_RPAP2_homolog_(EC_3.1.3.16)_(RNA_polymerase_II-associated_protein_2)
## 61                                                                                                                                                                                                                                                                                                                                                    Cilia-_and_flagella-associated_protein_45_(Coiled-coil_domain-containing_protein_19)_(Nasopharyngeal_epithelium-specific_protein_1)
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                                  Stabilizer_of_axonemal_microtubules_2
## 63                                                                                                                                                                                                                                                                                                                                                                                                                  MMS19_nucleotide_excision_repair_protein_homolog_(MMS19-like_protein)
## 64                                                                                                                                                                                                                                                                                                                                                                                                                         Ribonucleases_P/MRP_protein_subunit_POP1_(hPOP1)_(EC_3.1.26.5)
## 65                                                                                                                                                                                                                                                                                                                           Ubiquitin_carboxyl-terminal_hydrolase_20_(EC_3.4.19.12)_(Deubiquitinating_enzyme_20)_(Ubiquitin_thioesterase_20)_(Ubiquitin-specific-processing_protease_20)
## 66                                                                                                                                                                                                                                                                                                                                                                                                         Coiled-coil_domain-containing_protein_65_(Testis_development_protein_NYD-SP28)
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                      Lipoxygenase_homology_domain-containing_protein_1
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                            Leishmanolysin-like_peptidase_(EC_3.4.24.-)
## 69                                                                                                                                                                                                                                                                                                                                                                                                                            Tetratricopeptide_repeat_protein_29_(TPR_repeat_protein_29)
## 70                                                                                                                                                                                                                                                                                                                                                                                                                               Sequestosome-1_(STONE14)_(Ubiquitin-binding_protein_p62)
## 71                                                                                                                                                                                                                                                                                                                                                                                                                                                   Supervillin_(Archvillin)_(p205/p250)
## 72                                                                                                                                                                                                                                                                                                                                                                                                                        Zinc_metalloproteinase_nas-6_(EC_3.4.24.-)_(Nematode_astacin_6)
## 73                                                                                                                                                                                                                                                                                                                         E3_ubiquitin-protein_ligase_TRIM71_(EC_2.3.2.27)_(Protein_lin-41_homolog)_(RING-type_E3_ubiquitin_transferase_TRIM71)_(Tripartite_motif-containing_protein_71)
## 74                                                                                                                                                                                                                                                                                                                                                                                      Acyl-coenzyme_A_oxidase_2,_peroxisomal_(AOX_2)_(EC_1.3.3.6)_(Long-chain_acyl-CoA_oxidase)_(AtCX2)
## 75                                                                                                                                                                                                                                                                                                                           Serine/threonine-protein_kinase_Nek1_(EC_2.7.11.1)_(Never_in_mitosis_A-related_kinase_1)_(NimA-related_protein_kinase_1)_(Renal_carcinoma_antigen_NY-REN-55)
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                       Gametogenetin-binding_protein_2_(Protein_ZNF403)
## 77                                                                                                                                                                                                                                                                                                                                            Radial_spoke_head_1_homolog_(Male_meiotic_metaphase_chromosome-associated_acidic_protein)_(Meichroacidin)_(Testis-specific_gene_A2_protein)
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                        PHD_and_RING_finger_domain-containing_protein_1
## 79                                                                                                                                                                                                                                                                                                                                                                                                                                        Trafficking_protein_particle_complex_subunit_13
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                      DnaJ_homolog_subfamily_A_member_1
## 81                                                                                                                                                                                                                                                                                                                                                                                                                                                  Stabilizer_of_axonemal_microtubules_1
## 82                                                                                                                                                                                                                                                                                                                                                                                                                 Tumor_susceptibility_gene_101_protein_(ESCRT-I_complex_subunit_TSG101)
## 83                                                                                                                                                                                                                                                                                                                                                                                        ZDHHC-type_palmitoyltransferase_6_(EC_2.3.1.225)_(Zinc_finger_DHHC_domain-containing_protein_6)
## 84                                                                                                                                                                                                                                                                                                                                                                                     Ribosome_production_factor_1_(Brix_domain-containing_protein_5)_(Ribosome_biogenesis_protein_RPF1)
## 85                                                                                                                                                                                                    Eukaryotic_initiation_factor_4A-III_(EC_3.6.4.13)_(ATP-dependent_RNA_helicase_DDX48)_(ATP-dependent_RNA_helicase_eIF4A-3)_(DEAD_box_protein_48)_(Eukaryotic_translation_initiation_factor_4A_isoform_3)_[Cleaved_into:_Eukaryotic_initiation_factor_4A-III,_N-terminally_processed]
## 86                                                                                                                                                                                                                                                                                                                      Histone-lysine_N-methyltransferase_2D_(Lysine_N-methyltransferase_2D)_(EC_2.1.1.43)_(ALL1-related_protein)_(Myeloid/lymphoid_or_mixed-lineage_leukemia_protein_2)
## 87                                                                                                                                                                                                                                                                                                                                                                                                    La-related_protein_6_(Acheron)_(Achn)_(La_ribonucleoprotein_domain_family_member_6)
## 88                                                                                                                                                                                                                                                                                                                                                                                                    La-related_protein_6_(Acheron)_(Achn)_(La_ribonucleoprotein_domain_family_member_6)
## 89                                                                                                                                                                                                                                                                                                                                                                                                                             Ankyrin_repeat,_PH_and_SEC7_domain_containing_protein_secG
## 90                                                                                                                                                                                                                                                                                                                                                                                                           Ribonuclease_3_(EC_3.1.26.3)_(Protein_Drosha)_(Ribonuclease_III)_(RNase_III)
## 91                                                                                                                                                                                                                                                                                                                                                               Xaa-Pro_dipeptidase_(X-Pro_dipeptidase)_(EC_3.4.13.9)_(Imidodipeptidase)_(Peptidase_D)_(Proline_dipeptidase)_(Prolidase)
## 92                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Fucolectin-1
## 93                                                                                                                                                                                                                                                                                                                         DnaJ_homolog_subfamily_A_member_1_(DnaJ_protein_homolog_2)_(HSDJ)_(Heat_shock_40_kDa_protein_4)_(Heat_shock_protein_J2)_(HSJ-2)_(Human_DnaJ_protein_2)_(hDj-2)
## 94                                                                                                                                                                                                                                                                                                                                                                                                                              THO_complex_subunit_1_(Tho1)_(Nuclear_matrix_protein_p84)
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Neogenin_(Fragment)
## 96                                                                                                                                                                                                                                                                                                                         E3_ubiquitin-protein_ligase_TRIM71_(EC_2.3.2.27)_(Protein_lin-41_homolog)_(RING-type_E3_ubiquitin_transferase_TRIM71)_(Tripartite_motif-containing_protein_71)
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                              Coiled-coil_domain-containing_protein_191
## 98                                                                                                                                                                                                                                                                                                                                                                                                     F-box/WD_repeat-containing_protein_9_(F-box_and_WD-40_domain-containing_protein_9)
## 99                                                                                                                                                                                                                                                                                                                                                                                                                                              Coiled-coil_domain-containing_protein_173
## 100                                                                                                                                                                                                                                                                                                                                    Poly_[ADP-ribose]_polymerase_15_(PARP-15)_(EC_2.4.2.30)_(ADP-ribosyltransferase_diphtheria_toxin-like_7)_(ARTD7)_(B-aggressive_lymphoma_protein_3)
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                                     DnaJ_homolog_subfamily_B_member_4
## 102                                                                                                                                                                                                                                                                                                                                                                                              GTP-binding_protein_Rhes_(Ras_homolog_enriched_in_striatum)_(Tumor_endothelial_marker_2)
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                        X-linked_retinitis_pigmentosa_GTPase_regulator
## 104                                                                                                                                                                                                                                                                                                                                                                         NAD-dependent_protein_deacetylase_SRT1_(EC_3.5.1.-)_(Regulatory_protein_SIR2_homolog_1)_(SIR2-like_protein_1)
## 105                                                                                                                                                                                                                                                                                                                                                                                                                                           Protein_phosphatase_1_regulatory_subunit_3E
## 106                                                                                                                                                                                                                                                                                                                                                                                                    Arginine--tRNA_ligase,_cytoplasmic_(EC_6.1.1.19)_(Arginyl-tRNA_synthetase)_(ArgRS)
## 107                                                                                                                                                                                                                                                                                                                                                                                    Dynein_heavy_chain_5,_axonemal_(Axonemal_beta_dynein_heavy_chain_5)_(Ciliary_dynein_heavy_chain_5)
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                                  Dynein_intermediate_chain_3,_ciliary
## 109                                                                                                                                                                                                                                                                                                                                                                                                                                                      Bromodomain-containing_protein_8
## 110                                                                                                                                                                                                                                                                                                                                                                 Activating_signal_cointegrator_1_(ASC-1)_(Thyroid_receptor-interacting_protein_4)_(TR-interacting_protein_4)_(TRIP-4)
## 111                                                                                                                                                                                                                                                                                                              Adhesion_G-protein_coupled_receptor_G6_(G-protein_coupled_receptor_126)_[Cleaved_into:_ADGRG6_N-terminal_fragment_(ADGRG6-NTF);_ADGRG6_C-terminal_fragment_(ADGRG6-CTF)]
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                                     UPF0573_protein_C2orf70_homolog_A
## 113                                                                                                                                                                                                                                                                                                                                                                Enterobactin_synthase_component_F_(EC_2.7.7.-)_(Enterochelin_synthase_F)_(Serine-activating_enzyme)_(Seryl-AMP_ligase)
## 114                                                                                                                                                                                                                                                                                                                                                                    DCN1-like_protein_5_(DCUN1_domain-containing_protein_5)_(Defective_in_cullin_neddylation_protein_1-like_protein_5)
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                              Ras-related_protein_RabC
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                                                    RRP12-like_protein
## 117                                                                                                                                                                                                                                                                                                                                                                                                                           Tetratricopeptide_repeat_protein_24_(TPR_repeat_protein_24)
## 118                                                                                                                                                                                                                                                                                                                                                                           Carnitine_O-acetyltransferase_(Carnitine_acetylase)_(EC_2.3.1.7)_(Carnitine_acetyltransferase)_(CAT)_(CrAT)
## 119                                                                                                                                                                                                                                                                                                                                                                      Exonuclease_3'-5'_domain-containing_protein_2_(EC_3.1.11.1)_(Exonuclease_3'-5'_domain-like-containing_protein_2)
## 120                                                                                                                                                                                                                                                                                                                                                                                                                                                        potassium_channel_protein_YugO
## 121                                                                                                                                                                                                                                                       TNFAIP3-interacting_protein_1_(A20-binding_inhibitor_of_NF-kappa-B_activation_1)_(ABIN-1)_(HIV-1_Nef-interacting_protein)_(Nef-associated_factor_1)_(Naf1)_(Nip40-1)_(Virion-associated_nuclear_shuttling_protein)_(VAN)_(hVAN)
## 122                                                                                                                                                                                                                                                                                                                                                                                                 Epidermal_growth_factor_receptor_substrate_15-like_1_(Eps15-related_protein)_(Eps15R)
## 123                                                                                                                                                                                                                                                                                                                                                                                                                         Mitochondrial_import_inner_membrane_translocase_subunit_tim23
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Protein_DD3-3
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                       Telomere_length_regulation_protein_TEL2_homolog
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Protein_sidekick-1
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                                  Nicalin-1_(Nicastrin-like_protein_1)
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Tektin-B1
## 129                                                                                                                                                                                                                                                                                                                                                                         NAD-dependent_protein_deacetylase_SRT1_(EC_3.5.1.-)_(Regulatory_protein_SIR2_homolog_1)_(SIR2-like_protein_1)
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                                               Zinc_finger_protein_474
## 131                                                                                                                                                                                                                                                                                                                                                                           Heat_shock_cognate_71_kDa_protein_(Heat_shock_70_kDa_protein_8)_(Intracellular_vitamin_D-binding_protein_1)
## 132                                                                                                                                                                                                                                                                                                                                                                                                                                         Zinc_finger_C2HC_domain-containing_protein_1C
## 133                                                                                                                                                                                                                                                                                                                                                                                                                                                     Tudor_domain-containing_protein_3
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                 Cyclic_nucleotide-binding_domain-containing_protein_2
## 135                                                                                                                                                                                                                                                                                                                                                                                                                                                          Pre-mRNA-splicing_factor_38B
## 136                                                                                                                                                                                                                                                                                                                                                                                                                                                               Zinc_finger_protein_782
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                                               Zinc_finger_protein_782
## 138                                                                                                                                                                                                                                                                                                                                                                                                                                              Coiled-coil_domain-containing_protein_96
## 139                                                                                                                                                                                                                                                                                                                                                      Receptor-type_tyrosine-protein_phosphatase_T_(R-PTP-T)_(EC_3.1.3.48)_(Receptor-type_tyrosine-protein_phosphatase_rho)_(RPTP-rho)
## 140                                                                                                                                                                                                                                                                                                                                                                                                                                                   methyltransferase_235L_(EC_2.1.1.-)
## 141                                                                                                                                                                                                                                                                                         eIF-2-alpha_kinase_activator_GCN1_(GCN1_eIF-2-alpha_kinase_activator_homolog)_(GCN1-like_protein_1)_(General_control_of_amino-acid_synthesis_1-like_protein_1)_(Translational_activator_GCN1)
## 142                                                                                                                                                                                                                                                                                                                                                                                                                                                             Major_vault_protein_(MVP)
## 143                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Protein_FAM161A
## 144                                                                                                                                                                                                                                                                                                                                                                                                                                             Coiled-coil_domain-containing_protein_146
## 145                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Kelch-like_protein_12
## 146                                                                                                                                                                                                                                                                                                                                                                                                                                                         Collagen_alpha-1(XXVII)_chain
## 147                                                                                                                                                                                                                                                                                                                                                                                                              Radial_spoke_head_protein_4_homolog_A_(Radial_spoke_head-like_protein_3)
## 148                                                                                                                                                                                                                                                                                                                                                                                                                                              Pre-rRNA-processing_protein_TSR1_homolog
## 149                                                                                                                                                                                                                                                                                                                                                                                                       Medium-chain_specific_acyl-CoA_dehydrogenase,_mitochondrial_(MCAD)_(EC_1.3.8.7)
## 150                                                                                                                                                                                                                                                                                                                                                                                                                                                   Integrator_complex_subunit_4_(Int4)
## 151                                                                                                                                                                                                                                                                                                              Adhesion_G-protein_coupled_receptor_G6_(G-protein_coupled_receptor_126)_[Cleaved_into:_ADGRG6_N-terminal_fragment_(ADGRG6-NTF);_ADGRG6_C-terminal_fragment_(ADGRG6-CTF)]
## 152                                                                                                                                                                                                                                                                                                                                                                                                        MICOS_complex_subunit_Mic60_(Mitochondrial_inner_membrane_protein)_(Mitofilin)
## 153                                                                                                                                                                                                                                                                                                                                                                                                            Triple_functional_domain_protein_(EC_2.7.11.1)_(PTPRF-interacting_protein)
## 154                                                                                                                                                                                                                                                                                                                                                                                                               Protein_PBDC1_(Polysaccharide_biosynthesis_domain-containing_protein_1)
## 155                                                                                                                                                                                                                                                                                                                                                                       Tripeptidyl-peptidase_2_(TPP-2)_(EC_3.4.14.10)_(Tripeptidyl_aminopeptidase)_(Tripeptidyl-peptidase_II)_(TPP-II)
## 156                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Protein_mab-21-like_2
## 157                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Pirin-like_protein
## 158                                                                                                                                                                                                                                                                                                                                                                                          Fibropellin-1_(Epidermal_growth_factor-related_protein_1)_(Fibropellin-I)_(SpEGF_I)_(UEGF-1)
## 159                                                                                                                                                                                                                                                                                                                                                                          Neuroendocrine_convertase_2_(NEC_2)_(EC_3.4.21.94)_(Prohormone_convertase_2)_(Proprotein_convertase_2)_(PC2)
## 160                                                                                                                                                                                                                                                                                                                                                                                                                                                    Solute_carrier_family_22_member_15
## 161                                                                                                                                                                                                                                                                                                                                                                                                                          Sperm-associated_antigen_17_(Projection_protein_PF6_homolog)
## 162                                                                                                                                                                                                                                                                                                                                                                                                                      Sclerostin_domain-containing_protein_1_(Wnt-signaling_modulator)
## 163                                                                                                                                                                                                                                                                                                                                                                                                  Serine/threonine-protein_phosphatase_4_regulatory_subunit_2_(PPP4R2-related_protein)
## 164                                                                                                                                                                                                                                                                                                                                                                                                                                              Sperm_flagellar_protein_2_(Protein_KPL2)
## 165                                                                                                                                                                                                                                                                                                                                                                                                                                            Cilia-_and_flagella-associated_protein_157
## 166                                                                                                                                                                                                                                                                                                                    CUB_and_zona_pellucida-like_domain-containing_protein_1_(CUB_and_ZP_domain-containing_protein_1)_(Estrogen-regulated_protein_1)_(Uterus/ovary-specific_protein_44)
## 167                                                                                                                                                                                                                                                                                                                                                                                                                                        Cytochrome_P450_4F12_(EC_1.14.14.1)_(CYPIVF12)
## 168                                                                                                                                                                                                                                                                                                                                                                                                                                             Coiled-coil_domain-containing_protein_105
## 169                                                                                                                                                                                                                                                                                                                                                                                                                        Isovaleryl-CoA_dehydrogenase,_mitochondrial_(IVD)_(EC_1.3.8.4)
## 170                                                                                                                                                                                                                                                                                                                    Ankycorbin_(Ankyrin_repeat_and_coiled-coil_structure-containing_protein)_(Novel_retinal_pigment_epithelial_cell_protein)_(Retinoic_acid-induced_protein_14)_(p125)
## 171                                                                                                                                                                                                                                                                                                                                                                                                 Growth_arrest-specific_protein_8_(GAS-8)_(Growth_arrest-specific_protein_11)_(GAS-11)
## 172                                                                                                                                                                                                                                                                                                                                                                                      G_patch_domain-containing_protein_1_(Evolutionarily_conserved_G-patch_domain-containing_protein)
## 173                                                                                                                                                                                                                                                                                                                                                                                    Dynein_heavy_chain_5,_axonemal_(Axonemal_beta_dynein_heavy_chain_5)_(Ciliary_dynein_heavy_chain_5)
## 174                                                                                                                                                                                                                                                                                                                                                  Cell_division_cycle_protein_16_homolog_(Anaphase-promoting_complex_subunit_6)_(APC6)_(CDC16_homolog)_(CDC16Hs)_(Cyclosome_subunit_6)
## 175                                                                                                                                                                                                                                                                                                                                                                                                                                                             Major_vault_protein_(MVP)
## 176                                                                                                                                                                                                                                                                                                                                                                                                                                    Synaptotagmin-C_(Synaptic_vesicle_protein_O-p65-C)
## 177                                                                                                                                                                                                                                                                                                                                                                                                                               Axonemal_dynein_light_chain_domain-containing_protein_1
## 178                                                                                                                                                                                                                                                                                                                                                                                                                         Pre-mRNA-splicing_factor_RBM22_(RNA-binding_motif_protein_22)
## 179                                                                                                                                                                                                                                                                         CCR4-NOT_transcription_complex_subunit_4_(EC_2.3.2.27)_(CCR4-associated_factor_4)_(E3_ubiquitin-protein_ligase_CNOT4)_(Potential_transcriptional_repressor_NOT4Hp)_(RING-type_E3_ubiquitin_transferase_CNOT4)
## 180                                                                                                                                                                                                                                                                                                                                                                                                                                                   BTB/POZ_domain-containing_protein_2
## 181                                                                                                                                                                                                                                                                                                                                                                                                                        Glutathionyl-hydroquinone_reductase_YqjG_(GS-HQR)_(EC_1.8.5.7)
## 182                                                                                                                                                                                                                                                                                                                                                                                                                                             Cilia-_and_flagella-associated_protein_58
## 183                                                                                                                                                                                                                                                                                      tRNA_(guanine(26)-N(2))-dimethyltransferase_(EC_2.1.1.216)_(tRNA_2,2-dimethylguanosine-26_methyltransferase)_(tRNA(guanine-26,N(2)-N(2))_methyltransferase)_(tRNA(m(2,2)G26)dimethyltransferase)
## 184                                                                                                                                                                                                                                                                                                                                                                                                                             Branched-chain-amino-acid_aminotransferase-like_protein_2
## 185                                                                                                                                                                                                                                                                                                                                                                                                                                                         Myosin_heavy_chain_(Fragment)
## 186                                                                                                                                                                                                                                                                                                                Zinc_finger_protein_ubi-d4_(Apoptosis_response_zinc_finger_protein)_(BRG1-associated_factor_45D)_(BAF45D)_(D4,_zinc_and_double_PHD_fingers_family_2)_(Protein_requiem)
## 187                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Protein_FAM167A
## 188                                                                                                                                                                                                                                                                                                                                     RalA-binding_protein_1_(RalBP1)_(76_kDa_Ral-interacting_protein)_(Dinitrophenyl_S-glutathione_ATPase)_(DNP-SG_ATPase)_(Ral-interacting_protein_1)
## 189                                                                                                                                                                                                                                                                                                                                                                                                                                                     G-protein_coupled_receptor_GRL101
## 190                                                                                                                                                                                                                                                                                                                                                                   Splicing_factor,_arginine/serine-rich_15_(CTD-binding_SR-like_protein_RA4)_(SR-related_and_CTD-associated_factor_4)
## 191                                                                                                                                                                                                                                                                                                                                                                                                                                                  Fibrous_sheath-interacting_protein_1
## 192                                                                                                                                                                                                                                                                                                                                                                                                                                  Kinesin-like_protein_KIF28P_(Kinesin-like_protein_6)
## 193                                                                                                                                                                                                                                 Cytochrome_b-245_light_chain_(Cytochrome_b(558)_alpha_chain)_(Cytochrome_b558_subunit_alpha)_(Neutrophil_cytochrome_b_22_kDa_polypeptide)_(Superoxide-generating_NADPH_oxidase_light_chain_subunit)_(p22_phagocyte_B-cytochrome)_(p22-phox)_(p22phox)
## 194                                                                                                                                                                                                                                                                                                                                                                       NACHT_and_WD_repeat_domain-containing_protein_2_(Leucine-rich_repeat_and_WD_repeat-containing_protein_KIAA1239)
## 195                                                                                                                                                                                                                                                                                                                                                                                                                                  Eukaryotic_translation_initiation_factor_4H_(eIF-4H)
## 196                                                                                                                                                                                                                                                                                                                                                                                                                            Protein_phosphatase_methylesterase_1_(PME-1)_(EC_3.1.1.89)
## 197                                                                                                                                                                                                                                                                                                                                                                                        Tubulin-specific_chaperone_cofactor_E-like_protein_(Leucine-rich_repeat-containing_protein_35)
## 198                                                                                                                                                                                                                                                                                                                                                                                                                                                  Thimet_oligopeptidase_(EC_3.4.24.15)
## 199                                                                                                                                                                                                                                                                                                                                                                                                                                  von_Willebrand_factor_A_domain-containing_protein_3A
## 200                                                                                                                                                                                                                                                                                                                                                                                                                            Histone-lysine_N-methyltransferase_trithorax_(EC_2.1.1.43)
## 201                                                                                                                                                                                                                                                                                                                                                                                                                       Acyl-CoA_synthetase_family_member_2,_mitochondrial_(EC_6.2.1.-)
## 202                                                                                                                                                                                                                                                                                                      Gamma-taxilin_(Environmental_lipopolysaccharide-responding_gene_protein)_(Factor_inhibiting_ATF4-mediated_transcription)_(FIAT)_(Lipopolysaccharide-specific_response_protein_5)
## 203                                                                                                                                                                                                                                                                                                                                                                                                                   Transcription_factor_Sox-18_(SRY_(sex_determining_region_Y)-box_18)
## 204                                                                                                                                                                                                                                                                                                                                                                                                                                               ADP-ribosylation_factor-like_protein_4A
## 205                                                                                                                                                                                                                                                                                                                                      Golgi-associated_plant_pathogenesis-related_protein_1_(GAPR-1)_(Golgi-associated_PR-1_protein)_(Glioma_pathogenesis-related_protein_2)_(GliPR_2)
## 206                                                                                                                                                                                                                                                                                                                                                                                                                       Tripartite_motif-containing_protein_45_(RING_finger_protein_99)
## 207                                                                                                                                                                                                                                                                                                                                                                                                                                     Sulfoacetaldehyde_acetyltransferase_(EC_2.3.3.15)
## 208                                                                                                                                                                                                                                                                                                                                                                                                                                              BLOC-1-related_complex_subunit_8_homolog
## 209                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Inversin
## 210                                                                                                                                                                                                                                                                                                                                                                                                                                               RIB43A-like_with_coiled-coils_protein_2
## 211                                                                                                                                                                                                                                                                                                                                                                                                                                       Neuronal_acetylcholine_receptor_subunit_alpha-3
## 212                                                                                                                                                                                                                                                                                                                  5-hydroxytryptamine_receptor_3A_(5-HT3-A)_(5-HT3A)_(5-hydroxytryptamine_receptor_3)_(5-HT-3)_(5-HT3R)_(Serotonin_receptor_3A)_(Serotonin-gated_ion_channel_receptor)
## 213                                                                                                                                                                                                                                                                                                                                                                                                                                     Lipoxygenase_homology_domain-containing_protein_1
## 214                                                                                                                                                                                                                                                                                                                                                                                                              Transient_receptor_potential_cation_channel_subfamily_A_member_1_homolog
## 215                                                                                                                                                                                                                                                                                                                                                                      Exonuclease_3'-5'_domain-containing_protein_2_(EC_3.1.11.1)_(Exonuclease_3'-5'_domain-like-containing_protein_2)
## 216                                                                                                                                                                                                                                                                                                                                                                Lysine-specific_demethylase_8_(EC_1.14.11.27)_(JmjC_domain-containing_protein_5)_(Jumonji_domain-containing_protein_5)
## 217                                                                                                                                                                                                                                                                                                                                                                                                Protein_phosphatase_1_regulatory_subunit_27_(Dysferlin-interacting_protein_1)_(Toonin)
## 218                                                                                                                                                                                                                                                                                      tRNA_(guanine(26)-N(2))-dimethyltransferase_(EC_2.1.1.216)_(tRNA_2,2-dimethylguanosine-26_methyltransferase)_(tRNA(guanine-26,N(2)-N(2))_methyltransferase)_(tRNA(m(2,2)G26)dimethyltransferase)
## 219                                                                                                                                                                                                                                                                                                                                                                                                                                   EF-hand_calcium-binding_domain-containing_protein_5
## 220                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Protein_FAM166B
## 221                                                                                                                                                                                                                                                                                                                                                                                                                             NACHT,_LRR_and_PYD_domains-containing_protein_1b_allele_1
## 222                                                                                                                                                                                                                                                                                                                                                                                                                                                               Zinc_finger_protein_593
## 223                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Galaxin
## 224                                                                                                                                                                                                                                                                                                                                                                                                                                                YTH_domain-containing_family_protein_2
## 225                                                                                                                                                                                                                                                                                                                                                                                                      Polycystic_kidney_disease_protein_1-like_2_(PC1-like_2_protein)_(Polycystin-1L2)
## 226                                                                                                                                                                                                                                                                                                                                                                                   Cysteine_and_glycine-rich_protein_2_(Cysteine-rich_protein_2)_(CRP2)_(Double_LIM_protein_1)_(DLP-1)
## 227                                                                                                                                                                                                                                                                                                                                                                                                                                      WD_repeat-containing_protein_93_(Protein_MA0035)
## 228                                                                                                                                                                                                                                                                                                                                                                                                                                                Elongation_factor_1-alpha_(EF-1-alpha)
## 229                                                                                                                                                                                                                                                                                                                                                                       Serine/threonine-protein_kinase_TNNI3K_(EC_2.7.11.1)_(Cardiac_ankyrin_repeat_kinase)_(TNNI3-interacting_kinase)
## 230                                                                                                                                                                                                                                                                                                                                                                       Serine/threonine-protein_kinase_TNNI3K_(EC_2.7.11.1)_(Cardiac_ankyrin_repeat_kinase)_(TNNI3-interacting_kinase)
## 231                                                                                                                                                                                                                                                                                                                                                                                                                                                     cytochrome_P450_120_(EC_1.14.-.-)
## 232                                                                                                                                                                                                                                                                                                                                                                                                                                                                 F-box_only_protein_10
## 233                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Protein_yippee-like_1
## 234                                                                                                                                                                                                                                                                                                                                                                                                Cilia-_and_flagella-associated_protein_251_(CFAP251)_(WD_repeat-containing_protein_66)
## 235                                                                                                                                                                                                                                                                                                                                                                                                                                        Cytochrome_P450_4F12_(EC_1.14.14.1)_(CYPIVF12)
## 236                                                                                                                                                                                                                                                                                                                                                                                                               Kinesin-like_protein_unc-104_(Protein_immaculate_connections)_(DUnc104)
## 237                                                                                                                                                                                                                                                                                                                                                                          Solute_carrier_family_12_member_6_(Electroneutral_potassium-chloride_cotransporter_3)_(K-Cl_cotransporter_3)
## 238                                                                                                                                                                                                                                                                                                                                                                                             PRELI_domain_containing_protein_3B_(BCR/ABL-regulated_protein)_(Protein_slowmo_homolog_2)
## 239                                                                                                                                                                                                                                                                                                                                                                                                                                              Ribosome_biogenesis_protein_TSR3_homolog
## 240                                                                                                                                                                                                                                                                                                                                                                                                                                          Zinc_finger_FYVE_domain-containing_protein_1
## 241                                                                                                                                                                                                                                                                                          Matrix_metalloproteinase-25_(MMP-25)_(EC_3.4.24.-)_(Leukolysin)_(Membrane-type_matrix_metalloproteinase_6)_(MT-MMP_6)_(MTMMP6)_(Membrane-type-6_matrix_metalloproteinase)_(MT6-MMP)_(MT6MMP)
## 242                                                                                                                                                                                                                                                                                                                                                                                                             2',3'-cyclic-nucleotide_3'-phosphodiesterase_(CNP)_(CNPase)_(EC_3.1.4.37)
## 243                                                                                                                                                                                                                                                                                                                                                                                                                                                   Probable_assembly_chaperone_of_rpl4
## 244                                                                                                                                                                                                                                                                                                tRNA-dihydrouridine(20)_synthase_[NAD(P)+]-like_(EC_1.3.1.-)_(Dihydrouridine_synthase_2)_(Up-regulated_in_lung_cancer_protein_8)_(URLC8)_(tRNA-dihydrouridine_synthase_2-like)_(hDUS2)
## 245                                                                                                                                                                                                                                                                                                                                                                                                                                         Tubulin_beta-4B_chain_(Tubulin_beta-2C_chain)
## 246                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Tektin-4
## 247                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Protein_DD3-3
## 248                                                                                                                                                                                                                                                                                                                                                                                         Glutamate--cysteine_ligase_(EC_6.3.2.2)_(Gamma-ECS)_(GCS)_(Gamma-glutamylcysteine_synthetase)
## 249                                                                                                                                                                                                                                                                                                                                                                 Activating_signal_cointegrator_1_(ASC-1)_(Thyroid_receptor-interacting_protein_4)_(TR-interacting_protein_4)_(TRIP-4)
## 250                                                                                                                                                                                                                                                                                                                                                                            Stress-70_protein,_mitochondrial_(75_kDa_glucose-regulated_protein)_(GRP-75)_(Heat_shock_70_kDa_protein_9)
## 251                                                                                                                                                                                                                                                                                                                                                                                                                                              Coiled-coil_domain-containing_protein_81
## 252                                                                                                                                                                                                                                                                                                              Adhesion_G-protein_coupled_receptor_G6_(G-protein_coupled_receptor_126)_[Cleaved_into:_ADGRG6_N-terminal_fragment_(ADGRG6-NTF);_ADGRG6_C-terminal_fragment_(ADGRG6-CTF)]
## 253                                                                                                                                                                                                                                                                                                                                                                                                                                             Leucine-rich_repeat-containing_protein_43
## 254                                                                                                                                                                                                                                                                                                                                                                                                                                             Leucine-rich_repeat-containing_protein_71
## 255                                                                                                                                                                                                                                                                                                                                                                                                                                                        Tenascin-R_(TN-R)_(Restrictin)
## 256                                                                                                                                                                                                                                                                                                                  Metalloreductase_STEAP4_(EC_1.16.1.-)_(Dudulin-4)_(Six-transmembrane_epithelial_antigen_of_prostate_4)_(Tumor_necrosis_factor-alpha-induced_adipose-related_protein)
## 257                                                                                                                                                                                                                                                                                                                                                                                                                                       Neuronal_acetylcholine_receptor_subunit_alpha-3
## 258                                                                                                                                                                                                                                                                                                                                                       Acyl-CoA_desaturase_(EC_1.14.19.1)_(Delta(9)-desaturase)_(Delta-9_desaturase)_(Fatty_acid_desaturase)_(Stearoyl-CoA_desaturase)
## 259                                                                                                                                                                                                                                                                                                                                                                                                                                                   Glutamate_[NMDA]_receptor_subunit_1
## 260                                                                                                                                                                                                                                                                                                                                                                                    Dynein_heavy_chain_1,_axonemal_(Axonemal_beta_dynein_heavy_chain_1)_(Ciliary_dynein_heavy_chain_1)
## 261                                                                                                                                                                                                                                                                                                                                                                                                                                                IQ_and_AAA_domain-containing_protein_1
## 262                                                                                                                                                                                                                                                                                         eIF-2-alpha_kinase_activator_GCN1_(GCN1_eIF-2-alpha_kinase_activator_homolog)_(GCN1-like_protein_1)_(General_control_of_amino-acid_synthesis_1-like_protein_1)_(Translational_activator_GCN1)
## 263                                                                                                                                                                                                                                                                                                                                                                                                                                 Elongation_factor_1-gamma_(EF-1-gamma)_(eEF-1B_gamma)
## 264                                                                                                                                                                                                                                                                                                                                                                                                                          Zinc_finger_protein_13_(Zfp-13)_(Zinc_finger_protein_Krox-8)
## 265                                                                                                                                                                                                                                                                                                                                             Receptor-type_tyrosine-protein_phosphatase_S_(R-PTP-S)_(EC_3.1.3.48)_(Chick_receptor_tyrosine_phosphatase_alpha)_(CRYP_alpha)_(CRYPalpha)
## 266                                                                                                                                                                                                                                                                                                                                                                                                                                                         Myosin_heavy_chain_(Fragment)
## 267                                                                                                                                                                                                                                                                                                                                                                                                                                                    Spore_wall_maturation_protein_DIT1
## 268                                                                                                                                                                                                                                                                                                                                                                                                                     Myosin-4_(Myosin_heavy_chain_2b)_(MyHC-2b)_(Myosin_heavy_chain_4)
## 269                                                                                                                                                                                                                                                                                                                                       TNF_receptor-associated_factor_3_(EC_2.3.2.27)_(CD40_receptor-associated_factor_1)_(CRAF1)_(RING-type_E3_ubiquitin_transferase_TRAF3)_(TRAFAMN)
## 270                                                                                                                                                                                                                                                                                                                              Adhesion_G_protein-coupled_receptor_L2_(Calcium-independent_alpha-latrotoxin_receptor_2)_(CIRL-2)_(Latrophilin_homolog_1)_(Latrophilin-2)_(Lectomedin-1)
## 271                                                                                                                                                                                                                                                                                                                                                                                     ATP-binding_cassette_sub-family_E_member_1_(RNase_L_inhibitor)_(Ribonuclease_4_inhibitor)_(RNS4I)
## 272                                                                                                                                                                                                                                                                                                                                                                Lysine-specific_demethylase_8_(EC_1.14.11.27)_(JmjC_domain-containing_protein_5)_(Jumonji_domain-containing_protein_5)
## 273                                                                                                                                                                                                                                                                                                                                                                               Fibropellin-3_(Epidermal_growth_factor-related_protein_3)_(Fibropellin_III)_(Fibropellin-c)_(SpEGF_III)
## 274                                                                                                                                                                                                                                                                                                          N-acetylgalactosaminyltransferase_6_(EC_2.4.1.-)_(Protein-UDP_acetylgalactosaminyltransferase_6)_(UDP-GalNAc:polypeptide_N-acetylgalactosaminyltransferase_6)_(pp-GaNTase_6)
## 275                                                                                                                                                                                                                                                                                                                                                                                                        Serine--tRNA_ligase,_cytoplasmic_(EC_6.1.1.11)_(Seryl-tRNA_synthetase)_(SerRS)
## 276                                                                                                                                                                                                                                                                                                                                                                                                                                              Fibrinogen_C_domain-containing_protein_1
## 277                                                                                                                                                                                                                                                                                                                                                                                                                                       Caspase_recruitment_domain-containing_protein_9
## 278 Mitogen-activated_protein_kinase_kinase_kinase_20_(EC_2.7.11.25)_(Human_cervical_cancer_suppressor_gene_4_protein)_(HCCS-4)_(Leucine_zipper-_and_sterile_alpha_motif_kinase_ZAK)_(Leucine_zipper-_and_sterile_alpha_motif-containing_kinase)_(MLK-like_mitogen-activated_protein_triple_kinase)_(Mitogen-activated_protein_kinase_kinase_kinase_MLT)_(Mixed_lineage_kinase-related_kinase)_(MLK-related_kinase)_(MRK)_(Sterile_alpha_motif-_and_leucine_zipper-containing_kinase_AZK)
## 279                                                                                                                                                                                                                                                                                                                                                                                                                                           Rho-related_BTB_domain-containing_protein_1
## 280                                                                                                                                                                                                                                                                                                                                                                                                                        Ubiquilin-1_(Protein_linking_IAP_with_cytoskeleton_1)_(PLIC-1)
## 281                                                                                                                                                                                                                                                                                                                                                                                                                        cAMP-dependent_protein_kinase_type_II-alpha_regulatory_subunit
## 282                                                                                                                                                                                                                                                                                                                                                                                                                                                       Zinc_finger_RNA-binding_protein
## 283                                                                                                                                                                                                                                                                                                                          Rabenosyn-5_(110_kDa_protein)_(FYVE_finger-containing_Rab5_effector_protein_rabenosyn-5)_(RAB_effector_RBSN)_(Zinc_finger_FYVE_domain-containing_protein_20)
## 284                                                                                                                                                                                                                                                                                                                                                                                                                                                         Ankyrin-3_(ANK-3)_(Ankyrin-G)
## 285                                                                                                                                                                                                                                                                                                                                                                                                                                                       UPF0602_protein_C4orf47_homolog
## 286                                                                                                                                                                                                                                                                                                                                                                                                                                       Trafficking_protein_particle_complex_subunit_11
## 287                                                                                                                                                                                                                                                                                                                                                                                                      SNW_domain-containing_protein_1_(Nuclear_protein_SkiP)_(Ski-interacting_protein)
## 288                                                                                                                                                                                                                                                                                                                                                                      Protein_disulfide_isomerase-like_2-2_(OsPDIL2-2)_(EC_5.3.4.1)_(Protein_disulfide_isomerase-like_4-2)_(OsPDIL4-2)
## 289                                                                                                                                                                                                                                                                                                                                     Probable_ATP-dependent_RNA_helicase_DDX56_(EC_3.6.4.13)_(ATP-dependent_61_kDa_nucleolar_RNA_helicase)_(DEAD_box_protein_21)_(DEAD_box_protein_56)
## 290                                                                                                                                                                                                                                                                                                                                                                                                                                                    Protein_sprouty_homolog_2_(Spry-2)
## 291                                                                                                                                                                                                                                                                                                                                                 Prolyl_4-hydroxylase_subunit_alpha-2_(4-PH_alpha-2)_(EC_1.14.11.2)_(Procollagen-proline,2-oxoglutarate-4-dioxygenase_subunit_alpha-2)
## 292                                                                                                                                                                                                                                                                                                                                      Golgi-associated_plant_pathogenesis-related_protein_1_(GAPR-1)_(Golgi-associated_PR-1_protein)_(Glioma_pathogenesis-related_protein_2)_(GliPR_2)
## 293                                                                                                                                                                                                                                                                                                                                                                                                                                                 Peptide_chain_release_factor_1_(RF-1)
## 294                                                                                                                                                                                                                                                                                                                              Serine/threonine-protein_phosphatase_6_regulatory_ankyrin_repeat_subunit_C_(PP6-ARS-C)_(Serine/threonine-protein_phosphatase_6_regulatory_subunit_ARS-C)
## 295                                                                                                                                                                                                                                                                                                                                                                                                                                                              Transmembrane_protein_26
## 296                                                                                                                                                                                                                                                                                                                                                                                                                                        Tax1-binding_protein_1_(TRAF6-binding_protein)
## 297                                                                                                                                                                                                                                                                                                                                                                                                                                                              Glutamate-rich_protein_3
## 298                                                                                                                                                                                                                                                                                                                                                                                                                                                    Kelch-like_protein_17_(Actinfilin)
## 299                                                                                                                                                                                                                                                                                                                              Protein_phosphatase_1_regulatory_subunit_12C_(Protein_phosphatase_1_myosin-binding_subunit_of_85_kDa)_(Protein_phosphatase_1_myosin-binding_subunit_p85)
## 300                                                                                                                                                                                                                                                                                                                                                                                                                                                  aminopeptidase_W07G4.4_(EC_3.4.11.-)
## 301                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Protein_FAM221B
## 302                                                                                                                                                                                                                                                                                                                                                                                                                                                             Myosin-IIIb_(EC_2.7.11.1)
## 303                                                                                                                                                                                                                                                                                                                                                                                                                                             Cilia-_and_flagella-associated_protein_69
## 304                                                                                                                                                                                                                                                                                                                                                                                                                        Patched_domain-containing_protein_3_(RND-type_protein_RNDEu-3)
## 305                                                                                                                                                                                                                                                                                                                                                                                                                            Double_zinc_ribbon_and_ankyrin_repeat-containing_protein_1
## 306                                                                                                                                                                                                                                                                                                                                                                                   KDEL_motif-containing_protein_1_(Endoplasmic_reticulum_resident_protein_58)_(ER_protein_58)_(ERp58)
## 307                                                                                  Gag-Pro-Pol_polyprotein_[Cleaved_into:_Matrix_protein_p19;_Core_protein_p16;_Capsid_protein_p35_(Capsid_protein_p34);_Probable_nucleocapsid_protein-dUTPase_(NC-dUTPase)_(EC_3.6.1.23);_Protease_17_kDa_(EC_3.4.23.-);_Protease_13_kDa_(EC_3.4.23.-);_G-patch_peptide;_Reverse_transcriptase/ribonuclease_H_(RT)_(EC_2.7.7.49)_(EC_2.7.7.7)_(EC_3.1.26.4);_Integrase_(IN)_(EC_2.7.7.-)_(EC_3.1.-.-)]
## 308                                                                                                                                                                                                                                                                                                                                                 Potassium_channel_subfamily_K_member_5_(Acid-sensitive_potassium_channel_protein_TASK-2)_(TWIK-related_acid-sensitive_K(+)_channel_2)
## 309                                                                                                                                                                                                                                                                                                                                                                                                                                              Coiled-coil_domain-containing_protein_13
## 310                                                                                                                                                                                                                                                                                                                                                                                                                            Sperm-associated_antigen_16_protein_(Pf20_protein_homolog)
## 311                                                                                                                                                                                                                                                                                                                                           Radial_spoke_head_1_homolog_(Male_meiotic_metaphase_chromosome-associated_acidic_protein)_(Meichroacidin)_(Testis-specific_gene_A2_protein)
## 312                                                                                                                                                                                                                                                                                    Lysosome-associated_membrane_glycoprotein_1_(LAMP-1)_(Lysosome-associated_membrane_protein_1)_(CD107_antigen-like_family_member_A)_(Lysosomal_membrane_glycoprotein_A)_(LGP-A)_(CD_antigen_CD107a)
## 313                                                                                                                                                                                                                                                                                                                                                                                                                   Midasin_(Dynein-related_AAA-ATPase_MDN1)_(MIDAS-containing_protein)
## 314                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Octopamine_receptor
## 315                                                                                                                                                                                                                                                                                                                                                                                                           Cyclin-dependent_kinase_14_(EC_2.7.11.22)_(Cell_division_protein_kinase_14)
## 316                                                                                                                                                                                                                                                                                                                                                                                                                                    Protein_BTG1_(B-cell_translocation_gene_1_protein)
## 317                                                                                                                                                                                                                           Potassium_channel_subfamily_K_member_3_(Acid-sensitive_potassium_channel_protein_TASK-1)_(Cardiac_two_pore_background_K(+)_channel)_(TWIK-related_acid-sensitive_K(+)_channel_1)_(Two_pore_potassium_channel_KT3.1)_(Two_pore_K(+)_channel_KT3.1)_(cTBAK-1)
## 318                                                                                                                                                                                                                                                                                                                                                                                                Leucine-rich_repeat-containing_protein_74A_(Leucine-rich_repeat-containing_protein_74)
## 319                                                                                                                                                                                                                                                                                                                                                                                                                                                      MORN_repeat-containing_protein_5
## 320                                                                                                                                                                                                                                                                                                                                                                                                                                                                Angiopoietin-2_(ANG-2)
## 321                                                                                                                                                                                                                                                                                                                                                                                   Arf-GAP_with_coiled-coil,_ANK_repeat_and_PH_domain-containing_protein_3_(Centaurin-beta-5)_(Cnt-b5)
## 322                                                                                                                                                                                                                                                                                                                                                                                                                                            Cannabinoid_receptor_2_(CB-2)_(CB2)_(rCB2)
## 323                                                                                                                                                                                               Dynein_heavy_chain_12,_axonemal_(Axonemal_beta_dynein_heavy_chain_12)_(Axonemal_dynein_heavy_chain_12-like_protein)_(Axonemal_dynein_heavy_chain_7-like_protein)_(Ciliary_dynein_heavy_chain_12)_(Dynein_heavy_chain_7-like,_axonemal)_(Dynein_heavy_chain_domain-containing_protein_2)
## 324                                                                                                                                                                                                                                                                                                                                                                                     Importin-5_(Imp5)_(Importin_subunit_beta-3)_(Karyopherin_beta-3)_(Ran-binding_protein_5)_(RanBP5)
## 325                                                                                                                                                                                                                                                                                                                                                                                                                          Sperm-associated_antigen_17_(Projection_protein_PF6_homolog)
## 326                                                                                                                                                                                                                                                                                                                          Transient_receptor_potential_cation_channel_subfamily_A_member_1_(Ankyrin-like_with_transmembrane_domains_protein_1)_(Transformation-sensitive_protein_p120)
## 327                                                                                                                                                                                                                                                                                                                                                                                                                                                          rRNA-processing_protein_fcf2
## 328                                                                                                                                                                                                                                                                                                                                                                                                                    UBX_domain-containing_protein_10_(UBX_domain-containing_protein_3)
## 329                                                                                                                                                                                                                                                                                                                                                                                                                                                  Counting_factor_associated_protein_D
## 330                                                                                                                                                                                                                                                                                                                                                                                                                                                     DPY30_domain-containing_protein_1
## 331                                                                                                                                                                                                                                                                                                                                                                        Voltage-dependent_T-type_calcium_channel_subunit_alpha-1G_(Voltage-gated_calcium_channel_subunit_alpha_Cav3.1)
## 332                                                                                                                                                                                                                                                                                                                                                                                                                                                   methyltransferase_235L_(EC_2.1.1.-)
## 333                                                                                                                                                                                                                                                                                                                                                                                                          ribosome_biogenesis_protein_C8F11.04_(U3_snoRNP-associated_protein_C8F11.04)
## 334                                                                                                                                                                                                                                                                                                                                                                                                Interleukin-1_receptor-associated_kinase_1-binding_protein_1_(IRAK1-binding_protein_1)
## 335                                                                                                                                                                                                                                                                                                                                                                                                                         Delta_and_Notch-like_epidermal_growth_factor-related_receptor
## 336                                                                                                                                                                                                                                                                                                                                                                                                             5-oxoprolinase_(EC_3.5.2.9)_(5-oxo-L-prolinase)_(5-OPase)_(Pyroglutamase)
## 337                                                                                                                                                                                                                                                                                                                                                                                                                    Potassium_voltage-gated_channel_protein_Shaker_(Protein_minisleep)
## 338                                                                                                                                                                                                                                                                                                                                                                E3_ubiquitin-protein_ligase_Rnf220_(EC_2.3.2.27)_(RING_finger_protein_220)_(RING-type_E3_ubiquitin_transferase_Rnf220)
## 339                                                                                                                                                                                                                                                                                                                                                                                                                                                  malate_dehydrogenase_1B_(EC_1.1.1.-)
##     BLASTp_Best_Hit.1
## 1              Q1JPZ7
## 2              P18519
## 3              B3EWZ5
## 4              Q8BI22
## 5              Q8NFI3
## 6              Q9ULJ7
## 7              P28647
## 8              Q68CZ1
## 9              Q6ZMV9
## 10             O42409
## 11             O75899
## 12             Q8BKJ9
## 13             D3YXG0
## 14             Q32LN0
## 15             Q6NUB3
## 16             B3EWZ3
## 17             A7X406
## 18             Q04832
## 19             Q80SY4
## 20             Q570Y9
## 21             P84339
## 22             P10079
## 23             Q11188
## 24             A7S8T5
## 25             Q9P1A6
## 26             P21623
## 27             Q6NSQ7
## 28             Q08BL7
## 29             Q6X4W1
## 30             Q99PW8
## 31             Q5F413
## 32             Q9QXM1
## 33             Q9HAR2
## 34             Q99PW8
## 35             Q8BZR9
## 36             Q90610
## 37             A6H782
## 38             P53452
## 39             Q9D832
## 40             Q28F51
## 41             G5EBF1
## 42             P55115
## 43             Q9DBE9
## 44             Q6DDH6
## 45             Q2TAA8
## 46             Q99829
## 47             Q4G0X9
## 48             A7S7F2
## 49             O55236
## 50             Q5QJ74
## 51             O57382
## 52             P08928
## 53             A8NIX5
## 54             Q8CFK2
## 55             Q99LE6
## 56             C5C987
## 57             P34529
## 58             Q6PFK1
## 59             P41231
## 60             A8DYY5
## 61             Q9UL16
## 62             Q8BQB6
## 63             Q0V9L1
## 64             Q99575
## 65             A7Z056
## 66             Q8VHI7
## 67             Q8IVV2
## 68             Q29AK2
## 69             Q32NR4
## 70             Q64337
## 71             Q8K4L3
## 72             Q9U3S9
## 73             D3ZVM4
## 74             O65201
## 75             Q96PY6
## 76             Q6GVH4
## 77             Q8VIG3
## 78             A6H619
## 79             A7MB76
## 80             Q5NVI9
## 81             Q8IYX7
## 82             Q6IRE4
## 83             Q8T2Q0
## 84             Q8AVP1
## 85             Q2NL22
## 86             Q6PDK2
## 87             Q9BRS8
## 88             Q8BN59
## 89             Q54KA7
## 90             Q5HZJ0
## 91             P12955
## 92             Q9I931
## 93             P31689
## 94             Q8R3N6
## 95             Q90610
## 96             D3ZVM4
## 97             Q8NCU4
## 98             Q5XUX1
## 99             Q0VFZ6
## 100            Q460N3
## 101            Q5R8J8
## 102            Q96D21
## 103            Q9N1T2
## 104            Q9FE17
## 105            Q8BRJ4
## 106            A7YW98
## 107            Q8TE73
## 108            Q16960
## 109            Q8R3B7
## 110            Q9QXN3
## 111            C6KFA3
## 112            Q5M7F8
## 113            Q8XBV9
## 114            Q9BTE7
## 115            P34143
## 116            Q5ZKD5
## 117            A2A3L6
## 118            P52826
## 119            Q9NVH0
## 120            Q795M8
## 121            Q15025
## 122            Q9UBC2
## 123            Q9USM7
## 124            Q58A42
## 125            Q7T006
## 126            Q8AV58
## 127            Q6NZ07
## 128            Q26648
## 129            Q9FE17
## 130            A6QQM4
## 131            Q71U34
## 132            Q6AYP4
## 133            Q5ZMS6
## 134            Q96M20
## 135            Q6AXY7
## 136            Q6ZMW2
## 137            Q6ZMW2
## 138            Q9CR92
## 139            O14522
## 140            Q91FT7
## 141            E9PVA8
## 142            Q5EAJ7
## 143            B0BM24
## 144            Q8IYE0
## 145            Q5U374
## 146            Q5QNQ9
## 147            Q8BYM7
## 148            Q5XGY1
## 149            P41367
## 150            Q96HW7
## 151            C6KFA3
## 152            Q8CAQ8
## 153            O75962
## 154            Q9D0B6
## 155            P29144
## 156            Q8UUZ1
## 157            Q9SEE4
## 158            P10079
## 159            Q9GLR0
## 160            Q6NUB3
## 161            Q5S003
## 162            Q6VYA3
## 163            Q9W2U4
## 164            Q9C093
## 165            Q0VFN8
## 166            Q9QZT0
## 167            Q9HCS2
## 168            Q4V7B5
## 169            P12007
## 170            Q9EP71
## 171            O95995
## 172            Q9BRR8
## 173            Q8TE73
## 174            Q13042
## 175            Q5EAJ7
## 176            P24507
## 177            Q5T1B0
## 178            Q4V7D7
## 179            O95628
## 180            Q9BX70
## 181            P42620
## 182            B2RW38
## 183            Q9NXH9
## 184            Q9ASR4
## 185            Q05000
## 186            Q61103
## 187            Q0V7M8
## 188            Q15311
## 189            P46023
## 190            O95104
## 191            Q566N9
## 192            D3YXS5
## 193            Q62737
## 194            Q6P5U7
## 195            Q1JPH6
## 196            Q8BVQ5
## 197            Q5PQJ7
## 198            Q8C1A5
## 199            A6NCI4
## 200            Q24742
## 201            Q0P4F7
## 202            Q9NUQ3
## 203            B3DLD3
## 204            Q3T0M9
## 205            Q9CYL5
## 206            Q9H8W5
## 207            Q84H44
## 208            A7SGF0
## 209            Q8UVC3
## 210            Q9H4K1
## 211            Q07263
## 212            P35563
## 213            Q8IVV2
## 214            Q18297
## 215            Q9NVH0
## 216            B5XF11
## 217            Q86WC6
## 218            Q3TX08
## 219            A0JP43
## 220            A8E5W8
## 221            Q2LKW6
## 222            B0BLT0
## 223            D9IQ16
## 224            Q91YT7
## 225            Q7TN88
## 226            P97314
## 227            Q402B2
## 228            Q92005
## 229            Q5GIG6
## 230            Q7TQP6
## 231            Q59990
## 232            Q7TQF2
## 233            O60688
## 234            Q8TBY9
## 235            Q9HCS2
## 236            A1ZAJ2
## 237            Q924N4
## 238            Q6TMK8
## 239            Q9UJK0
## 240            Q810J8
## 241            Q9NPA2
## 242            P09543
## 243            Q1MTN8
## 244            Q9NX74
## 245            P68372
## 246            Q5PPV2
## 247            Q58A42
## 248            Q9NFN6
## 249            Q9QXN3
## 250            Q3ZCH0
## 251            Q5XIN9
## 252            C6KFA3
## 253            Q95JT3
## 254            Q9D3W5
## 255            Q00546
## 256            Q923B6
## 257            Q07263
## 258            O62849
## 259            B4JHV0
## 260            Q63164
## 261            Q86XH1
## 262            E9PVA8
## 263            P29694
## 264            P10754
## 265            F1NWE3
## 266            Q05000
## 267            P21623
## 268            Q076A5
## 269            Q60803
## 270            O95490
## 271            P61222
## 272            A8E534
## 273            P49013
## 274            Q6WV16
## 275            Q6DRC0
## 276            Q0P4P2
## 277            A2AIV8
## 278            Q9ESL4
## 279            Q9DAK3
## 280            Q9JJP9
## 281            P00515
## 282            Q6PCR6
## 283            Q9H1K0
## 284            Q12955
## 285            Q5XHC1
## 286            Q7Z392
## 287            Q5R7R9
## 288            Q942L2
## 289            Q9NY93
## 290            Q5R959
## 291            Q5ZLK5
## 292            Q9H4G4
## 293            Q2W6V3
## 294            Q502K3
## 295            Q3UP23
## 296            Q86VP1
## 297            Q5RHP9
## 298            Q6TDP4
## 299            Q9BZL4
## 300            Q27245
## 301            Q8C627
## 302            Q1EG27
## 303            B0VXE6
## 304            Q0EEE2
## 305            Q8C008
## 306            Q6UW63
## 307            P03364
## 308            O95279
## 309            Q8IYE1
## 310            Q8N0X2
## 311            Q8VIG3
## 312            P49129
## 313            Q8T5T1
## 314            Q25188
## 315            A4IIW7
## 316            P62324
## 317            O35111
## 318            Q0VAA2
## 319            Q28FE4
## 320            A0A8J8
## 321            Q96P50
## 322            Q9QZN9
## 323            Q6ZR08
## 324            Q8BKC5
## 325            Q5S003
## 326            O75762
## 327            O42877
## 328            Q8BG34
## 329            Q54TR1
## 330            Q9D9T0
## 331            O54898
## 332            Q91FT7
## 333            Q9UT32
## 334            Q5VVH5
## 335            Q8NFT8
## 336            O14841
## 337            P08510
## 338            Q6PDX6
## 339            Q8T773
##     Repetitive_Element..Repeat_Match_AND_.BLASTP_Hit_OR_No_Protein.
## 1                                                                No
## 2                                                                No
## 3                                                                No
## 4                                                                No
## 5                                                                No
## 6                                                                No
## 7                                                                No
## 8                                                                No
## 9                                                                No
## 10                                                               No
## 11                                                               No
## 12                                                               No
## 13                                                               No
## 14                                                               No
## 15                                                               No
## 16                                                               No
## 17                                                               No
## 18                                                               No
## 19                                                               No
## 20                                                               No
## 21                                                               No
## 22                                                               No
## 23                                                               No
## 24                                                               No
## 25                                                               No
## 26                                                               No
## 27                                                               No
## 28                                                               No
## 29                                                               No
## 30                                                               No
## 31                                                               No
## 32                                                               No
## 33                                                               No
## 34                                                               No
## 35                                                               No
## 36                                                               No
## 37                                                               No
## 38                                                               No
## 39                                                               No
## 40                                                               No
## 41                                                               No
## 42                                                               No
## 43                                                               No
## 44                                                               No
## 45                                                               No
## 46                                                               No
## 47                                                               No
## 48                                                               No
## 49                                                               No
## 50                                                               No
## 51                                                               No
## 52                                                               No
## 53                                                               No
## 54                                                               No
## 55                                                               No
## 56                                                               No
## 57                                                               No
## 58                                                               No
## 59                                                               No
## 60                                                               No
## 61                                                               No
## 62                                                               No
## 63                                                               No
## 64                                                               No
## 65                                                               No
## 66                                                               No
## 67                                                               No
## 68                                                               No
## 69                                                               No
## 70                                                               No
## 71                                                               No
## 72                                                               No
## 73                                                               No
## 74                                                               No
## 75                                                               No
## 76                                                               No
## 77                                                               No
## 78                                                               No
## 79                                                               No
## 80                                                               No
## 81                                                               No
## 82                                                               No
## 83                                                               No
## 84                                                               No
## 85                                                               No
## 86                                                               No
## 87                                                               No
## 88                                                               No
## 89                                                               No
## 90                                                               No
## 91                                                               No
## 92                                                               No
## 93                                                               No
## 94                                                               No
## 95                                                               No
## 96                                                               No
## 97                                                               No
## 98                                                               No
## 99                                                               No
## 100                                                              No
## 101                                                              No
## 102                                                              No
## 103                                                              No
## 104                                                              No
## 105                                                              No
## 106                                                              No
## 107                                                              No
## 108                                                              No
## 109                                                              No
## 110                                                              No
## 111                                                              No
## 112                                                              No
## 113                                                              No
## 114                                                              No
## 115                                                              No
## 116                                                              No
## 117                                                              No
## 118                                                              No
## 119                                                              No
## 120                                                              No
## 121                                                              No
## 122                                                              No
## 123                                                              No
## 124                                                              No
## 125                                                              No
## 126                                                              No
## 127                                                              No
## 128                                                              No
## 129                                                              No
## 130                                                              No
## 131                                                              No
## 132                                                              No
## 133                                                              No
## 134                                                              No
## 135                                                              No
## 136                                                              No
## 137                                                              No
## 138                                                              No
## 139                                                              No
## 140                                                              No
## 141                                                              No
## 142                                                              No
## 143                                                              No
## 144                                                              No
## 145                                                              No
## 146                                                              No
## 147                                                              No
## 148                                                              No
## 149                                                              No
## 150                                                              No
## 151                                                              No
## 152                                                              No
## 153                                                              No
## 154                                                              No
## 155                                                              No
## 156                                                              No
## 157                                                              No
## 158                                                              No
## 159                                                              No
## 160                                                              No
## 161                                                              No
## 162                                                              No
## 163                                                              No
## 164                                                              No
## 165                                                              No
## 166                                                              No
## 167                                                              No
## 168                                                              No
## 169                                                              No
## 170                                                              No
## 171                                                              No
## 172                                                              No
## 173                                                              No
## 174                                                              No
## 175                                                              No
## 176                                                              No
## 177                                                              No
## 178                                                              No
## 179                                                              No
## 180                                                              No
## 181                                                              No
## 182                                                              No
## 183                                                              No
## 184                                                              No
## 185                                                              No
## 186                                                              No
## 187                                                              No
## 188                                                              No
## 189                                                              No
## 190                                                              No
## 191                                                              No
## 192                                                              No
## 193                                                              No
## 194                                                              No
## 195                                                              No
## 196                                                              No
## 197                                                              No
## 198                                                              No
## 199                                                              No
## 200                                                              No
## 201                                                              No
## 202                                                              No
## 203                                                              No
## 204                                                              No
## 205                                                              No
## 206                                                              No
## 207                                                              No
## 208                                                              No
## 209                                                              No
## 210                                                              No
## 211                                                              No
## 212                                                              No
## 213                                                              No
## 214                                                              No
## 215                                                              No
## 216                                                              No
## 217                                                              No
## 218                                                              No
## 219                                                              No
## 220                                                              No
## 221                                                              No
## 222                                                              No
## 223                                                              No
## 224                                                              No
## 225                                                              No
## 226                                                              No
## 227                                                              No
## 228                                                              No
## 229                                                              No
## 230                                                              No
## 231                                                              No
## 232                                                              No
## 233                                                              No
## 234                                                              No
## 235                                                              No
## 236                                                              No
## 237                                                              No
## 238                                                              No
## 239                                                              No
## 240                                                              No
## 241                                                              No
## 242                                                              No
## 243                                                              No
## 244                                                              No
## 245                                                              No
## 246                                                              No
## 247                                                              No
## 248                                                              No
## 249                                                              No
## 250                                                              No
## 251                                                              No
## 252                                                              No
## 253                                                              No
## 254                                                              No
## 255                                                              No
## 256                                                              No
## 257                                                              No
## 258                                                              No
## 259                                                              No
## 260                                                              No
## 261                                                              No
## 262                                                              No
## 263                                                              No
## 264                                                              No
## 265                                                              No
## 266                                                              No
## 267                                                              No
## 268                                                              No
## 269                                                              No
## 270                                                              No
## 271                                                              No
## 272                                                              No
## 273                                                              No
## 274                                                              No
## 275                                                              No
## 276                                                              No
## 277                                                              No
## 278                                                              No
## 279                                                              No
## 280                                                              No
## 281                                                              No
## 282                                                              No
## 283                                                              No
## 284                                                              No
## 285                                                              No
## 286                                                              No
## 287                                                              No
## 288                                                              No
## 289                                                              No
## 290                                                              No
## 291                                                              No
## 292                                                              No
## 293                                                              No
## 294                                                              No
## 295                                                              No
## 296                                                              No
## 297                                                              No
## 298                                                              No
## 299                                                              No
## 300                                                              No
## 301                                                              No
## 302                                                              No
## 303                                                              No
## 304                                                              No
## 305                                                              No
## 306                                                              No
## 307                                                              No
## 308                                                              No
## 309                                                              No
## 310                                                              No
## 311                                                              No
## 312                                                              No
## 313                                                              No
## 314                                                              No
## 315                                                              No
## 316                                                              No
## 317                                                              No
## 318                                                              No
## 319                                                              No
## 320                                                              No
## 321                                                              No
## 322                                                              No
## 323                                                              No
## 324                                                              No
## 325                                                              No
## 326                                                              No
## 327                                                              No
## 328                                                              No
## 329                                                              No
## 330                                                              No
## 331                                                              No
## 332                                                              No
## 333                                                              No
## 334                                                              No
## 335                                                              No
## 336                                                              No
## 337                                                              No
## 338                                                              No
## 339                                                              No
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      PFAM_Domains_.target_name.accession.env_coordfrom.to...
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ER|PF01133.16(210-269);ER|PF01133.16(26-89);SF3A3|PF16837.4(215-282);SF3A3|PF16837.4(29-97);Suf|PF05843.13(11-170);Suf|PF05843.13(181-246);Suf|PF05843.13(236-359);TPR_12|PF13424.5(217-262);TPR_12|PF13424.5(297-355);TPR_12|PF13424.5(37-63);TPR_14|PF13428.5(215-260);TPR_14|PF13428.5(249-285);TPR_14|PF13428.5(29-63);TPR_14|PF13428.5(295-330);TPR_14|PF13428.5(323-349);
## 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Comm|PF15957.4(238-320);Death|PF00531.21(332-413);ELH|PF02323.14(253-407);ELH|PF02323.14(5-40);Gemini_mov|PF01708.15(209-302);LRR19-TM|PF15176.5(227-326);MLANA|PF14991.5(241-319);MLANA|PF14991.5(9-67);SID-1_RNA_chan|PF13965.5(191-355);TNFR_c6|PF00020.17(106-145);TNFR_c6|PF00020.17(147-183);TNFR_c6|PF00020.17(186-224);TNFR_c6|PF00020.17(66-103);
## 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ILEI|PF15711.4(451-539);Laminin_G_2|PF02210.23(408-469);Laminin_G_2|PF02210.23(640-732);Laminin_G_3|PF13385.5(294-336);Laminin_G_3|PF13385.5(327-369);Laminin_G_3|PF13385.5(588-742);MAM|PF00629.22(56-216);MAM|PF00629.22(652-690);PQQ_2|PF13360.5(423-533);
## 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            CENP-F_leu_zip|PF10473.8(1-109);CENP-F_leu_zip|PF10473.8(125-222);CENP-F_leu_zip|PF10473.8(223-359);CENP-F_leu_zip|PF10473.8(35-145);CENP-F_leu_zip|PF10473.8(355-481);CENP-F_leu_zip|PF10473.8(442-564);CENP-F_leu_zip|PF10473.8(475-606);CENP-F_leu_zip|PF10473.8(600-676);CENP-F_leu_zip|PF10473.8(709-870);
## 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Glyco_hydro_18|PF00704.27(45-259);Glyco_hydro_85|PF03644.12(5-282);
## 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Ank_2|PF12796.6(3-66);Ank_2|PF12796.6(64-117);Ank_3|PF13606.5(35-64);Ank_3|PF13606.5(6-31);Ank_3|PF13606.5(69-98);Ank_4|PF13637.5(3-56);Ank_4|PF13637.5(48-86);Ank_4|PF13637.5(70-112);Ank_5|PF13857.5(23-77);Ank_5|PF13857.5(3-43);Ank_5|PF13857.5(69-110);Ank|PF00023.29(119-137);Ank|PF00023.29(35-67);Ank|PF00023.29(6-34);Ank|PF00023.29(70-101);
## 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  7tm_1|PF00001.20(38-359);
## 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    YojJ|PF10372.8(227-256);YojJ|PF10372.8(277-338);YojJ|PF10372.8(93-135);
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          0
## 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 C1_1|PF00130.21(153-202);C1_1|PF00130.21(209-259);C1_1|PF00130.21(237-269);C1_4|PF07975.11(145-173);C1_4|PF07975.11(164-217);C1_4|PF07975.11(220-273);CpXC|PF14353.5(148-183);CpXC|PF14353.5(174-215);CpXC|PF14353.5(209-245);CpXC|PF14353.5(242-271);DZR|PF12773.6(153-259);GAGA|PF09237.10(112-148);GAGA|PF09237.10(148-189);GAGA|PF09237.10(199-249);GAGA|PF09237.10(76-88);HypA|PF01155.18(131-213);HypA|PF01155.18(200-269);HypA|PF01155.18(50-104);Laminin_EGF|PF00053.23(156-181);Laminin_EGF|PF00053.23(185-210);Laminin_EGF|PF00053.23(214-240);Laminin_EGF|PF00053.23(241-266);MatP_C|PF17414.1(50-88);PHD|PF00628.28(145-171);PHD|PF00628.28(176-200);PHD|PF00628.28(211-255);PyrI_C|PF02748.14(148-176);PyrI_C|PF02748.14(179-204);PyrI_C|PF02748.14(207-232);PyrI_C|PF02748.14(236-260);Tox-PL-2|PF15643.5(176-248);XPA_N|PF01286.17(162-181);XPA_N|PF01286.17(190-211);XPA_N|PF01286.17(218-233);XPA_N|PF01286.17(247-258);zf-AN1|PF01428.15(154-172);zf-AN1|PF01428.15(180-200);zf-AN1|PF01428.15(211-230);zf-AN1|PF01428.15(236-257);zf-BED|PF02892.14(152-186);zf-BED|PF02892.14(181-209);zf-BED|PF02892.14(204-242);zf-BED|PF02892.14(245-272);zf-BED|PF02892.14(73-91);zf-C2H2_4|PF13894.5(163-186);zf-C2H2_4|PF13894.5(191-214);zf-C2H2_4|PF13894.5(219-242);zf-C2H2_4|PF13894.5(247-270);zf-C2H2_6|PF13912.5(162-186);zf-C2H2_6|PF13912.5(190-214);zf-C2H2_6|PF13912.5(218-244);zf-C2H2_6|PF13912.5(246-258);zf-C2H2_8|PF15909.4(104-164);zf-C2H2_8|PF15909.4(140-218);zf-C2H2_8|PF15909.4(212-273);zf-C2H2_jaz|PF12171.7(162-183);zf-C2H2_jaz|PF12171.7(191-211);zf-C2H2_jaz|PF12171.7(218-239);zf-C2H2_jaz|PF12171.7(246-267);zf-C2H2|PF00096.25(163-185);zf-C2H2|PF00096.25(191-213);zf-C2H2|PF00096.25(219-241);zf-C2H2|PF00096.25(247-269);zf-C2HE|PF16278.4(129-214);zf-C2HE|PF16278.4(208-265);zf-Di19|PF05605.11(189-242);zf-Di19|PF05605.11(245-272);zf-DNL|PF05180.11(162-213);zf-DNL|PF05180.11(218-257);zf-H2C2_2|PF13465.5(149-174);zf-H2C2_2|PF13465.5(177-202);zf-H2C2_2|PF13465.5(205-230);zf-H2C2_2|PF13465.5(233-258);zf-H2C2_2|PF13465.5(261-275);zf-met|PF12874.6(163-186);zf-met|PF12874.6(191-214);zf-met|PF12874.6(219-239);zf-met|PF12874.6(247-266);zinc_ribbon_15|PF17032.4(153-208);zinc_ribbon_15|PF17032.4(208-262);zinc_ribbon_15|PF17032.4(33-101);zinc-ribbons_6|PF07191.11(150-232);zinc-ribbons_6|PF07191.11(219-265);Zn-ribbon_8|PF09723.9(152-186);Zn-ribbon_8|PF09723.9(188-230);Zn-ribbon_8|PF09723.9(218-260);Zn-ribbon_8|PF09723.9(246-268);
## 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 7tm_3|PF00003.21(353-610);ANF_receptor|PF01094.27(1-252);
## 12                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           APG6|PF04111.11(2-113);DUF2039|PF10217.8(194-256);DUF2039|PF10217.8(32-119);PSCyt3|PF07627.10(174-259);PSCyt3|PF07627.10(54-115);SIR2|PF02146.16(125-157);SIR2|PF02146.16(152-293);TPP_enzyme_M|PF00205.21(107-136);TPP_enzyme_M|PF00205.21(252-312);TPP_enzyme_M|PF00205.21(5-39);zf-RING_7|PF02591.14(193-217);zf-RING_7|PF02591.14(242-256);
## 13                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         F5_F8_type_C|PF00754.24(15-141);fn3|PF00041.20(482-571);fn3|PF00041.20(585-672);fn3|PF00041.20(685-778);Ion_trans_2|PF07885.15(930-1022);Ion_trans|PF00520.30(917-1028);Lig_chan|PF00060.25(929-1032);Pur_ac_phosph_N|PF16656.4(484-578);Pur_ac_phosph_N|PF16656.4(586-678);Pur_ac_phosph_N|PF16656.4(687-785);SEA|PF01390.19(377-468);TSP_1|PF00090.18(178-206);TSP_1|PF00090.18(19-52);TSP_1|PF00090.18(216-260);TSP_1|PF00090.18(267-317);TSP_1|PF00090.18(324-374);TSP_1|PF00090.18(672-678);
## 14                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Ets|PF00178.21(149-230);Ets|PF00178.21(3-36);
## 15                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MFS_1|PF07690.15(109-388);MFS_1|PF07690.15(306-507);PPR|PF01535.19(170-184);PPR|PF01535.19(251-274);PPR|PF01535.19(40-60);Sugar_tr|PF00083.23(77-492);
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                TSP_1|PF00090.18(115-165);TSP_1|PF00090.18(172-222);TSP_1|PF00090.18(229-279);TSP_1|PF00090.18(286-336);TSP_1|PF00090.18(343-393);TSP_1|PF00090.18(400-450);TSP_1|PF00090.18(457-507);TSP_1|PF00090.18(514-564);TSP_1|PF00090.18(571-621);TSP_1|PF00090.18(6-58);TSP_1|PF00090.18(65-109);
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Lectin_C|PF00059.20(122-226);
## 18                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        eIF3g|PF12353.7(127-148);eIF3g|PF12353.7(153-173);eIF3g|PF12353.7(98-122);zf-CCHC_2|PF13696.5(105-120);zf-CCHC_2|PF13696.5(131-146);zf-CCHC_2|PF13696.5(157-172);zf-CCHC_3|PF13917.5(125-150);zf-CCHC_3|PF13917.5(151-173);zf-CCHC_3|PF13917.5(99-124);zf-CCHC_5|PF14787.5(103-121);zf-CCHC_5|PF14787.5(129-147);zf-CCHC_5|PF14787.5(155-173);zf-CCHC|PF00098.22(103-120);zf-CCHC|PF00098.22(129-146);zf-CCHC|PF00098.22(155-172);
## 19                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Ank_2|PF12796.6(321-372);Ank_2|PF12796.6(459-543);Ank_2|PF12796.6(484-577);Ank_2|PF12796.6(540-610);Ank_2|PF12796.6(585-677);Ank_2|PF12796.6(646-703);Ank_2|PF12796.6(719-802);Ank_3|PF13606.5(479-509);Ank_3|PF13606.5(513-541);Ank_3|PF13606.5(545-575);Ank_3|PF13606.5(613-642);Ank_3|PF13606.5(646-675);Ank_3|PF13606.5(679-698);Ank_4|PF13637.5(481-518);Ank_4|PF13637.5(513-566);Ank_4|PF13637.5(597-633);Ank_4|PF13637.5(614-666);Ank_4|PF13637.5(647-697);Ank_5|PF13857.5(473-521);Ank_5|PF13857.5(499-553);Ank_5|PF13857.5(532-574);Ank_5|PF13857.5(564-621);Ank_5|PF13857.5(632-687);Ank_5|PF13857.5(741-769);Ank|PF00023.29(485-509);Ank|PF00023.29(515-544);Ank|PF00023.29(545-577);Ank|PF00023.29(613-645);Ank|PF00023.29(646-678);Ank|PF00023.29(679-760);MIB_HERC2|PF06701.12(148-214);MIB_HERC2|PF06701.12(6-68);Prok-RING_4|PF14447.5(75-114);Prok-RING_4|PF14447.5(817-858);Prok-RING_4|PF14447.5(867-911);Prok-RING_4|PF14447.5(950-992);zf-C3HC4_3|PF13920.5(57-107);zf-C3HC4_3|PF13920.5(814-858);zf-C3HC4_3|PF13920.5(864-908);zf-C3HC4_3|PF13920.5(946-989);ZZ|PF00569.16(74-117);ZZ|PF00569.16(883-906);ZZ|PF00569.16(966-982);
## 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             DEP|PF00610.20(112-180);(DEP)
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Caleosin|PF05042.12(43-86);Caleosin|PF05042.12(8-45);Caleosin|PF05042.12(84-132);Dockerin_1|PF00404.17(131-139);Dockerin_1|PF00404.17(21-36);Dockerin_1|PF00404.17(57-64);Dockerin_1|PF00404.17(95-105);EF-hand_1|PF00036.31(12-40);EF-hand_1|PF00036.31(122-148);EF-hand_1|PF00036.31(48-76);EF-hand_1|PF00036.31(86-114);EF-hand_11|PF08976.10(2-86);EF-hand_11|PF08976.10(77-153);EF-hand_4|PF12763.6(5-76);EF-hand_4|PF12763.6(79-150);EF-hand_5|PF13202.5(124-148);EF-hand_5|PF13202.5(14-37);EF-hand_5|PF13202.5(43-54);EF-hand_5|PF13202.5(49-73);EF-hand_5|PF13202.5(87-111);EF-hand_6|PF13405.5(12-41);EF-hand_6|PF13405.5(124-151);EF-hand_6|PF13405.5(48-78);EF-hand_6|PF13405.5(86-115);EF-hand_7|PF13499.5(11-74);EF-hand_7|PF13499.5(84-148);EF-hand_8|PF13833.5(10-34);EF-hand_8|PF13833.5(102-148);EF-hand_8|PF13833.5(25-75);EF-hand_8|PF13833.5(77-114);EF-hand_9|PF14658.5(14-76);EF-hand_9|PF14658.5(88-150);SPARC_Ca_bdg|PF10591.8(2-72);Ca
## 22                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 cEGF|PF12662.6(119-150);cEGF|PF12662.6(168-202);cEGF|PF12662.6(206-226);cEGF|PF12662.6(244-278);cEGF|PF12662.6(282-302);cEGF|PF12662.6(320-354);cEGF|PF12662.6(358-392);cEGF|PF12662.6(396-416);cEGF|PF12662.6(434-440);CtnDOT_TraJ|PF07863.10(317-351);CtnDOT_TraJ|PF07863.10(480-530);CtnDOT_TraJ|PF07863.10(528-582);CtnDOT_TraJ|PF07863.10(579-641);CtnDOT_TraJ|PF07863.10(725-760);EGF_2|PF07974.12(126-146);EGF_2|PF07974.12(151-182);EGF_2|PF07974.12(189-220);EGF_2|PF07974.12(227-258);EGF_2|PF07974.12(265-296);EGF_2|PF07974.12(303-334);EGF_2|PF07974.12(341-372);EGF_2|PF07974.12(379-410);EGF_2|PF07974.12(417-448);EGF_2|PF07974.12(514-523);EGF_2|PF07974.12(623-646);EGF_3|PF12947.6(126-145);EGF_3|PF12947.6(151-182);EGF_3|PF12947.6(182-220);EGF_3|PF12947.6(226-258);EGF_3|PF12947.6(258-296);EGF_3|PF12947.6(302-334);EGF_3|PF12947.6(334-372);EGF_3|PF12947.6(372-410);EGF_3|PF12947.6(416-448);EGF_3|PF12947.6(638-648);EGF_CA|PF07645.14(119-145);EGF_CA|PF07645.14(147-185);EGF_CA|PF07645.14(185-222);EGF_CA|PF07645.14(223-261);EGF_CA|PF07645.14(261-298);EGF_CA|PF07645.14(299-337);EGF_CA|PF07645.14(337-375);EGF_CA|PF07645.14(375-412);EGF_CA|PF07645.14(413-454);EGF_CA|PF07645.14(444-467);EGF_CA|PF07645.14(66-89);EGF|PF00008.26(119-145);EGF|PF00008.26(151-181);EGF|PF00008.26(189-219);EGF|PF00008.26(227-257);EGF|PF00008.26(265-295);EGF|PF00008.26(303-333);EGF|PF00008.26(341-371);EGF|PF00008.26(379-409);EGF|PF00008.26(417-447);EGF|PF00008.26(454-467);FXa_inhibition|PF14670.5(121-145);FXa_inhibition|PF14670.5(151-189);FXa_inhibition|PF14670.5(182-227);FXa_inhibition|PF14670.5(220-263);FXa_inhibition|PF14670.5(258-303);FXa_inhibition|PF14670.5(296-333);FXa_inhibition|PF14670.5(334-375);FXa_inhibition|PF14670.5(372-417);FXa_inhibition|PF14670.5(410-454);hEGF|PF12661.6(122-134);hEGF|PF12661.6(135-146);hEGF|PF12661.6(156-177);hEGF|PF12661.6(194-215);hEGF|PF12661.6(232-253);hEGF|PF12661.6(270-291);hEGF|PF12661.6(308-329);hEGF|PF12661.6(346-367);hEGF|PF12661.6(384-405);hEGF|PF12661.6(422-440);hEGF|PF12661.6(632-644);hEGF|PF12661.6(738-756);
## 23                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           POP1|PF06978.10(13-76);POP1|PF06978.10(99-156);
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   AbiGi|PF10899.7(7-113);DUF4200|PF13863.5(1-112);DUF4200|PF13863.5(110-159);EF-hand_11|PF08976.10(116-158);EF-hand_11|PF08976.10(36-108);FapA|PF03961.12(6-154);GIDA_assoc|PF13932.5(3-152);PaaX_C|PF08223.10(109-158);PaaX_C|PF08223.10(25-81);PaaX_C|PF08223.10(3-50);SID-1_RNA_chan|PF13965.5(7-145);TLE_N|PF03920.14(3-44);TLE_N|PF03920.14(55-158);
## 25                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GKAP|PF03359.12(1-209);MutS_II|PF05188.16(115-212);MutS_II|PF05188.16(6-63);TraF_2|PF13729.5(105-213);TraF_2|PF13729.5(31-86);
## 26                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            CsiD|PF08943.9(621-681);DIT1_PvcA|PF05141.11(85-353);TauD|PF02668.15(408-681);
## 27                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           LTV|PF04180.13(10-213);LTV|PF04180.13(204-408);
## 28                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       DUF4147|PF13660.5(6-259);MOFRL|PF05161.12(363-483);
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 DUF4347|PF14252.5(430-567);IQ|PF00612.26(312-331);IQ|PF00612.26(335-352);
## 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         ApoO|PF09769.8(392-478);ApoO|PF09769.8(629-706);ApoO|PF09769.8(669-746);BBP1_C|PF15272.5(401-508);BBP1_C|PF15272.5(539-666);BBP1_C|PF15272.5(653-763);DUF812|PF05667.10(288-484);DUF812|PF05667.10(482-739);Kinesin_assoc|PF16183.4(339-492);Kinesin_assoc|PF16183.4(416-676);Kinesin_assoc|PF16183.4(605-731);Kinesin|PF00225.22(10-334);Kinesin|PF00225.22(413-491);Kinesin|PF00225.22(655-733);Microtub_bd|PF16796.4(3-150);ZnuA|PF01297.16(387-572);ZnuA|PF01297.16(620-728);
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       ArfGap|PF01412.17(17-131);ArfGap|PF01412.17(528-626);RVT_1|PF00078.26(512-614);RVT_1|PF00078.26(622-695);RVT_1|PF00078.26(740-994);
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Glyoxalase_2|PF12681.6(14-77);Glyoxalase_2|PF12681.6(194-254);Glyoxalase_2|PF12681.6(87-197);JMY|PF15871.4(1-229);JMY|PF15871.4(275-335);
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            7tm_1|PF00001.20(23-279);7tm_2|PF00002.23(6-239);DUF1345|PF07077.10(150-241);DUF1345|PF07077.10(8-114);Glycophorin_A|PF01102.17(154-187);Glycophorin_A|PF01102.17(218-260);Glycophorin_A|PF01102.17(4-49);Neur_chan_memb|PF02932.15(154-209);Neur_chan_memb|PF02932.15(24-86);
## 34                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Kinesin|PF00225.22(10-296);Microtub_bd|PF16796.4(3-150);
## 35                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      NCBP3|PF10309.8(99-152);RNA_bind|PF08675.10(97-165);
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           fn3|PF00041.20(191-275);fn3|PF00041.20(87-169);
## 37                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      betaPIX_CC|PF16523.4(128-185);betaPIX_CC|PF16523.4(238-299);betaPIX_CC|PF16523.4(257-320);betaPIX_CC|PF16523.4(69-118);DUF4094|PF13334.5(238-317);DUF4094|PF13334.5(318-380);DUF4349|PF14257.5(13-90);DUF4349|PF14257.5(139-200);DUF4349|PF14257.5(268-319);DUF4349|PF14257.5(340-410);DUF4349|PF14257.5(52-107);Rubis-subs-bind|PF09273.10(58-333);SOAR|PF16533.4(136-186);SOAR|PF16533.4(238-330);SOAR|PF16533.4(340-379);Tektin|PF03148.13(17-399);YlqD|PF11068.7(128-215);YlqD|PF11068.7(232-322);YlqD|PF11068.7(3-107);YlqD|PF11068.7(333-394);
## 38                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 7tm_1|PF00001.20(23-811);7tm_4|PF13853.5(185-265);7tm_4|PF13853.5(736-828);7tm_4|PF13853.5(9-166);7TM_GPCR_Srx|PF10328.8(14-156);7TM_GPCR_Srx|PF10328.8(211-264);GHL15|PF14885.5(363-479);GHL15|PF14885.5(484-607);Glyco_transf_8C|PF08437.9(574-600);Glyco_transf_8C|PF08437.9(645-671);
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         DnaJ_C|PF01556.17(186-346);DnaJ|PF00226.30(4-65);
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Nup35_RRM_2|PF14605.5(123-178);Nup35_RRM_2|PF14605.5(219-282);RRM_1|PF00076.21(122-190);RNP
## 41                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    C2-set_2|PF08205.11(179-251);C2-set_2|PF08205.11(31-85);C2-set_2|PF08205.11(95-160);CBM_6|PF03422.14(110-188);CBM_6|PF03422.14(35-120);DUF2369|PF10179.8(2-63);DUF2369|PF10179.8(315-357);fn3|PF00041.20(267-348);fn3|PF00041.20(27-57);I-set|PF07679.15(16-92);I-set|PF07679.15(179-262);I-set|PF07679.15(277-321);I-set|PF07679.15(99-173);Ig_2|PF13895.5(12-92);Ig_2|PF13895.5(176-261);Ig_2|PF13895.5(96-173);Ig_3|PF13927.5(12-78);Ig_3|PF13927.5(176-249);Ig_3|PF13927.5(97-160);Ig_5|PF16681.4(105-174);epsilon
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Astacin|PF01400.23(79-271);
## 43                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Spb1_C|PF07780.11(8-99);
## 44                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Aim21|PF11489.7(1-123);SAP130_C|PF16014.4(6-129);
## 45                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 APG6|PF04111.11(124-272);APG6|PF04111.11(233-373);bZIP_1|PF00170.20(123-165);bZIP_1|PF00170.20(17-39);bZIP_1|PF00170.20(182-232);bZIP_1|PF00170.20(281-302);bZIP_1|PF00170.20(312-351);Ca_chan_IQ|PF08763.10(185-231);Ca_chan_IQ|PF08763.10(451-472);Ca_chan_IQ|PF08763.10(551-613);DivIC|PF04977.14(190-239);DivIC|PF04977.14(278-305);DivIC|PF04977.14(312-346);DivIC|PF04977.14(338-363);DUF2746|PF10874.7(189-251);DUF4407|PF14362.5(171-376);DUF4407|PF14362.5(619-668);DUF4600|PF15372.5(146-273);DUF4600|PF15372.5(276-362);DUF5401|PF17380.1(147-371);Gp-FAR-1|PF05823.11(118-169);Gp-FAR-1|PF05823.11(182-266);Gp-FAR-1|PF05823.11(258-305);Gp-FAR-1|PF05823.11(312-366);Gp-FAR-1|PF05823.11(619-676);HMMR_C|PF15908.4(116-260);HMMR_C|PF15908.4(276-363);Lectin_N|PF03954.13(155-234);Lectin_N|PF03954.13(268-364);Lectin_N|PF03954.13(87-114);Sec34|PF04136.14(122-232);Sec34|PF04136.14(288-370);Spc7|PF08317.10(123-264);Spc7|PF08317.10(183-310);Spc7|PF08317.10(315-400);TPD52|PF04201.14(188-347);TPR_MLP1_2|PF07926.11(120-182);TPR_MLP1_2|PF07926.11(148-262);TPR_MLP1_2|PF07926.11(194-309);TPR_MLP1_2|PF07926.11(262-372);TSNAXIP1_N|PF15739.4(102-214);TSNAXIP1_N|PF15739.4(218-306);TSNAXIP1_N|PF15739.4(277-346);UPF0449|PF15136.5(195-233);UPF0449|PF15136.5(248-310);UPF0449|PF15136.5(314-373);
## 46                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Copine|PF07002.15(78-292);RNA_pol_Rpo13|PF12136.7(55-73);
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   BRE1|PF08647.10(172-261);BRE1|PF08647.10(268-336);BRE1|PF08647.10(317-410);BRE1|PF08647.10(407-507);BRE1|PF08647.10(503-587);BRE1|PF08647.10(596-620);BRE1|PF08647.10(623-721);BRE1|PF08647.10(723-749);BRE1|PF08647.10(757-808);BRE1|PF08647.10(818-893);BRE1|PF08647.10(883-969);Ribosomal_S6|PF01250.16(521-593);Ribosomal_S6|PF01250.16(661-700);Ribosomal_S6|PF01250.16(778-860);Ribosomal_S6|PF01250.16(868-940);
## 48                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Bystin|PF05291.10(139-427);Bystin|PF05291.10(8-82);
## 49                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         0
## 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 LRR_4|PF12799.6(30-74);LRR_4|PF12799.6(56-102);LRR_4|PF12799.6(79-116);LRR_4|PF12799.6(8-50);LRR_8|PF13855.5(4-44);LRR_8|PF13855.5(56-115);LRR_9|PF14580.5(1-73);LRR_9|PF14580.5(49-165);
## 51                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Astacin|PF01400.23(37-246);
## 52                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 DASH_Hsk3|PF08227.10(282-316);DASH_Hsk3|PF08227.10(326-351);Filament|PF00038.20(13-375);LTD|PF00932.18(491-603);Mst1_SARAH|PF11629.7(285-301);Mst1_SARAH|PF11629.7(324-355);Mst1_SARAH|PF11629.7(48-76);Spc7|PF08317.10(136-257);Spc7|PF08317.10(236-364);Spc7|PF08317.10(8-137);TPR_MLP1_2|PF07926.11(12-89);TPR_MLP1_2|PF07926.11(123-238);TPR_MLP1_2|PF07926.11(240-318);TPR_MLP1_2|PF07926.11(312-350);TPR_MLP1_2|PF07926.11(62-151);
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Aft1_HRR|PF11787.7(141-222);Aft1_HRR|PF11787.7(4-32);DUF4639|PF15479.5(1-255);
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        BRF1|PF07741.12(14-62);OAD_gamma|PF04277.12(6-86);
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              AAA_14|PF13173.5(405-479);AAA_14|PF13173.5(89-157);AAA_15|PF13175.5(259-362);AAA_15|PF13175.5(395-481);AAA_15|PF13175.5(437-543);AAA_15|PF13175.5(82-112);AAA_16|PF13191.5(401-480);AAA_16|PF13191.5(77-253);AAA_18|PF13238.5(408-511);AAA_18|PF13238.5(94-187);AAA_21|PF13304.5(210-271);TA
## 56                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Enolase_C|PF00113.21(298-534);
## 57                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        CheR_N|PF03705.14(415-443);CheR_N|PF03705.14(467-482);DEAD|PF00270.28(15-189);Dicer_dimer|PF03368.13(565-654);dsrm|PF00035.25(565-637);DUF3245|PF11595.7(1099-1181);DUF3245|PF11595.7(620-684);Flavi_DEAD|PF07652.13(362-439);Flavi_DEAD|PF07652.13(91-172);Helicase_C|PF00271.30(359-489);Helicase_C|PF00271.30(48-122);NOA36|PF06524.11(420-472);NOA36|PF06524.11(617-685);PAZ|PF02170.21(838-979);ResIII|PF04851.14(11-184);Ribonucleas_3_3|PF14622.5(1099-1184);Ribonuclease_3|PF00636.25(1107-1179);SNF2_N|PF00176.22(9-175);
## 58                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     DZR|PF12773.6(151-251);DZR|PF12773.6(54-104);DZR|PF12773.6(799-843);DZR|PF12773.6(84-167);FOXP-CC|PF16159.4(150-189);FOXP-CC|PF16159.4(219-252);FOXP-CC|PF16159.4(244-312);GAGA|PF09237.10(151-178);zf-C2H2_4|PF13894.5(152-175);zf-C2H2_4|PF13894.5(179-188);zf-C2H2_4|PF13894.5(220-243);zf-C2H2_4|PF13894.5(244-272);zf-C2H2_4|PF13894.5(286-303);zf-C2H2_4|PF13894.5(809-830);zf-C2H2|PF00096.25(153-175);zf-C2H2|PF00096.25(179-187);zf-C2H2|PF00096.25(197-208);zf-C2H2|PF00096.25(221-243);zf-C2H2|PF00096.25(246-272);zf-C2H2|PF00096.25(274-303);zf-C2H2|PF00096.25(79-90);zf-C2H2|PF00096.25(809-829);zf-C3HC4_3|PF13920.5(144-164);zf-C3HC4_3|PF13920.5(176-190);zf-C3HC4_3|PF13920.5(218-259);zf-C3HC4_3|PF13920.5(60-110);zf-C3HC4_3|PF13920.5(806-822);
## 59                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  7tm_1|PF00001.20(37-287);7TM_GPCR_Srsx|PF10320.8(31-294);7TM_GPCR_Srx|PF10328.8(239-294);7TM_GPCR_Srx|PF10328.8(28-244);
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     RPAP2_Rtr1|PF04181.12(12-46);RPAP2_Rtr1|PF04181.12(202-248);RPAP2_Rtr1|PF04181.12(62-134);Trigger_N|PF05697.12(14-116);Trigger_N|PF05697.12(314-375);
## 61                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            TPH|PF13868.5(111-189);TPH|PF13868.5(185-533);
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         0
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        DUF3349|PF11829.7(111-171);DUF3349|PF11829.7(12-44);DUF3349|PF11829.7(389-446);DUF3349|PF11829.7(717-771);DUF3349|PF11829.7(879-963);HEAT_2|PF13646.5(734-780);HEAT_2|PF13646.5(862-946);HEAT_2|PF13646.5(942-1009);HEAT_EZ|PF13513.5(258-290);HEAT_EZ|PF13513.5(371-406);HEAT_EZ|PF13513.5(879-929);HEAT_EZ|PF13513.5(919-969);HEAT_EZ|PF13513.5(956-1006);HEAT|PF02985.21(266-277);HEAT|PF02985.21(861-891);HEAT|PF02985.21(903-927);HEAT|PF02985.21(942-972);HEAT|PF02985.21(984-1006);MMS19_C|PF12460.7(358-600);MMS19_C|PF12460.7(555-949);MMS19_C|PF12460.7(86-295);MMS19_C|PF12460.7(9-118);MMS19_N|PF14500.5(355-444);MMS19_N|PF14500.5(451-653);MMS19_N|PF14500.5(56-316);MMS19_N|PF14500.5(692-821);MMS19_N|PF14500.5(852-996);UME|PF08064.12(322-422);UME|PF08064.12(628-668);UME|PF08064.12(699-772);UME|PF08064.12(825-926);UME|PF08064.12(935-1011);
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GCV_T_C|PF08669.10(872-931);POP1|PF06978.10(163-249);POP1|PF06978.10(757-847);POP1|PF06978.10(99-182);POPLD|PF08170.11(131-195);POPLD|PF08170.11(605-696);
## 65                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 DUSP|PF06337.11(416-549);DUSP|PF06337.11(579-656);UCH_1|PF13423.5(46-431);UCH|PF00443.28(46-449);UCH|PF00443.28(558-683);
## 66                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      DASH_Dad1|PF08649.9(155-201);DASH_Dad1|PF08649.9(202-233);DASH_Dad1|PF08649.9(390-415);NYD-SP28_assoc|PF14775.5(218-286);NYD-SP28_assoc|PF14775.5(395-443);NYD-SP28|PF14772.5(128-176);NYD-SP28|PF14772.5(184-236);NYD-SP28|PF14772.5(234-291);NYD-SP28|PF14772.5(27-127);NYD-SP28|PF14772.5(280-362);NYD-SP28|PF14772.5(401-446);Orthopox_B11R|PF07033.10(145-177);
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Apolipo_F|PF15148.5(11-97);DUF5484|PF17583.1(6-31);PLAT|PF01477.22(1-101);
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Peptidase_M8|PF01457.15(132-606);Peptidase_M8|PF01457.15(53-109);
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       ANAPC3|PF12895.6(185-237);ANAPC3|PF12895.6(226-289);ANAPC3|PF12895.6(299-332);ANAPC5|PF12862.6(177-265);ANAPC5|PF12862.6(262-334);DUF2225|PF09986.8(110-255);DUF2225|PF09986.8(245-380);DUF2225|PF09986.8(33-115);DUF4810|PF16068.4(172-242);DUF4810|PF16068.4(256-321);RPN7|PF10602.8(179-250);RPN7|PF10602.8(247-351);Sel1|PF08238.11(123-134);Sel1|PF08238.11(183-202);Sel1|PF08238.11(254-279);SNAP|PF14938.5(155-300);SPO22|PF08631.9(164-294);SPO22|PF08631.9(248-358);SPO22|PF08631.9(7-67);TPR_1|PF00515.27(123-145);TPR_1|PF00515.27(186-206);TPR_1|PF00515.27(218-244);TPR_1|PF00515.27(254-286);TPR_1|PF00515.27(295-324);TPR_10|PF13374.5(102-120);TPR_10|PF13374.5(115-137);TPR_10|PF13374.5(123-147);TPR_10|PF13374.5(188-209);TPR_10|PF13374.5(254-289);TPR_10|PF13374.5(29-42);TPR_10|PF13374.5(296-322);TPR_11|PF13414.5(120-136);TPR_11|PF13414.5(189-207);TPR_11|PF13414.5(261-277);TPR_11|PF13414.5(301-320);TPR_12|PF13424.5(102-154);TPR_12|PF13424.5(176-245);TPR_12|PF13424.5(250-326);TPR_14|PF13428.5(117-148);TPR_14|PF13428.5(174-210);TPR_14|PF13428.5(215-251);TPR_14|PF13428.5(254-295);TPR_14|PF13428.5(298-330);TPR_16|PF13432.5(116-147);TPR_16|PF13432.5(180-245);TPR_16|PF13432.5(218-286);TPR_19|PF14559.5(184-223);TPR_19|PF14559.5(225-295);TPR_19|PF14559.5(296-322);TPR_2|PF07719.16(123-155);TPR_2|PF07719.16(185-207);TPR_2|PF07719.16(218-245);TPR_2|PF07719.16(254-286);TPR_2|PF07719.16(294-325);TPR_20|PF14561.5(172-244);TPR_20|PF14561.5(237-294);TPR_20|PF14561.5(6-53);TPR_3|PF07720.11(190-206);TPR_3|PF07720.11(257-282);TPR_3|PF07720.11(298-318);TPR_6|PF13174.5(124-148);TPR_6|PF13174.5(176-203);TPR_6|PF13174.5(215-243);TPR_6|PF13174.5(258-284);TPR_7|PF13176.5(117-148);TPR_7|PF13176.5(173-210);TPR_7|PF13176.5(218-253);TPR_7|PF13176.5(256-291);TPR_7|PF13176.5(296-330);TPR_8|PF13181.5(122-154);TPR_8|PF13181.5(184-206);TPR_8|PF13181.5(215-245);TPR_8|PF13181.5(254-292);TPR_8|PF13181.5(296-322);TPR_9|PF13371.5(123-152);TPR_9|PF13371.5(180-207);TPR_9|PF13371.5(219-261);TPR_9|PF13371.5(252-292);TPR_9|PF13371.5(300-338);
## 70                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   C1_2|PF03107.15(95-138);Dermcidin|PF15291.5(289-370);Herpes_DNAp_acc|PF04929.11(280-389);PB1|PF00564.23(13-89);PB1|PF00564.23(258-284);UBA_5|PF16577.4(369-418);ZZ|PF00569.16(105-148);
## 71                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Gelsolin|PF00626.21(1-74);Gelsolin|PF00626.21(131-194);Gelsolin|PF00626.21(198-215);
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Astacin|PF01400.23(272-319);Astacin|PF01400.23(81-268);ShK|PF01549.23(278-309);
## 73                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 DUF5128|PF17170.3(113-166);DUF5128|PF17170.3(165-245);NHL|PF01436.20(115-142);NHL|PF01436.20(160-180);NHL|PF01436.20(208-235);NHL|PF01436.20(255-282);NHL|PF01436.20(27-53);NHL|PF01436.20(72-90);SGL|PF08450.11(29-283);
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         ACOX|PF01756.18(438-577);Acyl-CoA_dh_1|PF00441.23(258-417);Acyl-CoA_dh_1|PF00441.23(524-577);Acyl-CoA_dh_2|PF08028.10(270-388);Acyl-CoA_dh_M|PF02770.18(118-227);
## 75                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Kinase-like|PF14531.5(2-63);Kinase-like|PF14531.5(77-252);Pkinase_Tyr|PF07714.16(4-261);Pkinase|PF00069.24(4-264);SASP_gamma|PF04259.13(265-299);SASP_gamma|PF04259.13(340-395);Snf7|PF03357.20(275-409);Snf7|PF03357.20(405-448);
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               DUF4746|PF15928.4(314-436);DUF5345|PF17280.1(340-381);DUF5345|PF17280.1(624-666);Nudix_N_2|PF14803.5(208-229);Nudix_N_2|PF14803.5(501-515);Nudix_N_2|PF14803.5(531-549);Nudix_N_2|PF14803.5(561-567);RecR|PF02132.14(192-215);RecR|PF02132.14(403-421);RecR|PF02132.14(556-569);Vasculin|PF15337.5(334-422);Vasculin|PF15337.5(614-697);zinc_ribbon_2|PF13240.5(206-217);zinc_ribbon_2|PF13240.5(531-544);zinc_ribbon_2|PF13240.5(552-568);
## 77                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               DUF1107|PF06526.11(135-180);DUF1107|PF06526.11(37-73);DUF1107|PF06526.11(81-105);MORN|PF02493.19(11-25);MORN|PF02493.19(119-140);MORN|PF02493.19(141-163);MORN|PF02493.19(26-45);MORN|PF02493.19(49-71);MORN|PF02493.19(72-94);MORN|PF02493.19(95-116);Rib|PF08428.9(4-75);
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     FdhE|PF04216.11(225-253);FdhE|PF04216.11(90-157);FYVE|PF01363.20(102-215);GRDP-like|PF07173.11(302-367);GRDP-like|PF07173.11(532-598);GRDP-like|PF07173.11(777-906);PHD|PF00628.28(110-147);PHD|PF00628.28(191-239);Prok-RING_4|PF14447.5(101-126);Prok-RING_4|PF14447.5(111-157);Prok-RING_4|PF14447.5(192-244);zf-ANAPC11|PF12861.6(105-158);zf-ANAPC11|PF12861.6(185-244);zf-C3HC4_2|PF13923.5(110-150);zf-C3HC4_2|PF13923.5(191-236);zf-C3HC4_3|PF13920.5(107-158);zf-C3HC4_3|PF13920.5(188-242);zf-C3HC4|PF00097.24(111-150);zf-C3HC4|PF00097.24(192-236);zf-rbx1|PF12678.6(103-152);zf-rbx1|PF12678.6(183-237);zf-RING_11|PF17123.4(110-138);zf-RING_11|PF17123.4(192-219);zf-RING_2|PF13639.5(109-152);zf-RING_2|PF13639.5(190-237);zf-RING_5|PF14634.5(110-153);zf-RING_5|PF14634.5(191-238);zf-RING_UBOX|PF13445.5(111-149);zf-RING_UBOX|PF13445.5(184-234);Zn_ribbon_17|PF17120.4(105-151);Zn_ribbon_17|PF17120.4(188-238);
## 79                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       A2M|PF00207.21(131-220);A2M|PF00207.21(301-357);A2M|PF00207.21(79-116);ASH|PF15780.4(301-365);ASH|PF15780.4(369-399);ASH|PF15780.4(80-154);DUF4333|PF14230.5(307-362);DUF4333|PF14230.5(89-112);DUF974|PF06159.12(80-312);Transglut_C|PF00927.21(146-218);Transglut_C|PF00927.21(320-425);Transglut_C|PF00927.21(86-123);Trs65|PF12735.6(228-299);Trs65|PF12735.6(374-424);Trs65|PF12735.6(74-252);
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Anti-TRAP|PF15777.4(46-84);Anti-TRAP|PF15777.4(87-125);DnaJ_C|PF01556.17(25-247);DnaJ_CXXCXGXG|PF00684.18(52-118);FYVE|PF01363.20(58-78);FYVE|PF01363.20(87-148);HypA|PF01155.18(23-82);HypA|PF01155.18(87-132);TF_Zn_Ribbon|PF08271.11(47-58);TF_Zn_Ribbon|PF08271.11(93-124);zf-RING_10|PF16685.4(32-79);zf-RING_10|PF16685.4(82-132);zinc-ribbons_6|PF07191.11(38-83);zinc-ribbons_6|PF07191.11(87-125);
## 81                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   STOP|PF05217.11(394-417);STOP|PF05217.11(6-42);STOP|PF05217.11(92-110);
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       FliX|PF10768.8(224-313);SAM_1|PF00536.29(297-314);SAM_1|PF00536.29(348-410);SAM_2|PF07647.16(295-322);SAM_2|PF07647.16(347-410);SAM_PNT|PF02198.15(332-403);UEV|PF05743.12(43-163);
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Ank_2|PF12796.6(6-39);Ank_2|PF12796.6(86-173);Ank_3|PF13606.5(116-145);Ank_3|PF13606.5(149-173);Ank_4|PF13637.5(117-169);Ank_4|PF13637.5(92-137);Ank_5|PF13857.5(1-26);Ank_5|PF13857.5(10-37);Ank_5|PF13857.5(105-157);Ank_5|PF13857.5(147-173);Ank|PF00023.29(116-148);Ank|PF00023.29(149-173);Ank|PF00023.29(26-54);
## 84                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           ALMT|PF11744.7(1-155);Brix|PF04427.17(130-298);Ndc1_Nup|PF09531.9(6-235);SOBP|PF15279.5(3-208);
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Helicase_C|PF00271.30(75-184);
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       PHD|PF00628.28(147-159);PHD|PF00628.28(241-263);PHD|PF00628.28(273-318);PHD|PF00628.28(328-377);PHD|PF00628.28(377-427);PHD|PF00628.28(486-539);VGPC1_C|PF16799.4(347-372);zf-HC5HC2H_2|PF13832.5(137-154);zf-HC5HC2H_2|PF13832.5(231-319);zf-HC5HC2H_2|PF13832.5(306-368);zf-HC5HC2H_2|PF13832.5(342-425);zf-HC5HC2H_2|PF13832.5(458-559);zf-HC5HC2H|PF13771.5(244-320);zf-HC5HC2H|PF13771.5(320-376);zf-HC5HC2H|PF13771.5(359-427);zf-HC5HC2H|PF13771.5(454-542);
## 87                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           La|PF05383.16(87-145);SUZ-C|PF12901.6(478-495);
## 88                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           La|PF05383.16(87-145);SUZ-C|PF12901.6(433-450);
## 89                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Ank_2|PF12796.6(1-89);Ank_2|PF12796.6(117-170);Ank_2|PF12796.6(51-122);Ank_2|PF12796.6(81-155);Ank_3|PF13606.5(1-20);Ank_3|PF13606.5(127-153);Ank_3|PF13606.5(157-169);Ank_3|PF13606.5(24-51);Ank_3|PF13606.5(59-86);Ank_3|PF13606.5(91-120);Ank_4|PF13637.5(1-45);Ank_4|PF13637.5(108-145);Ank_4|PF13637.5(125-170);Ank_4|PF13637.5(59-112);Ank_5|PF13857.5(11-55);Ank_5|PF13857.5(111-165);Ank_5|PF13857.5(2-27);Ank_5|PF13857.5(51-99);Ank|PF00023.29(1-23);Ank|PF00023.29(125-156);Ank|PF00023.29(24-56);Ank|PF00023.29(60-90);Ank|PF00023.29(92-123);FliT|PF05400.12(7-88);FliT|PF05400.12(96-157);
## 90                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Ribonucleas_3_3|PF14622.5(36-126);Ribonuclease_3|PF00636.25(57-135);
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                AMP_N|PF05195.15(23-145);DUF3793|PF12672.6(129-228);DUF3793|PF12672.6(329-391);LigA|PF07746.10(327-390);Peptidase_M24|PF00557.23(193-459);
## 92                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               EGF_2|PF07974.12(143-172);EGF_2|PF07974.12(321-352);EGF|PF00008.26(137-169);EGF|PF00008.26(321-351);EGF|PF00008.26(79-90);F5_F8_type_C|PF00754.24(187-308);hEGF|PF12661.6(143-161);hEGF|PF12661.6(162-173);hEGF|PF12661.6(213-222);hEGF|PF12661.6(326-347);
## 93                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Anti-TRAP|PF15777.4(131-164);Anti-TRAP|PF15777.4(171-208);Anti-TRAP|PF15777.4(267-290);DnaJ_C|PF01556.17(109-331);DnaJ_CXXCXGXG|PF00684.18(136-202);DnaJ|PF00226.30(6-65);HypA|PF01155.18(118-166);HypA|PF01155.18(171-214);
## 94                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              efThoc1|PF11957.7(75-544);RNA_pol_Rpb4|PF03874.15(231-301);RNA_pol_Rpb4|PF03874.15(330-453);
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      fn3|PF00041.20(149-171);fn3|PF00041.20(392-473);fn3|PF00041.20(496-580);fn3|PF00041.20(598-684);PA14|PF07691.11(239-334);PA14|PF07691.11(353-381);PA14|PF07691.11(75-210);PAN_1|PF00024.25(707-795);
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        BLOC1_2|PF10046.8(148-222);BLOC1_2|PF10046.8(231-299);BLOC1_2|PF10046.8(288-336);CPSase_L_D3|PF02787.18(228-289);CPSase_L_D3|PF02787.18(278-371);DUF5128|PF17170.3(110-214);DUF5128|PF17170.3(483-535);DUF5128|PF17170.3(535-615);NHL|PF01436.20(397-423);NHL|PF01436.20(442-457);NHL|PF01436.20(485-512);NHL|PF01436.20(578-605);NHL|PF01436.20(625-652);SGL|PF08450.11(398-496);SGL|PF08450.11(473-541);SGL|PF08450.11(539-625);
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         0
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       F-box-like|PF12937.6(60-106);WD40|PF00400.31(146-183);WD40|PF00400.31(197-236);WD40|PF00400.31(241-277);WD40|PF00400.31(280-316);WD40|PF00400.31(382-400);WD40|PF00400.31(408-444);
## 99                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             TPH|PF13868.5(137-484);TPH|PF13868.5(48-137);
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Macro|PF01661.20(396-507);PARP|PF00644.19(683-767);Rep_2|PF01719.16(25-75);Rep_2|PF01719.16(498-558);Rep_2|PF01719.16(658-748);
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        DnaJ_C|PF01556.17(186-346);DnaJ|PF00226.30(4-65);
## 102                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               AAA_14|PF13173.5(64-126);AAA_22|PF13401.5(186-269);AAA_22|PF13401.5(64-182);ATPase_2|PF01637.17(157-288);ATPase_2|PF01637.17(59-181);FeoB_N|PF02421.17(164-226);FeoB_N|PF02421.17(63-139);GTP_EFTU|PF00009.26(5-27);GTP_EFTU|PF00009.26(60-232);MMR_HSR1|PF01926.22(1-63);MMR_HSR1|PF01926.22(64-199);Ras|PF00071.21(64-232);Roc|PF08477.12(64-185);RsgA_GTPase|PF03193.15(100-233);RsgA_GTPase|PF03193.15(19-128);SRPRB|PF09439.9(241-278);SRPRB|PF09439.9(5-39);SRPRB|PF09439.9(60-205);
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Cytochrome_C7|PF14522.5(136-174);Cytochrome_C7|PF14522.5(198-288);Cytochrome_C7|PF14522.5(431-521);Cytochrome_C7|PF14522.5(634-690);Kelch_2|PF07646.14(108-141);Kelch_2|PF07646.14(159-179);Kelch_2|PF07646.14(215-236);Kelch_2|PF07646.14(59-105);Kelch_2|PF07646.14(7-30);Kelch_4|PF13418.5(108-142);Kelch_4|PF13418.5(154-184);Kelch_4|PF13418.5(215-240);Kelch_4|PF13418.5(59-81);Kelch_4|PF13418.5(8-30);Kelch_6|PF13964.5(107-129);Kelch_6|PF13964.5(160-184);Kelch_6|PF13964.5(213-231);Kelch_6|PF13964.5(58-100);Kelch_6|PF13964.5(8-39);RCC1_2|PF13540.5(1-30);RCC1_2|PF13540.5(102-131);RCC1_2|PF13540.5(155-184);RCC1_2|PF13540.5(208-237);RCC1_2|PF13540.5(262-276);RCC1_2|PF13540.5(53-82);RCC1|PF00415.17(1-14);RCC1|PF00415.17(118-168);RCC1|PF00415.17(17-66);RCC1|PF00415.17(171-221);RCC1|PF00415.17(224-275);RCC1|PF00415.17(69-115);
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 SIR2|PF02146.16(47-225);TPP_enzyme_M|PF00205.21(149-266);TPP_enzyme_M|PF00205.21(29-65);
## 105                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             CBM_21|PF03370.12(37-73);CBM_21|PF03370.12(87-192);CBM53|PF16760.4(107-193);
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   ABC_tran_CTD|PF16326.4(110-145);ABC_tran_CTD|PF16326.4(63-136);Arg_tRNA_synt_N|PF03485.15(139-229);Arg_tRNA_synt_N|PF03485.15(599-630);Baculo_PEP_C|PF04513.11(53-189);DALR_1|PF05746.14(597-723);DivIC|PF04977.14(101-141);DivIC|PF04977.14(53-98);DUF4407|PF14362.5(45-168);FapA|PF03961.12(35-150);FlaC_arch|PF05377.10(129-150);FlaC_arch|PF05377.10(60-93);FlaC_arch|PF05377.10(99-127);Fmp27_WPPW|PF10359.8(49-196);GldM_N|PF12081.7(46-190);IncA|PF04156.13(312-363);IncA|PF04156.13(42-172);IncA|PF04156.13(486-560);KASH_CCD|PF14662.5(50-154);KLRAQ|PF10205.8(105-151);KLRAQ|PF10205.8(45-102);KLRAQ|PF10205.8(518-557);tRNA-synt_1d|PF00750.18(237-583);tRNA-synt_1e|PF01406.18(102-194);tRNA-synt_1e|PF01406.18(250-431);YabB|PF06156.12(59-149);ZapB|PF06005.11(101-147);ZapB|PF06005.11(521-561);ZapB|PF06005.11(65-97);
## 107                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Dynein_heavy|PF03028.14(4-133);dynein
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ANAPC4_WD40|PF12894.6(148-195);ANAPC4_WD40|PF12894.6(196-272);ANAPC4_WD40|PF12894.6(427-498);WD40|PF00400.31(160-180);WD40|PF00400.31(213-244);WD40|PF00400.31(255-292);WD40|PF00400.31(352-390);WD40|PF00400.31(404-434);WD40|PF00400.31(441-475);
## 109                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Bromodomain|PF00439.24(410-493);DUF2391|PF09622.9(181-242);DUF2391|PF09622.9(37-122);
## 110                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   ASCH|PF04266.13(431-540);zf-C2HC5|PF06221.12(189-238);
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  7tm_2|PF00002.23(3-94);
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                DUF2475|PF10629.8(16-86);
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Abhydrolase_1|PF00561.19(7-106);Abhydrolase_3|PF07859.12(13-100);Abhydrolase_6|PF12697.6(2-101);Chlorophyllase2|PF12740.6(39-101);DUF2974|PF11187.7(16-101);Hydrolase_4|PF12146.7(9-101);Lipase_3|PF01764.24(8-99);Pyr_redox_2|PF07992.13(50-103);Pyr_redox|PF00070.26(51-97);Thioesterase|PF00975.19(9-104);
## 114                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        B3|PF02362.20(10-101);Cullin_binding|PF03556.14(10-72);Cullin_binding|PF03556.14(117-227);Erp_C|PF06780.10(110-144);Kin17_mid|PF10357.8(172-243);
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Arf|PF00025.20(16-196);FeoB_N|PF02421.17(24-109);Gtr1_RagA|PF04670.11(25-196);MMR_HSR1|PF01926.22(25-157);Ras|PF00071.21(25-196);Roc|PF08477.12(25-160);SRPRB|PF09439.9(22-145);
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Acid_phosphat_B|PF03767.13(4-85);
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ANAPC3|PF12895.6(106-198);ANAPC3|PF12895.6(224-322);ANAPC3|PF12895.6(308-377);Fer2_BFD|PF04324.14(154-204);Fer2_BFD|PF04324.14(233-262);Fer2_BFD|PF04324.14(302-339);Foie-gras_1|PF11817.7(248-330);Foie-gras_1|PF11817.7(333-373);Foie-gras_1|PF11817.7(358-482);Foie-gras_1|PF11817.7(89-244);MIT|PF04212.17(101-157);MIT|PF04212.17(219-261);MIT|PF04212.17(269-297);MIT|PF04212.17(298-340);MIT|PF04212.17(343-396);RPN7|PF10602.8(206-243);RPN7|PF10602.8(280-339);RPN7|PF10602.8(336-375);RPN7|PF10602.8(84-210);Sec5|PF15469.5(101-211);Sec5|PF15469.5(345-396);SNAP|PF14938.5(131-261);SNAP|PF14938.5(261-333);SNAP|PF14938.5(31-140);SNAP|PF14938.5(336-396);TPR_1|PF00515.27(12-42);TPR_1|PF00515.27(134-169);TPR_1|PF00515.27(172-204);TPR_1|PF00515.27(212-238);TPR_1|PF00515.27(256-286);TPR_1|PF00515.27(297-329);TPR_1|PF00515.27(341-365);TPR_1|PF00515.27(55-78);TPR_1|PF00515.27(92-120);TPR_10|PF13374.5(132-167);TPR_10|PF13374.5(213-246);TPR_10|PF13374.5(261-284);TPR_10|PF13374.5(297-339);TPR_10|PF13374.5(340-368);TPR_10|PF13374.5(379-394);TPR_10|PF13374.5(96-129);TPR_11|PF13414.5(149-167);TPR_11|PF13414.5(212-233);TPR_11|PF13414.5(293-310);TPR_11|PF13414.5(307-328);TPR_11|PF13414.5(343-373);TPR_11|PF13414.5(89-106);TPR_11|PF13414.5(99-120);TPR_12|PF13424.5(170-244);TPR_12|PF13424.5(19-80);TPR_12|PF13424.5(231-286);TPR_12|PF13424.5(254-328);TPR_12|PF13424.5(294-368);TPR_12|PF13424.5(90-164);TPR_14|PF13428.5(132-189);TPR_14|PF13428.5(257-291);TPR_14|PF13428.5(297-334);TPR_14|PF13428.5(337-371);TPR_16|PF13432.5(142-189);TPR_16|PF13432.5(16-86);TPR_16|PF13432.5(240-289);TPR_16|PF13432.5(269-326);TPR_16|PF13432.5(339-365);TPR_16|PF13432.5(89-125);TPR_19|PF14559.5(103-167);TPR_19|PF14559.5(159-201);TPR_19|PF14559.5(23-80);TPR_19|PF14559.5(271-325);TPR_19|PF14559.5(308-360);TPR_2|PF07719.16(132-165);TPR_2|PF07719.16(172-202);TPR_2|PF07719.16(212-240);TPR_2|PF07719.16(265-288);TPR_2|PF07719.16(296-329);TPR_2|PF07719.16(337-365);TPR_2|PF07719.16(53-79);TPR_2|PF07719.16(92-120);TPR_21|PF09976.8(134-245);TPR_21|PF09976.8(17-139);TPR_21|PF09976.8(233-282);TPR_21|PF09976.8(270-362);TPR_6|PF13174.5(133-164);TPR_6|PF13174.5(173-200);TPR_6|PF13174.5(297-324);TPR_6|PF13174.5(341-363);TPR_6|PF13174.5(54-80);TPR_6|PF13174.5(93-124);TPR_7|PF13176.5(134-169);TPR_7|PF13176.5(214-253);TPR_7|PF13176.5(258-285);TPR_7|PF13176.5(298-330);TPR_7|PF13176.5(338-374);TPR_7|PF13176.5(94-129);TPR_8|PF13181.5(132-165);TPR_8|PF13181.5(157-181);TPR_8|PF13181.5(172-202);TPR_8|PF13181.5(212-239);TPR_8|PF13181.5(297-328);TPR_8|PF13181.5(341-365);TPR_8|PF13181.5(381-396);TPR_8|PF13181.5(93-120);
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Carn_acyltransf|PF00755.19(48-149);
## 119                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 BRICHOS|PF04089.13(137-210);BRICHOS|PF04089.13(45-99);DNA_pol_A_exo1|PF01612.19(96-220);
## 120                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    FAM195|PF14799.5(237-285);FAM195|PF14799.5(494-595);Ion_trans_2|PF07885.15(227-315);Ion_trans|PF00520.30(200-319);Ion_trans|PF00520.30(32-64);Lig_chan|PF00060.25(223-328);SBP_bac_3|PF00497.19(111-164);SBP_bac_3|PF00497.19(176-419);SBP_bac_3|PF00497.19(534-562);
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     CC2-LZ|PF16516.4(129-192);NF-kappa-B
## 122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          AAA_13|PF13166.5(340-480);AAA_13|PF13166.5(468-563);ABC_tran_CTD|PF16326.4(362-394);ABC_tran_CTD|PF16326.4(383-451);ABC_tran_CTD|PF16326.4(514-564);Abi_C|PF14355.5(425-470);Abi_C|PF14355.5(481-532);ADIP|PF11559.7(363-459);ADIP|PF11559.7(414-495);ADIP|PF11559.7(437-518);ADIP|PF11559.7(498-562);APG6|PF04111.11(331-435);APG6|PF04111.11(421-562);Atg14|PF10186.8(341-430);Atg14|PF10186.8(368-568);ATG16|PF08614.10(329-424);ATG16|PF08614.10(412-542);CALCOCO1|PF07888.10(343-560);Caldesmon|PF02029.14(339-585);CENP-F_leu_zip|PF10473.8(344-448);CENP-F_leu_zip|PF10473.8(429-496);CENP-F_leu_zip|PF10473.8(476-560);DivIVA|PF05103.12(366-475);DivIVA|PF05103.12(474-532);DivIVA|PF05103.12(520-560);DUF3450|PF11932.7(345-430);DUF3450|PF11932.7(407-490);DUF3450|PF11932.7(458-555);DUF3584|PF12128.7(331-562);DUF4201|PF13870.5(343-457);DUF4201|PF13870.5(369-546);DUF4763|PF15960.4(336-441);DUF4763|PF15960.4(422-547);DUF4795|PF16043.4(351-547);DUF4795|PF16043.4(499-592);DUF724|PF05266.13(343-486);DUF724|PF05266.13(479-562);DUF745|PF05335.12(381-490);DUF745|PF05335.12(495-562);DUF812|PF05667.10(337-558);EF-hand_1|PF00036.31(161-189);EF-hand_1|PF00036.31(258-286);EF-hand_1|PF00036.31(292-320);EF-hand_1|PF00036.31(51-78);EF-hand_4|PF12763.6(119-219);EF-hand_4|PF12763.6(250-338);EF-hand_4|PF12763.6(7-91);EF-hand_5|PF13202.5(169-187);EF-hand_5|PF13202.5(259-283);EF-hand_6|PF13405.5(162-193);EF-hand_6|PF13405.5(258-287);EF-hand_6|PF13405.5(293-319);EF-hand_6|PF13405.5(51-79);EF-hand_7|PF13499.5(15-187);EF-hand_7|PF13499.5(159-284);EF-hand_7|PF13499.5(255-318);EF-hand_7|PF13499.5(290-415);EF-hand_8|PF13833.5(167-188);EF-hand_8|PF13833.5(249-282);EF-hand_8|PF13833.5(36-78);EzrA|PF06160.11(343-520);EzrA|PF06160.11(506-564);Fez1|PF06818.14(342-487);Fez1|PF06818.14(455-577);Filament|PF00038.20(371-557);FliJ|PF02050.15(350-425);FliJ|PF02050.15(412-509);FliJ|PF02050.15(499-558);FPP|PF05911.10(341-462);FPP|PF05911.10(443-564);GAS|PF13851.5(343-458);GAS|PF13851.5(395-511);GAS|PF13851.5(453-562);Golgin_A5|PF09787.8(355-479);Golgin_A5|PF09787.8(447-564);HOOK|PF05622.11(307-484);HOOK|PF05622.11(479-568);IFT57|PF10498.8(311-371);IFT57|PF10498.8(340-545);IncA|PF04156.13(313-469);IncA|PF04156.13(454-560);Jnk-SapK_ap_N|PF09744.8(349-472);Jnk-SapK_ap_N|PF09744.8(473-562);KxDL|PF10241.8(398-474);KxDL|PF10241.8(473-547);MAD|PF05557.12(347-483);MAD|PF05557.12(473-555);MPS2|PF17060.4(331-486);MPS2|PF17060.4(472-570);MscS_porin|PF12795.6(339-455);MscS_porin|PF12795.6(452-559);PspA_IM30|PF04012.11(364-495);PspA_IM30|PF04012.11(471-563);Reo_sigmaC|PF04582.11(340-499);Reo_sigmaC|PF04582.11(438-562);SKA1|PF07160.11(349-479);SKA1|PF07160.11(466-566);Spc7|PF08317.10(332-462);Spc7|PF08317.10(451-564);TBPIP|PF07106.12(341-454);TBPIP|PF07106.12(408-507);TBPIP|PF07106.12(474-562);TMPIT|PF07851.12(347-481);TMPIT|PF07851.12(464-564);TPR_MLP1_2|PF07926.11(346-426);TPR_MLP1_2|PF07926.11(388-488);TPR_MLP1_2|PF07926.11(424-547);Tropomyosin|PF00261.19(352-497);Tropomyosin|PF00261.19(500-562);WEMBL|PF05701.10(342-556);YabB|PF06156.12(342-438);YabB|PF06156.12(456-511);YabB|PF06156.12(501-573);YscO|PF07321.11(344-403);YscO|PF07321.11(399-484);YscO|PF07321.11(479-551);
## 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Tim17|PF02466.18(1-102);
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          DUF4518|PF15008.5(840-927);F5_F8_type_C|PF00754.24(524-651);F5_F8_type_C|PF00754.24(674-801);F5_F8_type_C|PF00754.24(991-1045);
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Telomere_reg-2|PF10193.8(543-651);
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        fn3|PF00041.20(1081-1186);fn3|PF00041.20(1201-1292);fn3|PF00041.20(293-336);fn3|PF00041.20(359-439);fn3|PF00041.20(465-554);fn3|PF00041.20(568-652);fn3|PF00041.20(666-750);fn3|PF00041.20(764-850);fn3|PF00041.20(864-956);fn3|PF00041.20(970-1067);GLEYA|PF10528.8(250-331);GLEYA|PF10528.8(85-172);Interfer-bind|PF09294.9(1002-1066);Interfer-bind|PF09294.9(1199-1282);Interfer-bind|PF09294.9(470-557);Interfer-bind|PF09294.9(571-652);Interfer-bind|PF09294.9(672-752);Ion_trans_2|PF07885.15(1443-1529);Ion_trans|PF00520.30(1438-1529);Lig_chan|PF00060.25(1438-1656);PA14|PF07691.11(237-288);PA14|PF07691.11(69-184);
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Nicastrin|PF05450.14(147-205);Nicastrin|PF05450.14(215-361);Peptidase_M28|PF04389.16(203-392);
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Tektin|PF03148.13(1-146);
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 SIR2|PF02146.16(15-163);
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ADK_lid|PF05191.13(238-272);ADK_lid|PF05191.13(345-383);ADK_lid|PF05191.13(87-117);ADK_lid|PF05191.13(9-49);c-SKI_SMAD_bind|PF08782.9(221-295);c-SKI_SMAD_bind|PF08782.9(337-381);c-SKI_SMAD_bind|PF08782.9(4-49);c-SKI_SMAD_bind|PF08782.9(71-121);DUF1178|PF06676.10(222-328);DUF1178|PF06676.10(3-126);DUF1178|PF06676.10(341-450);DUF2318|PF10080.8(223-277);DUF2318|PF10080.8(3-42);DUF2318|PF10080.8(339-378);DUF2318|PF10080.8(71-124);FYVE|PF01363.20(230-294);FYVE|PF01363.20(339-406);FYVE|PF01363.20(78-126);FYVE|PF01363.20(9-48);HNH|PF01844.22(240-269);HNH|PF01844.22(346-362);HNH|PF01844.22(88-103);Prim_Zn_Ribbon|PF08273.11(235-246);Prim_Zn_Ribbon|PF08273.11(8-20);Prim_Zn_Ribbon|PF08273.11(83-94);Sgf11|PF08209.10(236-260);Sgf11|PF08209.10(340-368);Sgf11|PF08209.10(6-31);Sgf11|PF08209.10(82-99);zf-AN1|PF01428.15(229-250);zf-AN1|PF01428.15(337-353);zf-AN1|PF01428.15(4-21);zf-AN1|PF01428.15(77-95);zf-C2H2_11|PF16622.4(234-252);zf-C2H2_11|PF16622.4(343-358);zf-C2H2_11|PF16622.4(86-95);zf-C2H2_11|PF16622.4(9-22);zf-C2H2_4|PF13894.5(238-257);zf-C2H2_4|PF13894.5(344-364);zf-C2H2_4|PF13894.5(86-107);zf-C2H2_4|PF13894.5(9-27);zf-C2H2|PF00096.25(10-22);zf-C2H2|PF00096.25(238-256);zf-C2H2|PF00096.25(344-362);zf-C2H2|PF00096.25(86-106);zf-C2HC_2|PF13913.5(236-259);zf-C2HC_2|PF13913.5(342-366);zf-C2HC_2|PF13913.5(7-31);zf-C2HC_2|PF13913.5(84-108);zf-CHCC|PF10276.8(1-18);zf-CHCC|PF10276.8(229-247);zf-CHCC|PF10276.8(338-353);zf-CHCC|PF10276.8(81-95);zf-CpG_bind_C|PF12269.7(211-290);domain
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    DIOX_N|PF14226.5(2-65);DIOX_N|PF14226.5(266-362);FGGY_C|PF02782.15(22-144);HSP70|PF00012.19(1-376);PRESAN|PF09687.9(273-368);PRESAN|PF09687.9(29-94);
## 132                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ADK_lid|PF05191.13(194-228);ADK_lid|PF05191.13(301-338);ADK_lid|PF05191.13(43-73);c-SKI_SMAD_bind|PF08782.9(177-251);c-SKI_SMAD_bind|PF08782.9(27-77);c-SKI_SMAD_bind|PF08782.9(293-335);DUF2318|PF10080.8(179-233);DUF2318|PF10080.8(27-81);DUF2318|PF10080.8(295-334);DZR|PF12773.6(169-216);DZR|PF12773.6(26-65);DZR|PF12773.6(292-330);FYVE|PF01363.20(186-251);FYVE|PF01363.20(295-362);FYVE|PF01363.20(35-83);HNH|PF01844.22(196-226);HNH|PF01844.22(302-318);HNH|PF01844.22(44-59);Prim_Zn_Ribbon|PF08273.11(191-202);Prim_Zn_Ribbon|PF08273.11(39-50);Sgf11|PF08209.10(192-216);Sgf11|PF08209.10(296-327);Sgf11|PF08209.10(38-55);zf-AN1|PF01428.15(185-206);zf-AN1|PF01428.15(293-309);zf-AN1|PF01428.15(33-51);zf-C2H2_11|PF16622.4(190-208);zf-C2H2_11|PF16622.4(299-314);zf-C2H2_11|PF16622.4(42-51);zf-C2H2_4|PF13894.5(194-213);zf-C2H2_4|PF13894.5(300-320);zf-C2H2_4|PF13894.5(42-63);zf-C2H2|PF00096.25(194-212);zf-C2H2|PF00096.25(300-318);zf-C2H2|PF00096.25(42-62);zf-C2H2|PF00096.25(444-458);zf-C2HC_2|PF13913.5(192-215);zf-C2HC_2|PF13913.5(298-322);zf-C2HC_2|PF13913.5(40-64);zf-CHCC|PF10276.8(185-203);zf-CHCC|PF10276.8(294-309);zf-CHCC|PF10276.8(37-51);zf-CpG_bind_C|PF12269.7(10-70);domain
## 133                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           RMI1_N|PF08585.11(10-92);RMI1_N|PF08585.11(240-440);RMI1_N|PF08585.11(85-167);
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               cNMP_binding|PF00027.28(284-377);cNMP_binding|PF00027.28(414-458);cNMP_binding|PF00027.28(598-658);DUF5302|PF17227.1(182-198);DUF5302|PF17227.1(20-35);DUF5302|PF17227.1(56-90);DUF5302|PF17227.1(93-142);
## 135                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 PRP38|PF03371.14(1-171);
## 136                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    BolA|PF01722.17(356-403);BolA|PF01722.17(520-572);BolA|PF01722.17(96-144);GAGA|PF09237.10(113-134);GAGA|PF09237.10(499-549);GAGA|PF09237.10(540-567);GAGA|PF09237.10(553-599);zf-C2H2_11|PF16622.4(111-134);zf-C2H2_11|PF16622.4(380-401);zf-C2H2_11|PF16622.4(409-431);zf-C2H2_11|PF16622.4(433-456);zf-C2H2_11|PF16622.4(463-488);zf-C2H2_11|PF16622.4(489-515);zf-C2H2_11|PF16622.4(519-542);zf-C2H2_11|PF16622.4(577-596);zf-C2H2_4|PF13894.5(113-136);zf-C2H2_4|PF13894.5(380-403);zf-C2H2_4|PF13894.5(408-431);zf-C2H2_4|PF13894.5(437-460);zf-C2H2_4|PF13894.5(465-488);zf-C2H2_4|PF13894.5(493-516);zf-C2H2_4|PF13894.5(521-544);zf-C2H2_4|PF13894.5(549-572);zf-C2H2_4|PF13894.5(577-600);zf-C2H2_4|PF13894.5(80-102);zf-C2H2_6|PF13912.5(113-131);zf-C2H2_6|PF13912.5(381-404);zf-C2H2_6|PF13912.5(409-420);zf-C2H2_6|PF13912.5(436-461);zf-C2H2_6|PF13912.5(464-490);zf-C2H2_6|PF13912.5(492-517);zf-C2H2_6|PF13912.5(520-546);zf-C2H2_6|PF13912.5(548-574);zf-C2H2_6|PF13912.5(576-588);zf-C2H2_6|PF13912.5(80-105);zf-C2H2_jaz|PF12171.7(112-133);zf-C2H2_jaz|PF12171.7(407-428);zf-C2H2_jaz|PF12171.7(436-448);zf-C2H2_jaz|PF12171.7(465-475);zf-C2H2_jaz|PF12171.7(492-522);zf-C2H2_jaz|PF12171.7(520-543);zf-C2H2_jaz|PF12171.7(548-571);zf-C2H2_jaz|PF12171.7(576-597);zf-C2H2|PF00096.25(113-135);zf-C2H2|PF00096.25(381-402);zf-C2H2|PF00096.25(408-431);zf-C2H2|PF00096.25(437-459);zf-C2H2|PF00096.25(465-487);zf-C2H2|PF00096.25(493-515);zf-C2H2|PF00096.25(521-543);zf-C2H2|PF00096.25(549-571);zf-C2H2|PF00096.25(577-599);zf-C2H2|PF00096.25(80-102);zf-H2C2_2|PF13465.5(156-166);zf-H2C2_2|PF13465.5(374-389);zf-H2C2_2|PF13465.5(394-419);zf-H2C2_2|PF13465.5(420-448);zf-H2C2_2|PF13465.5(452-475);zf-H2C2_2|PF13465.5(479-504);zf-H2C2_2|PF13465.5(507-532);zf-H2C2_2|PF13465.5(535-560);zf-H2C2_2|PF13465.5(565-588);zf-H2C2_2|PF13465.5(591-601);zf-H2C2_2|PF13465.5(73-87);zf-H2C2_2|PF13465.5(94-123);zf-met|PF12874.6(113-132);zf-met|PF12874.6(381-398);zf-met|PF12874.6(408-428);zf-met|PF12874.6(437-456);zf-met|PF12874.6(465-487);zf-met|PF12874.6(493-515);zf-met|PF12874.6(521-544);zf-met|PF12874.6(549-572);zf-met|PF12874.6(577-599);zf-RING_11|PF17123.4(381-401);zf-RING_11|PF17123.4(522-543);zf-RING_11|PF17123.4(551-566);zinc_ribbon_15|PF17032.4(369-428);zinc_ribbon_15|PF17032.4(42-95);zinc_ribbon_15|PF17032.4(426-477);zinc_ribbon_15|PF17032.4(483-535);zinc_ribbon_15|PF17032.4(539-595);zinc_ribbon_15|PF17032.4(70-131);
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       AT_hook|PF02178.18(177-189);AT_hook|PF02178.18(201-213);BolA|PF01722.17(355-403);BolA|PF01722.17(519-578);BolA|PF01722.17(97-145);GAGA|PF09237.10(113-134);GAGA|PF09237.10(499-549);GAGA|PF09237.10(540-567);zf-C2H2_11|PF16622.4(111-134);zf-C2H2_11|PF16622.4(380-401);zf-C2H2_11|PF16622.4(409-431);zf-C2H2_11|PF16622.4(433-456);zf-C2H2_11|PF16622.4(463-488);zf-C2H2_11|PF16622.4(489-515);zf-C2H2_11|PF16622.4(518-542);zf-C2H2_4|PF13894.5(113-136);zf-C2H2_4|PF13894.5(380-403);zf-C2H2_4|PF13894.5(408-431);zf-C2H2_4|PF13894.5(437-460);zf-C2H2_4|PF13894.5(465-488);zf-C2H2_4|PF13894.5(493-516);zf-C2H2_4|PF13894.5(521-544);zf-C2H2_4|PF13894.5(549-572);zf-C2H2_4|PF13894.5(80-102);zf-C2H2_6|PF13912.5(113-131);zf-C2H2_6|PF13912.5(381-404);zf-C2H2_6|PF13912.5(409-420);zf-C2H2_6|PF13912.5(436-461);zf-C2H2_6|PF13912.5(464-490);zf-C2H2_6|PF13912.5(492-517);zf-C2H2_6|PF13912.5(520-546);zf-C2H2_6|PF13912.5(548-574);zf-C2H2_6|PF13912.5(80-105);zf-C2H2_jaz|PF12171.7(112-133);zf-C2H2_jaz|PF12171.7(382-401);zf-C2H2_jaz|PF12171.7(407-428);zf-C2H2_jaz|PF12171.7(436-448);zf-C2H2_jaz|PF12171.7(465-475);zf-C2H2_jaz|PF12171.7(492-522);zf-C2H2_jaz|PF12171.7(520-543);zf-C2H2_jaz|PF12171.7(548-571);zf-C2H2|PF00096.25(113-135);zf-C2H2|PF00096.25(381-402);zf-C2H2|PF00096.25(408-431);zf-C2H2|PF00096.25(437-459);zf-C2H2|PF00096.25(465-487);zf-C2H2|PF00096.25(493-515);zf-C2H2|PF00096.25(521-543);zf-C2H2|PF00096.25(549-571);zf-C2H2|PF00096.25(80-102);zf-FCS|PF06467.13(378-404);zf-FCS|PF06467.13(434-458);zf-FCS|PF06467.13(492-517);zf-FCS|PF06467.13(519-533);zf-FCS|PF06467.13(546-575);zf-FCS|PF06467.13(77-106);zf-H2C2_2|PF13465.5(156-166);zf-H2C2_2|PF13465.5(374-389);zf-H2C2_2|PF13465.5(394-419);zf-H2C2_2|PF13465.5(420-448);zf-H2C2_2|PF13465.5(452-475);zf-H2C2_2|PF13465.5(479-504);zf-H2C2_2|PF13465.5(507-532);zf-H2C2_2|PF13465.5(535-560);zf-H2C2_2|PF13465.5(566-581);zf-H2C2_2|PF13465.5(73-87);zf-H2C2_2|PF13465.5(94-124);zf-met|PF12874.6(113-132);zf-met|PF12874.6(381-398);zf-met|PF12874.6(408-428);zf-met|PF12874.6(437-456);zf-met|PF12874.6(465-487);zf-met|PF12874.6(493-515);zf-met|PF12874.6(521-544);zf-met|PF12874.6(549-572);zf-RING_11|PF17123.4(381-401);zf-RING_11|PF17123.4(522-543);zf-RING_11|PF17123.4(550-566);zf-Sec23_Sec24|PF04810.14(369-394);zf-Sec23_Sec24|PF04810.14(399-423);zf-Sec23_Sec24|PF04810.14(436-476);zf-Sec23_Sec24|PF04810.14(493-506);zf-Sec23_Sec24|PF04810.14(520-560);zf-Sec23_Sec24|PF04810.14(79-123);
## 138                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ALMT|PF11744.7(4-133);Atg14|PF10186.8(7-102);Atg14|PF10186.8(72-156);ATG16|PF08614.10(13-155);bZIP_1|PF00170.20(10-41);bZIP_1|PF00170.20(116-157);bZIP_1|PF00170.20(45-83);bZIP_1|PF00170.20(86-112);CENP-H|PF05837.11(115-159);CENP-H|PF05837.11(20-110);CHASE3|PF05227.12(105-157);CHASE3|PF05227.12(18-100);Cnn_1N|PF07989.10(12-88);Cnn_1N|PF07989.10(85-156);DUF2630|PF10944.7(108-151);DUF2630|PF10944.7(29-96);DUF4201|PF13870.5(1-145);DUF501|PF04417.11(8-96);DUF501|PF04417.11(83-158);Fez1|PF06818.14(8-159);GvpL_GvpF|PF06386.10(14-146);IncA|PF04156.13(1-55);IncA|PF04156.13(38-159);Laminin_II|PF06009.11(22-159);Med9|PF07544.12(111-159);9
## 139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               DSPc|PF00782.19(132-157);DSPc|PF00782.19(208-315);DSPc|PF00782.19(54-125);Y_phosphatase|PF00102.26(1-17);Y_phosphatase|PF00102.26(80-316);
## 140                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  CMAS|PF02353.19(8-214);DUF938|PF06080.11(10-138);FtsJ|PF01728.18(23-219);Methyltransf_11|PF08241.11(39-138);Methyltransf_12|PF08242.11(39-136);Methyltransf_18|PF12847.6(25-165);Methyltransf_2|PF00891.17(1-199);Methyltransf_23|PF13489.5(6-190);Methyltransf_24|PF13578.5(126-218);Methyltransf_24|PF13578.5(39-142);Methyltransf_25|PF13649.5(38-134);Methyltransf_29|PF03141.15(8-134);Methyltransf_3|PF01596.16(5-109);Methyltransf_31|PF13847.5(32-189);Methyltransf_PK|PF05891.11(12-176);MTS|PF05175.13(21-148);NodS|PF05401.10(8-149);PCMT|PF01135.18(6-125);PrmA|PF06325.12(20-137);TehB|PF03848.13(8-150);TrkA_N|PF02254.17(41-102);Ubie_methyltran|PF01209.17(14-158);Ubie_methyltran|PF01209.17(167-199);
## 141                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Arm|PF00514.22(105-125);Arm|PF00514.22(2-37);HEAT_2|PF13646.5(102-174);HEAT_2|PF13646.5(3-80);HEAT_EZ|PF13513.5(102-123);HEAT_EZ|PF13513.5(124-167);HEAT_EZ|PF13513.5(3-35);HEAT|PF02985.21(102-126);HEAT|PF02985.21(139-166);HEAT|PF02985.21(9-39);TAF6_C|PF07571.12(6-61);TAF6_C|PF07571.12(90-165);
## 142                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       MVP_shoulder|PF11978.7(215-246);MVP_shoulder|PF11978.7(521-638);Vault|PF01505.17(120-161);Vault|PF01505.17(173-214);Vault|PF01505.17(226-269);Vault|PF01505.17(331-373);Vault|PF01505.17(387-412);
## 143                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     TPX2_importin|PF12214.7(133-221);TPX2_importin|PF12214.7(282-363);TPX2_importin|PF12214.7(61-162);UPF0564|PF10595.8(3-54);UPF0564|PF10595.8(74-362);
## 144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ERM|PF00769.18(1-57);ERM|PF00769.18(142-281);ERM|PF00769.18(264-529);ERM|PF00769.18(526-765);ERM|PF00769.18(67-170);ERM|PF00769.18(771-931);Reo_sigmaC|PF04582.11(145-270);Reo_sigmaC|PF04582.11(234-371);Reo_sigmaC|PF04582.11(519-655);Reo_sigmaC|PF04582.11(742-877);Ycf54|PF10674.8(302-357);Ycf54|PF10674.8(773-857);
## 145                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ALS_ss_C|PF10369.8(511-562);BACK|PF07707.14(110-135);BACK|PF07707.14(140-242);BTB|PF00651.30(132-167);BTB|PF00651.30(28-135);Kelch_1|PF01344.24(280-313);Kelch_1|PF01344.24(315-360);Kelch_1|PF01344.24(362-408);Kelch_1|PF01344.24(410-456);Kelch_1|PF01344.24(458-504);Kelch_1|PF01344.24(507-552);Kelch_2|PF07646.14(272-313);Kelch_2|PF07646.14(315-360);Kelch_2|PF07646.14(362-408);Kelch_2|PF07646.14(410-456);Kelch_2|PF07646.14(458-503);Kelch_3|PF13415.5(280-324);Kelch_3|PF13415.5(325-364);Kelch_3|PF13415.5(372-414);Kelch_3|PF13415.5(420-460);Kelch_3|PF13415.5(468-509);Kelch_4|PF13418.5(275-313);Kelch_4|PF13418.5(315-362);Kelch_4|PF13418.5(369-408);Kelch_4|PF13418.5(410-455);Kelch_4|PF13418.5(458-504);Kelch_5|PF13854.5(134-146);Kelch_5|PF13854.5(272-296);Kelch_5|PF13854.5(314-340);Kelch_5|PF13854.5(356-398);Kelch_5|PF13854.5(409-440);Kelch_5|PF13854.5(457-495);Kelch_6|PF13964.5(278-316);Kelch_6|PF13964.5(315-363);Kelch_6|PF13964.5(367-413);Kelch_6|PF13964.5(410-459);Kelch_6|PF13964.5(460-507);Kelch_6|PF13964.5(511-555);
## 146                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Collagen|PF01391.17(158-220);Collagen|PF01391.17(65-117);Collagen|PF01391.17(93-147);
## 147                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Radial_spoke|PF04712.11(174-668);Radial_spoke|PF04712.11(35-156);
## 148                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               AARP2CN|PF08142.11(231-313);NUSAP|PF16006.4(10-81);RIBIOP_C|PF04950.11(497-776);C-terminal
## 149                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Acyl-CoA_dh_1|PF00441.23(261-392);Acyl-CoA_dh_2|PF08028.10(277-392);Acyl-CoA_dh_M|PF02770.18(153-249);Acyl-CoA_dh_N|PF02771.15(38-148);HpaB_N|PF11794.7(123-257);
## 150                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Adaptin_N|PF01602.19(56-190);Cnd1|PF12717.6(60-182);HEAT_2|PF13646.5(101-185);HEAT_2|PF13646.5(63-130);HEAT|PF02985.21(135-160);HEAT|PF02985.21(62-90);HEAT|PF02985.21(99-128);RTP1_C1|PF10363.8(64-157);II
## 151                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  7tm_2|PF00002.23(3-94);
## 152                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Mitofilin|PF09731.8(287-812);Mitofilin|PF09731.8(50-284);
## 153                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GAT|PF03127.13(255-330);GAT|PF03127.13(816-849);PH_10|PF15411.5(385-465);PH_10|PF15411.5(85-179);PH|PF00169.28(383-490);Polyoma_agno|PF01736.15(524-575);RhoGEF|PF00621.19(198-367);RhoGEF|PF00621.19(419-436);TPR_8|PF13181.5(154-170);TPR_8|PF13181.5(344-360);TPR_8|PF13181.5(66-85);TPR_8|PF13181.5(834-857);
## 154                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        DUF3676|PF12429.7(83-221);Polysacc_synt_4|PF04669.12(161-217);Polysacc_synt_4|PF04669.12(33-157);
## 155                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Peptidase_S8|PF00082.21(40-506);TPPII|PF12580.7(786-976);
## 156                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Mab-21|PF03281.13(194-319);Mab-21|PF03281.13(321-616);
## 157                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Cupin_2|PF07883.10(184-251);Cupin_2|PF07883.10(46-105);Pirin_C|PF05726.12(181-286);Pirin_C|PF05726.12(56-106);Pirin|PF02678.15(21-126);
## 158                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  cEGF|PF12662.6(103-123);cEGF|PF12662.6(141-156);cEGF|PF12662.6(26-33);cEGF|PF12662.6(48-64);cEGF|PF12662.6(65-85);EGF_2|PF07974.12(124-155);EGF_2|PF07974.12(47-79);EGF_2|PF07974.12(5-40);EGF_2|PF07974.12(86-117);EGF_CA|PF07645.14(120-158);EGF_CA|PF07645.14(4-42);EGF_CA|PF07645.14(45-82);EGF_CA|PF07645.14(82-119);EGF|PF00008.26(124-158);EGF|PF00008.26(49-78);EGF|PF00008.26(5-39);EGF|PF00008.26(86-116);FXa_inhibition|PF14670.5(117-163);FXa_inhibition|PF14670.5(46-81);FXa_inhibition|PF14670.5(5-49);FXa_inhibition|PF14670.5(79-120);hEGF|PF12661.6(11-29);hEGF|PF12661.6(129-149);hEGF|PF12661.6(2-6);hEGF|PF12661.6(30-41);hEGF|PF12661.6(54-74);hEGF|PF12661.6(91-112);Laminin_EGF|PF00053.23(122-163);Laminin_EGF|PF00053.23(4-42);Laminin_EGF|PF00053.23(48-90);Laminin_EGF|PF00053.23(81-128);Plasmod_Pvs28|PF06247.10(123-160);Plasmod_Pvs28|PF06247.10(4-38);Plasmod_Pvs28|PF06247.10(48-80);Plasmod_Pvs28|PF06247.10(85-117);
## 159                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Amnionless|PF14828.5(222-361);Amnionless|PF14828.5(511-600);DUF5305|PF17231.1(522-601);P_proprotein|PF01483.19(387-474);P_proprotein|PF01483.19(4-45);Peptidase_S8|PF00082.21(34-330);Protocadherin|PF08374.10(530-598);Protocadherin|PF08374.10(6-66);TMEM154|PF15102.5(509-600);
## 160                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       MFS_1|PF07690.15(109-369);MFS_1|PF07690.15(353-521);Sugar_tr|PF00083.23(68-511);TRIC|PF05197.12(169-266);TRIC|PF05197.12(434-492);
## 161                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       ASH|PF15780.4(28-104);PapD-like|PF14874.5(30-133);
## 162                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Cys_knot|PF00007.21(198-312);DAN|PF03045.14(189-295);Sclerostin|PF05463.10(120-318);Sclerostin|PF05463.10(60-110);
## 163                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     PPP4R2|PF09184.10(309-405);PPP4R2|PF09184.10(8-327);
## 164                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   AAA_17|PF13207.5(32-136);AAA_17|PF13207.5(432-575);ADK|PF00406.21(1216-1303);ADK|PF00406.21(426-516);ADK|PF00406.21(535-631);ADK|PF00406.21(60-131);CBS|PF00571.27(1086-1106);CBS|PF00571.27(321-363);
## 165                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Atg14|PF10186.8(20-102);Atg14|PF10186.8(96-196);Bacillus_HBL|PF05791.10(105-153);Bacillus_HBL|PF05791.10(151-195);Bacillus_HBL|PF05791.10(26-115);BBP1_C|PF15272.5(138-196);BBP1_C|PF15272.5(29-94);BBP1_C|PF15272.5(57-145);DASH_Dam1|PF08653.9(120-153);DASH_Dam1|PF08653.9(161-188);DASH_Dam1|PF08653.9(29-72);DASH_Dam1|PF08653.9(87-116);DUF1664|PF07889.11(142-191);DUF1664|PF07889.11(19-85);DUF1664|PF07889.11(67-153);DUF2935|PF11155.7(29-193);DUF4407|PF14362.5(13-195);FAM76|PF16046.4(108-194);FAM76|PF16046.4(2-155);Filament|PF00038.20(103-195);Filament|PF00038.20(13-119);FlaC_arch|PF05377.10(113-144);FlaC_arch|PF05377.10(44-78);FlaC_arch|PF05377.10(78-110);Golgin_A5|PF09787.8(9-195);HMMR_N|PF15905.4(150-194);HMMR_N|PF15905.4(20-144);IncA|PF04156.13(26-111);IncA|PF04156.13(89-191);NPV_P10|PF05531.11(143-190);NPV_P10|PF05531.11(41-154);Phage_GP20|PF06810.10(109-195);Phage_GP20|PF06810.10(15-113);Phage_GP20|PF06810.10(68-143);Rho_Binding|PF08912.10(148-192);Rho_Binding|PF08912.10(48-86);Rho_Binding|PF08912.10(87-146);SKA2|PF16740.4(40-100);SKA2|PF16740.4(87-155);Spc7|PF08317.10(70-194);Spc7|PF08317.10(9-122);TEX13|PF15186.5(12-70);TEX13|PF15186.5(144-195);TEX13|PF15186.5(72-152);TPR_MLP1_2|PF07926.11(146-192);TPR_MLP1_2|PF07926.11(44-151);Tup_N|PF08581.9(129-196);Tup_N|PF08581.9(30-94);Tup_N|PF08581.9(85-135);
## 166                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            CBM-like|PF14683.5(78-269);Zona_pellucida|PF00100.22(30-271);
## 167                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     DUF241|PF03087.13(143-237);DUF241|PF03087.13(244-371);p450|PF00067.21(37-497);PP2C_C|PF07830.12(240-302);PP2C_C|PF07830.12(326-380);
## 168                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   DASH_Dad2|PF08654.9(140-229);DASH_Dad2|PF08654.9(345-383);DASH_Dad2|PF08654.9(66-129);DUF1664|PF07889.11(136-216);DUF1664|PF07889.11(248-296);DUF1664|PF07889.11(335-394);DUF1664|PF07889.11(36-110);DUF5320|PF17253.1(116-166);DUF5320|PF17253.1(277-370);DUF5320|PF17253.1(58-112);DUF745|PF05335.12(193-269);DUF745|PF05335.12(57-130);DUF745|PF05335.12(87-184);Tektin|PF03148.13(19-404);Tektin|PF03148.13(3-47);
## 169                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Acyl-CoA_dh_1|PF00441.23(285-434);Acyl-CoA_dh_2|PF08028.10(300-423);Acyl-CoA_dh_M|PF02770.18(178-273);Acyl-CoA_dh_N|PF02771.15(60-174);
## 170                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Ank_2|PF12796.6(134-225);Ank_3|PF13606.5(137-159);Ank_3|PF13606.5(164-193);Ank_3|PF13606.5(198-216);Ank_4|PF13637.5(133-185);Ank_4|PF13637.5(165-213);Ank_5|PF13857.5(150-205);Ank|PF00023.29(133-162);Ank|PF00023.29(164-196);Ubiquitin_2|PF14560.5(7-59);ubiquitin|PF00240.22(10-81);
## 171                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Baculo_PEP_C|PF04513.11(474-539);Baculo_PEP_C|PF04513.11(563-640);Baculo_PEP_C|PF04513.11(631-736);Baculo_PEP_C|PF04513.11(746-860);DUF3584|PF12128.7(436-867);DUF948|PF06103.10(621-724);DUF948|PF06103.10(729-808);DUF948|PF06103.10(811-865);GAS|PF13851.5(423-515);GAS|PF13851.5(636-835);IRS|PF02174.16(130-206);IRS|PF02174.16(594-626);Metal_resist|PF13801.5(438-464);Metal_resist|PF13801.5(468-510);Metal_resist|PF13801.5(535-621);Metal_resist|PF13801.5(671-758);Metal_resist|PF13801.5(761-827);PH_11|PF15413.5(597-668);PH_11|PF15413.5(6-113);PH_9|PF15410.5(216-286);PH_9|PF15410.5(4-112);PH_9|PF15410.5(460-551);PH_9|PF15410.5(602-687);PH|PF00169.28(183-299);PH|PF00169.28(4-115);PH|PF00169.28(437-533);Reo_sigmaC|PF04582.11(489-614);Reo_sigmaC|PF04582.11(584-679);Reo_sigmaC|PF04582.11(631-757);Reo_sigmaC|PF04582.11(719-860);Spc7|PF08317.10(422-547);Spc7|PF08317.10(538-656);Spc7|PF08317.10(659-820);Spc7|PF08317.10(770-860);
## 172                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        0
## 173                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Dynein_heavy|PF03028.14(1-310);dynein
## 174                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ANAPC3|PF12895.6(206-294);ANAPC3|PF12895.6(22-103);ANAPC3|PF12895.6(333-407);ANAPC3|PF12895.6(424-508);Fis1_TPR_C|PF14853.5(415-434);Fis1_TPR_C|PF14853.5(454-484);Fis1_TPR_C|PF14853.5(487-527);MSV199|PF10553.8(158-234);MSV199|PF10553.8(379-458);TPR_1|PF00515.27(151-164);TPR_1|PF00515.27(303-334);TPR_1|PF00515.27(337-370);TPR_1|PF00515.27(373-404);TPR_1|PF00515.27(410-434);TPR_1|PF00515.27(449-481);TPR_1|PF00515.27(482-515);TPR_1|PF00515.27(55-69);TPR_1|PF00515.27(78-96);TPR_10|PF13374.5(307-330);TPR_10|PF13374.5(343-358);TPR_10|PF13374.5(408-439);TPR_10|PF13374.5(450-478);TPR_10|PF13374.5(47-69);TPR_10|PF13374.5(482-514);TPR_11|PF13414.5(152-163);TPR_11|PF13414.5(344-384);TPR_11|PF13414.5(378-419);TPR_11|PF13414.5(455-493);TPR_11|PF13414.5(489-518);TPR_12|PF13424.5(151-163);TPR_12|PF13424.5(286-335);TPR_12|PF13424.5(336-402);TPR_12|PF13424.5(406-441);TPR_12|PF13424.5(449-514);TPR_12|PF13424.5(47-69);TPR_14|PF13428.5(11-53);TPR_14|PF13428.5(135-173);TPR_14|PF13428.5(304-332);TPR_14|PF13428.5(337-379);TPR_14|PF13428.5(373-414);TPR_14|PF13428.5(405-436);TPR_14|PF13428.5(44-88);TPR_14|PF13428.5(450-493);TPR_14|PF13428.5(483-525);TPR_15|PF13429.5(270-360);TPR_15|PF13429.5(336-396);TPR_15|PF13429.5(37-115);TPR_15|PF13429.5(461-534);TPR_16|PF13432.5(307-370);TPR_16|PF13432.5(409-436);TPR_16|PF13432.5(451-482);TPR_16|PF13432.5(487-531);TPR_16|PF13432.5(57-95);TPR_17|PF13431.5(291-324);TPR_17|PF13431.5(327-358);TPR_17|PF13431.5(38-74);TPR_17|PF13431.5(393-426);TPR_17|PF13431.5(445-469);TPR_17|PF13431.5(470-503);TPR_19|PF14559.5(126-149);TPR_19|PF14559.5(20-95);TPR_19|PF14559.5(315-371);TPR_19|PF14559.5(382-434);TPR_19|PF14559.5(459-522);TPR_2|PF07719.16(150-163);TPR_2|PF07719.16(18-43);TPR_2|PF07719.16(303-334);TPR_2|PF07719.16(337-370);TPR_2|PF07719.16(372-404);TPR_2|PF07719.16(405-435);TPR_2|PF07719.16(449-481);TPR_2|PF07719.16(45-69);TPR_2|PF07719.16(483-515);TPR_2|PF07719.16(77-97);TPR_6|PF13174.5(291-301);TPR_6|PF13174.5(311-330);TPR_6|PF13174.5(338-365);TPR_6|PF13174.5(410-434);TPR_6|PF13174.5(453-481);TPR_6|PF13174.5(47-69);TPR_6|PF13174.5(487-515);TPR_6|PF13174.5(78-96);TPR_7|PF13176.5(288-328);TPR_7|PF13176.5(339-369);TPR_7|PF13176.5(409-437);TPR_7|PF13176.5(450-483);TPR_7|PF13176.5(484-518);TPR_7|PF13176.5(50-76);TPR_8|PF13181.5(133-163);TPR_8|PF13181.5(303-336);TPR_8|PF13181.5(337-368);TPR_8|PF13181.5(375-404);TPR_8|PF13181.5(407-434);TPR_8|PF13181.5(448-481);TPR_8|PF13181.5(485-515);TPR_9|PF13371.5(346-437);TPR_9|PF13371.5(454-523);TPR_9|PF13371.5(85-102);
## 175                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 MVP_shoulder|PF11978.7(527-644);Vault|PF01505.17(114-154);Vault|PF01505.17(166-205);Vault|PF01505.17(219-262);Vault|PF01505.17(324-369);
## 176                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   C2|PF00168.29(131-241);C2|PF00168.29(266-376);CEP76-C2|PF15627.5(146-230);CEP76-C2|PF15627.5(299-352);
## 177                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Allexi_40kDa|PF05549.10(1013-1129);Allexi_40kDa|PF05549.10(274-410);Allexi_40kDa|PF05549.10(459-561);Ax_dynein_light|PF10211.8(1036-1110);Ax_dynein_light|PF10211.8(221-419);Ax_dynein_light|PF10211.8(475-524);DUF1136|PF06582.11(1072-1094);Fib_alpha|PF08702.9(1042-1095);Fib_alpha|PF08702.9(262-350);Fib_alpha|PF08702.9(341-425);Fib_alpha|PF08702.9(432-560);
## 178                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              FYVE|PF01363.20(13-30);FYVE|PF01363.20(35-144);Nup35_RRM_2|PF14605.5(240-284);RRM_1|PF00076.21(234-299);RNP
## 179                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Prok-RING_4|PF14447.5(1-22);Prok-RING_4|PF14447.5(7-59);RRM_1|PF00076.21(104-180);RNP
## 180                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               BACK|PF07707.14(110-139);BACK|PF07707.14(142-250);BACK|PF07707.14(462-478);BTB|PF00651.30(30-137);PHR|PF08005.11(297-418);
## 181                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GST_C_2|PF13410.5(15-87);GST_C_3|PF14497.5(3-118);GST_C_6|PF17171.3(28-89);GST_C|PF00043.24(2-91);She9_MDM33|PF05546.10(7-84);
## 182                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   DUF948|PF06103.10(1-72);DUF948|PF06103.10(232-275);DUF948|PF06103.10(300-325);DUF948|PF06103.10(335-406);DUF948|PF06103.10(78-156);Phage_terminase|PF10668.8(343-392);
## 183                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Met_10|PF02475.15(126-236);Methyltransf_31|PF13847.5(128-293);PrmA|PF06325.12(141-201);TRM|PF02005.15(9-345);tRNA_U5-meth_tr|PF05958.10(116-233);UPF0167|PF03691.13(218-272);UPF0167|PF03691.13(286-339);
## 184                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             FAM92|PF06730.10(66-144);Sulfotransfer_3|PF13469.5(116-204);
## 185                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            AAA_13|PF13166.5(147-359);AAA_13|PF13166.5(2-186);AAA_13|PF13166.5(349-473);AAA_13|PF13166.5(460-648);AAA_13|PF13166.5(643-742);ADIP|PF11559.7(108-215);ADIP|PF11559.7(215-303);ADIP|PF11559.7(274-350);ADIP|PF11559.7(333-423);ADIP|PF11559.7(425-513);ADIP|PF11559.7(509-619);ADIP|PF11559.7(595-708);ADIP|PF11559.7(6-98);ADIP|PF11559.7(665-740);ADIP|PF11559.7(83-150);ATG16|PF08614.10(192-286);ATG16|PF08614.10(275-391);ATG16|PF08614.10(370-509);ATG16|PF08614.10(493-594);ATG16|PF08614.10(5-123);ATG16|PF08614.10(570-674);ATG16|PF08614.10(629-736);ATG16|PF08614.10(82-210);BST2|PF16716.4(126-202);BST2|PF16716.4(18-98);BST2|PF16716.4(197-282);BST2|PF16716.4(261-324);BST2|PF16716.4(311-380);BST2|PF16716.4(376-458);BST2|PF16716.4(410-479);BST2|PF16716.4(457-521);BST2|PF16716.4(517-596);BST2|PF16716.4(609-647);BST2|PF16716.4(648-732);BST2|PF16716.4(69-141);CENP-F_leu_zip|PF10473.8(151-259);CENP-F_leu_zip|PF10473.8(247-342);CENP-F_leu_zip|PF10473.8(3-106);CENP-F_leu_zip|PF10473.8(338-453);CENP-F_leu_zip|PF10473.8(451-566);CENP-F_leu_zip|PF10473.8(511-627);CENP-F_leu_zip|PF10473.8(689-738);CENP-F_leu_zip|PF10473.8(81-193);DUF1664|PF07889.11(147-223);DUF1664|PF07889.11(199-308);DUF1664|PF07889.11(3-75);DUF1664|PF07889.11(307-384);DUF1664|PF07889.11(379-466);DUF1664|PF07889.11(41-137);DUF1664|PF07889.11(434-527);DUF1664|PF07889.11(515-589);DUF1664|PF07889.11(577-667);DUF1664|PF07889.11(650-732);DUF3584|PF12128.7(274-544);DUF3584|PF12128.7(3-279);DUF3584|PF12128.7(457-742);DUF745|PF05335.12(182-303);DUF745|PF05335.12(310-411);DUF745|PF05335.12(460-617);DUF745|PF05335.12(57-181);DUF745|PF05335.12(6-136);DUF745|PF05335.12(628-742);EzrA|PF06160.11(288-516);EzrA|PF06160.11(3-163);EzrA|PF06160.11(516-633);EzrA|PF06160.11(576-737);EzrA|PF06160.11(94-293);Filament|PF00038.20(129-359);Filament|PF00038.20(2-289);Filament|PF00038.20(264-555);Filament|PF00038.20(556-678);Filament|PF00038.20(671-741);FPP|PF05911.10(151-434);FPP|PF05911.10(2-193);FPP|PF05911.10(391-510);FPP|PF05911.10(496-626);FPP|PF05911.10(619-740);GAS|PF13851.5(1-147);GAS|PF13851.5(130-277);GAS|PF13851.5(261-423);GAS|PF13851.5(413-552);GAS|PF13851.5(552-695);GAS|PF13851.5(655-743);HMMR_N|PF15905.4(142-244);HMMR_N|PF15905.4(228-372);HMMR_N|PF15905.4(3-139);HMMR_N|PF15905.4(367-553);HMMR_N|PF15905.4(478-643);HMMR_N|PF15905.4(92-198);HrpB7|PF09486.9(142-301);HrpB7|PF09486.9(240-374);HrpB7|PF09486.9(3-135);HrpB7|PF09486.9(538-616);HrpB7|PF09486.9(58-171);IncA|PF04156.13(192-334);IncA|PF04156.13(279-408);IncA|PF04156.13(308-446);IncA|PF04156.13(405-506);IncA|PF04156.13(485-601);IncA|PF04156.13(5-208);IncA|PF04156.13(557-648);IncA|PF04156.13(588-738);Laminin_II|PF06009.11(150-248);Laminin_II|PF06009.11(196-295);Laminin_II|PF06009.11(249-327);Laminin_II|PF06009.11(290-369);Laminin_II|PF06009.11(359-440);Laminin_II|PF06009.11(441-544);Laminin_II|PF06009.11(49-142);Laminin_II|PF06009.11(543-654);Laminin_II|PF06009.11(602-710);Laminin_II|PF06009.11(650-739);Lebercilin|PF15619.5(1-61);Lebercilin|PF15619.5(197-287);Lebercilin|PF15619.5(282-429);Lebercilin|PF15619.5(425-571);Lebercilin|PF15619.5(57-256);Lebercilin|PF15619.5(572-662);Lebercilin|PF15619.5(651-742);MAD|PF05557.12(110-358);MAD|PF05557.12(3-131);MAD|PF05557.12(333-592);MAD|PF05557.12(481-738);MscS_porin|PF12795.6(142-321);MscS_porin|PF12795.6(17-86);MscS_porin|PF12795.6(290-451);MscS_porin|PF12795.6(419-574);MscS_porin|PF12795.6(598-736);MscS_porin|PF12795.6(80-231);Myosin_tail_1|PF01576.18(2-741);Reo_sigmaC|PF04582.11(152-301);Reo_sigmaC|PF04582.11(297-427);Reo_sigmaC|PF04582.11(430-544);Reo_sigmaC|PF04582.11(469-594);Reo_sigmaC|PF04582.11(585-736);Reo_sigmaC|PF04582.11(8-151);Spc7|PF08317.10(144-296);Spc7|PF08317.10(191-323);Spc7|PF08317.10(304-441);Spc7|PF08317.10(426-601);Spc7|PF08317.10(499-650);Spc7|PF08317.10(5-158);Spc7|PF08317.10(540-694);Spc7|PF08317.10(618-740);Spc7|PF08317.10(86-213);TPR_MLP1_2|PF07926.11(151-297);TPR_MLP1_2|PF07926.11(2-60);TPR_MLP1_2|PF07926.11(306-425);TPR_MLP1_2|PF07926.11(420-516);TPR_MLP1_2|PF07926.11(496-628);TPR_MLP1_2|PF07926.11(58-160);TPR_MLP1_2|PF07926.11(630-741);Tropomyosin|PF00261.19(13-253);Tropomyosin|PF00261.19(248-395);Tropomyosin|PF00261.19(394-464);Tropomyosin|PF00261.19(452-698);Tropomyosin|PF00261.19(630-741);UPF0004|PF00919.19(446-540);
## 186                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               C1_1|PF00130.21(211-234);C1_1|PF00130.21(270-323);C1_1|PF00130.21(317-341);C1_1|PF00130.21(327-372);C1_1|PF00130.21(374-393);DUF4551|PF15087.5(40-222);eIF3_subunit|PF08597.9(122-218);eIF3_subunit|PF08597.9(240-299);Lar_restr_allev|PF14354.5(276-320);Lar_restr_allev|PF14354.5(316-362);PHD_4|PF16866.4(200-243);PHD_4|PF16866.4(275-336);PHD_4|PF16866.4(334-386);PHD|PF00628.28(205-226);PHD|PF00628.28(280-338);PHD|PF00628.28(337-385);Requiem_N|PF14051.5(194-230);Requiem_N|PF14051.5(8-78);zf-RING_7|PF02591.14(201-223);zf-RING_7|PF02591.14(265-284);zf-RING_7|PF02591.14(287-308);zf-RING_7|PF02591.14(337-358);zf-RING_7|PF02591.14(4-17);
## 187                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        AATF-Che1|PF13339.5(37-152);DUF2388|PF09498.9(61-92);DUF2388|PF09498.9(89-111);FAM167|PF11652.7(79-134);Med9|PF07544.12(60-120);9
## 188                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Nod1|PF17114.4(217-319);RhoGAP|PF00620.26(158-305);RhoGAP|PF00620.26(350-399);SlyX|PF04102.11(343-416);SlyX|PF04102.11(752-810);
## 189                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           7tm_1|PF00001.20(35-281);7TM_GPCR_Srsx|PF10320.8(231-300);7TM_GPCR_Srsx|PF10320.8(29-277);7TM_GPCR_Srw|PF10324.8(23-284);7TM_GPCR_Srx|PF10328.8(26-286);DUF2663|PF10864.7(127-203);DUF2663|PF10864.7(217-315);DUF2663|PF10864.7(9-85);Ost5|PF05251.11(137-198);Ost5|PF05251.11(17-83);Ost5|PF05251.11(54-107);
## 190                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   CTD_bind|PF04818.12(418-465);CTD_bind|PF04818.12(62-126);RRM_1|PF00076.21(846-910);RNP
## 191                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 FSIP1|PF15554.5(60-514);
## 192                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Aldo_ket_red|PF00248.20(394-442);Aldo_ket_red|PF00248.20(839-953);CDC45|PF02724.13(316-485);DUF2407_C|PF13373.5(403-496);DUF4611|PF15387.5(349-429);DUF4611|PF15387.5(426-483);KIF1B|PF12423.7(437-484);KIF1B|PF12423.7(685-726);KIF1B|PF12423.7(928-954);Kinesin_assoc|PF16183.4(186-280);Kinesin_assoc|PF16183.4(361-406);Kinesin_assoc|PF16183.4(403-497);Kinesin_assoc|PF16183.4(519-622);Kinesin|PF00225.22(11-357);Microtub_bd|PF16796.4(224-264);Microtub_bd|PF16796.4(5-169);Nop14|PF04147.11(320-481);PVL_ORF50|PF07768.10(395-484);Yop-YscD_cpl|PF16697.4(487-575);
## 193                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Cg6151-P|PF10233.8(13-129);CRPA|PF05745.10(13-53);(CRPA)
## 194                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              AAA_16|PF13191.5(318-478);AAA_22|PF13401.5(348-507);AAA_30|PF13604.5(349-406);AAA|PF00004.28(149-236);(AAA)
## 195                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        0
## 196                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Abhydrolase_1|PF00561.19(215-365);Abhydrolase_1|PF00561.19(42-180);Abhydrolase_2|PF02230.15(35-76);Abhydrolase_2|PF02230.15(88-148);Abhydrolase_3|PF07859.12(44-199);Abhydrolase_5|PF12695.6(72-148);Abhydrolase_6|PF12697.6(44-371);AXE1|PF05448.11(5-110);AXE1|PF05448.11(90-144);Chlorophyllase2|PF12740.6(331-385);Chlorophyllase2|PF12740.6(40-178);Esterase|PF00756.19(209-304);Esterase|PF00756.19(22-135);Hydrolase_4|PF12146.7(38-195);Lipase_3|PF01764.24(21-141);PGAP1|PF07819.12(80-178);Roughex|PF06020.10(217-301);Thioesterase|PF00975.19(212-315);Thioesterase|PF00975.19(42-188);
## 197                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              LRR_4|PF12799.6(130-169);LRR_4|PF12799.6(155-198);LRR_4|PF12799.6(178-221);LRR_4|PF12799.6(204-250);LRR_4|PF12799.6(73-117);LRR_4|PF12799.6(99-147);LRR_6|PF13516.5(156-166);LRR_6|PF13516.5(178-192);LRR_6|PF13516.5(204-217);LRR_6|PF13516.5(229-239);LRR_6|PF13516.5(50-63);LRR_6|PF13516.5(71-86);LRR_6|PF13516.5(97-112);LRR_8|PF13855.5(122-144);LRR_8|PF13855.5(130-190);LRR_8|PF13855.5(204-262);LRR_8|PF13855.5(52-111);LRR_9|PF14580.5(111-166);LRR_9|PF14580.5(142-313);LRR_9|PF14580.5(24-120);
## 198                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    DUF823|PF05689.10(213-299);DUF823|PF05689.10(549-598);Peptidase_M2|PF01401.17(22-294);Peptidase_M2|PF01401.17(448-478);Peptidase_M3|PF01432.19(212-662);Phasin|PF05597.10(111-180);Phasin|PF05597.10(221-302);WHEP-TRS|PF00458.19(2-47);WHEP-TRS|PF00458.19(286-317);
## 199                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             DUF3393|PF11873.7(743-894);DUF4537|PF15057.5(283-417);Phosducin|PF02114.15(751-884);VWA_2|PF13519.5(18-120);VWA_2|PF13519.5(227-294);VWA_3|PF13768.5(16-172);VWA|PF00092.27(17-186);VWA|PF00092.27(236-279);
## 200                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    SET|PF00856.27(2-92);
## 201                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         AMP-binding_C|PF13193.5(503-578);AMP-binding|PF00501.27(63-495);
## 202                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ATG16|PF08614.10(1-90);ATG16|PF08614.10(74-164);DivIC|PF04977.14(1-34);DivIC|PF04977.14(132-149);DivIC|PF04977.14(24-78);DUF5499|PF17603.1(1-89);DUF5499|PF17603.1(105-146);RP-C_C|PF11800.7(27-158);Siah-Interact_N|PF09032.10(1-47);Siah-Interact_N|PF09032.10(32-152);Taxilin|PF09728.8(1-60);Tropomyosin_1|PF12718.6(4-86);Tropomyosin_1|PF12718.6(83-163);UPF0242|PF06785.10(1-82);
## 203                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   HMG_box_2|PF09011.9(158-196);HMG_box_2|PF09011.9(206-226);HMG_box_2|PF09011.9(9-80);HMG_box|PF00505.18(12-80);HMG_box|PF00505.18(158-175);HMG_box|PF00505.18(208-224);
## 204                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Arf|PF00025.20(12-186);G-alpha|PF00503.19(10-59);G-alpha|PF00503.19(52-139);GTP_EFTU|PF00009.26(24-52);GTP_EFTU|PF00009.26(48-192);Gtr1_RagA|PF04670.11(26-158);Hfq|PF17209.2(117-135);Hfq|PF17209.2(196-215);Hfq|PF17209.2(23-56);MMR_HSR1|PF01926.22(26-135);Ras|PF00071.21(26-188);Roc|PF08477.12(26-138);SRPRB|PF09439.9(23-158);
## 205                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           CAP|PF00188.25(185-302);CAP|PF00188.25(9-126);
## 206                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                DUF3583|PF12126.7(201-346);Prok-RING_4|PF14447.5(10-59);Prok-RING_4|PF14447.5(152-183);Prok-RING_4|PF14447.5(3-21);Prok-RING_4|PF14447.5(87-118);Rhabdo_M2|PF04785.11(111-253);zf-B_box|PF00643.23(147-188);zf-B_box|PF00643.23(214-223);zf-B_box|PF00643.23(5-53);zf-B_box|PF00643.23(82-129);zf-C3HC4_3|PF13920.5(150-184);zf-C3HC4_3|PF13920.5(6-55);zf-C3HC4_3|PF13920.5(83-122);zf-C3HC4_4|PF15227.5(10-49);zf-C3HC4_4|PF15227.5(162-188);zf-C3HC4_4|PF15227.5(78-111);zf-C3HC4|PF00097.24(10-49);zf-C3HC4|PF00097.24(141-185);zf-C3HC4|PF00097.24(87-122);zf-RING_2|PF13639.5(150-184);zf-RING_2|PF13639.5(204-222);zf-RING_2|PF13639.5(8-50);zf-RING_2|PF13639.5(85-122);zf-RING_5|PF14634.5(148-185);zf-RING_5|PF14634.5(2-15);zf-RING_5|PF14634.5(86-139);zf-RING_5|PF14634.5(9-51);zf-RING_UBOX|PF13445.5(10-47);zf-RING_UBOX|PF13445.5(161-199);zf-RING_UBOX|PF13445.5(46-55);
## 207                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Anillin_N|PF16018.4(45-109);TPP_enzyme_C|PF02775.20(100-191);
## 208                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              BORCS8|PF10167.8(46-156);CAMSAP_CC1|PF17095.4(128-170);CAMSAP_CC1|PF17095.4(88-108);OrsD|PF12013.7(122-201);zf-C2H2_4|PF13894.5(177-200);zf-C2H2_9|PF16293.4(177-220);zf-Di19|PF05605.11(175-209);zf-Di19|PF05605.11(7-25);
## 209                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Ank_2|PF12796.6(1-79);Ank_2|PF12796.6(20-112);Ank_3|PF13606.5(15-44);Ank_3|PF13606.5(48-76);Ank_3|PF13606.5(83-109);Ank_4|PF13637.5(1-36);Ank_4|PF13637.5(30-69);Ank_4|PF13637.5(82-113);Ank_5|PF13857.5(2-49);Ank_5|PF13857.5(34-91);Ank_5|PF13857.5(80-112);Ank|PF00023.29(16-47);Ank|PF00023.29(48-77);Ank|PF00023.29(83-113);IQ|PF00612.26(116-136);IQ|PF00612.26(528-548);IQ|PF00612.26(571-590);
## 210                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                EFhand_Ca_insen|PF08726.9(145-190);EFhand_Ca_insen|PF08726.9(212-243);PI-PLC-X|PF00388.18(149-194);PI-PLC-X|PF00388.18(230-273);RIB43A|PF05914.11(4-379);
## 211                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Neur_chan_LBD|PF02931.22(28-242);Neur_chan_LBD|PF02931.22(351-409);Neur_chan_memb|PF02932.15(249-452);
## 212                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Neur_chan_memb|PF02932.15(1-217);Ni_hydr_CYTB|PF01292.19(144-229);Ni_hydr_CYTB|PF01292.19(3-114);RP853|PF17542.1(52-161);Wzz|PF02706.14(190-224);Wzz|PF02706.14(52-159);
## 213                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          DUF5484|PF17583.1(6-31);PLAT|PF01477.22(1-101);
## 214                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Ank_2|PF12796.6(120-195);Ank_2|PF12796.6(185-259);Ank_2|PF12796.6(234-327);Ank_2|PF12796.6(3-59);Ank_2|PF12796.6(320-393);Ank_2|PF12796.6(53-125);Ank_2|PF12796.6(94-158);Ank_3|PF13606.5(127-155);Ank_3|PF13606.5(161-189);Ank_3|PF13606.5(196-225);Ank_3|PF13606.5(229-255);Ank_3|PF13606.5(264-291);Ank_3|PF13606.5(28-57);Ank_3|PF13606.5(296-324);Ank_3|PF13606.5(332-358);Ank_3|PF13606.5(362-391);Ank_3|PF13606.5(62-90);Ank_3|PF13606.5(94-122);Ank_4|PF13637.5(128-181);Ank_4|PF13637.5(197-250);Ank_4|PF13637.5(264-317);Ank_4|PF13637.5(30-82);Ank_4|PF13637.5(313-350);Ank_4|PF13637.5(330-383);Ank_4|PF13637.5(506-528);Ank_4|PF13637.5(64-115);Ank_4|PF13637.5(879-907);Ank_4|PF13637.5(95-142);Ank_5|PF13857.5(114-165);Ank_5|PF13857.5(147-189);Ank_5|PF13857.5(16-62);Ank_5|PF13857.5(185-236);Ank_5|PF13857.5(221-257);Ank_5|PF13857.5(249-304);Ank_5|PF13857.5(316-370);Ank_5|PF13857.5(48-102);Ank_5|PF13857.5(84-135);Ank|PF00023.29(127-159);Ank|PF00023.29(160-188);Ank|PF00023.29(196-228);Ank|PF00023.29(229-261);Ank|PF00023.29(265-295);Ank|PF00023.29(28-58);Ank|PF00023.29(297-328);Ank|PF00023.29(331-361);Ank|PF00023.29(62-93);Ank|PF00023.29(94-124);DUF16|PF01519.15(582-605);DUF16|PF01519.15(811-903);Ion_trans|PF00520.30(523-785);PKD_channel|PF08016.11(571-780);
## 215                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 BRICHOS|PF04089.13(137-210);BRICHOS|PF04089.13(44-99);DNA_pol_A_exo1|PF01612.19(96-221);
## 216                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Cupin_8|PF13621.5(300-448);Cupin_8|PF13621.5(82-302);JmjC|PF02373.21(192-292);JmjC|PF02373.21(286-357);
## 217                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Ank_2|PF12796.6(83-178);Ank_3|PF13606.5(114-143);Ank_3|PF13606.5(147-176);Ank_3|PF13606.5(180-191);Ank_4|PF13637.5(115-168);Ank_4|PF13637.5(148-200);Ank_4|PF13637.5(82-135);Ank_5|PF13857.5(105-155);Ank_5|PF13857.5(134-188);Ank|PF00023.29(114-146);Ank|PF00023.29(147-179);Ank|PF00023.29(180-197);
## 218                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Met_10|PF02475.15(128-236);TRM|PF02005.15(9-478);tRNA_U5-meth_tr|PF05958.10(117-233);
## 219                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        0
## 220                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                DUF2475|PF10629.8(189-248);DUF2475|PF10629.8(259-288);DUF2475|PF10629.8(29-78);DUF2475|PF10629.8(95-146);
## 221                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           AAA_16|PF13191.5(71-183);AAA_24|PF13479.5(225-348);AAA_24|PF13479.5(82-189);AAA_25|PF13481.5(139-200);AAA_25|PF13481.5(68-125);AAA_29|PF13555.5(347-369);AAA_29|PF13555.5(74-107);AAA|PF00004.28(85-241);(AAA)
## 222                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                AKAP95|PF04988.11(4-52);AKAP95|PF04988.11(62-138);zf-C2H2_2|PF12756.6(54-107);zf-C2H2_2|PF12756.6(7-56);zf-C2H2_jaz|PF12171.7(5-11);zf-C2H2_jaz|PF12171.7(61-87);zf-met|PF12874.6(62-86);
## 223                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Carb_bind|PF10645.8(516-537);Carb_bind|PF10645.8(543-587);Carb_bind|PF10645.8(591-616);Carb_bind|PF10645.8(622-666);
## 224                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Phytochelatin|PF05023.13(393-483);YTH|PF04146.14(377-514);
## 225                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        PKD_channel|PF08016.11(472-574);PKD_channel|PF08016.11(653-1069);
## 226                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    DUF2197|PF09963.8(1-50);DUF2197|PF09963.8(131-156);DUF3268|PF11672.7(1-51);DUF3268|PF11672.7(107-160);LIM|PF00412.21(111-167);LIM|PF00412.21(5-63);Rhodanese_C|PF12368.7(102-162);Rhodanese_C|PF12368.7(2-59);Zn-ribbon_8|PF09723.9(102-125);Zn-ribbon_8|PF09723.9(135-167);Zn-ribbon_8|PF09723.9(28-63);Zn-ribbon_8|PF09723.9(4-29);
## 227                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Jnk-SapK_ap_N|PF09744.8(242-314);
## 228                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GTP_EFTU_D2|PF03144.24(273-340);GTP_EFTU_D2|PF03144.24(7-29);GTP_EFTU_D3|PF03143.16(292-330);GTP_EFTU_D3|PF03143.16(346-455);GTP_EFTU_D4|PF14578.5(271-339);GTP_EFTU_D4|PF14578.5(3-29);GTP_EFTU|PF00009.26(5-251);MMR_HSR1|PF01926.22(9-154);NIF3|PF01784.17(307-371);Semialdhyde_dhC|PF02774.17(216-300);Semialdhyde_dhC|PF02774.17(296-456);
## 229                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Bacillus_HBL|PF05791.10(10-98);Bacillus_HBL|PF05791.10(164-245);Bacillus_HBL|PF05791.10(253-316);Bacillus_HBL|PF05791.10(99-140);CALCOCO1|PF07888.10(133-347);CALCOCO1|PF07888.10(4-151);Cep57_CLD_2|PF14197.5(106-172);Cep57_CLD_2|PF14197.5(16-70);Cep57_CLD_2|PF14197.5(181-224);Cep57_CLD_2|PF14197.5(206-254);Cep57_CLD_2|PF14197.5(263-317);Cep57_CLD_2|PF14197.5(78-128);E2R135|PF11570.7(19-62);E2R135|PF11570.7(284-339);E2R135|PF11570.7(80-223);Fez1|PF06818.14(16-141);Fez1|PF06818.14(257-344);Fez1|PF06818.14(74-263);Filament|PF00038.20(133-262);Filament|PF00038.20(228-336);Filament|PF00038.20(29-147);Pkinase_Tyr|PF07714.16(353-589);Pkinase|PF00069.24(353-590);Reo_sigmaC|PF04582.11(190-351);Reo_sigmaC|PF04582.11(47-178);
## 230                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Cep57_CLD_2|PF14197.5(141-173);Cep57_CLD_2|PF14197.5(166-243);Cep57_CLD_2|PF14197.5(2-67);Cep57_CLD_2|PF14197.5(229-277);Cep57_CLD_2|PF14197.5(38-88);Cep57_CLD_2|PF14197.5(65-132);E2R135|PF11570.7(245-299);E2R135|PF11570.7(39-183);Fez1|PF06818.14(2-226);Fez1|PF06818.14(215-305);Filament|PF00038.20(4-106);Filament|PF00038.20(94-281);FPP|PF05911.10(215-278);FPP|PF05911.10(28-242);FPP|PF05911.10(4-119);Pkinase_Tyr|PF07714.16(313-554);Pkinase|PF00069.24(313-555);Reo_sigmaC|PF04582.11(149-314);Reo_sigmaC|PF04582.11(24-138);Spc7|PF08317.10(4-123);Spc7|PF08317.10(91-303);
## 231                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Flagellin_N|PF00669.19(261-321);Flagellin_N|PF00669.19(744-798);p450|PF00067.21(1121-1274);p450|PF00067.21(861-1076);PH_11|PF15413.5(606-687);PH_11|PF15413.5(760-837);
## 232                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Asp4|PF16996.4(117-136);Asp4|PF16996.4(447-479);Beta_helix|PF13229.5(181-263);Beta_helix|PF13229.5(248-359);Beta_helix|PF13229.5(396-574);Beta_helix|PF13229.5(92-242);IlvN|PF07991.11(366-500);NosD|PF05048.12(214-353);NosD|PF05048.12(387-491);NosD|PF05048.12(473-584);NosD|PF05048.12(75-225);Pectate_lyase_3|PF12708.6(154-228);Pectate_lyase_3|PF12708.6(236-343);Pectate_lyase_3|PF12708.6(395-492);Pectate_lyase_3|PF12708.6(76-158);
## 233                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             RIG-I_C-RD|PF11648.7(15-95);Yippee-Mis18|PF03226.13(16-115);
## 234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ANAPC4_WD40|PF12894.6(360-433);ANAPC4_WD40|PF12894.6(418-464);ANAPC4_WD40|PF12894.6(477-516);ANAPC4_WD40|PF12894.6(65-145);eIF2A|PF08662.10(290-330);eIF2A|PF08662.10(353-466);eIF2A|PF08662.10(43-163);Lgl_C|PF08596.9(422-462);WD40|PF00400.31(121-162);WD40|PF00400.31(178-197);WD40|PF00400.31(284-304);WD40|PF00400.31(381-417);WD40|PF00400.31(422-460);WD40|PF00400.31(471-508);WD40|PF00400.31(521-549);WD40|PF00400.31(666-705);WD40|PF00400.31(77-117);
## 235                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             INT_SG_DDX_CT_C|PF15300.5(334-371);INT_SG_DDX_CT_C|PF15300.5(62-89);p450|PF00067.21(38-499);
## 236                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Acyltransf_C|PF16076.4(384-414);Acyltransf_C|PF16076.4(415-466);Acyltransf_C|PF16076.4(596-667);Cadherin-like|PF12733.6(537-628);Kinesin|PF00225.22(13-325);Kinesin|PF00225.22(374-487);Kinesin|PF00225.22(489-674);Microtub_bd|PF16796.4(2-150);Microtub_bd|PF16796.4(402-524);Microtub_bd|PF16796.4(561-662);
## 237                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 AA_permease|PF00324.20(1203-1525);AA_permease|PF00324.20(976-1217);Bombesin|PF02044.16(497-506);Bombesin|PF02044.16(98-107);FWWh|PF14922.5(362-396);FWWh|PF14922.5(761-795);Misat_Tub_SegII|PF10644.8(2-82);Misat_Tub_SegII|PF10644.8(433-481);SLC12|PF03522.14(1539-1642);SLC12|PF03522.14(1634-1705);SLC12|PF03522.14(835-941);TrmK|PF04816.11(497-621);TrmK|PF04816.11(98-222);Tubulin_2|PF13809.5(105-191);Tubulin_2|PF13809.5(501-589);Tubulin_3|PF14881.5(104-224);Tubulin_3|PF14881.5(503-620);Tubulin_C|PF03953.16(261-382);Tubulin_C|PF03953.16(660-781);Tubulin|PF00091.24(3-212);Tubulin|PF00091.24(413-611);
## 238                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Baculo_PEP_C|PF04513.11(150-252);Baculo_PEP_C|PF04513.11(89-126);BAR_3_WASP_bdg|PF10456.8(144-250);BAR_3_WASP_bdg|PF10456.8(77-141);DUF1640|PF07798.10(124-236);DUF1664|PF07889.11(159-242);DUF1664|PF07889.11(83-131);DUF3090|PF11290.7(145-249);DUF4795|PF16043.4(84-252);IBV_3B|PF03622.12(156-192);IBV_3B|PF03622.12(203-235);PRELI|PF04707.13(15-169);
## 239                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Ribo_biogen_C|PF04034.12(35-161);RLI|PF04068.14(1-31);RLI
## 240                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           AIG1|PF04548.15(157-250);DUF961|PF06125.10(361-429);DUF961|PF06125.10(56-136);GBP|PF02263.18(134-276);MMR_HSR1|PF01926.22(10-90);MMR_HSR1|PF01926.22(158-294);
## 241                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Hemopexin|PF00045.18(243-251);Hemopexin|PF00045.18(624-640);Hemopexin|PF00045.18(671-695);Hemopexin|PF00045.18(717-764);Hemopexin|PF00045.18(766-806);
## 242                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             AAA_14|PF13173.5(16-139);AAA_16|PF13191.5(9-154);AAA_17|PF13207.5(23-102);AAA_18|PF13238.5(21-137);AAA_22|PF13401.5(14-100);AAA_23|PF13476.5(1-206);AAA_24|PF13479.5(16-109);AAA_30|PF13604.5(8-95);AAA_33|PF13671.5(19-150);AAA_5|PF07728.13(131-216);AAA_5|PF07728.13(19-116);AAA|PF00004.28(20-101);(AAA)
## 243                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ANAPC3|PF12895.6(13-88);ANAPC3|PF12895.6(161-221);ANAPC3|PF12895.6(277-336);Fis1_TPR_C|PF14853.5(276-301);Fis1_TPR_C|PF14853.5(35-62);Fis1_TPR_C|PF14853.5(67-92);PPR|PF01535.19(270-296);PPR|PF01535.19(320-336);PPR|PF01535.19(66-87);TPR_1|PF00515.27(108-117);TPR_1|PF00515.27(148-165);TPR_1|PF00515.27(170-186);TPR_1|PF00515.27(187-216);TPR_1|PF00515.27(273-297);TPR_1|PF00515.27(28-57);TPR_1|PF00515.27(299-332);TPR_1|PF00515.27(65-91);TPR_10|PF13374.5(105-127);TPR_10|PF13374.5(194-217);TPR_10|PF13374.5(267-293);TPR_10|PF13374.5(33-54);TPR_10|PF13374.5(65-87);TPR_11|PF13414.5(149-160);TPR_11|PF13414.5(177-191);TPR_11|PF13414.5(194-216);TPR_11|PF13414.5(273-306);TPR_11|PF13414.5(40-58);TPR_11|PF13414.5(65-91);TPR_12|PF13424.5(111-162);TPR_12|PF13424.5(187-225);TPR_12|PF13424.5(267-331);TPR_12|PF13424.5(34-90);TPR_14|PF13428.5(148-184);TPR_14|PF13428.5(194-219);TPR_14|PF13428.5(26-62);TPR_14|PF13428.5(268-307);TPR_14|PF13428.5(312-351);TPR_14|PF13428.5(62-102);TPR_16|PF13432.5(193-215);TPR_16|PF13432.5(270-329);TPR_16|PF13432.5(63-104);TPR_17|PF13431.5(145-170);TPR_17|PF13431.5(175-207);TPR_17|PF13431.5(258-286);TPR_17|PF13431.5(287-319);TPR_17|PF13431.5(46-79);TPR_17|PF13431.5(80-103);TPR_19|PF14559.5(166-216);TPR_19|PF14559.5(269-332);TPR_19|PF14559.5(38-101);TPR_2|PF07719.16(149-186);TPR_2|PF07719.16(187-218);TPR_2|PF07719.16(270-298);TPR_2|PF07719.16(299-331);TPR_2|PF07719.16(32-57);TPR_2|PF07719.16(60-91);TPR_20|PF14561.5(123-172);TPR_20|PF14561.5(174-227);TPR_20|PF14561.5(248-302);TPR_20|PF14561.5(278-327);TPR_20|PF14561.5(43-93);TPR_6|PF13174.5(268-297);TPR_6|PF13174.5(300-331);TPR_6|PF13174.5(39-57);TPR_6|PF13174.5(64-91);TPR_7|PF13176.5(150-163);TPR_7|PF13176.5(194-233);TPR_7|PF13176.5(269-301);TPR_7|PF13176.5(322-351);TPR_7|PF13176.5(34-60);TPR_7|PF13176.5(63-95);TPR_8|PF13181.5(148-160);TPR_8|PF13181.5(167-186);TPR_8|PF13181.5(187-216);TPR_8|PF13181.5(265-298);TPR_8|PF13181.5(299-331);TPR_8|PF13181.5(32-57);TPR_8|PF13181.5(59-91);TPR_9|PF13371.5(273-316);TPR_9|PF13371.5(34-97);
## 244                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              dsrm|PF00035.25(335-365);dsrm|PF00035.25(391-453);Dus|PF01207.16(35-369);His_biosynth|PF00977.20(143-269);Myb_DNA-bind_3|PF12776.6(297-371);Myb_DNA-bind_3|PF12776.6(4-37);
## 245                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          DUF3212|PF11486.7(42-109);DUF3212|PF11486.7(441-507);DUF5008|PF16400.4(449-511);DUF5008|PF16400.4(51-113);FWWh|PF14922.5(130-164);FWWh|PF14922.5(529-563);HIG_1_N|PF04588.12(451-503);HIG_1_N|PF04588.12(57-104);OKR_DC_1_C|PF03711.14(38-131);OKR_DC_1_C|PF03711.14(437-530);Tubulin_2|PF13809.5(268-358);Tubulin_3|PF14881.5(269-400);Tubulin_C|PF03953.16(29-150);Tubulin_C|PF03953.16(428-549);Tubulin|PF00091.24(181-379);
## 246                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       ApoLp-III|PF07464.10(113-193);ApoLp-III|PF07464.10(223-326);ApoLp-III|PF07464.10(7-110);Bacillus_HBL|PF05791.10(139-196);Bacillus_HBL|PF05791.10(19-115);Bacillus_HBL|PF05791.10(222-365);Baculo_PEP_C|PF04513.11(126-195);Baculo_PEP_C|PF04513.11(224-317);Baculo_PEP_C|PF04513.11(276-374);Baculo_PEP_C|PF04513.11(32-117);betaPIX_CC|PF16523.4(129-185);betaPIX_CC|PF16523.4(230-263);betaPIX_CC|PF16523.4(246-296);betaPIX_CC|PF16523.4(287-321);betaPIX_CC|PF16523.4(334-393);DUF1664|PF07889.11(230-322);DUF1664|PF07889.11(25-113);DUF1664|PF07889.11(334-397);DUF1664|PF07889.11(89-179);DUF4094|PF13334.5(13-116);DUF4094|PF13334.5(245-317);DUF4094|PF13334.5(325-381);DUF4140|PF13600.5(100-177);DUF4140|PF13600.5(221-321);DUF4140|PF13600.5(322-379);DUF4140|PF13600.5(40-108);DUF445|PF04286.11(132-315);DUF445|PF04286.11(15-164);DUF5082|PF16888.4(131-209);DUF5082|PF16888.4(19-110);DUF5082|PF16888.4(223-321);DUF5082|PF16888.4(312-378);DUF737|PF05300.10(4-324);DUF812|PF05667.10(131-398);DUF812|PF05667.10(2-136);DUF883|PF05957.12(137-186);DUF883|PF05957.12(149-207);DUF883|PF05957.12(230-302);DUF883|PF05957.12(28-98);DUF883|PF05957.12(284-363);DUF948|PF06103.10(142-191);DUF948|PF06103.10(234-312);DUF948|PF06103.10(35-106);Fmp27_WPPW|PF10359.8(199-382);Fmp27_WPPW|PF10359.8(32-237);Fzo_mitofusin|PF04799.12(125-198);Fzo_mitofusin|PF04799.12(220-321);Fzo_mitofusin|PF04799.12(327-382);Fzo_mitofusin|PF04799.12(48-120);HSBP1|PF06825.11(237-291);HSBP1|PF06825.11(284-312);HSBP1|PF06825.11(59-108);IncA|PF04156.13(226-382);IncA|PF04156.13(28-189);Lectin_N|PF03954.13(22-112);Lectin_N|PF03954.13(244-322);Mnd1|PF03962.14(21-328);Mnd1|PF03962.14(272-398);Nsp1_C|PF05064.12(125-189);Nsp1_C|PF05064.12(232-323);Nsp1_C|PF05064.12(338-391);Nsp1_C|PF05064.12(54-118);Phage_GPO|PF05929.10(17-136);Phage_GPO|PF05929.10(219-329);Phage_GPO|PF05929.10(333-385);Prefoldin|PF02996.16(144-191);Prefoldin|PF02996.16(227-271);Prefoldin|PF02996.16(25-84);Prefoldin|PF02996.16(272-310);Prefoldin|PF02996.16(339-386);Reo_sigmaC|PF04582.11(116-198);Reo_sigmaC|PF04582.11(235-391);Reo_sigmaC|PF04582.11(31-161);Spc7|PF08317.10(229-328);Spc7|PF08317.10(330-400);Spc7|PF08317.10(38-187);Syntaxin-6_N|PF09177.10(126-198);Syntaxin-6_N|PF09177.10(236-323);Syntaxin-6_N|PF09177.10(312-390);Syntaxin-6_N|PF09177.10(48-136);Tektin|PF03148.13(17-399);TSC22|PF01166.17(144-177);TSC22|PF01166.17(233-284);TSC22|PF01166.17(286-329);TSC22|PF01166.17(344-396);Vps23_core|PF09454.9(131-174);Vps23_core|PF09454.9(271-315);Vps23_core|PF09454.9(337-366);Vps23_core|PF09454.9(75-115);
## 247                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        0
## 248                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GCS|PF03074.15(1-40);
## 249                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   ASCH|PF04266.13(425-534);zf-C2HC5|PF06221.12(183-232);
## 250                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  CorA|PF01544.17(577-678);FGGY_C|PF02782.15(360-431);FGGY_C|PF02782.15(60-192);FGGY_C|PF02782.15(8-77);FtsA|PF14450.5(243-422);FtsA|PF14450.5(529-659);FtsA|PF14450.5(58-191);HR1|PF02185.15(303-336);HR1|PF02185.15(556-616);HR1|PF02185.15(623-649);HSP70|PF00012.19(57-655);Mnd1|PF03962.14(538-668);MreB_Mbl|PF06723.12(167-430);MreB_Mbl|PF06723.12(55-121);Prominin|PF05478.10(300-416);Prominin|PF05478.10(533-668);Seryl_tRNA_N|PF02403.21(556-671);Spectrin|PF00435.20(370-404);Spectrin|PF00435.20(556-648);YabB|PF06156.12(444-497);YabB|PF06156.12(575-661);
## 251                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        0
## 252                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  7tm_2|PF00002.23(1-95);
## 253                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        FNIP|PF05725.11(135-179);FNIP|PF05725.11(157-203);FNIP|PF05725.11(80-156);LRR_4|PF12799.6(105-147);LRR_4|PF12799.6(147-191);LRR_4|PF12799.6(195-242);LRR_8|PF13855.5(104-159);LRR_8|PF13855.5(125-182);LRR_8|PF13855.5(170-233);LRR_9|PF14580.5(184-285);LRR_9|PF14580.5(88-187);
## 254                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                DUF4957|PF16318.4(103-185);LRR_4|PF12799.6(135-181);LRR_4|PF12799.6(163-210);LRR_4|PF12799.6(350-374);LRR_4|PF12799.6(393-415);LRR_4|PF12799.6(81-128);LRR_6|PF13516.5(107-123);LRR_6|PF13516.5(135-156);LRR_6|PF13516.5(161-184);LRR_6|PF13516.5(190-212);LRR_6|PF13516.5(350-373);LRR_6|PF13516.5(394-406);LRR_8|PF13855.5(135-203);LRR_8|PF13855.5(181-222);LRR_8|PF13855.5(345-373);LRR_8|PF13855.5(389-411);LRR_8|PF13855.5(95-131);
## 255                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Fibrinogen_C|PF00147.17(45-258);domain
## 256                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              2-Hacid_dh_C|PF02826.18(11-95);2-Hacid_dh_C|PF02826.18(86-134);AdoHcyase_NAD|PF00670.20(7-141);ApbA|PF02558.15(23-148);F420_oxidored|PF03807.16(22-110);Ferric_reduct|PF01794.18(201-279);Ferric_reduct|PF01794.18(245-387);Ferric_reduct|PF01794.18(375-436);IlvN|PF07991.11(19-109);NAD_binding_2|PF03446.14(22-125);NAD_Gly3P_dh_N|PF01210.22(22-110);Rossmann-like|PF10727.8(122-169);Rossmann-like|PF10727.8(9-114);Semialdhyde_dh|PF01118.23(22-145);Staph_opine_DH|PF10100.8(6-113);
## 257                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Neur_chan_LBD|PF02931.22(28-242);Neur_chan_LBD|PF02931.22(352-409);Neur_chan_memb|PF02932.15(249-409);Neur_chan_memb|PF02932.15(344-452);
## 258                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        0
## 259                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Lig_chan-Glu_bd|PF10613.8(59-89);Lig_chan-Glu_bd|PF10613.8(70-176);Lig_chan|PF00060.25(189-301);SBP_bac_3|PF00497.19(45-66);SBP_bac_3|PF00497.19(90-236);
## 260                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Dynein_heavy|PF03028.14(1-516);dynein
## 261                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            AAA|PF00004.28(120-215);(AAA)
## 262                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Adaptin_N|PF01602.19(151-232);Adaptin_N|PF01602.19(19-124);Adaptin_N|PF01602.19(334-452);CAAP1|PF15335.5(404-453);CAAP1|PF15335.5(95-128);CLASP_N|PF12348.7(147-203);CLASP_N|PF12348.7(258-431);CLASP_N|PF12348.7(3-73);Cnd1|PF12717.6(147-233);Cnd1|PF12717.6(29-134);Cnd1|PF12717.6(318-456);Cohesin_HEAT|PF12765.6(154-177);Cohesin_HEAT|PF12765.6(270-281);Cohesin_HEAT|PF12765.6(31-52);Cohesin_HEAT|PF12765.6(372-404);Dopey_N|PF04118.13(109-330);Dopey_N|PF04118.13(2-94);Dopey_N|PF04118.13(364-452);DUF4042|PF13251.5(196-247);DUF4042|PF13251.5(256-317);DUF4042|PF13251.5(378-417);DUF4042|PF13251.5(39-68);HEAT_2|PF13646.5(156-262);HEAT_2|PF13646.5(275-364);HEAT_2|PF13646.5(303-404);HEAT_2|PF13646.5(377-449);HEAT_2|PF13646.5(5-98);HEAT_EZ|PF13513.5(141-177);HEAT_EZ|PF13513.5(183-217);HEAT_EZ|PF13513.5(206-223);HEAT_EZ|PF13513.5(292-328);HEAT_EZ|PF13513.5(317-366);HEAT_EZ|PF13513.5(378-444);HEAT_EZ|PF13513.5(62-100);HEAT_EZ|PF13513.5(7-61);HEAT|PF02985.21(155-184);HEAT|PF02985.21(193-223);HEAT|PF02985.21(270-301);HEAT|PF02985.21(302-332);HEAT|PF02985.21(340-370);HEAT|PF02985.21(35-65);HEAT|PF02985.21(382-411);HEAT|PF02985.21(420-438);HEAT|PF02985.21(73-104);MMS19_C|PF12460.7(151-202);MMS19_C|PF12460.7(19-81);MMS19_C|PF12460.7(259-309);MMS19_C|PF12460.7(331-433);MMS19_C|PF12460.7(67-101);MOR2-PAG1_C|PF14225.5(406-449);MOR2-PAG1_C|PF14225.5(68-151);NUC173|PF08161.11(272-370);NUC173|PF08161.11(3-91);NUC173|PF08161.11(373-440);ParcG|PF10274.8(1-92);ParcG|PF10274.8(151-229);ParcG|PF10274.8(335-440);ParcG|PF10274.8(67-128);
## 263                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   EF1G|PF00647.18(116-184);EF1G|PF00647.18(259-365);GST_C_2|PF13410.5(115-187);GST_C_3|PF14497.5(106-202);GST_C_6|PF17171.3(131-186);GST_C|PF00043.24(102-194);GST_C|PF00043.24(206-261);GST_N_2|PF13409.5(14-78);GST_N_3|PF13417.5(6-81);GST_N|PF02798.19(2-77);HABP4_PAI-RBP1|PF04774.14(205-292);NARP1|PF12569.7(169-276);NARP1|PF12569.7(91-140);RR_TM4-6|PF06459.11(188-307);TPR_1|PF00515.27(113-140);U79_P34|PF03064.15(186-290);
## 264                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  C1_4|PF07975.11(163-216);C1_4|PF07975.11(201-244);C1_4|PF07975.11(250-304);DUF2256|PF10013.8(132-144);DUF2256|PF10013.8(184-205);DUF2256|PF10013.8(213-245);DUF2256|PF10013.8(285-302);Rad50_zn_hook|PF04423.13(181-207);TFIIS_C|PF01096.17(191-201);TFIIS_C|PF01096.17(216-229);TFIIS_C|PF01096.17(279-295);XPA_N|PF01286.17(191-207);XPA_N|PF01286.17(218-230);XPA_N|PF01286.17(285-301);zf-C2H2_4|PF13894.5(102-126);zf-C2H2_4|PF13894.5(130-155);zf-C2H2_4|PF13894.5(161-186);zf-C2H2_4|PF13894.5(191-214);zf-C2H2_4|PF13894.5(219-242);zf-C2H2_4|PF13894.5(255-280);zf-C2H2_4|PF13894.5(285-306);zf-C2H2_8|PF15909.4(102-191);zf-C2H2_8|PF15909.4(162-250);zf-C2H2_8|PF15909.4(218-308);zf-C2H2_jaz|PF12171.7(108-123);zf-C2H2_jaz|PF12171.7(135-155);zf-C2H2_jaz|PF12171.7(190-211);zf-C2H2_jaz|PF12171.7(218-242);zf-C2H2_jaz|PF12171.7(260-277);zf-C2H2|PF00096.25(103-125);zf-C2H2|PF00096.25(130-155);zf-C2H2|PF00096.25(161-186);zf-C2H2|PF00096.25(191-213);zf-C2H2|PF00096.25(219-240);zf-C2H2|PF00096.25(255-280);zf-C2H2|PF00096.25(285-306);zf-Di19|PF05605.11(128-192);zf-Di19|PF05605.11(189-243);zf-Di19|PF05605.11(253-306);zf-H2C2_2|PF13465.5(106-114);zf-H2C2_2|PF13465.5(117-142);zf-H2C2_2|PF13465.5(146-174);zf-H2C2_2|PF13465.5(177-202);zf-H2C2_2|PF13465.5(206-230);zf-H2C2_2|PF13465.5(233-267);zf-H2C2_2|PF13465.5(272-296);Zn-ribbon_8|PF09723.9(102-121);Zn-ribbon_8|PF09723.9(160-203);Zn-ribbon_8|PF09723.9(217-244);Zn-ribbon_8|PF09723.9(284-307);
## 265                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Arylsulfotran_N|PF17425.1(333-378);Arylsulfotran_N|PF17425.1(597-664);Arylsulfotran_N|PF17425.1(712-781);DSPc|PF00782.19(1329-1449);DSPc|PF00782.19(1497-1555);DSPc|PF00782.19(1634-1744);fn3|PF00041.20(191-214);fn3|PF00041.20(282-368);fn3|PF00041.20(383-471);fn3|PF00041.20(488-573);fn3|PF00041.20(614-673);fn3|PF00041.20(686-774);fn3|PF00041.20(793-837);Kazal_1|PF00050.20(20-77);Kazal_2|PF07648.14(33-77);Myotub-related|PF06602.13(1326-1416);Myotub-related|PF06602.13(1653-1715);PTPlike_phytase|PF14566.5(1358-1412);PTPlike_phytase|PF14566.5(1659-1711);PTPlike_phytase|PF14566.5(900-960);Pur_ac_phosph_N|PF16656.4(188-375);Pur_ac_phosph_N|PF16656.4(380-481);Pur_ac_phosph_N|PF16656.4(490-583);Pur_ac_phosph_N|PF16656.4(590-680);Pur_ac_phosph_N|PF16656.4(690-780);Y_phosphatase|PF00102.26(1221-1452);Y_phosphatase|PF00102.26(1515-1751);Y_phosphatase3|PF13350.5(1329-1471);Y_phosphatase3|PF13350.5(1632-1752);
## 266                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            APG6|PF04111.11(1-117);Bap31|PF05529.11(1-79);Bap31|PF05529.11(69-116);BST2|PF16716.4(1-67);BST2|PF16716.4(39-116);CAP59_mtransfer|PF11735.7(4-107);CENP-Q|PF13094.5(1-116);CorA|PF01544.17(2-116);DUF1664|PF07889.11(1-114);DUF641|PF04859.11(1-85);DUF641|PF04859.11(60-116);DUF724|PF05266.13(2-116);DUF745|PF05335.12(1-36);DUF745|PF05335.12(33-115);Exonuc_VII_L|PF02601.14(4-116);FAM76|PF16046.4(1-115);Fib_alpha|PF08702.9(1-54);Fib_alpha|PF08702.9(46-117);FliJ|PF02050.15(1-104);GrpE|PF01025.18(2-116);IncA|PF04156.13(1-116);Myosin_tail_1|PF01576.18(2-117);Rho_Binding|PF08912.10(1-35);Rho_Binding|PF08912.10(32-90);Rho_Binding|PF08912.10(89-117);Stathmin|PF00836.18(1-58);Stathmin|PF00836.18(53-116);Synaptonemal_3|PF15191.5(1-90);Synaptonemal_3|PF15191.5(82-117);TMPIT|PF07851.12(1-115);Tropomyosin_1|PF12718.6(1-116);Tropomyosin|PF00261.19(1-37);USP8_interact|PF08941.9(1-36);USP8_interact|PF08941.9(32-114);
## 267                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   CsiD|PF08943.9(613-672);DIT1_PvcA|PF05141.11(76-344);TauD|PF02668.15(28-116);TauD|PF02668.15(399-672);
## 268 AAA_13|PF13166.5(13-271);AAA_13|PF13166.5(238-412);ADIP|PF11559.7(183-232);ADIP|PF11559.7(194-302);ADIP|PF11559.7(301-389);ADIP|PF11559.7(358-412);ADIP|PF11559.7(88-179);ADIP|PF11559.7(9-95);APG6|PF04111.11(163-257);APG6|PF04111.11(2-111);APG6|PF04111.11(256-389);APG6|PF04111.11(69-203);ATG16|PF08614.10(168-282);ATG16|PF08614.10(279-411);ATG16|PF08614.10(6-68);ATG16|PF08614.10(61-209);Bacillus_HBL|PF05791.10(138-228);Bacillus_HBL|PF05791.10(223-278);Bacillus_HBL|PF05791.10(261-369);Bacillus_HBL|PF05791.10(90-166);BRE1|PF08647.10(149-211);BRE1|PF08647.10(186-280);BRE1|PF08647.10(278-365);BRE1|PF08647.10(352-412);BRE1|PF08647.10(5-63);BRE1|PF08647.10(84-166);BST2|PF16716.4(103-187);BST2|PF16716.4(169-227);BST2|PF16716.4(213-289);BST2|PF16716.4(282-368);BST2|PF16716.4(345-409);BST2|PF16716.4(4-64);CALCOCO1|PF07888.10(177-404);CALCOCO1|PF07888.10(4-186);CALCOCO1|PF07888.10(63-225);CENP-F_leu_zip|PF10473.8(152-275);CENP-F_leu_zip|PF10473.8(237-345);CENP-F_leu_zip|PF10473.8(332-412);CENP-F_leu_zip|PF10473.8(4-63);CENP-F_leu_zip|PF10473.8(67-192);CENP-H|PF05837.11(10-89);CENP-H|PF05837.11(192-283);CENP-H|PF05837.11(283-330);CENP-H|PF05837.11(324-411);CENP-H|PF05837.11(86-177);Corona_S2|PF01601.15(125-235);Corona_S2|PF01601.15(279-359);Corona_S2|PF01601.15(77-181);DUF1110|PF06533.11(11-151);DUF1110|PF06533.11(270-357);DUF16|PF01519.15(120-178);DUF16|PF01519.15(166-255);DUF16|PF01519.15(230-293);DUF16|PF01519.15(276-354);DUF16|PF01519.15(349-412);DUF16|PF01519.15(5-85);DUF16|PF01519.15(71-159);DUF1664|PF07889.11(13-73);DUF1664|PF07889.11(130-223);DUF1664|PF07889.11(233-324);DUF1664|PF07889.11(285-393);DUF1664|PF07889.11(85-161);DUF2730|PF10805.7(148-219);DUF2730|PF10805.7(2-59);DUF2730|PF10805.7(282-345);DUF2730|PF10805.7(334-411);DUF2730|PF10805.7(82-151);DUF3450|PF11932.7(186-246);DUF3450|PF11932.7(239-341);DUF3450|PF11932.7(334-412);DUF3450|PF11932.7(7-75);DUF3450|PF11932.7(93-188);DUF3584|PF12128.7(114-368);DUF3584|PF12128.7(7-221);DUF4201|PF13870.5(192-276);DUF4201|PF13870.5(285-412);DUF4201|PF13870.5(6-100);DUF4201|PF13870.5(71-195);DUF4618|PF15397.5(121-226);DUF4618|PF15397.5(229-345);DUF4618|PF15397.5(321-407);DUF489|PF04356.11(141-216);DUF489|PF04356.11(208-292);DUF489|PF04356.11(278-405);DUF489|PF04356.11(65-146);DUF4988|PF16378.4(102-179);DUF4988|PF16378.4(188-241);DUF4988|PF16378.4(327-403);DUF812|PF05667.10(230-409);DUF812|PF05667.10(3-127);DUF812|PF05667.10(69-242);ERM|PF00769.18(144-256);ERM|PF00769.18(226-355);ERM|PF00769.18(347-412);ERM|PF00769.18(38-186);EzrA|PF06160.11(183-394);EzrA|PF06160.11(5-180);Fez1|PF06818.14(169-301);Fez1|PF06818.14(281-411);Fez1|PF06818.14(5-203);Fib_alpha|PF08702.9(139-242);Fib_alpha|PF08702.9(14-141);Fib_alpha|PF08702.9(233-337);Fib_alpha|PF08702.9(289-411);Fib_alpha|PF08702.9(89-180);Filament|PF00038.20(2-85);Filament|PF00038.20(200-339);Filament|PF00038.20(324-412);Filament|PF00038.20(73-204);FlaC_arch|PF05377.10(121-172);FlaC_arch|PF05377.10(17-61);FlaC_arch|PF05377.10(196-227);FlaC_arch|PF05377.10(288-348);FlaC_arch|PF05377.10(324-374);FlaC_arch|PF05377.10(351-404);GAS|PF13851.5(216-363);GAS|PF13851.5(347-412);GAS|PF13851.5(5-75);GAS|PF13851.5(86-233);Golgin_A5|PF09787.8(153-390);Golgin_A5|PF09787.8(7-92);Golgin_A5|PF09787.8(79-180);HemX|PF04375.13(175-287);HemX|PF04375.13(281-382);HemX|PF04375.13(65-175);HemX|PF04375.13(8-80);HMMR_N|PF15905.4(177-281);HMMR_N|PF15905.4(232-329);HMMR_N|PF15905.4(325-410);HMMR_N|PF15905.4(68-224);IFT57|PF10498.8(17-273);IFT57|PF10498.8(259-387);IncA|PF04156.13(13-101);IncA|PF04156.13(168-328);IncA|PF04156.13(280-412);IncA|PF04156.13(91-190);Laminin_II|PF06009.11(10-91);Laminin_II|PF06009.11(135-230);Laminin_II|PF06009.11(217-274);Laminin_II|PF06009.11(259-337);Laminin_II|PF06009.11(335-408);Lebercilin|PF15619.5(143-343);Lebercilin|PF15619.5(25-147);Lebercilin|PF15619.5(286-365);Lebercilin|PF15619.5(326-412);LPP|PF04728.12(133-168);LPP|PF04728.12(189-229);LPP|PF04728.12(242-279);LPP|PF04728.12(282-317);LPP|PF04728.12(314-357);LPP|PF04728.12(350-382);LPP|PF04728.12(379-412);LPP|PF04728.12(44-75);LPP|PF04728.12(92-134);Lzipper-MIP1|PF14389.5(17-46);Lzipper-MIP1|PF14389.5(183-226);Lzipper-MIP1|PF14389.5(232-362);Lzipper-MIP1|PF14389.5(323-408);Lzipper-MIP1|PF14389.5(39-62);Lzipper-MIP1|PF14389.5(94-179);MAD|PF05557.12(14-220);MAD|PF05557.12(194-412);MbeD_MobD|PF04899.11(143-181);MbeD_MobD|PF04899.11(163-220);MbeD_MobD|PF04899.11(252-349);MbeD_MobD|PF04899.11(26-61);MbeD_MobD|PF04899.11(342-406);MbeD_MobD|PF04899.11(90-153);Mce4_CUP1|PF11887.7(191-281);Mce4_CUP1|PF11887.7(254-369);MscS_porin|PF12795.6(101-164);MscS_porin|PF12795.6(168-313);MscS_porin|PF12795.6(271-407);MscS_porin|PF12795.6(4-119);Myosin_tail_1|PF01576.18(4-412);NPV_P10|PF05531.11(138-227);NPV_P10|PF05531.11(227-272);NPV_P10|PF05531.11(283-326);NPV_P10|PF05531.11(322-392);NPV_P10|PF05531.11(93-152);PI3K_P85_iSH2|PF16454.4(10-84);PI3K_P85_iSH2|PF16454.4(183-342);PI3K_P85_iSH2|PF16454.4(337-405);Prominin|PF05478.10(229-363);Prominin|PF05478.10(64-243);PspA_IM30|PF04012.11(164-276);PspA_IM30|PF04012.11(206-393);Reo_sigmaC|PF04582.11(10-139);Reo_sigmaC|PF04582.11(237-398);Reo_sigmaC|PF04582.11(94-236);SlyX|PF04102.11(13-77);SlyX|PF04102.11(165-230);SlyX|PF04102.11(225-284);SlyX|PF04102.11(261-325);SlyX|PF04102.11(313-388);SlyX|PF04102.11(380-412);SlyX|PF04102.11(87-168);SOGA|PF11365.7(136-220);SOGA|PF11365.7(197-280);SOGA|PF11365.7(259-397);SOGA|PF11365.7(81-146);Spc7|PF08317.10(170-296);Spc7|PF08317.10(277-410);Spc7|PF08317.10(30-177);Sugarporin_N|PF11471.7(12-46);Sugarporin_N|PF11471.7(193-226);Sugarporin_N|PF11471.7(297-322);Sugarporin_N|PF11471.7(336-366);Syntaxin-6_N|PF09177.10(12-99);Syntaxin-6_N|PF09177.10(146-247);Syntaxin-6_N|PF09177.10(258-339);Syntaxin-6_N|PF09177.10(324-386);Syntaxin-6_N|PF09177.10(85-203);TBPIP|PF07106.12(12-99);TBPIP|PF07106.12(145-237);TBPIP|PF07106.12(176-283);TBPIP|PF07106.12(285-371);TBPIP|PF07106.12(369-412);TBPIP|PF07106.12(84-178);TMF_TATA_bd|PF12325.7(156-208);TMF_TATA_bd|PF12325.7(198-291);TMF_TATA_bd|PF12325.7(282-375);TMF_TATA_bd|PF12325.7(369-412);TMF_TATA_bd|PF12325.7(7-108);TMF_TATA_bd|PF12325.7(88-182);TolA_bind_tri|PF16331.4(101-162);TolA_bind_tri|PF16331.4(171-239);TolA_bind_tri|PF16331.4(19-101);TolA_bind_tri|PF16331.4(241-317);TolA_bind_tri|PF16331.4(326-393);TolA_bind_tri|PF16331.4(377-411);TolA_bind_tri|PF16331.4(78-117);TPR_MLP1_2|PF07926.11(144-242);TPR_MLP1_2|PF07926.11(21-153);TPR_MLP1_2|PF07926.11(237-344);TPR_MLP1_2|PF07926.11(315-407);Tropomyosin_1|PF12718.6(166-307);Tropomyosin_1|PF12718.6(225-338);Tropomyosin_1|PF12718.6(324-403);Tropomyosin_1|PF12718.6(4-85);Tropomyosin_1|PF12718.6(80-182);Tropomyosin|PF00261.19(19-120);Tropomyosin|PF00261.19(334-409);Tropomyosin|PF00261.19(98-355);V_ATPase_I|PF01496.18(16-199);V_ATPase_I|PF01496.18(176-400);
## 269                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Cauli_AT|PF03233.12(166-225);Cauli_AT|PF03233.12(93-166);Exonuc_VII_L|PF02601.14(71-243);FliD_N|PF02465.17(127-186);FliD_N|PF02465.17(174-260);KxDL|PF10241.8(123-164);KxDL|PF10241.8(161-225);MATH|PF00917.25(104-176);MATH|PF00917.25(246-374);MRP-L28|PF09812.8(105-224);MRP-L28|PF09812.8(35-69);NPV_P10|PF05531.11(123-181);NPV_P10|PF05531.11(175-253);PKcGMP_CC|PF16808.4(111-123);PKcGMP_CC|PF16808.4(182-212);PKcGMP_CC|PF16808.4(231-241);PKcGMP_CC|PF16808.4(70-84);Reo_sigmaC|PF04582.11(106-239);Sina|PF03145.15(258-358);Sina|PF03145.15(43-183);zf-TRAF_2|PF15965.4(1-43);zf-TRAF_2|PF15965.4(38-126);zf-TRAF|PF02176.17(2-56);zf-TRAF|PF02176.17(57-116);
## 270                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             7tm_2|PF00002.23(341-579);DUF1345|PF07077.10(335-449);DUF1345|PF07077.10(490-591);DUF4153|PF13687.5(311-437);DUF4153|PF13687.5(452-601);DUF418|PF04235.11(345-403);DUF418|PF04235.11(434-522);DUF418|PF04235.11(515-587);DUF973|PF06157.10(225-247);DUF973|PF06157.10(343-434);DUF973|PF06157.10(481-597);EamA|PF00892.19(311-434);EamA|PF00892.19(479-586);
## 271                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           AAA_14|PF13173.5(138-204);AAA_14|PF13173.5(219-307);AAA_14|PF13173.5(407-499);AAA_15|PF13175.5(135-249);AAA_15|PF13175.5(391-504);AAA_15|PF13175.5(510-555);AAA_16|PF13191.5(127-310);AAA_16|PF13191.5(388-557);AAA_18|PF13238.5(142-243);AAA_18|PF13238.5(411-523);AAA_19|PF13245.5(135-170);AAA_19|PF13245.5(290-417);AAA_19|PF13245.5(400-447);AAA_21|PF13304.5(141-181);TA
## 272                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Cupin_8|PF13621.5(249-394);Cupin_8|PF13621.5(29-251);JmjC|PF02373.21(139-244);JmjC|PF02373.21(234-305);
## 273                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    cEGF|PF12662.6(156-180);cEGF|PF12662.6(198-218);cEGF|PF12662.6(236-257);cEGF|PF12662.6(273-280);cEGF|PF12662.6(92-96);EGF_CA|PF07645.14(148-175);EGF_CA|PF07645.14(177-214);EGF_CA|PF07645.14(215-262);EGF_CA|PF07645.14(250-289);EGF|PF00008.26(146-176);EGF|PF00008.26(181-211);EGF|PF00008.26(219-249);EGF|PF00008.26(250-286);EGF|PF00008.26(54-65);EGF|PF00008.26(88-101);FXa_inhibition|PF14670.5(145-169);FXa_inhibition|PF14670.5(181-219);FXa_inhibition|PF14670.5(212-257);FXa_inhibition|PF14670.5(250-286);hEGF|PF12661.6(14-23);hEGF|PF12661.6(155-176);hEGF|PF12661.6(186-207);hEGF|PF12661.6(224-245);hEGF|PF12661.6(262-280);hEGF|PF12661.6(283-288);
## 274                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Glycos_transf_2|PF00535.25(189-234);SGT1|PF07093.10(72-125);
## 275                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Seryl_tRNA_N|PF02403.21(100-140);Seryl_tRNA_N|PF02403.21(2-114);Seryl_tRNA_N|PF02403.21(228-274);Seryl_tRNA_N|PF02403.21(470-507);SNN_linker|PF09050.9(122-129);SNN_linker|PF09050.9(145-166);SNN_linker|PF09050.9(237-257);Topo-VIb_trans|PF09239.10(28-108);tRNA-synt_2b|PF00587.24(253-444);H,
## 276                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Fibrinogen_C|PF00147.17(91-296);domain
## 277                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 CARD_2|PF16739.4(8-100);CARD|PF00619.20(13-99);DUF3081|PF11280.7(39-97);
## 278                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Haspin_kinase|PF12330.7(20-74);Haspin_kinase|PF12330.7(90-159);NFRKB_winged|PF14465.5(227-297);NFRKB_winged|PF14465.5(290-403);NFRKB_winged|PF14465.5(85-130);Not3|PF04065.14(249-373);Pkinase_Tyr|PF07714.16(11-252);Pkinase|PF00069.24(11-251);SAM_1|PF00536.29(325-393);SAM_2|PF07647.16(324-393);SAM_PNT|PF02198.15(308-396);Ste50p-SAM|PF09235.9(322-397);YEATS|PF03366.15(439-520);
## 279                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           BTB|PF00651.30(279-341);BTB|PF00651.30(367-436);BTB|PF00651.30(455-564);Ras|PF00071.21(27-232);Ras|PF00071.21(492-516);Roc|PF08477.12(27-157);
## 280                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ComX|PF05952.11(169-190);ComX|PF05952.11(198-218);ComX|PF05952.11(382-405);DUF2407|PF10302.8(22-111);DUF3417|PF11897.7(140-213);DUF3417|PF11897.7(360-448);DUF3417|PF11897.7(401-462);GlnE|PF03710.14(144-197);GlnE|PF03710.14(177-270);GlnE|PF03710.14(370-464);HOIP-UBA|PF16678.4(548-589);Pik1|PF11522.7(242-279);Pik1|PF11522.7(349-381);Pik1|PF11522.7(468-483);Pik1|PF11522.7(527-553);Rad60-SLD_2|PF13881.5(14-110);Rad60-SLD|PF11976.7(15-84);Rod-binding|PF10135.8(122-160);Rod-binding|PF10135.8(214-230);Rod-binding|PF10135.8(352-395);Rod-binding|PF10135.8(411-428);Rod-binding|PF10135.8(508-545);Speriolin_C|PF15059.5(137-231);Speriolin_C|PF15059.5(353-463);UBA|PF00627.30(175-184);UBA|PF00627.30(550-587);ubiquitin|PF00240.22(17-87);XPC-binding|PF09280.10(142-168);XPC-binding|PF09280.10(172-208);XPC-binding|PF09280.10(202-239);XPC-binding|PF09280.10(351-379);XPC-binding|PF09280.10(373-431);XPC-binding|PF09280.10(432-459);XPC-binding|PF09280.10(438-471);XPC-binding|PF09280.10(520-540);
## 281                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                cNMP_binding|PF00027.28(150-236);cNMP_binding|PF00027.28(271-360);RIIa|PF02197.16(13-45);
## 282                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    DZF|PF07528.13(1-93);
## 283                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              FYVE_2|PF02318.15(142-223);FYVE_2|PF02318.15(221-262);FYVE_2|PF02318.15(4-33);FYVE|PF01363.20(14-25);FYVE|PF01363.20(164-251);zf-C2H2_4|PF13894.5(14-37);zf-C2H2_4|PF13894.5(173-191);zf-C2H2_4|PF13894.5(190-207);zf-C2H2_4|PF13894.5(240-261);zf-C2H2_9|PF16293.4(14-43);
## 284                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Ank_2|PF12796.6(1-59);Ank_2|PF12796.6(104-199);Ank_2|PF12796.6(140-233);Ank_2|PF12796.6(173-266);Ank_2|PF12796.6(226-301);Ank_2|PF12796.6(306-401);Ank_2|PF12796.6(395-485);Ank_2|PF12796.6(461-558);Ank_2|PF12796.6(493-592);Ank_2|PF12796.6(565-658);Ank_2|PF12796.6(632-726);Ank_2|PF12796.6(67-166);Ank_2|PF12796.6(723-792);Ank_2|PF12796.6(777-871);Ank_2|PF12796.6(844-939);Ank_2|PF12796.6(913-1004);Ank_3|PF13606.5(1-24);Ank_3|PF13606.5(1014-1039);Ank_3|PF13606.5(135-164);Ank_3|PF13606.5(168-197);Ank_3|PF13606.5(201-231);Ank_3|PF13606.5(235-264);Ank_3|PF13606.5(272-297);Ank_3|PF13606.5(28-57);Ank_3|PF13606.5(301-330);Ank_3|PF13606.5(335-366);Ank_3|PF13606.5(370-399);Ank_3|PF13606.5(403-432);Ank_3|PF13606.5(446-483);Ank_3|PF13606.5(488-518);Ank_3|PF13606.5(527-556);Ank_3|PF13606.5(560-589);Ank_3|PF13606.5(593-623);Ank_3|PF13606.5(62-91);Ank_3|PF13606.5(627-656);Ank_3|PF13606.5(660-687);Ank_3|PF13606.5(694-721);Ank_3|PF13606.5(729-757);Ank_3|PF13606.5(762-789);Ank_3|PF13606.5(795-823);Ank_3|PF13606.5(839-869);Ank_3|PF13606.5(875-900);Ank_3|PF13606.5(908-937);Ank_3|PF13606.5(941-968);Ank_3|PF13606.5(974-1002);Ank_3|PF13606.5(99-125);Ank_4|PF13637.5(1-49);Ank_4|PF13637.5(137-189);Ank_4|PF13637.5(169-221);Ank_4|PF13637.5(202-256);Ank_4|PF13637.5(257-289);Ank_4|PF13637.5(270-321);Ank_4|PF13637.5(302-358);Ank_4|PF13637.5(353-391);Ank_4|PF13637.5(392-424);Ank_4|PF13637.5(40-82);Ank_4|PF13637.5(407-460);Ank_4|PF13637.5(464-509);Ank_4|PF13637.5(528-581);Ank_4|PF13637.5(569-614);Ank_4|PF13637.5(594-648);Ank_4|PF13637.5(628-681);Ank_4|PF13637.5(63-120);Ank_4|PF13637.5(676-715);Ank_4|PF13637.5(695-750);Ank_4|PF13637.5(730-782);Ank_4|PF13637.5(763-816);Ank_4|PF13637.5(839-895);Ank_4|PF13637.5(909-962);Ank_4|PF13637.5(964-995);Ank_5|PF13857.5(1-36);Ank_5|PF13857.5(128-176);Ank_5|PF13857.5(15-64);Ank_5|PF13857.5(190-240);Ank_5|PF13857.5(221-271);Ank_5|PF13857.5(272-301);Ank_5|PF13857.5(292-343);Ank_5|PF13857.5(357-411);Ank_5|PF13857.5(415-454);Ank_5|PF13857.5(464-496);Ank_5|PF13857.5(474-535);Ank_5|PF13857.5(48-77);Ank_5|PF13857.5(547-601);Ank_5|PF13857.5(613-655);Ank_5|PF13857.5(647-687);Ank_5|PF13857.5(681-721);Ank_5|PF13857.5(717-755);Ank_5|PF13857.5(749-782);Ank_5|PF13857.5(783-823);Ank_5|PF13857.5(829-865);Ank_5|PF13857.5(860-905);Ank_5|PF13857.5(89-134);Ank_5|PF13857.5(897-949);Ank_5|PF13857.5(930-975);Ank_5|PF13857.5(963-1012);Ank|PF00023.29(1-27);Ank|PF00023.29(136-167);Ank|PF00023.29(168-200);Ank|PF00023.29(202-234);Ank|PF00023.29(235-267);Ank|PF00023.29(268-302);Ank|PF00023.29(28-59);Ank|PF00023.29(301-332);Ank|PF00023.29(335-369);Ank|PF00023.29(370-404);Ank|PF00023.29(403-435);Ank|PF00023.29(446-489);Ank|PF00023.29(490-525);Ank|PF00023.29(527-559);Ank|PF00023.29(560-592);Ank|PF00023.29(594-626);Ank|PF00023.29(627-659);Ank|PF00023.29(64-89);Ank|PF00023.29(660-692);Ank|PF00023.29(694-727);Ank|PF00023.29(731-760);Ank|PF00023.29(762-792);Ank|PF00023.29(795-824);Ank|PF00023.29(839-872);Ank|PF00023.29(874-907);Ank|PF00023.29(908-940);Ank|PF00023.29(941-973);Ank|PF00023.29(974-1007);Ank|PF00023.29(99-133);Baculo_11_kDa|PF06143.10(1296-1327);Baculo_11_kDa|PF06143.10(1376-1428);ECSCR|PF15820.4(1371-1468);Ion_trans|PF00520.30(1134-1420);
## 285                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                DUF4586|PF15239.5(5-293);
## 286                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Gryzun-like|PF12742.6(18-76);Gryzun|PF07919.11(6-96);
## 287                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Presenilin|PF01080.16(185-322);SKIP_SNW|PF02731.14(246-290);SKIP_SNW|PF02731.14(76-236);
## 288                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ERp29|PF07749.11(96-186);Thioredoxin_6|PF13848.5(104-156);Thioredoxin_6|PF13848.5(2-82);Thioredoxin|PF00085.19(1-80);Thioredoxin|PF00085.19(117-151);
## 289                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    DEAD|PF00270.28(255-329);DEAD|PF00270.28(30-205);DnaI_N|PF07319.10(182-227);DnaI_N|PF07319.10(429-487);DUF3384|PF11864.7(35-211);Helicase_C|PF00271.30(240-379);ResIII|PF04851.14(23-200);ResIII|PF04851.14(242-344);
## 290                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        BSD|PF03909.16(2-32);Sprouty|PF05210.12(128-229);
## 291                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 DUF3523|PF12037.7(7-67);
## 292                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        CAP|PF00188.25(187-265);CAP|PF00188.25(342-417);CAP|PF00188.25(459-584);Imm25|PF15564.5(548-618);
## 293                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   IncA|PF04156.13(282-400);IncA|PF04156.13(30-165);PCRF|PF03462.17(301-401);PCRF|PF03462.17(60-251);PEP-utilisers_N|PF05524.12(126-217);PEP-utilisers_N|PF05524.12(297-346);PEP-utilisers_N|PF05524.12(30-149);RF-1|PF00472.19(258-368);
## 294                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Ank_2|PF12796.6(1-94);Ank_3|PF13606.5(1-25);Ank_3|PF13606.5(30-59);Ank_3|PF13606.5(63-91);Ank_4|PF13637.5(1-51);Ank_4|PF13637.5(33-84);Ank_5|PF13857.5(1-38);Ank_5|PF13857.5(22-71);Ank_5|PF13857.5(50-103);Ank|PF00023.29(1-28);Ank|PF00023.29(32-62);Ank|PF00023.29(64-92);Ion_trans|PF00520.30(176-314);Ion_trans|PF00520.30(283-486);PDR_CDR|PF06422.11(175-228);PDR_CDR|PF06422.11(374-409);PKD_channel|PF08016.11(173-314);PKD_channel|PF08016.11(309-481);
## 295                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Tmem26|PF09772.8(305-384);Tmem26|PF09772.8(4-226);
## 296                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   CALCOCO1|PF07888.10(15-153);CALCOCO1|PF07888.10(167-422);CALCOCO1|PF07888.10(368-729);
## 297                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  DUF2250|PF10007.8(25-65);DUF2250|PF10007.8(74-116);DUF4542|PF15075.5(3-107);DUF4590|PF15257.5(250-369);LRR_4|PF12799.6(1133-1178);LRR_4|PF12799.6(1162-1201);LRR_4|PF12799.6(1184-1228);LRR_4|PF12799.6(1240-1290);LRR_4|PF12799.6(1296-1342);LRR_6|PF13516.5(1159-1177);LRR_6|PF13516.5(1182-1205);LRR_6|PF13516.5(1210-1233);LRR_6|PF13516.5(1238-1261);LRR_6|PF13516.5(1266-1289);LRR_6|PF13516.5(1294-1317);LRR_6|PF13516.5(1322-1345);LRR_8|PF13855.5(1133-1175);LRR_8|PF13855.5(1161-1224);LRR_8|PF13855.5(1241-1308);LRR_8|PF13855.5(1268-1336);
## 298                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    BACK|PF07707.14(162-264);BTB|PF00651.30(50-157);Kelch_1|PF01344.24(315-344);Kelch_1|PF01344.24(346-391);Kelch_1|PF01344.24(393-438);Kelch_1|PF01344.24(440-481);Kelch_1|PF01344.24(487-532);Kelch_1|PF01344.24(534-579);Kelch_2|PF07646.14(328-343);Kelch_2|PF07646.14(346-391);Kelch_2|PF07646.14(393-438);Kelch_2|PF07646.14(440-485);Kelch_2|PF07646.14(487-531);Kelch_2|PF07646.14(535-579);Kelch_2|PF07646.14(69-105);Kelch_3|PF13415.5(326-356);Kelch_3|PF13415.5(357-402);Kelch_3|PF13415.5(404-449);Kelch_3|PF13415.5(450-496);Kelch_3|PF13415.5(497-543);Kelch_3|PF13415.5(544-589);Kelch_4|PF13418.5(326-345);Kelch_4|PF13418.5(350-393);Kelch_4|PF13418.5(394-438);Kelch_4|PF13418.5(440-481);Kelch_4|PF13418.5(487-531);Kelch_4|PF13418.5(535-580);Kelch_4|PF13418.5(69-82);Kelch_5|PF13854.5(345-382);Kelch_5|PF13854.5(392-426);Kelch_5|PF13854.5(438-481);Kelch_5|PF13854.5(486-527);Kelch_5|PF13854.5(533-570);Kelch_5|PF13854.5(65-89);Kelch_6|PF13964.5(226-243);Kelch_6|PF13964.5(312-349);Kelch_6|PF13964.5(350-390);Kelch_6|PF13964.5(393-442);Kelch_6|PF13964.5(440-488);Kelch_6|PF13964.5(486-535);Kelch_6|PF13964.5(534-582);
## 299                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Ank_2|PF12796.6(24-117);Ank_2|PF12796.6(317-412);Ank_2|PF12796.6(84-147);Ank_3|PF13606.5(119-133);Ank_3|PF13606.5(348-377);Ank_3|PF13606.5(381-410);Ank_3|PF13606.5(414-425);Ank_3|PF13606.5(53-82);Ank_3|PF13606.5(86-115);Ank_4|PF13637.5(349-402);Ank_4|PF13637.5(382-433);Ank_4|PF13637.5(54-107);Ank_4|PF13637.5(97-129);Ank_5|PF13857.5(339-389);Ank_5|PF13857.5(368-422);Ank_5|PF13857.5(41-93);Ank_5|PF13857.5(73-127);Ank|PF00023.29(348-380);Ank|PF00023.29(381-413);Ank|PF00023.29(53-85);Ank|PF00023.29(86-118);
## 300                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Peptidase_M17|PF00883.20(188-518);
## 301                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     FAM221|PF14753.5(213-298);FAM221|PF14753.5(306-401);
## 302                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       AAA_19|PF13245.5(489-577);AAA_19|PF13245.5(91-269);AAA_22|PF13401.5(94-156);ABC_tran|PF00005.26(500-615);ABC_tran|PF00005.26(86-269);IQ|PF00612.26(679-699);Myosin_head|PF00063.20(409-664);Myosin_head|PF00063.20(8-414);SH2|PF00017.23(842-917);
## 303                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ABC_tran_Xtn|PF12848.6(805-871);TSLP|PF15216.5(269-329);TSLP|PF15216.5(773-846);TSLP|PF15216.5(96-167);
## 304                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     MMPL|PF03176.14(297-481);MMPL|PF03176.14(559-882);Patched|PF02460.17(101-870);Sterol-sensing|PF12349.7(331-481);Sterol-sensing|PF12349.7(514-547);Sterol-sensing|PF12349.7(738-864);
## 305                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Ank_2|PF12796.6(605-696);Ank_3|PF13606.5(604-625);Ank_3|PF13606.5(629-658);Ank_3|PF13606.5(663-694);Ank_4|PF13637.5(609-650);Ank_4|PF13637.5(664-713);Ank_5|PF13857.5(22-40);Ank_5|PF13857.5(616-671);Ank_5|PF13857.5(657-706);Ank|PF00023.29(590-628);Ank|PF00023.29(629-660);Ank|PF00023.29(663-697);CHB_HEX_C_1|PF13290.5(21-95);Cytochrom_c3_2|PF14537.5(247-291);Cytochrom_c3_2|PF14537.5(309-415);Cytochrom_c3_2|PF14537.5(418-445);DZR|PF12773.6(270-330);DZR|PF12773.6(339-380);DZR|PF12773.6(396-444);Fn3_assoc|PF13287.5(31-98);Mut7-C|PF01927.15(318-406);Mut7-C|PF01927.15(422-460);Nudix_N_2|PF14803.5(284-296);Nudix_N_2|PF14803.5(312-325);Nudix_N_2|PF14803.5(347-357);Nudix_N_2|PF14803.5(408-419);Nudix_N_2|PF14803.5(438-454);zinc_ribbon_15|PF17032.4(251-330);zinc_ribbon_15|PF17032.4(312-368);zinc_ribbon_15|PF17032.4(342-414);zinc_ribbon_15|PF17032.4(415-444);zinc_ribbon_2|PF13240.5(269-293);zinc_ribbon_2|PF13240.5(311-331);zinc_ribbon_2|PF13240.5(349-367);zinc_ribbon_2|PF13240.5(395-417);zinc_ribbon_2|PF13240.5(425-447);
## 306                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               DUF3882|PF07066.10(160-216);DUF3882|PF07066.10(437-493);Filamin|PF00630.18(29-129);Glyco_trans_1_2|PF13524.5(381-453);Glyco_transf_90|PF05686.11(151-497);YqzL|PF14006.5(233-239);YqzL|PF14006.5(452-482);
## 307                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            rve_3|PF13683.5(66-105);rve|PF00665.25(2-94);
## 308                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Ion_trans_2|PF07885.15(198-279);Ion_trans_2|PF07885.15(26-53);Ion_trans_2|PF07885.15(95-172);Ion_trans|PF00520.30(197-279);Ion_trans|PF00520.30(22-175);IRK|PF01007.19(111-172);IRK|PF01007.19(217-290);
## 309                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          SlyX|PF04102.11(133-188);SlyX|PF04102.11(196-254);SlyX|PF04102.11(249-292);SlyX|PF04102.11(3-41);SlyX|PF04102.11(314-379);SlyX|PF04102.11(380-421);SlyX|PF04102.11(390-467);SlyX|PF04102.11(504-556);SlyX|PF04102.11(546-588);SlyX|PF04102.11(593-647);SlyX|PF04102.11(85-127);
## 310                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ANAPC4_WD40|PF12894.6(281-345);ANAPC4_WD40|PF12894.6(334-389);ANAPC4_WD40|PF12894.6(380-436);ANAPC4_WD40|PF12894.6(396-464);ANAPC4_WD40|PF12894.6(459-515);ANAPC4_WD40|PF12894.6(515-578);APG6|PF04111.11(68-208);Cep57_CLD_2|PF14197.5(108-150);Cep57_CLD_2|PF14197.5(155-215);DEAD_assoc|PF08494.10(77-213);FapA|PF03961.12(91-204);Ge1_WD40|PF16529.4(313-378);protein
## 311                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              DUF1107|PF06526.11(136-180);DUF1107|PF06526.11(37-73);DUF1107|PF06526.11(81-105);MORN|PF02493.19(11-25);MORN|PF02493.19(119-139);MORN|PF02493.19(141-163);MORN|PF02493.19(26-45);MORN|PF02493.19(49-71);MORN|PF02493.19(72-94);MORN|PF02493.19(95-116);Rib|PF08428.9(4-75);
## 312                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ATP-synt_S1|PF05827.11(236-345);CrgA|PF06781.11(323-384);CTV_P6|PF06706.10(352-381);KAR9|PF08580.9(9-300);Lamp|PF01299.16(9-388);Rax2|PF12768.6(264-388);
## 313                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        0
## 314                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  7tm_1|PF00001.20(23-374);7tm_4|PF13853.5(13-143);7tm_4|PF13853.5(153-203);7tm_4|PF13853.5(317-390);7TM_GPCR_Srv|PF10323.8(21-214);7TM_GPCR_Srv|PF10323.8(292-388);DUF2207|PF09972.8(18-202);DUF2207|PF09972.8(207-376);
## 315                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Kinase-like|PF14531.5(1-94);Pkinase_Tyr|PF07714.16(1-98);Pkinase|PF00069.24(1-161);
## 316                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           BTG|PF07742.11(1-117);BTG|PF07742.11(201-267);
## 317                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 DUF3267|PF11667.7(164-228);DUF3267|PF11667.7(56-160);DUF3566|PF12089.7(162-260);DUF3566|PF12089.7(5-74);DUF3566|PF12089.7(66-143);E1-E2_ATPase|PF00122.19(144-219);E1-E2_ATPase|PF00122.19(5-53);E1-E2_ATPase|PF00122.19(65-145);Ion_trans_2|PF07885.15(182-264);Ion_trans_2|PF07885.15(68-149);Ion_trans_2|PF07885.15(7-38);Ion_trans|PF00520.30(1-143);Ion_trans|PF00520.30(175-258);Lig_chan|PF00060.25(13-301);MCR_D|PF02505.13(17-90);NTS|PF15447.5(257-272);NTS|PF15447.5(39-58);PsbH|PF00737.19(107-144);PsbH|PF00737.19(176-199);PsbH|PF00737.19(234-250);PsbH|PF00737.19(7-37);
## 318                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 EF1G|PF00647.18(176-223);LRR_1|PF00560.32(247-271);LRR_1|PF00560.32(274-296);LRR_1|PF00560.32(302-326);LRR_1|PF00560.32(331-355);LRR_1|PF00560.32(359-400);LRR_1|PF00560.32(415-436);LRR_1|PF00560.32(443-467);LRR_1|PF00560.32(518-542);LRR_4|PF12799.6(247-288);LRR_4|PF12799.6(274-323);LRR_4|PF12799.6(301-347);LRR_4|PF12799.6(330-373);LRR_4|PF12799.6(358-408);LRR_4|PF12799.6(386-435);LRR_4|PF12799.6(414-460);LRR_4|PF12799.6(511-542);LRR_6|PF13516.5(243-266);LRR_6|PF13516.5(271-294);LRR_6|PF13516.5(299-326);LRR_6|PF13516.5(328-347);LRR_6|PF13516.5(357-378);LRR_6|PF13516.5(384-407);LRR_6|PF13516.5(413-434);LRR_6|PF13516.5(440-463);LRR_6|PF13516.5(520-534);LRR_8|PF13855.5(238-285);LRR_8|PF13855.5(267-313);LRR_8|PF13855.5(301-370);LRR_8|PF13855.5(358-403);LRR_8|PF13855.5(410-454);LRR_8|PF13855.5(516-537);
## 319                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     MORN|PF02493.19(122-131);MORN|PF02493.19(33-55);MORN|PF02493.19(56-64);MORN|PF02493.19(70-79);MORN|PF02493.19(8-30);
## 320                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          B1|PF02246.14(2-19);B1|PF02246.14(82-133);Fibrinogen_C|PF00147.17(1-150);domain
## 321                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     ArfGap|PF01412.17(13-67);ArfGap|PF01412.17(73-191);PhnA_Zn_Ribbon|PF08274.11(80-113);TF_Zn_Ribbon|PF08271.11(41-52);TF_Zn_Ribbon|PF08271.11(86-114);
## 322                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       7TM_GPCR_Srx|PF10328.8(1-213);7TM_GPCR_Str|PF10326.8(1-116);7TM_GPCR_Str|PF10326.8(110-220);DUF4534|PF15049.5(114-148);DUF4534|PF15049.5(151-228);DUF4534|PF15049.5(3-57);DUF4534|PF15049.5(88-112);TctB|PF07331.10(70-212);TctB|PF07331.10(8-65);
## 323                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Dynein_heavy|PF03028.14(1-141);dynein
## 324                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Arm|PF00514.22(178-207);Arm|PF00514.22(217-250);Arm|PF00514.22(686-712);BP28CT|PF08146.11(242-325);BP28CT|PF08146.11(439-507);BP28CT|PF08146.11(567-665);Cnd1|PF12717.6(159-315);Cnd1|PF12717.6(651-777);DUF3385|PF11865.7(132-208);DUF3385|PF11865.7(213-333);DUF3385|PF11865.7(358-425);DUF3385|PF11865.7(457-520);DUF3385|PF11865.7(5-99);DUF3385|PF11865.7(571-665);DUF3385|PF11865.7(676-769);DUF3437|PF11919.7(151-231);DUF3437|PF11919.7(531-625);DUF3437|PF11919.7(66-110);FANCI_S3|PF14677.5(239-316);FANCI_S3|PF14677.5(557-736);HEAT_2|PF13646.5(141-246);HEAT_2|PF13646.5(180-278);HEAT_2|PF13646.5(458-517);HEAT_2|PF13646.5(54-101);HEAT_2|PF13646.5(667-712);HEAT_EZ|PF13513.5(151-205);HEAT_EZ|PF13513.5(236-283);HEAT_EZ|PF13513.5(487-510);HEAT_EZ|PF13513.5(54-99);HEAT_EZ|PF13513.5(685-712);HEAT|PF02985.21(143-168);HEAT|PF02985.21(179-209);HEAT|PF02985.21(221-253);HEAT|PF02985.21(486-504);HEAT|PF02985.21(54-68);HEAT|PF02985.21(676-695);HEAT|PF02985.21(694-712);HEAT|PF02985.21(717-730);MMS19_C|PF12460.7(136-252);MMS19_C|PF12460.7(253-420);MMS19_C|PF12460.7(5-108);MMS19_C|PF12460.7(688-834);REV1_C|PF16727.4(699-776);Vac14_Fab1_bd|PF12755.6(152-233);Vac14_Fab1_bd|PF12755.6(201-295);Vac14_Fab1_bd|PF12755.6(25-98);Vac14_Fab1_bd|PF12755.6(458-499);Vac14_Fab1_bd|PF12755.6(528-594);Vac14_Fab1_bd|PF12755.6(608-642);Vac14_Fab1_bd|PF12755.6(665-703);
## 325                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Presenilin|PF01080.16(265-402);SRP-alpha_N|PF04086.12(209-380);
## 326                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Ank_2|PF12796.6(144-214);Ank_2|PF12796.6(194-288);Ank_2|PF12796.6(290-387);Ank_2|PF12796.6(388-454);Ank_2|PF12796.6(45-147);Ank_2|PF12796.6(462-556);Ank_3|PF13606.5(116-145);Ank_3|PF13606.5(149-178);Ank_3|PF13606.5(183-210);Ank_3|PF13606.5(216-243);Ank_3|PF13606.5(257-285);Ank_3|PF13606.5(290-319);Ank_3|PF13606.5(323-352);Ank_3|PF13606.5(356-385);Ank_3|PF13606.5(390-418);Ank_3|PF13606.5(424-452);Ank_3|PF13606.5(44-68);Ank_3|PF13606.5(458-484);Ank_3|PF13606.5(492-521);Ank_3|PF13606.5(525-552);Ank_3|PF13606.5(559-580);Ank_3|PF13606.5(83-112);Ank_4|PF13637.5(128-161);Ank_4|PF13637.5(167-204);Ank_4|PF13637.5(199-237);Ank_4|PF13637.5(252-278);Ank_4|PF13637.5(258-311);Ank_4|PF13637.5(291-344);Ank_4|PF13637.5(324-377);Ank_4|PF13637.5(372-397);Ank_4|PF13637.5(391-445);Ank_4|PF13637.5(458-513);Ank_4|PF13637.5(493-546);Ank_4|PF13637.5(526-573);Ank_4|PF13637.5(84-137);Ank_5|PF13857.5(103-157);Ank_5|PF13857.5(135-175);Ank_5|PF13857.5(171-210);Ank_5|PF13857.5(203-245);Ank_5|PF13857.5(251-298);Ank_5|PF13857.5(283-321);Ank_5|PF13857.5(309-364);Ank_5|PF13857.5(359-397);Ank_5|PF13857.5(376-432);Ank_5|PF13857.5(444-480);Ank_5|PF13857.5(486-517);Ank_5|PF13857.5(511-560);Ank_5|PF13857.5(74-124);Ank|PF00023.29(116-148);Ank|PF00023.29(149-173);Ank|PF00023.29(183-215);Ank|PF00023.29(216-245);Ank|PF00023.29(257-289);Ank|PF00023.29(291-322);Ank|PF00023.29(323-355);Ank|PF00023.29(356-388);Ank|PF00023.29(391-417);Ank|PF00023.29(428-452);Ank|PF00023.29(458-490);Ank|PF00023.29(492-524);Ank|PF00023.29(525-551);Ank|PF00023.29(83-115);Ion_trans|PF00520.30(717-986);Peptidase_M50B|PF13398.5(854-982);
## 327                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Fcf2|PF08698.10(188-235);Fcf2|PF08698.10(400-453);Fcf2|PF08698.10(455-548);Fcf2|PF08698.10(551-576);
## 328                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         UBX|PF00789.19(100-123);UBX|PF00789.19(202-281);
## 329                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Inhibitor_I29|PF08246.11(342-398);Peptidase_C1|PF00112.22(430-644);
## 330                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Dpy-30|PF05186.12(1-42);Dpy-30|PF05186.12(111-118);MCD|PF05292.10(3-100);
## 331                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Ion_trans|PF00520.30(3-55);YMF19|PF02326.14(20-113);YMF19|PF02326.14(94-161);
## 332                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     CMAS|PF02353.19(8-215);DUF938|PF06080.11(10-138);FtsJ|PF01728.18(15-218);Methyltransf_11|PF08241.11(39-138);Methyltransf_12|PF08242.11(39-136);Methyltransf_18|PF12847.6(25-165);Methyltransf_2|PF00891.17(1-190);Methyltransf_23|PF13489.5(6-190);Methyltransf_24|PF13578.5(39-140);Methyltransf_25|PF13649.5(38-134);Methyltransf_29|PF03141.15(8-143);Methyltransf_3|PF01596.16(5-135);Methyltransf_31|PF13847.5(32-191);Methyltransf_PK|PF05891.11(13-184);MTS|PF05175.13(21-141);NodS|PF05401.10(8-149);PCMT|PF01135.18(6-142);PrmA|PF06325.12(20-136);TehB|PF03848.13(8-150);TrkA_N|PF02254.17(41-102);Ubie_methyltran|PF01209.17(14-159);Ubie_methyltran|PF01209.17(167-198);
## 333                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Ribosomal_L1|PF00687.20(1-47);
## 334                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             DUF3874|PF12990.6(2-30);Gene
## 335                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       cEGF|PF12662.6(3-24);cEGF|PF12662.6(42-61);cEGF|PF12662.6(94-107);EGF_2|PF07974.12(2-19);EGF_2|PF07974.12(20-56);EGF_3|PF12947.6(21-56);EGF_3|PF12947.6(3-18);EGF|PF00008.26(1-15);EGF|PF00008.26(21-54);ETRAMP|PF09716.9(51-91);FXa_inhibition|PF14670.5(2-21);FXa_inhibition|PF14670.5(24-62);hEGF|PF12661.6(2-12);hEGF|PF12661.6(30-51);Lamp|PF01299.16(46-99);
## 336                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Hydant_A_N|PF05378.12(14-219);Hydant_A_N|PF05378.12(317-353);Hydantoinase_A|PF01968.17(238-540);Hydantoinase_B|PF02538.13(743-1265);Peptidase_C39_2|PF13529.5(934-1033);
## 337                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      BTB_2|PF02214.21(259-311);BTB_2|PF02214.21(57-148);DUF2207|PF09972.8(297-421);DUF2207|PF09972.8(67-227);Ion_trans_2|PF07885.15(179-213);Ion_trans_2|PF07885.15(325-402);Ion_trans|PF00520.30(185-408);Sigma_reg_N|PF13800.5(178-227);Sigma_reg_N|PF13800.5(318-365);Sigma_reg_N|PF13800.5(381-422);
## 338                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Adaptin_binding|PF10199.8(2-275);DNA_ligase_ZBD|PF03119.15(310-317);DNA_ligase_ZBD|PF03119.15(81-112);DUF5308|PF17233.1(164-289);DUF5308|PF17233.1(4-73);DZR|PF12773.6(265-322);DZR|PF12773.6(68-106);Endonuclease_7|PF02945.14(252-325);Endonuclease_7|PF02945.14(65-108);Mac|PF12464.7(1-62);Mac|PF12464.7(261-288);Mac|PF12464.7(296-325);Phage_Capsid_P3|PF09018.10(110-158);Prok-RING_4|PF14447.5(275-322);Prok-RING_4|PF14447.5(72-94);RAP1|PF07218.10(1-64);RAP1|PF07218.10(188-275);RNF220|PF15926.4(194-318);RNF220|PF15926.4(2-214);Sec3_C|PF09763.8(1-115);Sec3_C|PF09763.8(194-278);zf-C2H2_4|PF13894.5(273-286);zf-C2H2_4|PF13894.5(294-307);zf-C2H2_4|PF13894.5(308-324);zf-C2H2_4|PF13894.5(80-103);zf-C2H2_9|PF16293.4(272-298);zf-C2H2_9|PF16293.4(307-321);zf-C2H2_9|PF16293.4(80-112);zf-C3HC4_2|PF13923.5(274-313);zf-C3HC4_2|PF13923.5(78-104);zf-C3HC4_3|PF13920.5(271-318);zf-C3HC4_3|PF13920.5(74-92);zf-C3HC4_4|PF15227.5(275-313);zf-C3HC4_4|PF15227.5(73-89);zf-C3HC4|PF00097.24(275-313);zf-C3HC4|PF00097.24(78-104);zf-Nse|PF11789.7(267-314);subunit
## 339                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                DUF2124|PF09897.8(172-260);DUF2124|PF09897.8(73-138);Ldh_1_C|PF02866.17(243-283);Ldh_1_C|PF02866.17(290-473);Ldh_1_N|PF00056.22(133-286);
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Gene_ontology_.GO.
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         commitment_complex_[GO:0000243];U1_snRNP_[GO:0005685];U2-type_prespliceosome_[GO:0071004];mRNA_5'-splice_site_recognition_[GO:0000395]
## 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              integral_component_of_plasma_membrane_[GO:0005887];neuron_projection_[GO:0043005];nucleus_[GO:0005634];plasma_membrane_[GO:0005886];calmodulin_binding_[GO:0005516];coreceptor_activity_[GO:0015026];nerve_growth_factor_binding_[GO:0048406];neurotrophin_binding_[GO:0043121];tumor_necrosis_factor-activated_receptor_activity_[GO:0005031];ubiquitin_protein_ligase_binding_[GO:0031625];activation_of_cysteine-type_endopeptidase_activity_involved_in_apoptotic_process_[GO:0006919];apoptotic_signaling_pathway_[GO:0097190];axon_guidance_[GO:0007411];cellular_response_to_amyloid-beta_[GO:1904646];circadian_regulation_of_gene_expression_[GO:0032922];immune_response_[GO:0006955];inflammatory_response_[GO:0006954];negative_regulation_of_blood_vessel_endothelial_cell_proliferation_involved_in_sprouting_angiogenesis_[GO:1903588];negative_regulation_of_neuron_projection_development_[GO:0010977];neuron_apoptotic_process_[GO:0051402];positive_regulation_of_pri-miRNA_transcription_from_RNA_polymerase_II_promoter_[GO:1902895];positive_regulation_of_protein_localization_to_nucleus_[GO:1900182];regulation_of_apoptotic_process_[GO:0042981];regulation_of_cell_proliferation_[GO:0042127];response_to_lipopolysaccharide_[GO:0032496];Rho_protein_signal_transduction_[GO:0007266]
## 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        extracellular_region_[GO:0005576];membrane_[GO:0016020]
## 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 centriolar_subdistal_appendage_[GO:0120103];centriole_[GO:0005814];spindle_pole_[GO:0000922];protein_localization_[GO:0008104]
## 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     cytosol_[GO:0005829];lysosome_[GO:0005764];mannosyl-glycoprotein_endo-beta-N-acetylglucosaminidase_activity_[GO:0033925];protein_deglycosylation_[GO:0006517];protein_folding_[GO:0006457]
## 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            endosome_[GO:0005768];protein_transport_[GO:0015031];retrograde_transport,_endosome_to_plasma_membrane_[GO:1990126]
## 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   integral_component_of_plasma_membrane_[GO:0005887];mast_cell_granule_[GO:0042629];plasma_membrane_[GO:0005886];presynaptic_membrane_[GO:0042734];G-protein_coupled_adenosine_receptor_activity_[GO:0001609];adenosine_receptor_signaling_pathway_[GO:0001973];G-protein_coupled_receptor_signaling_pathway_[GO:0007186];histamine_secretion_by_mast_cell_[GO:0002553];negative_regulation_of_cell_migration_[GO:0030336];negative_regulation_of_cell_proliferation_[GO:0008285];negative_regulation_of_NF-kappaB_transcription_factor_activity_[GO:0032088];positive_regulation_of_calcium-mediated_signaling_[GO:0050850];positive_regulation_of_inflammatory_response_[GO:0050729];positive_regulation_of_leukocyte_migration_[GO:0002687];positive_regulation_of_mast_cell_degranulation_[GO:0043306];positive_regulation_of_mucus_secretion_[GO:0070257];positive_regulation_of_phosphatidylinositol_3-kinase_signaling_[GO:0014068];regulation_of_norepinephrine_secretion_[GO:0014061]
## 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    axonemal_microtubule_[GO:0005879];axoneme_[GO:0005930];bicellular_tight_junction_[GO:0005923];cell-cell_junction_[GO:0005911];centrosome_[GO:0005813];ciliary_basal_body_[GO:0036064];ciliary_rootlet_[GO:0035253];ciliary_transition_zone_[GO:0035869];cilium_[GO:0005929];cytoplasm_[GO:0005737];cytosol_[GO:0005829];nucleoplasm_[GO:0005654];photoreceptor_connecting_cilium_[GO:0032391];plasma_membrane_[GO:0005886];thromboxane_A2_receptor_binding_[GO:0031870];camera-type_eye_development_[GO:0043010];cerebellum_development_[GO:0021549];ciliary_basal_body-plasma_membrane_docking_[GO:0097711];cochlea_development_[GO:0090102];corpus_callosum_development_[GO:0022038];determination_of_left/right_symmetry_[GO:0007368];embryonic_forelimb_morphogenesis_[GO:0035115];embryonic_hindlimb_morphogenesis_[GO:0035116];establishment_of_planar_polarity_[GO:0001736];establishment_or_maintenance_of_cell_polarity_[GO:0007163];in_utero_embryonic_development_[GO:0001701];kidney_development_[GO:0001822];lateral_ventricle_development_[GO:0021670];liver_development_[GO:0001889];negative_regulation_of_G-protein_coupled_receptor_protein_signaling_pathway_[GO:0045744];neural_tube_patterning_[GO:0021532];non-motile_cilium_assembly_[GO:1905515];nose_development_[GO:0043584];olfactory_bulb_development_[GO:0021772];pericardium_development_[GO:0060039];regulation_of_smoothened_signaling_pathway_[GO:0008589]
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        cytoplasm_[GO:0005737];kinesin_complex_[GO:0005871];male_germ_cell_nucleus_[GO:0001673];microtubule_[GO:0005874];ATP_binding_[GO:0005524];ATPase_activity_[GO:0016887];microtubule_binding_[GO:0008017];microtubule_motor_activity_[GO:0003777];microtubule-based_movement_[GO:0007018]
## 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      nuclear_matrix_[GO:0016363];transcription_factor_complex_[GO:0005667];DNA_binding_[GO:0003677];metal_ion_binding_[GO:0046872];RNA_polymerase_II_transcription_factor_binding_[GO:0001085];covalent_chromatin_modification_[GO:0016569];multicellular_organism_development_[GO:0007275];regulation_of_transcription,_DNA-templated_[GO:0006355];transcription,_DNA-templated_[GO:0006351]
## 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       cell_junction_[GO:0030054];cytoplasm_[GO:0005737];G-protein_coupled_receptor_heterodimeric_complex_[GO:0038039];GABA_receptor_complex_[GO:1902710];integral_component_of_plasma_membrane_[GO:0005887];neuron_projection_[GO:0043005];plasma_membrane_[GO:0005886];postsynaptic_membrane_[GO:0045211];G-protein_coupled_GABA_receptor_activity_[GO:0004965];protein_heterodimerization_activity_[GO:0046982];chemical_synaptic_transmission_[GO:0007268];G-protein_coupled_receptor_signaling_pathway_[GO:0007186];gamma-aminobutyric_acid_signaling_pathway_[GO:0007214];negative_regulation_of_adenylate_cyclase_activity_[GO:0007194]
## 12                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               cytoplasm_[GO:0005737];nucleolus_[GO:0005730];nucleolus_organizer_region_[GO:0005731];chromatin_binding_[GO:0003682];metal_ion_binding_[GO:0046872];NAD+_binding_[GO:0070403];NAD-dependent_histone_deacetylase_activity_(H3-K18_specific)_[GO:0097372];histone_H3_deacetylation_[GO:0070932];negative_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0000122];positive_regulation_of_transcription_involved_in_exit_from_mitosis_[GO:0007072];rRNA_transcription_[GO:0009303]
## 13                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         basement_membrane_[GO:0005604];cell_cortex_[GO:0005938];cell_junction_[GO:0030054];cleavage_furrow_[GO:0032154];extracellular_region_[GO:0005576];calcium_ion_binding_[GO:0005509];cell_cycle_[GO:0007049];cell_division_[GO:0051301]
## 14                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Golgi_apparatus_[GO:0005794];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];RNA_polymerase_II_proximal_promoter_sequence-specific_DNA_binding_[GO:0000978];RNA_polymerase_II_transcription_factor_activity,_sequence-specific_DNA_binding_[GO:0000981];transcriptional_activator_activity,_RNA_polymerase_II_proximal_promoter_sequence-specific_DNA_binding_[GO:0001077];cell_differentiation_[GO:0030154];epithelial_cell_differentiation_[GO:0030855];epithelial_cell_proliferation_[GO:0050673];regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0006357]
## 15                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        integral_component_of_membrane_[GO:0016021];transmembrane_transporter_activity_[GO:0022857];ion_transport_[GO:0006811]
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   integral_component_of_membrane_[GO:0016021]
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            extracellular_region_[GO:0005576];carbohydrate_binding_[GO:0030246];metal_ion_binding_[GO:0046872]
## 18                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   nucleus_[GO:0005634];DNA_binding_[GO:0003677];zinc_ion_binding_[GO:0008270]
## 19                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           centrosome_[GO:0005813];cytoplasmic_vesicle_[GO:0031410];plasma_membrane_[GO:0005886];postsynaptic_density_[GO:0014069];ubiquitin-protein_transferase_activity_[GO:0004842];zinc_ion_binding_[GO:0008270];blood_vessel_development_[GO:0001568];heart_development_[GO:0007507];heart_looping_[GO:0001947];in_utero_embryonic_development_[GO:0001701];negative_regulation_of_neuron_differentiation_[GO:0045665];neural_tube_formation_[GO:0001841];Notch_signaling_pathway_[GO:0007219];positive_regulation_of_endocytosis_[GO:0045807];somitogenesis_[GO:0001756]
## 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 cytoplasm_[GO:0005737];intracellular_[GO:0005622];intracellular_signal_transduction_[GO:0035556];negative_regulation_of_cell_size_[GO:0045792];negative_regulation_of_protein_kinase_activity_[GO:0006469];negative_regulation_of_TOR_signaling_[GO:0032007];regulation_of_extrinsic_apoptotic_signaling_pathway_[GO:2001236]
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              calcium_ion_binding_[GO:0005509]
## 22                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                apical_lamina_of_hyaline_layer_[GO:0032579];cytoplasmic_vesicle_[GO:0031410];extracellular_space_[GO:0005615];calcium_ion_binding_[GO:0005509]
## 23                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             nucleolar_ribonuclease_P_complex_[GO:0005655];ribonuclease_MRP_complex_[GO:0000172];ribonuclease_MRP_activity_[GO:0000171];ribonuclease_P_activity_[GO:0004526];RNA_phosphodiester_bond_hydrolysis,_endonucleolytic_[GO:0090502];tRNA_5'-leader_removal_[GO:0001682];tRNA_processing_[GO:0008033]
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .
## 25                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              cell_junction_[GO:0030054];neurofilament_[GO:0005883];plasma_membrane_[GO:0005886];postsynaptic_density_[GO:0014069];postsynaptic_membrane_[GO:0045211];synapse_[GO:0045202];protein_domain_specific_binding_[GO:0019904];neuron-neuron_synaptic_transmission_[GO:0007270];protein_complex_assembly_[GO:0006461]
## 26                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          catalytic_activity_[GO:0003824];ascospore_wall_assembly_[GO:0030476]
## 27                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    cytosol_[GO:0005829];EGO_complex_[GO:0034448];late_endosome_membrane_[GO:0031902];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];preribosome,_small_subunit_precursor_[GO:0030688];ribosomal_small_subunit_biogenesis_[GO:0042274];ribosomal_small_subunit_export_from_nucleus_[GO:0000056]
## 28                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   cytoplasm_[GO:0005737];ATP_binding_[GO:0005524];glycerate_kinase_activity_[GO:0008887];protein_phosphorylation_[GO:0006468]
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     apical_dendrite_[GO:0097440];cell_junction_[GO:0030054];cortical_cytoskeleton_[GO:0030863];cytoplasm_[GO:0005737];dendrite_[GO:0030425];membrane_[GO:0016020];neuron_projection_[GO:0043005];nuclear_envelope_[GO:0005635];nuclear_euchromatin_[GO:0005719];nuclear_matrix_[GO:0016363];nuclear_membrane_[GO:0031965];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];perikaryon_[GO:0043204];postsynaptic_density_[GO:0014069];postsynaptic_membrane_[GO:0045211];synapse_[GO:0045202];calcium-dependent_protein_binding_[GO:0048306];cellular_response_to_amino_acid_stimulus_[GO:0071230];cellular_response_to_electrical_stimulus_[GO:0071257];cellular_response_to_gonadotropin_stimulus_[GO:0071371];positive_regulation_of_neuron_migration_[GO:2001224];positive_regulation_of_protein_dephosphorylation_[GO:0035307];regulation_of_dendrite_morphogenesis_[GO:0048814];regulation_of_neuron_apoptotic_process_[GO:0043523];regulation_of_neuronal_synaptic_plasticity_[GO:0048168]
## 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  axoneme_[GO:0005930];ciliary_basal_body_[GO:0036064];cilium_[GO:0005929];dendrite_cytoplasm_[GO:0032839];intraciliary_transport_particle_B_[GO:0030992];kinesin_complex_[GO:0005871];microtubule_[GO:0005874];microtubule_cytoskeleton_[GO:0015630];periciliary_membrane_compartment_[GO:1990075];photoreceptor_connecting_cilium_[GO:0032391];ATP_binding_[GO:0005524];ATP-dependent_microtubule_motor_activity,_plus-end-directed_[GO:0008574];microtubule_binding_[GO:0008017];microtubule_motor_activity_[GO:0003777];anterograde_dendritic_transport_of_neurotransmitter_receptor_complex_[GO:0098971];cell_projection_organization_[GO:0030030];intraciliary_transport_[GO:0042073];microtubule-based_process_[GO:0007017];neurogenesis_[GO:0022008];protein_complex_localization_[GO:0031503];vesicle-mediated_transport_[GO:0016192]
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GTPase_activator_activity_[GO:0005096];metal_ion_binding_[GO:0046872]
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                cell_leading_edge_[GO:0031252];cytoplasm_[GO:0005737];cytoskeleton_[GO:0005856];nucleus_[GO:0005634];actin_binding_[GO:0003779];Arp2/3_complex_binding_[GO:0071933];transcription_coactivator_activity_[GO:0003713];'de_novo'_actin_filament_nucleation_[GO:0070060];actin_polymerization-dependent_cell_motility_[GO:0070358];Arp2/3_complex-mediated_actin_nucleation_[GO:0034314];cell_cycle_arrest_[GO:0007050];DNA_repair_[GO:0006281];intrinsic_apoptotic_signaling_pathway_by_p53_class_mediator_[GO:0072332];positive_regulation_of_apoptotic_process_[GO:0043065];positive_regulation_of_DNA_binding_transcription_factor_activity_[GO:0051091];regulation_of_DNA-templated_transcription_in_response_to_stress_[GO:0043620];regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0006357]
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          axon_[GO:0030424];cell-cell_junction_[GO:0005911];integral_component_of_membrane_[GO:0016021];integral_component_of_plasma_membrane_[GO:0005887];calcium_ion_binding_[GO:0005509];carbohydrate_binding_[GO:0030246];G-protein_coupled_receptor_activity_[GO:0004930];cell_surface_receptor_signaling_pathway_[GO:0007166];cell-cell_adhesion_via_plasma-membrane_adhesion_molecules_[GO:0098742];G-protein_coupled_receptor_signaling_pathway_[GO:0007186];locomotion_involved_in_locomotory_behavior_[GO:0031987];neuron_migration_[GO:0001764];positive_regulation_of_synapse_assembly_[GO:0051965];response_to_cocaine_[GO:0042220];synapse_assembly_[GO:0007416]
## 34                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  axoneme_[GO:0005930];ciliary_basal_body_[GO:0036064];cilium_[GO:0005929];dendrite_cytoplasm_[GO:0032839];intraciliary_transport_particle_B_[GO:0030992];kinesin_complex_[GO:0005871];microtubule_[GO:0005874];microtubule_cytoskeleton_[GO:0015630];periciliary_membrane_compartment_[GO:1990075];photoreceptor_connecting_cilium_[GO:0032391];ATP_binding_[GO:0005524];ATP-dependent_microtubule_motor_activity,_plus-end-directed_[GO:0008574];microtubule_binding_[GO:0008017];microtubule_motor_activity_[GO:0003777];anterograde_dendritic_transport_of_neurotransmitter_receptor_complex_[GO:0098971];cell_projection_organization_[GO:0030030];intraciliary_transport_[GO:0042073];microtubule-based_process_[GO:0007017];neurogenesis_[GO:0022008];protein_complex_localization_[GO:0031503];vesicle-mediated_transport_[GO:0016192]
## 35                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   cytoplasm_[GO:0005737];nuclear_speck_[GO:0016607];nucleus_[GO:0005634];mRNA_binding_[GO:0003729];RNA_7-methylguanosine_cap_binding_[GO:0000340];RNA_cap_binding_[GO:0000339];7-methylguanosine_mRNA_capping_[GO:0006370];defense_response_to_virus_[GO:0051607];mRNA_transport_[GO:0051028]
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           integral_component_of_plasma_membrane_[GO:0005887];receptor_activity_[GO:0004872];axon_guidance_[GO:0007411];cell_adhesion_[GO:0007155];iron_ion_homeostasis_[GO:0055072];positive_regulation_of_BMP_signaling_pathway_[GO:0030513]
## 37                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               acrosomal_membrane_[GO:0002080];microtubule_[GO:0005874];nucleus_[GO:0005634];sperm_flagellum_[GO:0036126];cilium_assembly_[GO:0060271];cilium_movement_involved_in_cell_motility_[GO:0060294];flagellated_sperm_motility_[GO:0030317];regulation_of_fertilization_[GO:0080154]
## 38                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              integral_component_of_plasma_membrane_[GO:0005887];intracellular_[GO:0005622];dopamine_neurotransmitter_receptor_activity_[GO:0004952];adenylate_cyclase-activating_dopamine_receptor_signaling_pathway_[GO:0007191];learning_[GO:0007612];phospholipase_C-activating_dopamine_receptor_signaling_pathway_[GO:0060158];vasodilation_[GO:0042311]
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           cytosol_[GO:0005829];nucleoplasm_[GO:0005654];plasma_membrane_[GO:0005886];ATPase_activator_activity_[GO:0001671];chaperone_binding_[GO:0051087];unfolded_protein_binding_[GO:0051082];protein_folding_[GO:0006457]
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               nucleus_[GO:0005634];DNA_binding_[GO:0003677];RNA_binding_[GO:0003723];mRNA_processing_[GO:0006397];regulation_of_transcription,_DNA-templated_[GO:0006355];RNA_splicing_[GO:0008380];transcription,_DNA-templated_[GO:0006351]
## 41                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      cytosol_[GO:0005829];integral_component_of_plasma_membrane_[GO:0005887];axon_guidance_receptor_activity_[GO:0008046];dorsal/ventral_axon_guidance_[GO:0033563];neuron_migration_[GO:0001764];regulation_of_sensory_neuron_axon_guidance_[GO:1905489];Roundabout_signaling_pathway_[GO:0035385];sensory_neuron_axon_guidance_[GO:0097374]
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    extracellular_region_[GO:0005576];metalloendopeptidase_activity_[GO:0004222];zinc_ion_binding_[GO:0008270]
## 43                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  nucleolus_[GO:0005730];nucleus_[GO:0005634];preribosome,_large_subunit_precursor_[GO:0030687];rRNA_(guanine)_methyltransferase_activity_[GO:0016435];rRNA_(uridine-2'-O-)-methyltransferase_activity_[GO:0008650];maturation_of_5.8S_rRNA_from_tricistronic_rRNA_transcript_(SSU-rRNA,_5.8S_rRNA,_LSU-rRNA)_[GO:0000466];maturation_of_LSU-rRNA_from_tricistronic_rRNA_transcript_(SSU-rRNA,_5.8S_rRNA,_LSU-rRNA)_[GO:0000463];rRNA_methylation_[GO:0031167]
## 44                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        nucleus_[GO:0005634];regulation_of_transcription,_DNA-templated_[GO:0006355];transcription,_DNA-templated_[GO:0006351]
## 45                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   perinuclear_region_of_cytoplasm_[GO:0048471];cell_differentiation_[GO:0030154];multicellular_organism_development_[GO:0007275];spermatogenesis_[GO:0007283]
## 46                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               azurophil_granule_membrane_[GO:0035577];cytoplasm_[GO:0005737];cytosol_[GO:0005829];extracellular_exosome_[GO:0070062];membrane_[GO:0016020];nuclear_membrane_[GO:0031965];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];plasma_membrane_[GO:0005886];calcium_ion_binding_[GO:0005509];calcium-dependent_phospholipid_binding_[GO:0005544];endopeptidase_activity_[GO:0004175];NF-kappaB_binding_[GO:0051059];phosphatidylserine_binding_[GO:0001786];protein_homodimerization_activity_[GO:0042803];transporter_activity_[GO:0005215];cellular_response_to_calcium_ion_[GO:0071277];glycerophospholipid_biosynthetic_process_[GO:0046474];lipid_metabolic_process_[GO:0006629];negative_regulation_of_DNA_binding_[GO:0043392];negative_regulation_of_gene_expression_[GO:0010629];negative_regulation_of_NIK/NF-kappaB_signaling_[GO:1901223];neuron_projection_extension_[GO:1990138];neutrophil_degranulation_[GO:0043312];positive_regulation_of_neuron_differentiation_[GO:0045666];positive_regulation_of_protein_kinase_B_signaling_[GO:0051897];positive_regulation_of_tumor_necrosis_factor-mediated_signaling_pathway_[GO:1903265];proteolysis_[GO:0006508];regulation_of_I-kappaB_kinase/NF-kappaB_signaling_[GO:0043122];regulation_of_transcription,_DNA-templated_[GO:0006355];transcription,_DNA-templated_[GO:0006351];vesicle-mediated_transport_[GO:0016192]
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           axoneme_[GO:0005930];cilium_[GO:0005929];cytoplasm_[GO:0005737];axonemal_dynein_complex_assembly_[GO:0070286];cilium_movement_[GO:0003341];determination_of_digestive_tract_left/right_asymmetry_[GO:0071907];determination_of_liver_left/right_asymmetry_[GO:0071910];determination_of_pancreatic_left/right_asymmetry_[GO:0035469];epithelial_cilium_movement_[GO:0003351];epithelial_cilium_movement_involved_in_determination_of_left/right_asymmetry_[GO:0060287];flagellated_sperm_motility_[GO:0030317];heart_looping_[GO:0001947];inner_dynein_arm_assembly_[GO:0036159];lung_development_[GO:0030324];motile_cilium_assembly_[GO:0044458];regulation_of_cilium_beat_frequency_[GO:0003356]
## 48                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       nucleolus_[GO:0005730];ribosome_biogenesis_[GO:0042254]
## 49                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            nucleus_[GO:0005634];GTP_binding_[GO:0005525];mRNA_guanylyltransferase_activity_[GO:0004484];polynucleotide_5'-phosphatase_activity_[GO:0004651];protein_tyrosine_phosphatase_activity_[GO:0004725];protein_tyrosine/serine/threonine_phosphatase_activity_[GO:0008138];RNA_guanylyltransferase_activity_[GO:0008192];triphosphatase_activity_[GO:0050355];7-methylguanosine_mRNA_capping_[GO:0006370];RNA_processing_[GO:0006396]
## 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              cytoplasm_[GO:0005737];cytoskeleton_[GO:0005856]
## 51                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 extracellular_region_[GO:0005576];calcium_ion_binding_[GO:0005509];metalloendopeptidase_activity_[GO:0004222];zinc_ion_binding_[GO:0008270];cell_differentiation_[GO:0030154];multicellular_organism_development_[GO:0007275]
## 52                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            cytoplasm_[GO:0005737];lamin_filament_[GO:0005638];nuclear_envelope_[GO:0005635];nuclear_inner_membrane_[GO:0005637];nuclear_lamina_[GO:0005652];nucleus_[GO:0005634];spindle_pole_[GO:0000922];receptor_binding_[GO:0005102];structural_molecule_activity_[GO:0005198];adult_locomotory_behavior_[GO:0008344];cell_aging_[GO:0007569];central_nervous_system_development_[GO:0007417];chitin-based_cuticle_development_[GO:0040003];chromatin_silencing_[GO:0006342];compound_eye_morphogenesis_[GO:0001745];digestive_tract_morphogenesis_[GO:0048546];gonad_morphogenesis_[GO:0035262];heterochromatin_maintenance_involved_in_chromatin_silencing_[GO:0070870];male_meiosis_cytokinesis_[GO:0007112];meiosis_I_cytokinesis_[GO:0007110];mitotic_nuclear_envelope_reassembly_[GO:0007084];negative_regulation_of_cell_proliferation_[GO:0008285];negative_regulation_of_immune_response_[GO:0050777];nuclear_envelope_organization_[GO:0006998];nuclear_membrane_organization_[GO:0071763];nuclear_migration_[GO:0007097];nuclear_pore_distribution_[GO:0031081];nucleus_organization_[GO:0006997];positive_regulation_of_actin_filament_polymerization_[GO:0030838];positive_regulation_of_cytokinesis,_actomyosin_contractile_ring_assembly_[GO:2000433];positive_regulation_of_protein_localization_to_nucleus_[GO:1900182];positive_regulation_of_spindle_assembly_[GO:1905832];protein_localization_to_nuclear_envelope_[GO:0090435];spermatocyte_division_[GO:0048137];spermatogenesis_[GO:0007283];terminal_branching,_open_tracheal_system_[GO:0007430]
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 transcription_factor_TFIIIB_complex_[GO:0000126];metal_ion_binding_[GO:0046872];TBP-class_protein_binding_[GO:0017025];TFIIIB-type_transcription_factor_activity_[GO:0001026];DNA-templated_transcriptional_preinitiation_complex_assembly_[GO:0070897];regulation_of_mRNA_stability_[GO:0043488];transcription_from_RNA_polymerase_III_promoter_[GO:0006383]
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              mitochondrion_[GO:0005739];ATP_binding_[GO:0005524];ATPase_activity_[GO:0016887]
## 56                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 cell_surface_[GO:0009986];extracellular_region_[GO:0005576];phosphopyruvate_hydratase_complex_[GO:0000015];magnesium_ion_binding_[GO:0000287];phosphopyruvate_hydratase_activity_[GO:0004634];glycolytic_process_[GO:0006096]
## 57                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              cytoplasm_[GO:0005737];cytosol_[GO:0005829];nucleus_[GO:0005634];RISC_complex_[GO:0016442];ATP_binding_[GO:0005524];deoxyribonuclease_I_activity_[GO:0004530];DNA_binding_[GO:0003677];helicase_activity_[GO:0004386];metal_ion_binding_[GO:0046872];ribonuclease_III_activity_[GO:0004525];RNA_binding_[GO:0003723];apoptotic_DNA_fragmentation_[GO:0006309];DNA_catabolic_process,_endonucleolytic_[GO:0000737];dsRNA_fragmentation_[GO:0031050];gonad_morphogenesis_[GO:0035262];nematode_larval_development_[GO:0002119];olfactory_learning_[GO:0008355];positive_regulation_of_primary_miRNA_processing_[GO:2000636];pre-miRNA_processing_[GO:0031054];production_of_siRNA_involved_in_RNA_interference_[GO:0030422];regulation_of_development,_heterochronic_[GO:0040034];reproduction_[GO:0000003];RNA_catabolic_process_[GO:0006401];rRNA_catabolic_process_[GO:0016075]
## 58                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             metal_ion_binding_[GO:0046872];nucleic_acid_binding_[GO:0003676];ribosome_binding_[GO:0043022];ubiquitin_protein_ligase_activity_[GO:0061630];protein_monoubiquitination_[GO:0006513];protein_ubiquitination_[GO:0016567];rescue_of_stalled_ribosome_[GO:0072344]
## 59                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               integral_component_of_plasma_membrane_[GO:0005887];plasma_membrane_[GO:0005886];G-protein_coupled_purinergic_nucleotide_receptor_activity_[GO:0045028];receptor_activity_[GO:0004872];cellular_ion_homeostasis_[GO:0006873];G-protein_coupled_receptor_signaling_pathway_[GO:0007186];phospholipase_C-activating_G-protein_coupled_receptor_signaling_pathway_[GO:0007200];positive_regulation_of_mucus_secretion_[GO:0070257];regulation_of_blood_vessel_diameter_[GO:0097746]
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       cytoplasm_[GO:0005737];nucleus_[GO:0005634];CTD_phosphatase_activity_[GO:0008420];metal_ion_binding_[GO:0046872];dephosphorylation_of_RNA_polymerase_II_C-terminal_domain_[GO:0070940];snRNA_transcription_[GO:0009301]
## 61                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             cilium_[GO:0005929];nucleoplasm_[GO:0005654];nucleus_[GO:0005634]
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              microtubule_binding_[GO:0008017]
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          CIA_complex_[GO:0097361];cytoplasm_[GO:0005737];nucleus_[GO:0005634];spindle_[GO:0005819];cellular_response_to_DNA_damage_stimulus_[GO:0006974];DNA_metabolic_process_[GO:0006259];DNA_repair_[GO:0006281];iron-sulfur_cluster_assembly_[GO:0016226]
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 extracellular_space_[GO:0005615];multimeric_ribonuclease_P_complex_[GO:0030681];nucleolar_ribonuclease_P_complex_[GO:0005655];nucleolus_[GO:0005730];nucleoplasm_[GO:0005654];ribonuclease_MRP_complex_[GO:0000172];ribonuclease_MRP_activity_[GO:0000171];ribonuclease_P_activity_[GO:0004526];RNA_binding_[GO:0003723];tRNA_5'-leader_removal_[GO:0001682];tRNA_catabolic_process_[GO:0016078];tRNA_processing_[GO:0008033]
## 65                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                centrosome_[GO:0005813];perinuclear_region_of_cytoplasm_[GO:0048471];cysteine-type_endopeptidase_activity_[GO:0004197];G-protein_coupled_receptor_binding_[GO:0001664];thiol-dependent_ubiquitin-specific_protease_activity_[GO:0004843];thiol-dependent_ubiquitinyl_hydrolase_activity_[GO:0036459];zinc_ion_binding_[GO:0008270];endocytosis_[GO:0006897];protein_deubiquitination_[GO:0016579];protein_K48-linked_deubiquitination_[GO:0071108];protein_K63-linked_deubiquitination_[GO:0070536];regulation_of_G-protein_coupled_receptor_protein_signaling_pathway_[GO:0008277];ubiquitin-dependent_protein_catabolic_process_[GO:0006511]
## 66                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       cilium_assembly_[GO:0060271];regulation_of_cilium_movement_[GO:0003352]
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  membrane_[GO:0016020];stereocilium_[GO:0032420];calcium_channel_activity_[GO:0005262];detection_of_mechanical_stimulus_[GO:0050982];sensory_perception_of_sound_[GO:0007605]
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         cytoplasm_[GO:0005737];membrane_[GO:0016020];metal_ion_binding_[GO:0046872];metalloendopeptidase_activity_[GO:0004222];peptidase_activity_[GO:0008233];brain_development_[GO:0007420];cell_adhesion_[GO:0007155];cell_division_[GO:0051301];centrosome_duplication_[GO:0051298];chromatin_remodeling_[GO:0006338];electron_transport_chain_[GO:0022900];germ_cell_migration_[GO:0008354];gonad_development_[GO:0008406];imaginal_disc_development_[GO:0007444];lipid_storage_[GO:0019915];mitotic_centrosome_separation_[GO:0007100];mitotic_chromosome_condensation_[GO:0007076];mitotic_spindle_organization_[GO:0007052];positive_regulation_of_mitotic_metaphase/anaphase_transition_[GO:0045842];regulation_of_choline_O-acetyltransferase_activity_[GO:1902769]
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .
## 70                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     aggresome_[GO:0016235];amphisome_[GO:0044753];autolysosome_[GO:0044754];autophagosome_[GO:0005776];cytoplasm_[GO:0005737];cytosol_[GO:0005829];endoplasmic_reticulum_[GO:0005783];inclusion_body_[GO:0016234];intracellular_membrane-bounded_organelle_[GO:0043231];late_endosome_[GO:0005770];Lewy_body_[GO:0097413];P-body_[GO:0000932];phagophore_assembly_site_[GO:0000407];PML_body_[GO:0016605];sarcomere_[GO:0030017];sperm_midpiece_[GO:0097225];enzyme_binding_[GO:0019899];identical_protein_binding_[GO:0042802];ionotropic_glutamate_receptor_binding_[GO:0035255];K63-linked_polyubiquitin_modification-dependent_protein_binding_[GO:0070530];protein_homodimerization_activity_[GO:0042803];protein_kinase_binding_[GO:0019901];protein_kinase_C_binding_[GO:0005080];SH2_domain_binding_[GO:0042169];transcription_cofactor_activity_[GO:0003712];ubiquitin_binding_[GO:0043130];ubiquitin_protein_ligase_binding_[GO:0031625];zinc_ion_binding_[GO:0008270];aggrephagy_[GO:0035973];apoptotic_process_[GO:0006915];autophagy_[GO:0006914];cell_differentiation_[GO:0030154];endosome_organization_[GO:0007032];immune_system_process_[GO:0002376];macroautophagy_[GO:0016236];mitophagy_[GO:0000423];negative_regulation_of_growth_of_symbiont_in_host_[GO:0044130];negative_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0000122];positive_regulation_of_long-term_synaptic_potentiation_[GO:1900273];positive_regulation_of_protein_localization_to_plasma_membrane_[GO:1903078];positive_regulation_of_protein_phosphorylation_[GO:0001934];protein_heterooligomerization_[GO:0051291];protein_localization_to_perinuclear_region_of_cytoplasm_[GO:1905719];regulation_of_I-kappaB_kinase/NF-kappaB_signaling_[GO:0043122];regulation_of_protein_complex_stability_[GO:0061635];response_to_ischemia_[GO:0002931];response_to_mitochondrial_depolarisation_[GO:0098780];ubiquitin-dependent_protein_catabolic_process_[GO:0006511]
## 71                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               actin_cytoskeleton_[GO:0015629];cell_junction_[GO:0030054];cleavage_furrow_[GO:0032154];costamere_[GO:0043034];cytoplasm_[GO:0005737];cytosol_[GO:0005829];invadopodium_[GO:0071437];microtubule_minus-end_[GO:0036449];midbody_[GO:0030496];nucleus_[GO:0005634];plasma_membrane_[GO:0005886];podosome_[GO:0002102];actin_filament_binding_[GO:0051015];cytoskeleton_organization_[GO:0007010];positive_regulation_of_cytokinesis_[GO:0032467];skeletal_muscle_tissue_development_[GO:0007519]
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   extracellular_region_[GO:0005576];metalloendopeptidase_activity_[GO:0004222];zinc_ion_binding_[GO:0008270];pharyngeal_pumping_[GO:0043050];pharynx_development_[GO:0060465]
## 73                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   P-body_[GO:0000932];miRNA_binding_[GO:0035198];translation_repressor_activity_[GO:0030371];ubiquitin_protein_ligase_activity_[GO:0061630];ubiquitin-protein_transferase_activity_[GO:0004842];zinc_ion_binding_[GO:0008270];3'-UTR-mediated_mRNA_destabilization_[GO:0061158];cellular_response_to_organic_substance_[GO:0071310];fibroblast_growth_factor_receptor_signaling_pathway_[GO:0008543];G1/S_transition_of_mitotic_cell_cycle_[GO:0000082];miRNA_mediated_inhibition_of_translation_[GO:0035278];miRNA_metabolic_process_[GO:0010586];negative_regulation_of_translation_[GO:0017148];neural_tube_closure_[GO:0001843];neural_tube_development_[GO:0021915];positive_regulation_of_gene_silencing_by_miRNA_[GO:2000637];posttranscriptional_regulation_of_gene_expression_[GO:0010608];production_of_miRNAs_involved_in_gene_silencing_by_miRNA_[GO:0035196];protein_autoubiquitination_[GO:0051865];regulation_of_gene_silencing_by_miRNA_[GO:0060964];regulation_of_neural_precursor_cell_proliferation_[GO:2000177];regulation_of_protein_metabolic_process_[GO:0051246];stem_cell_proliferation_[GO:0072089]
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         peroxisome_[GO:0005777];acyl-CoA_dehydrogenase_activity_[GO:0003995];acyl-CoA_oxidase_activity_[GO:0003997];FAD_binding_[GO:0071949];flavin_adenine_dinucleotide_binding_[GO:0050660];fatty_acid_beta-oxidation_[GO:0006635];fatty_acid_beta-oxidation_using_acyl-CoA_dehydrogenase_[GO:0033539];long-chain_fatty_acid_metabolic_process_[GO:0001676]
## 75                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            centrosome_[GO:0005813];cytoplasm_[GO:0005737];nucleus_[GO:0005634];pericentriolar_material_[GO:0000242];14-3-3_protein_binding_[GO:0071889];ATP_binding_[GO:0005524];kinase_activity_[GO:0016301];metal_ion_binding_[GO:0046872];protein_kinase_activity_[GO:0004672];protein_serine/threonine_kinase_activity_[GO:0004674];protein_tyrosine_kinase_activity_[GO:0004713];activation_of_protein_kinase_activity_[GO:0032147];cell_cycle_[GO:0007049];cell_division_[GO:0051301];cilium_assembly_[GO:0060271];DNA_damage_response,_detection_of_DNA_damage_[GO:0042769];protein_phosphorylation_[GO:0006468];regulation_of_apoptotic_process_[GO:0042981];regulation_of_mitotic_cell_cycle_[GO:0007346];signal_transduction_by_protein_phosphorylation_[GO:0023014];stress-activated_protein_kinase_signaling_cascade_[GO:0031098]
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   cytoplasm_[GO:0005737];nucleus_[GO:0005634];cell_differentiation_[GO:0030154];multicellular_organism_development_[GO:0007275];negative_regulation_of_cell_proliferation_[GO:0008285];negative_regulation_of_gene_expression_[GO:0010629];negative_regulation_of_peptidyl-serine_phosphorylation_of_STAT_protein_[GO:0033140];negative_regulation_of_protein_tyrosine_kinase_activity_[GO:0061099];negative_regulation_of_tyrosine_phosphorylation_of_STAT_protein_[GO:0042532];spermatogenesis_[GO:0007283]
## 77                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         condensed_nuclear_chromosome_[GO:0000794];cytoplasm_[GO:0005737];meiotic_spindle_[GO:0072687];motile_cilium_[GO:0031514];outer_dense_fiber_[GO:0001520];sperm_flagellum_[GO:0036126];axoneme_assembly_[GO:0035082];meiotic_cell_cycle_[GO:0051321];spermatid_development_[GO:0007286]
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       metal_ion_binding_[GO:0046872];protein_domain_specific_binding_[GO:0019904];RNA_polymerase_binding_[GO:0070063];mRNA_processing_[GO:0006397];transcription_from_RNA_polymerase_II_promoter_[GO:0006366]
## 79                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   endoplasmic_reticulum_[GO:0005783];membrane_[GO:0016020];mitochondrion_[GO:0005739];nucleus_[GO:0005634];perinuclear_region_of_cytoplasm_[GO:0048471];ATP_binding_[GO:0005524];ATPase_activator_activity_[GO:0001671];chaperone_binding_[GO:0051087];Hsp70_protein_binding_[GO:0030544];metal_ion_binding_[GO:0046872];unfolded_protein_binding_[GO:0051082];negative_regulation_of_apoptotic_process_[GO:0043066];negative_regulation_of_JUN_kinase_activity_[GO:0043508];positive_regulation_of_apoptotic_process_[GO:0043065];protein_folding_[GO:0006457];protein_localization_to_mitochondrion_[GO:0070585];regulation_of_protein_transport_[GO:0051223];response_to_heat_[GO:0009408]
## 81                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       axonemal_microtubule_[GO:0005879];centriole_[GO:0005814];ciliary_basal_body_[GO:0036064];motile_cilium_[GO:0031514];sperm_flagellum_[GO:0036126];microtubule_binding_[GO:0008017];cell_projection_organization_[GO:0030030];cellular_response_to_cold_[GO:0070417];cold_acclimation_[GO:0009631];positive_regulation_of_cilium_assembly_[GO:0045724];protein_stabilization_[GO:0050821]
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   cytoplasm_[GO:0005737];cytosol_[GO:0005829];early_endosome_[GO:0005769];early_endosome_membrane_[GO:0031901];endosome_[GO:0005768];endosome_membrane_[GO:0010008];ESCRT_I_complex_[GO:0000813];extracellular_exosome_[GO:0070062];Flemming_body_[GO:0090543];late_endosome_[GO:0005770];late_endosome_membrane_[GO:0031902];microtubule_organizing_center_[GO:0005815];nucleolus_[GO:0005730];nucleus_[GO:0005634];plasma_membrane_[GO:0005886];calcium-dependent_protein_binding_[GO:0048306];ligand-dependent_nuclear_receptor_transcription_coactivator_activity_[GO:0030374];protein_complex_binding_[GO:0032403];protein_homodimerization_activity_[GO:0042803];transcription_corepressor_activity_[GO:0003714];ubiquitin_binding_[GO:0043130];ubiquitin_protein_ligase_binding_[GO:0031625];virion_binding_[GO:0046790];cell_cycle_arrest_[GO:0007050];cell_differentiation_[GO:0030154];cell_division_[GO:0051301];endosome_to_lysosome_transport_[GO:0008333];exosomal_secretion_[GO:1990182];extracellular_transport_[GO:0006858];keratinocyte_differentiation_[GO:0030216];negative_regulation_of_cell_proliferation_[GO:0008285];negative_regulation_of_epidermal_growth_factor_receptor_signaling_pathway_[GO:0042059];negative_regulation_of_epidermal_growth_factor-activated_receptor_activity_[GO:0007175];negative_regulation_of_transcription,_DNA-templated_[GO:0045892];positive_regulation_of_exosomal_secretion_[GO:1903543];positive_regulation_of_ubiquitin-dependent_endocytosis_[GO:2000397];positive_regulation_of_viral_budding_via_host_ESCRT_complex_[GO:1903774];positive_regulation_of_viral_process_[GO:0048524];positive_regulation_of_viral_release_from_host_cell_[GO:1902188];protein_monoubiquitination_[GO:0006513];protein_transport_[GO:0015031];regulation_of_cell_growth_[GO:0001558];regulation_of_extracellular_exosome_assembly_[GO:1903551];regulation_of_MAP_kinase_activity_[GO:0043405];regulation_of_viral_budding_via_host_ESCRT_complex_[GO:1903772];ubiquitin-dependent_protein_catabolic_process_via_the_multivesicular_body_sorting_pathway_[GO:0043162];viral_budding_[GO:0046755]
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     integral_component_of_membrane_[GO:0016021];protein-cysteine_S-palmitoyltransferase_activity_[GO:0019706]
## 84                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        nucleolus_[GO:0005730];RNA_binding_[GO:0003723];rRNA_binding_[GO:0019843];rRNA_processing_[GO:0006364]
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            catalytic_step_2_spliceosome_[GO:0071013];cytoplasm_[GO:0005737];exon-exon_junction_complex_[GO:0035145];nuclear_speck_[GO:0016607];nucleolus_[GO:0005730];ATP_binding_[GO:0005524];ATP-dependent_RNA_helicase_activity_[GO:0004004];mRNA_binding_[GO:0003729];poly(A)_binding_[GO:0008143];embryonic_cranial_skeleton_morphogenesis_[GO:0048701];mRNA_processing_[GO:0006397];mRNA_transport_[GO:0051028];negative_regulation_of_translation_[GO:0017148];nuclear-transcribed_mRNA_catabolic_process,_nonsense-mediated_decay_[GO:0000184];positive_regulation_of_translation_[GO:0045727];regulation_of_alternative_mRNA_splicing,_via_spliceosome_[GO:0000381];regulation_of_gene_expression_[GO:0010468];RNA_secondary_structure_unwinding_[GO:0010501];RNA_splicing_[GO:0008380];rRNA_processing_[GO:0006364]
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              histone_methyltransferase_complex_[GO:0035097];MLL3/4_complex_[GO:0044666];nucleoplasm_[GO:0005654];histone-lysine_N-methyltransferase_activity_[GO:0018024];metal_ion_binding_[GO:0046872];transcription_regulatory_region_DNA_binding_[GO:0044212];chromatin_silencing_[GO:0006342];histone_H3-K4_methylation_[GO:0051568];in_utero_embryonic_development_[GO:0001701];oocyte_growth_[GO:0001555];oogenesis_[GO:0048477];positive_regulation_of_cell_proliferation_[GO:0008284];positive_regulation_of_intracellular_estrogen_receptor_signaling_pathway_[GO:0033148];positive_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0045944];regulation_of_gene_expression_[GO:0010468];response_to_estrogen_[GO:0043627];transcription,_DNA-templated_[GO:0006351]
## 87                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             cytoplasm_[GO:0005737];intracellular_ribonucleoprotein_complex_[GO:0030529];nucleus_[GO:0005634];polysome_[GO:0005844];mRNA_5'-UTR_binding_[GO:0048027];myosin_binding_[GO:0017022];RNA_stem-loop_binding_[GO:0035613];sequence-specific_mRNA_binding_[GO:1990825];positive_regulation_of_collagen_biosynthetic_process_[GO:0032967];positive_regulation_of_mRNA_binding_[GO:1902416];positive_regulation_of_translation_[GO:0045727];RNA_processing_[GO:0006396]
## 88                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             cytoplasm_[GO:0005737];intracellular_ribonucleoprotein_complex_[GO:0030529];nucleus_[GO:0005634];polysome_[GO:0005844];mRNA_5'-UTR_binding_[GO:0048027];myosin_binding_[GO:0017022];RNA_stem-loop_binding_[GO:0035613];sequence-specific_mRNA_binding_[GO:1990825];positive_regulation_of_collagen_biosynthetic_process_[GO:0032967];positive_regulation_of_mRNA_binding_[GO:1902416];positive_regulation_of_translation_[GO:0045727];RNA_processing_[GO:0006396]
## 89                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           cytosol_[GO:0005829];lysosome_[GO:0005764];ARF_guanyl-nucleotide_exchange_factor_activity_[GO:0005086];spectrin_binding_[GO:0030507];actin_cytoskeleton_organization_[GO:0030036];cell-substrate_adhesion_[GO:0031589];chemotaxis_[GO:0006935];chemotaxis_to_cAMP_[GO:0043327];culmination_involved_in_sorocarp_development_[GO:0031154];regulation_of_ARF_protein_signal_transduction_[GO:0032012]
## 90                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        microprocessor_complex_[GO:0070877];nucleolus_[GO:0005730];nucleus_[GO:0005634];postsynaptic_density_[GO:0014069];DEAD/H-box_RNA_helicase_binding_[GO:0017151];double-stranded_RNA_binding_[GO:0003725];endoribonuclease_activity_[GO:0004521];lipopolysaccharide_binding_[GO:0001530];metal_ion_binding_[GO:0046872];primary_miRNA_binding_[GO:0070878];protein_homodimerization_activity_[GO:0042803];R-SMAD_binding_[GO:0070412];ribonuclease_III_activity_[GO:0004525];SMAD_binding_[GO:0046332];defense_response_to_Gram-negative_bacterium_[GO:0050829];defense_response_to_Gram-positive_bacterium_[GO:0050830];miRNA_metabolic_process_[GO:0010586];positive_regulation_of_gene_expression_[GO:0010628];pre-miRNA_processing_[GO:0031054];primary_miRNA_processing_[GO:0031053];production_of_siRNA_involved_in_RNA_interference_[GO:0030422];regulation_of_gene_expression_[GO:0010468];regulation_of_inflammatory_response_[GO:0050727];regulation_of_miRNA_metabolic_process_[GO:2000628];regulation_of_regulatory_T_cell_differentiation_[GO:0045589];ribosome_biogenesis_[GO:0042254];rRNA_catabolic_process_[GO:0016075]
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          extracellular_exosome_[GO:0070062];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];aminopeptidase_activity_[GO:0004177];manganese_ion_binding_[GO:0030145];metallocarboxypeptidase_activity_[GO:0004181];proline_dipeptidase_activity_[GO:0102009];cellular_amino_acid_metabolic_process_[GO:0006520];collagen_catabolic_process_[GO:0030574];proteolysis_[GO:0006508]
## 92                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       extracellular_space_[GO:0005615];calcium_ion_binding_[GO:0005509];carbohydrate_binding_[GO:0030246];fucose_binding_[GO:0042806];regulation_of_cellular_defense_response_[GO:0010185];regulation_of_complement_activation,_lectin_pathway_[GO:0001868];regulation_of_innate_immune_response_[GO:0045088]
## 93                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  cytoplasmic_side_of_endoplasmic_reticulum_membrane_[GO:0098554];cytosol_[GO:0005829];extracellular_exosome_[GO:0070062];membrane_[GO:0016020];microtubule_cytoskeleton_[GO:0015630];mitochondrion_[GO:0005739];nucleus_[GO:0005634];perinuclear_region_of_cytoplasm_[GO:0048471];ATP_binding_[GO:0005524];ATPase_activator_activity_[GO:0001671];C3HC4-type_RING_finger_domain_binding_[GO:0055131];chaperone_binding_[GO:0051087];G-protein_coupled_receptor_binding_[GO:0001664];Hsp70_protein_binding_[GO:0030544];low-density_lipoprotein_particle_receptor_binding_[GO:0050750];metal_ion_binding_[GO:0046872];Tat_protein_binding_[GO:0030957];ubiquitin_protein_ligase_binding_[GO:0031625];unfolded_protein_binding_[GO:0051082];negative_regulation_of_apoptotic_process_[GO:0043066];negative_regulation_of_establishment_of_protein_localization_to_mitochondrion_[GO:1903748];negative_regulation_of_JUN_kinase_activity_[GO:0043508];negative_regulation_of_nitrosative_stress-induced_intrinsic_apoptotic_signaling_pathway_[GO:1905259];negative_regulation_of_protein_ubiquitination_[GO:0031397];positive_regulation_of_apoptotic_process_[GO:0043065];protein_folding_[GO:0006457];protein_localization_to_mitochondrion_[GO:0070585];regulation_of_protein_transport_[GO:0051223];response_to_heat_[GO:0009408];response_to_unfolded_protein_[GO:0006986]
## 94                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              cytoplasm_[GO:0005737];cytosol_[GO:0005829];intercellular_bridge_[GO:0045171];nuclear_chromosome,_telomeric_region_[GO:0000784];nuclear_matrix_[GO:0016363];nuclear_speck_[GO:0016607];nucleus_[GO:0005634];THO_complex_[GO:0000347];THO_complex_part_of_transcription_export_complex_[GO:0000445];transcription_export_complex_[GO:0000346];DNA_binding_[GO:0003677];RNA_binding_[GO:0003723];apoptotic_process_[GO:0006915];mRNA_export_from_nucleus_[GO:0006406];mRNA_processing_[GO:0006397];negative_regulation_of_DNA_damage_checkpoint_[GO:2000002];negative_regulation_of_isotype_switching_to_IgA_isotypes_[GO:0048297];positive_regulation_of_DNA-templated_transcription,_elongation_[GO:0032786];regulation_of_DNA_recombination_[GO:0000018];regulation_of_DNA-templated_transcription,_elongation_[GO:0032784];replication_fork_processing_[GO:0031297];RNA_splicing_[GO:0008380];signal_transduction_[GO:0007165];transcription,_DNA-templated_[GO:0006351];viral_mRNA_export_from_host_cell_nucleus_[GO:0046784]
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           integral_component_of_plasma_membrane_[GO:0005887];receptor_activity_[GO:0004872];axon_guidance_[GO:0007411];cell_adhesion_[GO:0007155];iron_ion_homeostasis_[GO:0055072];positive_regulation_of_BMP_signaling_pathway_[GO:0030513]
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   P-body_[GO:0000932];miRNA_binding_[GO:0035198];translation_repressor_activity_[GO:0030371];ubiquitin_protein_ligase_activity_[GO:0061630];ubiquitin-protein_transferase_activity_[GO:0004842];zinc_ion_binding_[GO:0008270];3'-UTR-mediated_mRNA_destabilization_[GO:0061158];cellular_response_to_organic_substance_[GO:0071310];fibroblast_growth_factor_receptor_signaling_pathway_[GO:0008543];G1/S_transition_of_mitotic_cell_cycle_[GO:0000082];miRNA_mediated_inhibition_of_translation_[GO:0035278];miRNA_metabolic_process_[GO:0010586];negative_regulation_of_translation_[GO:0017148];neural_tube_closure_[GO:0001843];neural_tube_development_[GO:0021915];positive_regulation_of_gene_silencing_by_miRNA_[GO:2000637];posttranscriptional_regulation_of_gene_expression_[GO:0010608];production_of_miRNAs_involved_in_gene_silencing_by_miRNA_[GO:0035196];protein_autoubiquitination_[GO:0051865];regulation_of_gene_silencing_by_miRNA_[GO:0060964];regulation_of_neural_precursor_cell_proliferation_[GO:2000177];regulation_of_protein_metabolic_process_[GO:0051246];stem_cell_proliferation_[GO:0072089]
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         cytosol_[GO:0005829];ubiquitin-protein_transferase_activity_[GO:0004842];post-translational_protein_modification_[GO:0043687];protein_polyubiquitination_[GO:0000209]
## 99                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      nucleus_[GO:0005634];NAD+_ADP-ribosyltransferase_activity_[GO:0003950];NAD+_binding_[GO:0070403];transcriptional_repressor_activity,_RNA_polymerase_II_transcription_factor_binding_[GO:0001191];negative_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0000122];protein_poly-ADP-ribosylation_[GO:0070212];transcription,_DNA-templated_[GO:0006351]
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                cytoplasm_[GO:0005737];plasma_membrane_[GO:0005886];ATPase_activator_activity_[GO:0001671];unfolded_protein_binding_[GO:0051082];protein_folding_[GO:0006457]
## 102                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  plasma_membrane_[GO:0005886];G-protein_beta-subunit_binding_[GO:0031681];GTP_binding_[GO:0005525];GTPase_activity_[GO:0003924];phosphatidylinositol_3-kinase_binding_[GO:0043548];ubiquitin_conjugating_enzyme_binding_[GO:0031624];locomotory_behavior_[GO:0007626];negative_regulation_of_protein_ubiquitination_[GO:0031397];positive_regulation_of_protein_kinase_B_signaling_[GO:0051897];positive_regulation_of_protein_sumoylation_[GO:0033235];regulation_of_cAMP-mediated_signaling_[GO:0043949];signal_transduction_[GO:0007165];synaptic_transmission,_dopaminergic_[GO:0001963]
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  centrosome_[GO:0005813];ciliary_basal_body_[GO:0036064];Golgi_apparatus_[GO:0005794];sperm_flagellum_[GO:0036126];guanyl-nucleotide_exchange_factor_activity_[GO:0005085];cilium_assembly_[GO:0060271];intraciliary_transport_[GO:0042073];response_to_stimulus_[GO:0050896];visual_perception_[GO:0007601]
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                nucleus_[GO:0005634];hydrolase_activity_[GO:0016787];metal_ion_binding_[GO:0046872];NAD+_binding_[GO:0070403]
## 105                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      glycogen_metabolic_process_[GO:0005977]
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        aminoacyl-tRNA_synthetase_multienzyme_complex_[GO:0017101];cytoplasm_[GO:0005737];cytosol_[GO:0005829];mitochondrion_[GO:0005739];nucleoplasm_[GO:0005654];arginine-tRNA_ligase_activity_[GO:0004814];ATP_binding_[GO:0005524];cadherin_binding_[GO:0045296];arginyl-tRNA_aminoacylation_[GO:0006420]
## 107                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        axoneme_[GO:0005930];microtubule_[GO:0005874];outer_dynein_arm_[GO:0036157];ATP_binding_[GO:0005524];ATP-dependent_microtubule_motor_activity,_minus-end-directed_[GO:0008569];dynein_intermediate_chain_binding_[GO:0045505];dynein_light_chain_binding_[GO:0045503];dynein_light_intermediate_chain_binding_[GO:0051959];cilium_assembly_[GO:0060271];cilium_movement_[GO:0003341];determination_of_left/right_symmetry_[GO:0007368];flagellated_sperm_motility_[GO:0030317];outer_dynein_arm_assembly_[GO:0036158]
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  cilium_[GO:0005929];cytoplasm_[GO:0005737];dynein_complex_[GO:0030286];microtubule_[GO:0005874];motor_activity_[GO:0003774]
## 109                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     mitochondrion_[GO:0005739];NuA4_histone_acetyltransferase_complex_[GO:0035267];nucleoplasm_[GO:0005654];Swr1_complex_[GO:0000812];histone_H2A_acetylation_[GO:0043968];histone_H4_acetylation_[GO:0043967];positive_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0045944];regulation_of_growth_[GO:0040008];transcription,_DNA-templated_[GO:0006351]
## 110                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        activating_signal_cointegrator_1_complex_[GO:0099053];centrosome_[GO:0005813];cytoplasm_[GO:0005737];cytosol_[GO:0005829];neuromuscular_junction_[GO:0031594];nuclear_body_[GO:0016604];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];protein_complex_[GO:0043234];estrogen_receptor_binding_[GO:0030331];histone_acetyltransferase_binding_[GO:0035035];ligand-dependent_nuclear_receptor_binding_[GO:0016922];protease_binding_[GO:0002020];protein_kinase_binding_[GO:0019901];transcription_coactivator_activity_[GO:0003713];ubiquitin-like_protein_ligase_binding_[GO:0044389];zinc_ion_binding_[GO:0008270];intracellular_estrogen_receptor_signaling_pathway_[GO:0030520];positive_regulation_of_transcription,_DNA-templated_[GO:0045893];regulation_of_myoblast_differentiation_[GO:0045661];regulation_of_transcription,_DNA-templated_[GO:0006355];toxin_transport_[GO:1901998];transcription,_DNA-templated_[GO:0006351]
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  integral_component_of_membrane_[GO:0016021];intracellular_[GO:0005622];plasma_membrane_[GO:0005886];collagen_binding_[GO:0005518];extracellular_matrix_binding_[GO:0050840];G-protein_coupled_receptor_activity_[GO:0004930];laminin_binding_[GO:0043236];cAMP-mediated_signaling_[GO:0019933];cell_surface_receptor_signaling_pathway_[GO:0007166];ear_development_[GO:0043583];G-protein_coupled_receptor_signaling_pathway_[GO:0007186];heart_development_[GO:0007507];heart_trabecula_formation_[GO:0060347];mitochondrion_organization_[GO:0007005];myelination_[GO:0042552];myelination_in_peripheral_nervous_system_[GO:0022011];myelination_of_posterior_lateral_line_nerve_axons_[GO:0048932];ossification_[GO:0001503];peripheral_nervous_system_myelin_formation_[GO:0032290];regulation_of_sprouting_angiogenesis_[GO:1903670];Schwann_cell_differentiation_[GO:0014037];semicircular_canal_fusion_[GO:0060879]
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                cytosol_[GO:0005829];enterobactin_synthetase_complex_[GO:0009366];plasma_membrane_[GO:0005886];2,3-dihydroxybenzoate-serine_ligase_activity_[GO:0047527];ATP_binding_[GO:0005524];hydrolase_activity,_acting_on_ester_bonds_[GO:0016788];nucleotidyltransferase_activity_[GO:0016779];phosphopantetheine_binding_[GO:0031177];amino_acid_activation_for_nonribosomal_peptide_biosynthetic_process_[GO:0043041];enterobactin_biosynthetic_process_[GO:0009239]
## 114                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   ubiquitin_ligase_complex_[GO:0000151];cullin_family_protein_binding_[GO:0097602];ubiquitin_conjugating_enzyme_binding_[GO:0031624];ubiquitin-like_protein_binding_[GO:0032182];positive_regulation_of_ubiquitin-protein_transferase_activity_[GO:0051443];protein_neddylation_[GO:0045116]
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       plasma_membrane_[GO:0005886];GTP_binding_[GO:0005525];GTPase_activity_[GO:0003924];protein_kinase_binding_[GO:0019901]
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             integral_component_of_membrane_[GO:0016021];nuclear_membrane_[GO:0031965];nucleolus_[GO:0005730]
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           endoplasmic_reticulum_[GO:0005783];mitochondrial_inner_membrane_[GO:0005743];peroxisome_[GO:0005777];carnitine_O-acetyltransferase_activity_[GO:0004092];fatty_acid_metabolic_process_[GO:0006631]
## 119                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                cytoplasm_[GO:0005737];nucleus_[GO:0005634];3'-5'_exonuclease_activity_[GO:0008408];exodeoxyribonuclease_I_activity_[GO:0008852];nucleic_acid_binding_[GO:0003676];single-stranded_DNA_3'-5'_exodeoxyribonuclease_activity_[GO:0008310];DNA_double-strand_break_processing_[GO:0000729];double-strand_break_repair_[GO:0006302];double-strand_break_repair_via_homologous_recombination_[GO:0000724];nucleic_acid_phosphodiester_bond_hydrolysis_[GO:0090305]
## 120                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   voltage-gated_potassium_channel_complex_[GO:0008076];voltage-gated_potassium_channel_activity_[GO:0005249]
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         cytoplasm_[GO:0005737];cytosol_[GO:0005829];intracellular_[GO:0005622];nucleoplasm_[GO:0005654];identical_protein_binding_[GO:0042802];mitogen-activated_protein_kinase_binding_[GO:0051019];polyubiquitin_modification-dependent_protein_binding_[GO:0031593];cellular_response_to_lipopolysaccharide_[GO:0071222];defense_response_[GO:0006952];glycoprotein_biosynthetic_process_[GO:0009101];inflammatory_response_[GO:0006954];leukocyte_cell-cell_adhesion_[GO:0007159];modulation_by_symbiont_of_host_I-kappaB_kinase/NF-kappaB_cascade_[GO:0085032];MyD88-dependent_toll-like_receptor_signaling_pathway_[GO:0002755];negative_regulation_of_ERK1_and_ERK2_cascade_[GO:0070373];negative_regulation_of_I-kappaB_kinase/NF-kappaB_signaling_[GO:0043124];negative_regulation_of_viral_genome_replication_[GO:0045071];positive_regulation_of_inflammatory_response_[GO:0050729];positive_regulation_of_protein_deubiquitination_[GO:1903003];positive_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0045944];protein_deubiquitination_[GO:0016579];translation_[GO:0006412]
## 122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      clathrin_coat_of_coated_pit_[GO:0030132];cytosol_[GO:0005829];membrane_[GO:0016020];nucleus_[GO:0005634];plasma_membrane_[GO:0005886];cadherin_binding_[GO:0045296];calcium_ion_binding_[GO:0005509];endocytosis_[GO:0006897];membrane_organization_[GO:0061024];negative_regulation_of_epidermal_growth_factor_receptor_signaling_pathway_[GO:0042059]
## 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          integral_component_of_mitochondrial_inner_membrane_[GO:0031305];mitochondrial_inner_membrane_presequence_translocase_complex_[GO:0005744];mitochondrion_[GO:0005739];P-P-bond-hydrolysis-driven_protein_transmembrane_transporter_activity_[GO:0015450];protein_channel_activity_[GO:0015266];protein_import_into_mitochondrial_matrix_[GO:0030150]
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  integral_component_of_membrane_[GO:0016021]
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            cytoplasm_[GO:0005737];membrane_[GO:0016020];nucleus_[GO:0005634]
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               cell_junction_[GO:0030054];integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];synapse_[GO:0045202];identical_protein_binding_[GO:0042802];homophilic_cell_adhesion_via_plasma_membrane_adhesion_molecules_[GO:0007156];retina_layer_formation_[GO:0010842];synapse_assembly_[GO:0007416]
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           endoplasmic_reticulum_membrane_[GO:0005789];integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];enteric_nervous_system_development_[GO:0048484];negative_regulation_of_nodal_signaling_pathway_involved_in_determination_of_lateral_mesoderm_left/right_asymmetry_[GO:1900176];regulation_of_signal_transduction_[GO:0009966]
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                cytoplasm_[GO:0005737];microtubule_[GO:0005874];nucleus_[GO:0005634];sperm_flagellum_[GO:0036126];cilium_assembly_[GO:0060271];cilium_movement_involved_in_cell_motility_[GO:0060294];flagellated_sperm_motility_[GO:0030317]
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                nucleus_[GO:0005634];hydrolase_activity_[GO:0016787];metal_ion_binding_[GO:0046872];NAD+_binding_[GO:0070403]
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               metal_ion_binding_[GO:0046872]
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              melanosome_[GO:0042470];nucleolus_[GO:0005730];plasma_membrane_[GO:0005886];spliceosomal_complex_[GO:0005681];ATP_binding_[GO:0005524];mRNA_processing_[GO:0006397];regulation_of_transcription,_DNA-templated_[GO:0006355];RNA_splicing_[GO:0008380];transcription,_DNA-templated_[GO:0006351]
## 132                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               metal_ion_binding_[GO:0046872]
## 133                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        cytoplasm_[GO:0005737];nucleus_[GO:0005634];chromatin_binding_[GO:0003682];methylated_histone_binding_[GO:0035064];RNA_binding_[GO:0003723];transcription_coactivator_activity_[GO:0003713];covalent_chromatin_modification_[GO:0016569];mRNA_processing_[GO:0006397]
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  cytosol_[GO:0005829];cAMP_binding_[GO:0030552];spermatogenesis_[GO:0007283]
## 135                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        precatalytic_spliceosome_[GO:0071011];RNA_binding_[GO:0003723];mRNA_processing_[GO:0006397];RNA_splicing_[GO:0008380]
## 136                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        nucleus_[GO:0005634];DNA_binding_[GO:0003677];DNA_binding_transcription_factor_activity_[GO:0003700];metal_ion_binding_[GO:0046872];regulation_of_transcription,_DNA-templated_[GO:0006355];transcription,_DNA-templated_[GO:0006351]
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        nucleus_[GO:0005634];DNA_binding_[GO:0003677];DNA_binding_transcription_factor_activity_[GO:0003700];metal_ion_binding_[GO:0046872];regulation_of_transcription,_DNA-templated_[GO:0006355];transcription,_DNA-templated_[GO:0006351]
## 138                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            cytoplasm_[GO:0005737];microtubule_organizing_center_[GO:0005815]
## 139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 cell_surface_[GO:0009986];integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];alpha-catenin_binding_[GO:0045294];beta-catenin_binding_[GO:0008013];cadherin_binding_[GO:0045296];delta-catenin_binding_[GO:0070097];gamma-catenin_binding_[GO:0045295];protein_tyrosine_phosphatase_activity_[GO:0004725];cell_adhesion_[GO:0007155];homophilic_cell_adhesion_via_plasma_membrane_adhesion_molecules_[GO:0007156];protein_dephosphorylation_[GO:0006470];signal_transduction_[GO:0007165];transmembrane_receptor_protein_tyrosine_kinase_signaling_pathway_[GO:0007169]
## 140                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      methyltransferase_activity_[GO:0008168]
## 141                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    cytosol_[GO:0005829];polysome_[GO:0005844];cadherin_binding_[GO:0045296];protein_kinase_binding_[GO:0019901];protein_kinase_regulator_activity_[GO:0019887];ribosome_binding_[GO:0043022];cellular_response_to_amino_acid_starvation_[GO:0034198];cellular_response_to_leucine_starvation_[GO:1990253];positive_regulation_of_kinase_activity_[GO:0033674];positive_regulation_of_transcription_from_RNA_polymerase_II_promoter_in_response_to_stress_[GO:0036003];regulation_of_translation_[GO:0006417]
## 142                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        cytoplasm_[GO:0005737];intracellular_ribonucleoprotein_complex_[GO:0030529];nucleus_[GO:0005634];regulation_of_signaling_[GO:0023051]
## 143                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               cilium_[GO:0005929];cytoplasm_[GO:0005737];cytoskeleton_[GO:0005856];cell_projection_organization_[GO:0030030]
## 144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       centriole_[GO:0005814]
## 145                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     COPII_vesicle_coat_[GO:0030127];COPII-coated_ER_to_Golgi_transport_vesicle_[GO:0030134];Cul3-RING_ubiquitin_ligase_complex_[GO:0031463];Golgi_membrane_[GO:0000139];anterior/posterior_pattern_specification_[GO:0009952];convergent_extension_involved_in_axis_elongation_[GO:0060028];COPII_vesicle_coating_[GO:0048208];ER_to_Golgi_vesicle-mediated_transport_[GO:0006888];neural_crest_cell_development_[GO:0014032];neural_crest_formation_[GO:0014029];protein_monoubiquitination_[GO:0006513];Wnt_signaling_pathway_[GO:0016055]
## 146                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    fibrillar_collagen_trimer_[GO:0005583];extracellular_matrix_structural_constituent_[GO:0005201];metal_ion_binding_[GO:0046872];extracellular_matrix_organization_[GO:0030198];growth_plate_cartilage_chondrocyte_development_[GO:0003431]
## 147                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               axoneme_[GO:0005930];nucleolus_[GO:0005730];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];radial_spoke_[GO:0001534];axoneme_assembly_[GO:0035082];cilium_movement_[GO:0003341]
## 148                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      nucleolus_[GO:0005730];ribosome_biogenesis_[GO:0042254]
## 149                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         mitochondrial_matrix_[GO:0005759];acyl-CoA_dehydrogenase_activity_[GO:0003995];flavin_adenine_dinucleotide_binding_[GO:0050660];medium-chain-acyl-CoA_dehydrogenase_activity_[GO:0070991];fatty_acid_beta-oxidation_[GO:0006635];fatty_acid_beta-oxidation_using_acyl-CoA_dehydrogenase_[GO:0033539]
## 150                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 integrator_complex_[GO:0032039];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];snRNA_processing_[GO:0016180];snRNA_transcription_from_RNA_polymerase_II_promoter_[GO:0042795]
## 151                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  integral_component_of_membrane_[GO:0016021];intracellular_[GO:0005622];plasma_membrane_[GO:0005886];collagen_binding_[GO:0005518];extracellular_matrix_binding_[GO:0050840];G-protein_coupled_receptor_activity_[GO:0004930];laminin_binding_[GO:0043236];cAMP-mediated_signaling_[GO:0019933];cell_surface_receptor_signaling_pathway_[GO:0007166];ear_development_[GO:0043583];G-protein_coupled_receptor_signaling_pathway_[GO:0007186];heart_development_[GO:0007507];heart_trabecula_formation_[GO:0060347];mitochondrion_organization_[GO:0007005];myelination_[GO:0042552];myelination_in_peripheral_nervous_system_[GO:0022011];myelination_of_posterior_lateral_line_nerve_axons_[GO:0048932];ossification_[GO:0001503];peripheral_nervous_system_myelin_formation_[GO:0032290];regulation_of_sprouting_angiogenesis_[GO:1903670];Schwann_cell_differentiation_[GO:0014037];semicircular_canal_fusion_[GO:0060879]
## 152                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 MICOS_complex_[GO:0061617];mitochondrial_inner_membrane_[GO:0005743];mitochondrion_[GO:0005739];myelin_sheath_[GO:0043209];cristae_formation_[GO:0042407];mitochondrial_calcium_ion_homeostasis_[GO:0051560]
## 153                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      cytosol_[GO:0005829];ATP_binding_[GO:0005524];guanyl-nucleotide_exchange_factor_activity_[GO:0005085];protein_serine/threonine_kinase_activity_[GO:0004674];Rho_guanyl-nucleotide_exchange_factor_activity_[GO:0005089];G-protein_coupled_receptor_signaling_pathway_[GO:0007186];negative_regulation_of_fat_cell_differentiation_[GO:0045599];positive_regulation_of_apoptotic_process_[GO:0043065];regulation_of_Rho_protein_signal_transduction_[GO:0035023];regulation_of_small_GTPase_mediated_signal_transduction_[GO:0051056];transmembrane_receptor_protein_tyrosine_phosphatase_signaling_pathway_[GO:0007185]
## 154                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       cytoplasm_[GO:0005737]
## 155                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  cytoplasm_[GO:0005737];cytosol_[GO:0005829];nuclear_body_[GO:0016604];nucleoplasm_[GO:0005654];aminopeptidase_activity_[GO:0004177];endopeptidase_activity_[GO:0004175];identical_protein_binding_[GO:0042802];serine-type_endopeptidase_activity_[GO:0004252];tripeptidyl-peptidase_activity_[GO:0008240];protein_polyubiquitination_[GO:0000209];proteolysis_[GO:0006508]
## 156                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         cytoplasm_[GO:0005737];nucleus_[GO:0005634];camera-type_eye_development_[GO:0043010];embryonic_cranial_skeleton_morphogenesis_[GO:0048701];embryonic_eye_morphogenesis_[GO:0048048];eye_development_[GO:0001654];lens_development_in_camera-type_eye_[GO:0002088];retina_development_in_camera-type_eye_[GO:0060041]
## 157                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         nucleus_[GO:0005634]
## 158                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               apical_lamina_of_hyaline_layer_[GO:0032579];cytoplasmic_vesicle_[GO:0031410];extracellular_space_[GO:0005615];calcium_ion_binding_[GO:0005509]
## 159                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 extracellular_space_[GO:0005615];transport_vesicle_[GO:0030133];serine-type_endopeptidase_activity_[GO:0004252];nervous_system_development_[GO:0007399];peptide_hormone_processing_[GO:0016486];protein_autoprocessing_[GO:0016540];proteolysis_[GO:0006508]
## 160                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       integral_component_of_membrane_[GO:0016021];transmembrane_transporter_activity_[GO:0022857];ion_transport_[GO:0006811]
## 161                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         axonemal_central_apparatus_[GO:1990716];microtubule_[GO:0005874];motile_cilium_[GO:0031514];axonemal_central_apparatus_assembly_[GO:1904158];epithelial_cilium_movement_[GO:0003351]
## 162                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          extracellular_space_[GO:0005615];Wnt_signaling_pathway_[GO:0016055]
## 163                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  chromosome,_centromeric_region_[GO:0000775];protein_phosphatase_4_complex_[GO:0030289];protein_phosphatase_regulator_activity_[GO:0019888];mitotic_cell_cycle_[GO:0000278];negative_regulation_of_smoothened_signaling_pathway_[GO:0045879]
## 164                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .
## 165                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ciliary_basal_body_[GO:0036064];cytoplasm_[GO:0005737];microtubule_binding_[GO:0008017];sperm_axoneme_assembly_[GO:0007288]
## 166                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     integral_component_of_membrane_[GO:0016021];transport_vesicle_membrane_[GO:0030658];zymogen_granule_[GO:0042588];zymogen_granule_membrane_[GO:0042589];female_pregnancy_[GO:0007565];hormone-mediated_signaling_pathway_[GO:0009755];trypsinogen_activation_[GO:0032023]
## 167                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       apical_plasma_membrane_[GO:0016324];cytoplasm_[GO:0005737];endoplasmic_reticulum_membrane_[GO:0005789];integral_component_of_membrane_[GO:0016021];intracellular_membrane-bounded_organelle_[GO:0043231];organelle_membrane_[GO:0031090];alkane_1-monooxygenase_activity_[GO:0018685];arachidonic_acid_epoxygenase_activity_[GO:0008392];aromatase_activity_[GO:0070330];heme_binding_[GO:0020037];iron_ion_binding_[GO:0005506];leukotriene-B4_20-monooxygenase_activity_[GO:0050051];oxygen_binding_[GO:0019825];arachidonic_acid_metabolic_process_[GO:0019369];drug_metabolic_process_[GO:0017144];epoxygenase_P450_pathway_[GO:0019373];leukotriene_B4_catabolic_process_[GO:0036101];long-chain_fatty_acid_metabolic_process_[GO:0001676];oxidation-reduction_process_[GO:0055114];pressure_natriuresis_[GO:0003095];renal_water_homeostasis_[GO:0003091];sodium_ion_homeostasis_[GO:0055078];very_long-chain_fatty_acid_metabolic_process_[GO:0000038];vitamin_E_metabolic_process_[GO:0042360]
## 168                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           extracellular_exosome_[GO:0070062]
## 169                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     mitochondrial_matrix_[GO:0005759];mitochondrial_membrane_[GO:0031966];mitochondrion_[GO:0005739];nucleoplasm_[GO:0005654];flavin_adenine_dinucleotide_binding_[GO:0050660];isovaleryl-CoA_dehydrogenase_activity_[GO:0008470];fatty_acid_beta-oxidation_using_acyl-CoA_dehydrogenase_[GO:0033539];leucine_catabolic_process_[GO:0006552];leucine_metabolic_process_[GO:0006551];protein_homooligomerization_[GO:0051260]
## 170                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              cell_cortex_[GO:0005938];cell_junction_[GO:0030054];cytoskeleton_[GO:0005856];cytosol_[GO:0005829];fibrillar_center_[GO:0001650];mitochondrion_[GO:0005739];nucleus_[GO:0005634];cell_differentiation_[GO:0030154];spermatogenesis_[GO:0007283]
## 171                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               axoneme_[GO:0005930];ciliary_basal_body_[GO:0036064];cilium_[GO:0005929];Golgi_apparatus_[GO:0005794];microtubule_[GO:0005874];motile_cilium_[GO:0031514];sperm_flagellum_[GO:0036126];microtubule_binding_[GO:0008017];Rab_GTPase_binding_[GO:0017137];axoneme_assembly_[GO:0035082];brain_development_[GO:0007420];cellular_protein_localization_[GO:0034613];cilium_movement_involved_in_cell_motility_[GO:0060294];determination_of_left/right_symmetry_[GO:0007368];epithelial_cilium_movement_[GO:0003351];flagellated_sperm_motility_[GO:0030317];negative_regulation_of_cell_proliferation_[GO:0008285];regulation_of_microtubule_binding_[GO:1904526]
## 172                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      catalytic_step_2_spliceosome_[GO:0071013];nucleic_acid_binding_[GO:0003676];mRNA_splicing,_via_spliceosome_[GO:0000398]
## 173                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        axoneme_[GO:0005930];microtubule_[GO:0005874];outer_dynein_arm_[GO:0036157];ATP_binding_[GO:0005524];ATP-dependent_microtubule_motor_activity,_minus-end-directed_[GO:0008569];dynein_intermediate_chain_binding_[GO:0045505];dynein_light_chain_binding_[GO:0045503];dynein_light_intermediate_chain_binding_[GO:0051959];cilium_assembly_[GO:0060271];cilium_movement_[GO:0003341];determination_of_left/right_symmetry_[GO:0007368];flagellated_sperm_motility_[GO:0030317];outer_dynein_arm_assembly_[GO:0036158]
## 174                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      anaphase-promoting_complex_[GO:0005680];centrosome_[GO:0005813];cytoplasm_[GO:0005737];cytosol_[GO:0005829];nucleoplasm_[GO:0005654];spindle_[GO:0005819];anaphase-promoting_complex-dependent_catabolic_process_[GO:0031145];cell_division_[GO:0051301];cell_proliferation_[GO:0008283];mitotic_cell_cycle_[GO:0000278];negative_regulation_of_ubiquitin-protein_ligase_activity_involved_in_mitotic_cell_cycle_[GO:0051436];positive_regulation_of_ubiquitin-protein_ligase_activity_involved_in_regulation_of_mitotic_cell_cycle_transition_[GO:0051437];proteasome-mediated_ubiquitin-dependent_protein_catabolic_process_[GO:0043161];protein_K11-linked_ubiquitination_[GO:0070979];protein_ubiquitination_involved_in_ubiquitin-dependent_protein_catabolic_process_[GO:0042787];regulation_of_mitotic_nuclear_division_[GO:0007088];regulation_of_ubiquitin-protein_ligase_activity_involved_in_mitotic_cell_cycle_[GO:0051439]
## 175                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        cytoplasm_[GO:0005737];intracellular_ribonucleoprotein_complex_[GO:0030529];nucleus_[GO:0005634];regulation_of_signaling_[GO:0023051]
## 176                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   cell_junction_[GO:0030054];integral_component_of_membrane_[GO:0016021];synaptic_vesicle_membrane_[GO:0030672];metal_ion_binding_[GO:0046872];calcium_ion_regulated_exocytosis_[GO:0017156]
## 177                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .
## 178                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     catalytic_step_2_spliceosome_[GO:0071013];cytoplasm_[GO:0005737];nucleus_[GO:0005634];Prp19_complex_[GO:0000974];U2-type_catalytic_step_1_spliceosome_[GO:0071006];U2-type_catalytic_step_2_spliceosome_[GO:0071007];calcium-dependent_protein_binding_[GO:0048306];metal_ion_binding_[GO:0046872];nucleocytoplasmic_transporter_activity_[GO:0005487];pre-mRNA_binding_[GO:0036002];RNA_binding_[GO:0003723];U6_snRNA_binding_[GO:0017070];cellular_response_to_drug_[GO:0035690];mRNA_cis_splicing,_via_spliceosome_[GO:0045292];positive_regulation_of_intracellular_protein_transport_[GO:0090316];positive_regulation_of_RNA_splicing_[GO:0033120];protein_import_into_nucleus,_translocation_[GO:0000060];spliceosomal_snRNP_assembly_[GO:0000387]
## 179                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                cytosol_[GO:0005829];nucleus_[GO:0005634];metal_ion_binding_[GO:0046872];RNA_binding_[GO:0003723];ubiquitin-protein_transferase_activity_[GO:0004842];DNA_damage_response,_signal_transduction_by_p53_class_mediator_resulting_in_cell_cycle_arrest_[GO:0006977];nuclear-transcribed_mRNA_catabolic_process,_deadenylation-dependent_decay_[GO:0000288];nuclear-transcribed_mRNA_poly(A)_tail_shortening_[GO:0000289];protein_autoubiquitination_[GO:0051865]
## 180                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               cytosol_[GO:0005829];P-body_[GO:0000932];SCF_ubiquitin_ligase_complex_[GO:0019005];ubiquitin_protein_ligase_binding_[GO:0031625];neurogenesis_[GO:0022008];proteasome-mediated_ubiquitin-dependent_protein_catabolic_process_[GO:0043161];protein_ubiquitination_involved_in_ubiquitin-dependent_protein_catabolic_process_[GO:0042787];regulation_of_proteolysis_[GO:0030162]
## 181                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    cytoplasm_[GO:0005737];glutathione_transferase_activity_[GO:0004364];oxidoreductase_activity_[GO:0016491]
## 182                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          cilium_[GO:0005929]
## 183                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                mitochondrion_[GO:0005739];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];metal_ion_binding_[GO:0046872];RNA_binding_[GO:0003723];tRNA_(guanine-N2-)-methyltransferase_activity_[GO:0004809];tRNA_binding_[GO:0000049];tRNA_modification_[GO:0006400];tRNA_N2-guanine_methylation_[GO:0002940]
## 184                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               catalytic_activity_[GO:0003824];metabolic_process_[GO:0008152]
## 185                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          myofibril_[GO:0030016];myosin_filament_[GO:0032982];actin_binding_[GO:0003779];ATP_binding_[GO:0005524];motor_activity_[GO:0003774]
## 186                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    centrosome_[GO:0005813];cytoplasm_[GO:0005737];cytosol_[GO:0005829];intracellular_membrane-bounded_organelle_[GO:0043231];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];metal_ion_binding_[GO:0046872];nucleic_acid_binding_[GO:0003676];apoptotic_process_[GO:0006915];regulation_of_transcription,_DNA-templated_[GO:0006355];transcription,_DNA-templated_[GO:0006351]
## 187                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .
## 188                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        cytosol_[GO:0005829];membrane_[GO:0016020];ATPase_activity,_coupled_to_movement_of_substances_[GO:0043492];drug_transmembrane_transporter_activity_[GO:0015238];GTPase_activator_activity_[GO:0005096];Rac_GTPase_binding_[GO:0048365];Ral_GTPase_binding_[GO:0017160];transmembrane_transporter_activity_[GO:0022857];chemotaxis_[GO:0006935];doxorubicin_transport_[GO:1900753];drug_transmembrane_transport_[GO:0006855];endocytosis_[GO:0006897];positive_regulation_of_GTPase_activity_[GO:0043547];regulation_of_GTPase_activity_[GO:0043087];regulation_of_small_GTPase_mediated_signal_transduction_[GO:0051056];signal_transduction_[GO:0007165];small_GTPase_mediated_signal_transduction_[GO:0007264];transmembrane_transport_[GO:0055085]
## 189                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];G-protein_coupled_receptor_activity_[GO:0004930]
## 190                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            nucleoplasm_[GO:0005654];RNA_binding_[GO:0003723]
## 191                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .
## 192                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                intracellular_[GO:0005622];kinesin_complex_[GO:0005871];mitochondrial_membrane_[GO:0031966];ATP_binding_[GO:0005524];ATPase_activity_[GO:0016887];microtubule_binding_[GO:0008017];microtubule_motor_activity_[GO:0003777];microtubule-based_movement_[GO:0007018];mitochondrion_organization_[GO:0007005];organelle_transport_along_microtubule_[GO:0072384]
## 193 apical_plasma_membrane_[GO:0016324];cytoplasm_[GO:0005737];dendrite_[GO:0030425];endosome_[GO:0005768];focal_adhesion_[GO:0005925];Golgi_apparatus_[GO:0005794];membrane_[GO:0016020];mitochondrion_[GO:0005739];NADPH_oxidase_complex_[GO:0043020];neuronal_cell_body_[GO:0043025];nucleus_[GO:0005634];stress_fiber_[GO:0001725];electron_transfer_activity_[GO:0009055];heme_binding_[GO:0020037];metal_ion_binding_[GO:0046872];protein_heterodimerization_activity_[GO:0046982];SH3_domain_binding_[GO:0017124];superoxide-generating_NADPH_oxidase_activity_[GO:0016175];cellular_response_to_amino_acid_stimulus_[GO:0071230];cellular_response_to_angiotensin_[GO:1904385];cellular_response_to_gamma_radiation_[GO:0071480];cellular_response_to_glucose_stimulus_[GO:0071333];cellular_response_to_L-glutamine_[GO:1904845];cellular_response_to_mechanical_stimulus_[GO:0071260];cellular_response_to_organic_cyclic_compound_[GO:0071407];cellular_response_to_organic_substance_[GO:0071310];cellular_response_to_tumor_necrosis_factor_[GO:0071356];cytochrome_complex_assembly_[GO:0017004];hydrogen_peroxide_biosynthetic_process_[GO:0050665];inflammatory_response_[GO:0006954];innate_immune_response_[GO:0045087];negative_regulation_of_glomerular_filtration_by_angiotensin_[GO:0003106];oxidation-reduction_process_[GO:0055114];positive_regulation_of_cell_growth_[GO:0030307];positive_regulation_of_defense_response_to_bacterium_[GO:1900426];positive_regulation_of_endothelial_cell_proliferation_[GO:0001938];positive_regulation_of_interleukin-6_production_[GO:0032755];positive_regulation_of_mucus_secretion_[GO:0070257];positive_regulation_of_NAD(P)H_oxidase_activity_[GO:0033864];positive_regulation_of_phagocytosis_[GO:0050766];positive_regulation_of_reactive_oxygen_species_biosynthetic_process_[GO:1903428];positive_regulation_of_smooth_muscle_cell_proliferation_[GO:0048661];positive_regulation_of_superoxide_anion_generation_[GO:0032930];positive_regulation_of_toll-like_receptor_2_signaling_pathway_[GO:0034137];positive_regulation_of_tumor_necrosis_factor_production_[GO:0032760];reactive_oxygen_species_metabolic_process_[GO:0072593];regulation_of_blood_pressure_[GO:0008217];regulation_of_release_of_sequestered_calcium_ion_into_cytosol_[GO:0051279];respiratory_burst_[GO:0045730];response_to_activity_[GO:0014823];response_to_aldosterone_[GO:1904044];response_to_drug_[GO:0042493];response_to_hypoxia_[GO:0001666];response_to_interleukin-1_[GO:0070555];response_to_nutrient_levels_[GO:0031667];smooth_muscle_hypertrophy_[GO:0014895];superoxide_anion_generation_[GO:0042554];superoxide_metabolic_process_[GO:0006801]
## 194                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .
## 195                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              eukaryotic_translation_initiation_factor_4F_complex_[GO:0016281];perinuclear_region_of_cytoplasm_[GO:0048471];polysome_[GO:0005844];ribosomal_small_subunit_binding_[GO:0043024];RNA_strand_annealing_activity_[GO:0033592];RNA_strand-exchange_activity_[GO:0034057];translation_initiation_factor_activity_[GO:0003743];eukaryotic_translation_initiation_factor_4F_complex_assembly_[GO:0097010];formation_of_translation_preinitiation_complex_[GO:0001731]
## 196                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           cadherin_binding_[GO:0045296];protein_C-terminal_methylesterase_activity_[GO:0051722];protein_kinase_binding_[GO:0019901];protein_methylesterase_activity_[GO:0051723];protein_phosphatase_2A_binding_[GO:0051721];protein_phosphatase_binding_[GO:0019903];protein_phosphatase_regulator_activity_[GO:0019888];protein_demethylation_[GO:0006482]
## 197                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             cytoplasm_[GO:0005737];cytoskeleton_[GO:0005856]
## 198                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               mitochondrial_intermembrane_space_[GO:0005758];metal_ion_binding_[GO:0046872];metalloendopeptidase_activity_[GO:0004222];intracellular_signal_transduction_[GO:0035556];peptide_metabolic_process_[GO:0006518]
## 199                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            extracellular_region_[GO:0005576]
## 200                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              histone_acetyltransferase_complex_[GO:0000123];MLL1/2_complex_[GO:0044665];polytene_chromosome_[GO:0005700];transcription_elongation_factor_complex_[GO:0008023];chromatin_binding_[GO:0003682];DNA_binding_transcription_factor_activity_[GO:0003700];histone_acetyltransferase_activity_[GO:0004402];histone_methyltransferase_activity_(H3-K4_specific)_[GO:0042800];protein_homodimerization_activity_[GO:0042803];protein_phosphatase_1_binding_[GO:0008157];sequence-specific_DNA_binding_[GO:0043565];zinc_ion_binding_[GO:0008270];axon_guidance_[GO:0007411];eye_development_[GO:0001654];germ_cell_migration_[GO:0008354];haltere_development_[GO:0007482];histone_H3_acetylation_[GO:0043966];positive_regulation_of_transcription_elongation_from_RNA_polymerase_II_promoter_[GO:0032968];transcription,_DNA-templated_[GO:0006351]
## 201                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   mitochondrion_[GO:0005739];ATP_binding_[GO:0005524];ligase_activity_[GO:0016874];fatty_acid_metabolic_process_[GO:0006631]
## 202                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               cytosol_[GO:0005829];nuclear_membrane_[GO:0031965];protein_heterodimerization_activity_[GO:0046982];syntaxin_binding_[GO:0019905];cell_cycle_[GO:0007049];regulation_of_bone_mineralization_[GO:0030500];regulation_of_cell_cycle_[GO:0051726];regulation_of_cell_cycle_process_[GO:0010564];regulation_of_transcription,_DNA-templated_[GO:0006355];transcription,_DNA-templated_[GO:0006351]
## 203                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   nucleus_[GO:0005634];sequence-specific_DNA_binding_[GO:0043565];heart_development_[GO:0007507];negative_regulation_of_Wnt_signaling_pathway_[GO:0030178];regulation_of_transcription,_DNA-templated_[GO:0006355];transcription,_DNA-templated_[GO:0006351]
## 204                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           cytosol_[GO:0005829];nucleolus_[GO:0005730];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];plasma_membrane_[GO:0005886];GTP_binding_[GO:0005525];brown_fat_cell_differentiation_[GO:0050873];small_GTPase_mediated_signal_transduction_[GO:0007264]
## 205                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                extracellular_region_[GO:0005576];Golgi_membrane_[GO:0000139];protein_homodimerization_activity_[GO:0042803];positive_regulation_of_epithelial_cell_migration_[GO:0010634];positive_regulation_of_epithelial_to_mesenchymal_transition_[GO:0010718];positive_regulation_of_ERK1_and_ERK2_cascade_[GO:0070374]
## 206                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  cytosol_[GO:0005829];intercellular_bridge_[GO:0045171];nucleoplasm_[GO:0005654];zinc_ion_binding_[GO:0008270];bone_development_[GO:0060348]
## 207                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       cytoplasm_[GO:0005737];magnesium_ion_binding_[GO:0000287];sulfoacetaldehyde_acetyltransferase_activity_[GO:0050487];thiamine_pyrophosphate_binding_[GO:0030976];taurine_catabolic_process_[GO:0019529]
## 208                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            lysosomal_membrane_[GO:0005765];nucleic_acid_binding_[GO:0003676]
## 209                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          cytoplasm_[GO:0005737];cytoskeleton_[GO:0005856];calmodulin_binding_[GO:0005516];multicellular_organism_development_[GO:0007275];Wnt_signaling_pathway_[GO:0016055]
## 210                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         nucleus_[GO:0005634]
## 211                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               acetylcholine-gated_channel_complex_[GO:0005892];cell_junction_[GO:0030054];postsynaptic_membrane_[GO:0045211];acetylcholine_receptor_activity_[GO:0015464];acetylcholine-gated_cation-selective_channel_activity_[GO:0022848];serotonin-gated_cation-selective_channel_activity_[GO:0022850];behavioral_response_to_nicotine_[GO:0035095];nervous_system_development_[GO:0007399];signal_transduction_[GO:0007165];synaptic_transmission_involved_in_micturition_[GO:0060084]
## 212                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          axon_[GO:0030424];cell_junction_[GO:0030054];cleavage_furrow_[GO:0032154];cytoplasm_[GO:0005737];integral_component_of_plasma_membrane_[GO:0005887];neuronal_cell_body_[GO:0043025];plasma_membrane_[GO:0005886];postsynaptic_membrane_[GO:0045211];serotonin-activated_cation-selective_channel_complex_[GO:1904602];identical_protein_binding_[GO:0042802];serotonin_binding_[GO:0051378];serotonin-gated_cation-selective_channel_activity_[GO:0022850];transmembrane_signaling_receptor_activity_[GO:0004888];cellular_response_to_growth_factor_stimulus_[GO:0071363];chemical_synaptic_transmission_[GO:0007268];positive_regulation_of_ion_transmembrane_transporter_activity_[GO:0032414];response_to_cocaine_[GO:0042220];response_to_ethanol_[GO:0045471]
## 213                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 membrane_[GO:0016020];stereocilium_[GO:0032420];calcium_channel_activity_[GO:0005262];detection_of_mechanical_stimulus_[GO:0050982];sensory_perception_of_sound_[GO:0007605]
## 214                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  integral_component_of_membrane_[GO:0016021];neuronal_cell_body_[GO:0043025];non-motile_cilium_[GO:0097730];plasma_membrane_[GO:0005886];ion_channel_activity_[GO:0005216];response_to_stimulus_[GO:0050896]
## 215                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                cytoplasm_[GO:0005737];nucleus_[GO:0005634];3'-5'_exonuclease_activity_[GO:0008408];exodeoxyribonuclease_I_activity_[GO:0008852];nucleic_acid_binding_[GO:0003676];single-stranded_DNA_3'-5'_exodeoxyribonuclease_activity_[GO:0008310];DNA_double-strand_break_processing_[GO:0000729];double-strand_break_repair_[GO:0006302];double-strand_break_repair_via_homologous_recombination_[GO:0000724];nucleic_acid_phosphodiester_bond_hydrolysis_[GO:0090305]
## 216                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       nucleus_[GO:0005634];chromatin_binding_[GO:0003682];histone_demethylase_activity_(H3-K36_specific)_[GO:0051864];metal_ion_binding_[GO:0046872];G2/M_transition_of_mitotic_cell_cycle_[GO:0000086];histone_H3-K36_demethylation_[GO:0070544];positive_regulation_of_transcription,_DNA-templated_[GO:0045893];transcription,_DNA-templated_[GO:0006351]
## 217                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                phosphatase_binding_[GO:0019902];protein_phosphatase_inhibitor_activity_[GO:0004864];negative_regulation_of_phosphatase_activity_[GO:0010923]
## 218                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 mitochondrion_[GO:0005739];nucleus_[GO:0005634];metal_ion_binding_[GO:0046872];tRNA_(guanine-N2-)-methyltransferase_activity_[GO:0004809];tRNA_binding_[GO:0000049];tRNA_N2-guanine_methylation_[GO:0002940]
## 219                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             calcium_ion_binding_[GO:0005509]
## 220                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .
## 221                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         cytosol_[GO:0005829];membrane_[GO:0016020];NLRP1_inflammasome_complex_[GO:0072558];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];ATP_binding_[GO:0005524];enzyme_binding_[GO:0019899];protein_domain_specific_binding_[GO:0019904];activation_of_cysteine-type_endopeptidase_activity_involved_in_apoptotic_process_[GO:0006919];inflammatory_response_[GO:0006954];innate_immune_response_[GO:0045087];interleukin-1_alpha_production_[GO:0032610];interleukin-1_beta_production_[GO:0032611];neuron_apoptotic_process_[GO:0051402];NLRP1_inflammasome_complex_assembly_[GO:1904784];protein_catabolic_process_[GO:0030163];pyroptosis_[GO:0070269]
## 222                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      preribosome,_large_subunit_precursor_[GO:0030687];nucleic_acid_binding_[GO:0003676];ribosomal_large_subunit_binding_[GO:0043023];zinc_ion_binding_[GO:0008270];ribosomal_large_subunit_export_from_nucleus_[GO:0000055]
## 223                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            extracellular_region_[GO:0005576]
## 224                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               cytoplasm_[GO:0005737];cytoplasmic_ribonucleoprotein_granule_[GO:0036464];cytosol_[GO:0005829];microtubule_organizing_center_[GO:0005815];nucleus_[GO:0005634];P-body_[GO:0000932];N6-methyladenosine-containing_RNA_binding_[GO:1990247];embryonic_morphogenesis_[GO:0048598];endothelial_to_hematopoietic_transition_[GO:0098508];mRNA_destabilization_[GO:0061157];negative_regulation_of_Notch_signaling_pathway_[GO:0045746];oocyte_maturation_[GO:0001556];positive_regulation_of_cap-independent_translational_initiation_[GO:1903679];regulation_of_hematopoietic_stem_cell_differentiation_[GO:1902036];regulation_of_meiotic_cell_cycle_process_involved_in_oocyte_maturation_[GO:1903538];regulation_of_mRNA_stability_[GO:0043488]
## 225                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        integral_component_of_membrane_[GO:0016021];membrane_[GO:0016020];calcium_channel_activity_[GO:0005262];calcium_ion_binding_[GO:0005509];carbohydrate_binding_[GO:0030246];G-protein_alpha-subunit_binding_[GO:0001965];detection_of_mechanical_stimulus_[GO:0050982]
## 226                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        nucleus_[GO:0005634];metal_ion_binding_[GO:0046872];cell_differentiation_[GO:0030154];multicellular_organism_development_[GO:0007275]
## 227                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                oxidoreductase_activity,_acting_on_NAD(P)H_[GO:0016651];electron_transport_chain_[GO:0022900]
## 228                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  cytoplasm_[GO:0005737];intracellular_[GO:0005622];GTP_binding_[GO:0005525];GTPase_activity_[GO:0003924];translation_elongation_factor_activity_[GO:0003746]
## 229                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               cytoplasm_[GO:0005737];nucleus_[GO:0005634];ATP_binding_[GO:0005524];metal_ion_binding_[GO:0046872];protein_C-terminus_binding_[GO:0008022];protein_kinase_activity_[GO:0004672];protein_serine/threonine_kinase_activity_[GO:0004674];signal_transducer_activity_[GO:0004871];troponin_I_binding_[GO:0031013];bundle_of_His_cell_to_Purkinje_myocyte_communication_[GO:0086069];intracellular_signal_transduction_[GO:0035556];protein_phosphorylation_[GO:0006468];regulation_of_cardiac_conduction_[GO:1903779];regulation_of_cardiac_muscle_contraction_[GO:0055117];regulation_of_heart_rate_[GO:0002027]
## 230                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               cytoplasm_[GO:0005737];nucleus_[GO:0005634];ATP_binding_[GO:0005524];metal_ion_binding_[GO:0046872];protein_C-terminus_binding_[GO:0008022];protein_kinase_activity_[GO:0004672];protein_serine/threonine_kinase_activity_[GO:0004674];signal_transducer_activity_[GO:0004871];troponin_I_binding_[GO:0031013];bundle_of_His_cell_to_Purkinje_myocyte_communication_[GO:0086069];intracellular_signal_transduction_[GO:0035556];protein_phosphorylation_[GO:0006468];regulation_of_cardiac_conduction_[GO:1903779];regulation_of_cardiac_muscle_contraction_[GO:0055117];regulation_of_heart_rate_[GO:0002027]
## 231                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    heme_binding_[GO:0020037];iron_ion_binding_[GO:0005506];monooxygenase_activity_[GO:0004497];oxidoreductase_activity_[GO:0016491];oxidoreductase_activity,_acting_on_paired_donors,_with_incorporation_or_reduction_of_molecular_oxygen_[GO:0016705];sterol_metabolic_process_[GO:0016125]
## 232                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         cytoplasm_[GO:0005737];ubiquitin-protein_transferase_activity_[GO:0004842];apoptotic_process_[GO:0006915];protein_ubiquitination_involved_in_ubiquitin-dependent_protein_catabolic_process_[GO:0042787];regulation_of_apoptotic_process_[GO:0042981]
## 233                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          nucleus_[GO:0005634];metal_ion_binding_[GO:0046872]
## 234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 axoneme_[GO:0005930];motile_cilium_[GO:0031514];cilium_movement_[GO:0003341]
## 235                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       apical_plasma_membrane_[GO:0016324];cytoplasm_[GO:0005737];endoplasmic_reticulum_membrane_[GO:0005789];integral_component_of_membrane_[GO:0016021];intracellular_membrane-bounded_organelle_[GO:0043231];organelle_membrane_[GO:0031090];alkane_1-monooxygenase_activity_[GO:0018685];arachidonic_acid_epoxygenase_activity_[GO:0008392];aromatase_activity_[GO:0070330];heme_binding_[GO:0020037];iron_ion_binding_[GO:0005506];leukotriene-B4_20-monooxygenase_activity_[GO:0050051];oxygen_binding_[GO:0019825];arachidonic_acid_metabolic_process_[GO:0019369];drug_metabolic_process_[GO:0017144];epoxygenase_P450_pathway_[GO:0019373];leukotriene_B4_catabolic_process_[GO:0036101];long-chain_fatty_acid_metabolic_process_[GO:0001676];oxidation-reduction_process_[GO:0055114];pressure_natriuresis_[GO:0003095];renal_water_homeostasis_[GO:0003091];sodium_ion_homeostasis_[GO:0055078];very_long-chain_fatty_acid_metabolic_process_[GO:0000038];vitamin_E_metabolic_process_[GO:0042360]
## 236                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           axon_[GO:0030424];axon_cytoplasm_[GO:1904115];dendrite_[GO:0030425];kinesin_complex_[GO:0005871];microtubule_[GO:0005874];microtubule_associated_complex_[GO:0005875];synapse_[GO:0045202];ATP_binding_[GO:0005524];ATPase_activity_[GO:0016887];microtubule_binding_[GO:0008017];microtubule_motor_activity_[GO:0003777];anterograde_axonal_transport_[GO:0008089];anterograde_synaptic_vesicle_transport_[GO:0048490];axo-dendritic_transport_[GO:0008088];axon_guidance_[GO:0007411];filopodium_assembly_[GO:0046847];larval_locomotory_behavior_[GO:0008345];negative_regulation_of_synaptic_growth_at_neuromuscular_junction_[GO:0045886];neuromuscular_junction_development_[GO:0007528];positive_regulation_of_insulin_secretion_[GO:0032024];regulation_of_dendrite_morphogenesis_[GO:0048814];regulation_of_locomotion_[GO:0040012];regulation_of_synapse_assembly_[GO:0051963];synaptic_vesicle_maturation_[GO:0016188];synaptic_vesicle_transport_[GO:0048489];vesicle_transport_along_microtubule_[GO:0047496];vesicle-mediated_transport_[GO:0016192]
## 237                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        axon_[GO:0030424];basolateral_plasma_membrane_[GO:0016323];integral_component_of_plasma_membrane_[GO:0005887];potassium_ion_symporter_activity_[GO:0022820];potassium_ion_transmembrane_transporter_activity_[GO:0015079];potassium:chloride_symporter_activity_[GO:0015379];protein_kinase_binding_[GO:0019901];rubidium_ion_transmembrane_transporter_activity_[GO:0035827];cellular_hypotonic_response_[GO:0071476];cellular_hypotonic_salinity_response_[GO:0071477];chemical_synaptic_transmission_[GO:0007268];ion_transport_[GO:0006811];potassium_ion_import_[GO:0010107];rubidium_ion_transport_[GO:0035826]
## 238                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               mitochondrial_intermembrane_space_[GO:0005758]
## 239                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    cytosol_[GO:0005829];transferase_activity_[GO:0016740];maturation_of_SSU-rRNA_[GO:0030490];rRNA_modification_[GO:0000154]
## 240                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            autophagosome_[GO:0005776];endoplasmic_reticulum_[GO:0005783];ER-mitochondrion_membrane_contact_site_[GO:0044233];extrinsic_component_of_omegasome_membrane_[GO:0097629];Golgi_stack_[GO:0005795];omegasome_[GO:1990462];perinuclear_region_of_cytoplasm_[GO:0048471];phagophore_assembly_site_[GO:0000407];1-phosphatidylinositol_binding_[GO:0005545];metal_ion_binding_[GO:0046872];phosphatidylinositol-3,4,5-trisphosphate_binding_[GO:0005547];phosphatidylinositol-3,4-bisphosphate_binding_[GO:0043325];cellular_response_to_starvation_[GO:0009267];macroautophagy_[GO:0016236];negative_regulation_of_phosphatase_activity_[GO:0010923]
## 241                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            anchored_component_of_membrane_[GO:0031225];integral_component_of_membrane_[GO:0016021];membrane_[GO:0016020];plasma_membrane_[GO:0005886];proteinaceous_extracellular_matrix_[GO:0005578];specific_granule_membrane_[GO:0035579];metalloendopeptidase_activity_[GO:0004222];zinc_ion_binding_[GO:0008270];hard_palate_development_[GO:0060022];inflammatory_response_[GO:0006954];neutrophil_degranulation_[GO:0043312];proteolysis_[GO:0006508]
## 242                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             cytoplasm_[GO:0005737];cytosol_[GO:0005829];extracellular_exosome_[GO:0070062];extracellular_space_[GO:0005615];melanosome_[GO:0042470];membrane_[GO:0016020];microtubule_[GO:0005874];microvillus_[GO:0005902];mitochondrial_inner_membrane_[GO:0005743];mitochondrial_outer_membrane_[GO:0005741];myelin_sheath_abaxonal_region_[GO:0035748];myelin_sheath_adaxonal_region_[GO:0035749];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];perinuclear_region_of_cytoplasm_[GO:0048471];plasma_membrane_[GO:0005886];pseudopodium_[GO:0031143];2',3'-cyclic-nucleotide_3'-phosphodiesterase_activity_[GO:0004113];cyclic_nucleotide_binding_[GO:0030551];RNA_binding_[GO:0003723];adult_locomotory_behavior_[GO:0008344];aging_[GO:0007568];axonogenesis_[GO:0007409];chemical_synaptic_transmission_[GO:0007268];cyclic_nucleotide_catabolic_process_[GO:0009214];forebrain_development_[GO:0030900];microtubule_cytoskeleton_organization_[GO:0000226];oligodendrocyte_differentiation_[GO:0048709];regulation_of_mitochondrial_membrane_permeability_[GO:0046902];response_to_lipopolysaccharide_[GO:0032496];response_to_toxic_substance_[GO:0009636];substantia_nigra_development_[GO:0021762]
## 243                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          cytoplasm_[GO:0005737];nucleolus_[GO:0005730];nucleus_[GO:0005634];ribosome_biogenesis_[GO:0042254]
## 244                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                cytosol_[GO:0005829];endoplasmic_reticulum_[GO:0005783];mitochondrion_[GO:0005739];double-stranded_RNA_binding_[GO:0003725];flavin_adenine_dinucleotide_binding_[GO:0050660];protein_kinase_inhibitor_activity_[GO:0004860];tRNA_dihydrouridine_synthase_activity_[GO:0017150];negative_regulation_of_cell_death_[GO:0060548]
## 245                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          cytoplasm_[GO:0005737];extracellular_matrix_[GO:0031012];microtubule_[GO:0005874];myelin_sheath_[GO:0043209];tubulin_complex_[GO:0045298];double-stranded_RNA_binding_[GO:0003725];GTP_binding_[GO:0005525];GTPase_activity_[GO:0003924];structural_constituent_of_cytoskeleton_[GO:0005200];microtubule-based_process_[GO:0007017]
## 246                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          cilium_[GO:0005929];cytoplasm_[GO:0005737];microtubule_[GO:0005874]
## 247                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  integral_component_of_membrane_[GO:0016021]
## 248                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       ATP_binding_[GO:0005524];glutamate-cysteine_ligase_activity_[GO:0004357];glutathione_biosynthetic_process_[GO:0006750]
## 249                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        activating_signal_cointegrator_1_complex_[GO:0099053];centrosome_[GO:0005813];cytoplasm_[GO:0005737];cytosol_[GO:0005829];neuromuscular_junction_[GO:0031594];nuclear_body_[GO:0016604];nucleoplasm_[GO:0005654];nucleus_[GO:0005634];protein_complex_[GO:0043234];estrogen_receptor_binding_[GO:0030331];histone_acetyltransferase_binding_[GO:0035035];ligand-dependent_nuclear_receptor_binding_[GO:0016922];protease_binding_[GO:0002020];protein_kinase_binding_[GO:0019901];transcription_coactivator_activity_[GO:0003713];ubiquitin-like_protein_ligase_binding_[GO:0044389];zinc_ion_binding_[GO:0008270];intracellular_estrogen_receptor_signaling_pathway_[GO:0030520];positive_regulation_of_transcription,_DNA-templated_[GO:0045893];regulation_of_myoblast_differentiation_[GO:0045661];regulation_of_transcription,_DNA-templated_[GO:0006355];toxin_transport_[GO:1901998];transcription,_DNA-templated_[GO:0006351]
## 250                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  extracellular_matrix_[GO:0031012];mitochondrial_nucleoid_[GO:0042645];mitochondrion_[GO:0005739];myelin_sheath_[GO:0043209];nucleolus_[GO:0005730];ATP_binding_[GO:0005524];ubiquitin_protein_ligase_binding_[GO:0031625];unfolded_protein_binding_[GO:0051082];erythrocyte_differentiation_[GO:0030218];iron-sulfur_cluster_assembly_[GO:0016226];negative_regulation_of_erythrocyte_differentiation_[GO:0045647];negative_regulation_of_hematopoietic_stem_cell_differentiation_[GO:1902037];negative_regulation_of_hemopoiesis_[GO:1903707];protein_export_from_nucleus_[GO:0006611];protein_folding_[GO:0006457];regulation_of_erythrocyte_differentiation_[GO:0045646]
## 251                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      centrosome_[GO:0005813];cytoplasm_[GO:0005737];DNA_binding_[GO:0003677]
## 252                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  integral_component_of_membrane_[GO:0016021];intracellular_[GO:0005622];plasma_membrane_[GO:0005886];collagen_binding_[GO:0005518];extracellular_matrix_binding_[GO:0050840];G-protein_coupled_receptor_activity_[GO:0004930];laminin_binding_[GO:0043236];cAMP-mediated_signaling_[GO:0019933];cell_surface_receptor_signaling_pathway_[GO:0007166];ear_development_[GO:0043583];G-protein_coupled_receptor_signaling_pathway_[GO:0007186];heart_development_[GO:0007507];heart_trabecula_formation_[GO:0060347];mitochondrion_organization_[GO:0007005];myelination_[GO:0042552];myelination_in_peripheral_nervous_system_[GO:0022011];myelination_of_posterior_lateral_line_nerve_axons_[GO:0048932];ossification_[GO:0001503];peripheral_nervous_system_myelin_formation_[GO:0032290];regulation_of_sprouting_angiogenesis_[GO:1903670];Schwann_cell_differentiation_[GO:0014037];semicircular_canal_fusion_[GO:0060879]
## 253                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .
## 254                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .
## 255                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           proteinaceous_extracellular_matrix_[GO:0005578];cell_adhesion_[GO:0007155];regulation_of_neurogenesis_[GO:0050767]
## 256                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      early_endosome_membrane_[GO:0031901];endosome_[GO:0005768];Golgi_apparatus_[GO:0005794];Golgi_membrane_[GO:0000139];integral_component_of_plasma_membrane_[GO:0005887];plasma_membrane_[GO:0005886];cupric_reductase_activity_[GO:0008823];ferric-chelate_reductase_(NADPH)_activity_[GO:0052851];metal_ion_binding_[GO:0046872];copper_ion_import_[GO:0015677];fat_cell_differentiation_[GO:0045444];ferric_iron_import_across_plasma_membrane_[GO:0098706];iron_ion_homeostasis_[GO:0055072];oxidation-reduction_process_[GO:0055114]
## 257                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               acetylcholine-gated_channel_complex_[GO:0005892];cell_junction_[GO:0030054];postsynaptic_membrane_[GO:0045211];acetylcholine_receptor_activity_[GO:0015464];acetylcholine-gated_cation-selective_channel_activity_[GO:0022848];serotonin-gated_cation-selective_channel_activity_[GO:0022850];behavioral_response_to_nicotine_[GO:0035095];nervous_system_development_[GO:0007399];signal_transduction_[GO:0007165];synaptic_transmission_involved_in_micturition_[GO:0060084]
## 258                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          endoplasmic_reticulum_membrane_[GO:0005789];integral_component_of_membrane_[GO:0016021];iron_ion_binding_[GO:0005506];oxidoreductase_activity_[GO:0016491];stearoyl-CoA_9-desaturase_activity_[GO:0004768];unsaturated_fatty_acid_biosynthetic_process_[GO:0006636]
## 259                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            cell_junction_[GO:0030054];NMDA_selective_glutamate_receptor_complex_[GO:0017146];postsynaptic_density_[GO:0014069];postsynaptic_membrane_[GO:0045211];extracellularly_glutamate-gated_ion_channel_activity_[GO:0005234];ionotropic_glutamate_receptor_activity_[GO:0004970];NMDA_glutamate_receptor_activity_[GO:0004972];behavioral_response_to_ethanol_[GO:0048149];calcium_ion_homeostasis_[GO:0055074];chemical_synaptic_transmission_[GO:0007268];ionotropic_glutamate_receptor_signaling_pathway_[GO:0035235];long-term_memory_[GO:0007616];medium-term_memory_[GO:0072375];olfactory_learning_[GO:0008355];phototaxis_[GO:0042331];regulation_of_membrane_potential_[GO:0042391];sensory_perception_of_touch_[GO:0050975]
## 260                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       axoneme_[GO:0005930];inner_dynein_arm_[GO:0036156];microtubule_[GO:0005874];sperm_flagellum_[GO:0036126];ATP_binding_[GO:0005524];ATP-dependent_microtubule_motor_activity,_minus-end-directed_[GO:0008569];dynein_intermediate_chain_binding_[GO:0045505];dynein_light_chain_binding_[GO:0045503];dynein_light_intermediate_chain_binding_[GO:0051959];cilium_movement_[GO:0003341];cilium_movement_involved_in_cell_motility_[GO:0060294];epithelial_cilium_movement_[GO:0003351];flagellated_sperm_motility_[GO:0030317];inner_dynein_arm_assembly_[GO:0036159];sperm_axoneme_assembly_[GO:0007288]
## 261                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     ATP_binding_[GO:0005524]
## 262                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    cytosol_[GO:0005829];polysome_[GO:0005844];cadherin_binding_[GO:0045296];protein_kinase_binding_[GO:0019901];protein_kinase_regulator_activity_[GO:0019887];ribosome_binding_[GO:0043022];cellular_response_to_amino_acid_starvation_[GO:0034198];cellular_response_to_leucine_starvation_[GO:1990253];positive_regulation_of_kinase_activity_[GO:0033674];positive_regulation_of_transcription_from_RNA_polymerase_II_promoter_in_response_to_stress_[GO:0036003];regulation_of_translation_[GO:0006417]
## 263                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          translation_elongation_factor_activity_[GO:0003746]
## 264                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        mitochondrion_[GO:0005739];nucleus_[GO:0005634];metal_ion_binding_[GO:0046872];RNA_polymerase_II_regulatory_region_sequence-specific_DNA_binding_[GO:0000977];transcriptional_repressor_activity,_RNA_polymerase_II_transcription_regulatory_region_sequence-specific_DNA_binding_[GO:0001227];negative_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0000122];positive_regulation_of_hydrogen_peroxide_biosynthetic_process_[GO:0010729];positive_regulation_of_mitochondrial_outer_membrane_permeabilization_involved_in_apoptotic_signaling_pathway_[GO:1901030]
## 265                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       axon_[GO:0030424];cell_junction_[GO:0030054];integral_component_of_plasma_membrane_[GO:0005887];integral_component_of_postsynaptic_density_membrane_[GO:0099061];integral_component_of_synaptic_vesicle_membrane_[GO:0030285];perikaryon_[GO:0043204];plasma_membrane_[GO:0005886];heparan_sulfate_proteoglycan_binding_[GO:0043395];heparin_binding_[GO:0008201];protein_homodimerization_activity_[GO:0042803];protein_tyrosine_phosphatase_activity_[GO:0004725];negative_regulation_of_axon_extension_[GO:0030517];negative_regulation_of_axon_regeneration_[GO:0048681];negative_regulation_of_collateral_sprouting_[GO:0048671];negative_regulation_of_dendritic_spine_development_[GO:0061000];peptidyl-tyrosine_dephosphorylation_[GO:0035335]
## 266                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          myofibril_[GO:0030016];myosin_filament_[GO:0032982];actin_binding_[GO:0003779];ATP_binding_[GO:0005524];motor_activity_[GO:0003774]
## 267                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         catalytic_activity_[GO:0003824];ascospore_wall_assembly_[GO:0030476]
## 268                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               myofibril_[GO:0030016];myosin_filament_[GO:0032982];actin_filament_binding_[GO:0051015];ATP_binding_[GO:0005524];calmodulin_binding_[GO:0005516];motor_activity_[GO:0003774];response_to_activity_[GO:0014823]
## 269                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  CD40_receptor_complex_[GO:0035631];cytoplasmic_side_of_plasma_membrane_[GO:0009898];endosome_[GO:0005768];protein_kinase_binding_[GO:0019901];protein_phosphatase_binding_[GO:0019903];thioesterase_binding_[GO:0031996];transferase_activity_[GO:0016740];tumor_necrosis_factor_receptor_binding_[GO:0005164];ubiquitin_protein_ligase_binding_[GO:0031625];zinc_ion_binding_[GO:0008270];apoptotic_process_[GO:0006915];innate_immune_response_[GO:0045087];negative_regulation_of_NF-kappaB_transcription_factor_activity_[GO:0032088];regulation_of_apoptotic_process_[GO:0042981];regulation_of_cytokine_production_[GO:0001817];regulation_of_defense_response_to_virus_[GO:0050688];regulation_of_interferon-beta_production_[GO:0032648];regulation_of_proteolysis_[GO:0030162];Toll_signaling_pathway_[GO:0008063];toll-like_receptor_signaling_pathway_[GO:0002224];tumor_necrosis_factor-mediated_signaling_pathway_[GO:0033209]
## 270                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      integral_component_of_membrane_[GO:0016021];carbohydrate_binding_[GO:0030246];G-protein_coupled_receptor_activity_[GO:0004930];latrotoxin_receptor_activity_[GO:0016524];cell_surface_receptor_signaling_pathway_[GO:0007166];G-protein_coupled_receptor_signaling_pathway_[GO:0007186]
## 271                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       cytoplasm_[GO:0005737];cytosol_[GO:0005829];mitochondrion_[GO:0005739];ATP_binding_[GO:0005524];ATPase_activity_[GO:0016887];endoribonuclease_inhibitor_activity_[GO:0060698];iron_ion_binding_[GO:0005506];ribosomal_small_subunit_binding_[GO:0043024];negative_regulation_of_endoribonuclease_activity_[GO:0060702];ribosomal_subunit_export_from_nucleus_[GO:0000054];translational_initiation_[GO:0006413];translational_termination_[GO:0006415]
## 272                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       nucleus_[GO:0005634];chromatin_binding_[GO:0003682];histone_demethylase_activity_(H3-K36_specific)_[GO:0051864];metal_ion_binding_[GO:0046872];G2/M_transition_of_mitotic_cell_cycle_[GO:0000086];histone_H3-K36_demethylation_[GO:0070544];positive_regulation_of_transcription,_DNA-templated_[GO:0045893];transcription,_DNA-templated_[GO:0006351]
## 273                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            extracellular_space_[GO:0005615];calcium_ion_binding_[GO:0005509]
## 274                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                endoplasmic_reticulum_[GO:0005783];Golgi_membrane_[GO:0000139];Golgi_stack_[GO:0005795];integral_component_of_membrane_[GO:0016021];carbohydrate_binding_[GO:0030246];metal_ion_binding_[GO:0046872];polypeptide_N-acetylgalactosaminyltransferase_activity_[GO:0004653];oligosaccharide_biosynthetic_process_[GO:0009312];protein_glycosylation_[GO:0006486]
## 275                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        cytoplasm_[GO:0005737];nucleus_[GO:0005634];ATP_binding_[GO:0005524];core_promoter_sequence-specific_DNA_binding_[GO:0001046];serine-tRNA_ligase_activity_[GO:0004828];angiogenesis_[GO:0001525];branching_involved_in_blood_vessel_morphogenesis_[GO:0001569];negative_regulation_of_angiogenesis_[GO:0016525];negative_regulation_of_sprouting_angiogenesis_[GO:1903671];negative_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0000122];negative_regulation_of_vascular_endothelial_growth_factor_production_[GO:1904046];seryl-tRNA_aminoacylation_[GO:0006434]
## 276                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       integral_component_of_membrane_[GO:0016021];chitin_binding_[GO:0008061];metal_ion_binding_[GO:0046872]
## 277                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              cytoplasm_[GO:0005737];cytosol_[GO:0005829];CARD_domain_binding_[GO:0050700];protein_homodimerization_activity_[GO:0042803];defense_response_to_Gram-positive_bacterium_[GO:0050830];defense_response_to_virus_[GO:0051607];I-kappaB_kinase/NF-kappaB_signaling_[GO:0007249];innate_immune_response_[GO:0045087];positive_regulation_of_I-kappaB_kinase/NF-kappaB_signaling_[GO:0043123];positive_regulation_of_innate_immune_response_[GO:0045089];positive_regulation_of_interleukin-6_production_[GO:0032755];positive_regulation_of_JNK_cascade_[GO:0046330];positive_regulation_of_stress-activated_MAPK_cascade_[GO:0032874];positive_regulation_of_tumor_necrosis_factor_production_[GO:0032760];regulation_of_apoptotic_process_[GO:0042981];regulation_of_interleukin-2_biosynthetic_process_[GO:0045076];regulation_of_interleukin-6_biosynthetic_process_[GO:0045408];regulation_of_tumor_necrosis_factor_biosynthetic_process_[GO:0042534];response_to_drug_[GO:0042493];response_to_exogenous_dsRNA_[GO:0043330];response_to_fungus_[GO:0009620];response_to_muramyl_dipeptide_[GO:0032495];response_to_peptidoglycan_[GO:0032494]
## 278                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           cytoplasm_[GO:0005737];cytosol_[GO:0005829];nucleus_[GO:0005634];ATP_binding_[GO:0005524];magnesium_ion_binding_[GO:0000287];MAP_kinase_kinase_kinase_activity_[GO:0004709];protein_serine/threonine_kinase_activity_[GO:0004674];activation_of_JUN_kinase_activity_[GO:0007257];cell_cycle_arrest_[GO:0007050];cell_cycle_checkpoint_[GO:0000075];cytoskeleton_organization_[GO:0007010];DNA_damage_checkpoint_[GO:0000077];embryonic_digit_morphogenesis_[GO:0042733];intracellular_signal_transduction_[GO:0035556];limb_development_[GO:0060173];positive_regulation_of_apoptotic_process_[GO:0043065];protein_phosphorylation_[GO:0006468];response_to_radiation_[GO:0009314]
## 279                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      intracellular_[GO:0005622];GTP_binding_[GO:0005525];GTPase_activity_[GO:0003924];small_GTPase_mediated_signal_transduction_[GO:0007264]
## 280                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      aggresome_[GO:0016235];autophagosome_[GO:0005776];cytoplasm_[GO:0005737];cytoplasmic_vesicle_[GO:0031410];endoplasmic_reticulum_[GO:0005783];nucleus_[GO:0005634];perinuclear_region_of_cytoplasm_[GO:0048471];plasma_membrane_[GO:0005886];proteasome_complex_[GO:0000502];identical_protein_binding_[GO:0042802];kinase_binding_[GO:0019900];polyubiquitin_modification-dependent_protein_binding_[GO:0031593];protein_domain_specific_binding_[GO:0019904];aggrephagy_[GO:0035973];autophagosome_assembly_[GO:0000045];autophagosome_maturation_[GO:0097352];cellular_response_to_hypoxia_[GO:0071456];macroautophagy_[GO:0016236];negative_regulation_of_store-operated_calcium_channel_activity_[GO:1901340];negative_regulation_of_toll-like_receptor_3_signaling_pathway_[GO:0034140];positive_regulation_of_ER-associated_ubiquitin-dependent_protein_catabolic_process_[GO:1903071];positive_regulation_of_protein_ubiquitination_[GO:0031398];regulation_of_oxidative_stress-induced_intrinsic_apoptotic_signaling_pathway_[GO:1902175];regulation_of_protein_ubiquitination_[GO:0031396];response_to_endoplasmic_reticulum_stress_[GO:0034976];ubiquitin-dependent_ERAD_pathway_[GO:0030433]
## 281                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               axoneme_[GO:0005930];cAMP-dependent_protein_kinase_complex_[GO:0005952];centrosome_[GO:0005813];nucleotide-activated_protein_kinase_complex_[GO:0031588];plasma_membrane_raft_[GO:0044853];cAMP_binding_[GO:0030552];cAMP-dependent_protein_kinase_inhibitor_activity_[GO:0004862];cAMP-dependent_protein_kinase_regulator_activity_[GO:0008603];protein_domain_specific_binding_[GO:0019904];protein_kinase_A_catalytic_subunit_binding_[GO:0034236];ubiquitin_protein_ligase_binding_[GO:0031625];negative_regulation_of_cAMP-dependent_protein_kinase_activity_[GO:2000480]
## 282                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  cytoplasm_[GO:0005737];nucleus_[GO:0005634];DNA_binding_[GO:0003677];RNA_binding_[GO:0003723];zinc_ion_binding_[GO:0008270];multicellular_organism_development_[GO:0007275]
## 283                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        cytoplasmic_side_of_endosome_membrane_[GO:0010009];cytosol_[GO:0005829];early_endosome_membrane_[GO:0031901];endosome_[GO:0005768];endosome_membrane_[GO:0010008];extracellular_exosome_[GO:0070062];intracellular_membrane-bounded_organelle_[GO:0043231];plasma_membrane_[GO:0005886];nucleic_acid_binding_[GO:0003676];Rab_GTPase_binding_[GO:0017137];zinc_ion_binding_[GO:0008270];blood_coagulation_[GO:0007596];early_endosome_to_Golgi_transport_[GO:0034498];endocytosis_[GO:0006897];endosomal_transport_[GO:0016197];endosomal_vesicle_fusion_[GO:0034058];Golgi_to_endosome_transport_[GO:0006895];Golgi_to_lysosome_transport_[GO:0090160];protein_transport_[GO:0015031];regulation_of_Golgi_organization_[GO:1903358];vacuole_inheritance_[GO:0000011]
## 284                                                                                                                                                                                                                                                                                                                                          axon_initial_segment_[GO:0043194];basolateral_plasma_membrane_[GO:0016323];cell_surface_[GO:0009986];costamere_[GO:0043034];cytosol_[GO:0005829];dendrite_[GO:0030425];endoplasmic_reticulum_[GO:0005783];Golgi_apparatus_[GO:0005794];intercalated_disc_[GO:0014704];lateral_plasma_membrane_[GO:0016328];lysosome_[GO:0005764];neuromuscular_junction_[GO:0031594];neuron_projection_[GO:0043005];node_of_Ranvier_[GO:0033268];plasma_membrane_[GO:0005886];postsynaptic_membrane_[GO:0045211];sarcolemma_[GO:0042383];sarcoplasmic_reticulum_[GO:0016529];spectrin-associated_cytoskeleton_[GO:0014731];T-tubule_[GO:0030315];Z_disc_[GO:0030018];cadherin_binding_[GO:0045296];cytoskeletal_protein_binding_[GO:0008092];ion_channel_binding_[GO:0044325];protein_binding,_bridging_[GO:0030674];spectrin_binding_[GO:0030507];structural_constituent_of_cytoskeleton_[GO:0005200];axonogenesis_[GO:0007409];cellular_response_to_magnesium_ion_[GO:0071286];cytoskeletal_anchoring_at_plasma_membrane_[GO:0007016];ER_to_Golgi_vesicle-mediated_transport_[GO:0006888];establishment_of_protein_localization_[GO:0045184];Golgi_to_plasma_membrane_protein_transport_[GO:0043001];magnesium_ion_homeostasis_[GO:0010960];maintenance_of_protein_location_in_plasma_membrane_[GO:0072660];membrane_assembly_[GO:0071709];mitotic_cytokinesis_[GO:0000281];negative_regulation_of_delayed_rectifier_potassium_channel_activity_[GO:1902260];neuromuscular_junction_development_[GO:0007528];neuronal_action_potential_[GO:0019228];plasma_membrane_organization_[GO:0007009];positive_regulation_of_cation_channel_activity_[GO:2001259];positive_regulation_of_cell_communication_by_electrical_coupling_[GO:0010650];positive_regulation_of_gene_expression_[GO:0010628];positive_regulation_of_homotypic_cell-cell_adhesion_[GO:0034112];positive_regulation_of_membrane_depolarization_during_cardiac_muscle_cell_action_potential_[GO:1900827];positive_regulation_of_membrane_potential_[GO:0045838];positive_regulation_of_protein_targeting_to_membrane_[GO:0090314];positive_regulation_of_sodium_ion_transmembrane_transporter_activity_[GO:2000651];positive_regulation_of_sodium_ion_transport_[GO:0010765];protein_localization_to_plasma_membrane_[GO:0072659];regulation_of_potassium_ion_transport_[GO:0043266];signal_transduction_[GO:0007165]
## 285                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               centrosome_[GO:0005813];cytoplasm_[GO:0005737]
## 286                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       cytosol_[GO:0005829];Golgi_apparatus_[GO:0005794];TRAPP_complex_[GO:0030008];Rab_guanyl-nucleotide_exchange_factor_activity_[GO:0017112];ER_to_Golgi_vesicle-mediated_transport_[GO:0006888];Golgi_organization_[GO:0007030];protein_oligomerization_[GO:0051259];regulation_of_protein_complex_stability_[GO:0061635]
## 287                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            nuclear_matrix_[GO:0016363];spliceosomal_complex_[GO:0005681];nuclear_hormone_receptor_binding_[GO:0035257];retinoic_acid_receptor_binding_[GO:0042974];SMAD_binding_[GO:0046332];transcription_coactivator_activity_[GO:0003713];transcription_corepressor_activity_[GO:0003714];vitamin_D_receptor_binding_[GO:0042809];intrinsic_apoptotic_signaling_pathway_in_response_to_DNA_damage_by_p53_class_mediator_[GO:0042771];mRNA_splicing,_via_spliceosome_[GO:0000398];negative_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0000122];positive_regulation_of_histone_H3-K4_methylation_[GO:0051571];positive_regulation_of_mRNA_splicing,_via_spliceosome_[GO:0048026];positive_regulation_of_neurogenesis_[GO:0050769];positive_regulation_of_transcription_from_RNA_polymerase_II_promoter_[GO:0045944];positive_regulation_of_transforming_growth_factor_beta_receptor_signaling_pathway_[GO:0030511];regulation_of_retinoic_acid_receptor_signaling_pathway_[GO:0048385];regulation_of_vitamin_D_receptor_signaling_pathway_[GO:0070562];retinoic_acid_receptor_signaling_pathway_[GO:0048384];transcription,_DNA-templated_[GO:0006351]
## 288                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                endoplasmic_reticulum_[GO:0005783];extracellular_region_[GO:0005576];protein_disulfide_isomerase_activity_[GO:0003756];cell_redox_homeostasis_[GO:0045454];protein_folding_[GO:0006457];response_to_endoplasmic_reticulum_stress_[GO:0034976]
## 289                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         cytoplasm_[GO:0005737];membrane_[GO:0016020];nucleolus_[GO:0005730];ATP_binding_[GO:0005524];ATP-dependent_RNA_helicase_activity_[GO:0004004];RNA_binding_[GO:0003723];positive_regulation_of_neuron_projection_development_[GO:0010976];RNA_secondary_structure_unwinding_[GO:0010501];rRNA_processing_[GO:0006364]
## 290                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     cytoplasm_[GO:0005737];microtubule_[GO:0005874];ruffle_membrane_[GO:0032587];multicellular_organism_development_[GO:0007275];negative_regulation_of_ERK1_and_ERK2_cascade_[GO:0070373];negative_regulation_of_Ras_protein_signal_transduction_[GO:0046580];regulation_of_cell_differentiation_[GO:0045595];regulation_of_cell_proliferation_[GO:0042127]
## 291                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               endoplasmic_reticulum_lumen_[GO:0005788];iron_ion_binding_[GO:0005506];L-ascorbic_acid_binding_[GO:0031418];oxidoreductase_activity,_acting_on_single_donors_with_incorporation_of_molecular_oxygen,_incorporation_of_two_atoms_of_oxygen_[GO:0016702];procollagen-proline_4-dioxygenase_activity_[GO:0004656]
## 292                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               extracellular_exosome_[GO:0070062];Golgi_membrane_[GO:0000139];protein_homodimerization_activity_[GO:0042803];positive_regulation_of_epithelial_cell_migration_[GO:0010634];positive_regulation_of_epithelial_to_mesenchymal_transition_[GO:0010718];positive_regulation_of_ERK1_and_ERK2_cascade_[GO:0070374]
## 293                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      cytoplasm_[GO:0005737];translation_release_factor_activity,_codon_specific_[GO:0016149]
## 294                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .
## 295                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  integral_component_of_membrane_[GO:0016021]
## 296                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             cytosol_[GO:0005829];extracellular_exosome_[GO:0070062];kinase_binding_[GO:0019900];metal_ion_binding_[GO:0046872];apoptotic_process_[GO:0006915];negative_regulation_of_apoptotic_process_[GO:0043066];negative_regulation_of_NF-kappaB_transcription_factor_activity_[GO:0032088];negative_regulation_of_type_I_interferon_production_[GO:0032480];regulation_of_tumor_necrosis_factor-mediated_signaling_pathway_[GO:0010803]
## 297                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .
## 298                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          actin_cytoskeleton_[GO:0015629];cell_junction_[GO:0030054];Cul3-RING_ubiquitin_ligase_complex_[GO:0031463];dendrite_cytoplasm_[GO:0032839];extracellular_space_[GO:0005615];neuronal_cell_body_[GO:0043025];postsynaptic_density_[GO:0014069];postsynaptic_membrane_[GO:0045211];actin_filament_binding_[GO:0051015];POZ_domain_binding_[GO:0031208];protein_complex_scaffold_activity_[GO:0032947];actin_cytoskeleton_organization_[GO:0030036];brain_development_[GO:0007420];protein_ubiquitination_[GO:0016567]
## 299                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      cytoplasm_[GO:0005737];phosphatase_regulator_activity_[GO:0019208];protein_kinase_binding_[GO:0019901];signal_transduction_[GO:0007165]
## 300                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     cytoplasm_[GO:0005737];aminopeptidase_activity_[GO:0004177];manganese_ion_binding_[GO:0030145];metalloexopeptidase_activity_[GO:0008235]
## 301                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .
## 302                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                cytoplasm_[GO:0005737];filopodium_tip_[GO:0032433];myosin_complex_[GO:0016459];photoreceptor_inner_segment_[GO:0001917];photoreceptor_outer_segment_[GO:0001750];stereocilium_tip_[GO:0032426];actin_binding_[GO:0003779];ATP_binding_[GO:0005524];microfilament_motor_activity_[GO:0000146];protein_serine/threonine_kinase_activity_[GO:0004674];cochlea_morphogenesis_[GO:0090103];peptidyl-serine_phosphorylation_[GO:0018105];peptidyl-threonine_phosphorylation_[GO:0018107];positive_regulation_of_filopodium_assembly_[GO:0051491];protein_autophosphorylation_[GO:0046777];response_to_stimulus_[GO:0050896];sensory_perception_of_sound_[GO:0007605];visual_perception_[GO:0007601]
## 303                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .
## 304                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      integral_component_of_membrane_[GO:0016021];sperm_midpiece_[GO:0097225]
## 305                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               metal_ion_binding_[GO:0046872]
## 306                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 endoplasmic_reticulum_lumen_[GO:0005788];glucosyltransferase_activity_[GO:0046527];glycolipid_metabolic_process_[GO:0006664]
## 307                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               DNA_binding_[GO:0003677];DNA-directed_DNA_polymerase_activity_[GO:0003887];RNA-directed_DNA_polymerase_activity_[GO:0003964];RNA-DNA_hybrid_ribonuclease_activity_[GO:0004523];zinc_ion_binding_[GO:0008270];DNA_integration_[GO:0015074];DNA_recombination_[GO:0006310];establishment_of_integrated_proviral_latency_[GO:0075713];viral_entry_into_host_cell_[GO:0046718];viral_genome_integration_into_host_DNA_[GO:0044826]
## 308                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        integral_component_of_plasma_membrane_[GO:0005887];potassium_channel_activity_[GO:0005267];potassium_ion_leak_channel_activity_[GO:0022841];voltage-gated_potassium_channel_activity_[GO:0005249];excretion_[GO:0007588];potassium_ion_transport_[GO:0006813];regulation_of_ion_transmembrane_transport_[GO:0034765];stabilization_of_membrane_potential_[GO:0030322]
## 309                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             cell_projection_[GO:0042995];centriolar_satellite_[GO:0034451];centrosome_[GO:0005813];cytosol_[GO:0005829];nucleus_[GO:0005634];cellular_response_to_DNA_damage_stimulus_[GO:0006974];cytoplasmic_microtubule_organization_[GO:0031122];non-motile_cilium_assembly_[GO:1905515]
## 310                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    axonemal_central_apparatus_[GO:1990716];axoneme_[GO:0005930];motile_cilium_[GO:0031514];nucleus_[GO:0005634];axoneme_assembly_[GO:0035082];cell_motility_in_response_to_calcium_ion_[GO:0097231];cilium_assembly_[GO:0060271];cilium_movement_involved_in_cell_motility_[GO:0060294];microtubule_sliding_[GO:0051012];sperm_axoneme_assembly_[GO:0007288]
## 311                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        condensed_nuclear_chromosome_[GO:0000794];cytoplasm_[GO:0005737];meiotic_spindle_[GO:0072687];motile_cilium_[GO:0031514];outer_dense_fiber_[GO:0001520];sperm_flagellum_[GO:0036126];axoneme_assembly_[GO:0035082];meiotic_cell_cycle_[GO:0051321];spermatid_development_[GO:0007286]
## 312                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  endosome_membrane_[GO:0010008];integral_component_of_membrane_[GO:0016021];late_endosome_[GO:0005770];lysosomal_membrane_[GO:0005765];lysosome_[GO:0005764];plasma_membrane_[GO:0005886];protein_stabilization_[GO:0050821]
## 313                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          nucleolus_[GO:0005730];nucleoplasm_[GO:0005654];ATP_binding_[GO:0005524];ATPase_activity_[GO:0016887];ribosomal_large_subunit_assembly_[GO:0000027]
## 314                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           integral_component_of_membrane_[GO:0016021];plasma_membrane_[GO:0005886];octopamine_receptor_activity_[GO:0004989]
## 315                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              cytoplasmic_cyclin-dependent_protein_kinase_holoenzyme_complex_[GO:0000308];cytosol_[GO:0005829];nucleus_[GO:0005634];plasma_membrane_[GO:0005886];ATP_binding_[GO:0005524];cyclin_binding_[GO:0030332];cyclin-dependent_protein_serine/threonine_kinase_activity_[GO:0004693];cell_division_[GO:0051301];G2/M_transition_of_mitotic_cell_cycle_[GO:0000086];protein_phosphorylation_[GO:0006468];regulation_of_canonical_Wnt_signaling_pathway_[GO:0060828];Wnt_signaling_pathway_[GO:0016055]
## 316                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             cytoplasm_[GO:0005737];nucleus_[GO:0005634];enzyme_binding_[GO:0019899];kinase_binding_[GO:0019900];transcription_cofactor_activity_[GO:0003712];cell_migration_[GO:0016477];negative_regulation_of_cell_growth_[GO:0030308];negative_regulation_of_cell_proliferation_[GO:0008285];positive_regulation_of_angiogenesis_[GO:0045766];positive_regulation_of_endothelial_cell_differentiation_[GO:0045603];positive_regulation_of_fibroblast_apoptotic_process_[GO:2000271];positive_regulation_of_myoblast_differentiation_[GO:0045663];protein_methylation_[GO:0006479];regulation_of_transcription,_DNA-templated_[GO:0006355];response_to_oxidative_stress_[GO:0006979];response_to_peptide_hormone_[GO:0043434];spermatogenesis_[GO:0007283]
## 317                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             extracellular_space_[GO:0005615];integral_component_of_plasma_membrane_[GO:0005887];plasma_membrane_[GO:0005886];growth_factor_activity_[GO:0008083];ion_channel_activity_[GO:0005216];open_rectifier_potassium_channel_activity_[GO:0005252];potassium_ion_leak_channel_activity_[GO:0022841];protein_C-terminus_binding_[GO:0008022];protein_heterodimerization_activity_[GO:0046982];protein_homodimerization_activity_[GO:0042803];S100_protein_binding_[GO:0044548];brain_development_[GO:0007420];cellular_response_to_hypoxia_[GO:0071456];cellular_response_to_zinc_ion_[GO:0071294];cochlea_development_[GO:0090102];ion_transmembrane_transport_[GO:0034220];negative_regulation_of_cytosolic_calcium_ion_concentration_[GO:0051481];potassium_ion_transmembrane_transport_[GO:0071805];response_to_drug_[GO:0042493];stabilization_of_membrane_potential_[GO:0030322]
## 318                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .
## 319                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .
## 320                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                extracellular_space_[GO:0005615];metal_ion_binding_[GO:0046872];receptor_tyrosine_kinase_binding_[GO:0030971];angiogenesis_[GO:0001525];cell_differentiation_[GO:0030154];negative_regulation_of_angiogenesis_[GO:0016525];negative_regulation_of_blood_vessel_endothelial_cell_migration_[GO:0043537];negative_regulation_of_cell-substrate_adhesion_[GO:0010812];negative_regulation_of_positive_chemotaxis_[GO:0050928];Tie_signaling_pathway_[GO:0048014]
## 321                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GTPase_activator_activity_[GO:0005096];metal_ion_binding_[GO:0046872]
## 322                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         dendrite_[GO:0030425];extrinsic_component_of_cytoplasmic_side_of_plasma_membrane_[GO:0031234];integral_component_of_membrane_[GO:0016021];neuron_projection_[GO:0043005];neuronal_cell_body_[GO:0043025];perikaryon_[GO:0043204];cannabinoid_receptor_activity_[GO:0004949];G-protein_coupled_receptor_activity_[GO:0004930];G-protein_coupled_receptor_signaling_pathway_[GO:0007186];inflammatory_response_[GO:0006954];leukocyte_chemotaxis_[GO:0030595];negative_regulation_of_action_potential_[GO:0045759];negative_regulation_of_inflammatory_response_[GO:0050728];negative_regulation_of_mast_cell_activation_[GO:0033004];negative_regulation_of_nitric-oxide_synthase_activity_[GO:0051001];negative_regulation_of_synaptic_transmission,_GABAergic_[GO:0032229];response_to_amphetamine_[GO:0001975];response_to_lipopolysaccharide_[GO:0032496];sensory_perception_of_pain_[GO:0019233]
## 323                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        cilium_[GO:0005929];cytoplasm_[GO:0005737];dynein_complex_[GO:0030286];microtubule_[GO:0005874];ATP_binding_[GO:0005524];ATPase_activity_[GO:0016887];microtubule_motor_activity_[GO:0003777];microtubule-based_movement_[GO:0007018]
## 324                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  cytoplasm_[GO:0005737];nuclear_membrane_[GO:0031965];nuclear_periphery_[GO:0034399];nucleus_[GO:0005634];nuclear_localization_sequence_binding_[GO:0008139];protein_transporter_activity_[GO:0008565];Ran_GTPase_binding_[GO:0008536];cellular_response_to_amino_acid_stimulus_[GO:0071230];NLS-bearing_protein_import_into_nucleus_[GO:0006607];positive_regulation_of_protein_import_into_nucleus_[GO:0042307];protein_import_into_nucleus,_translocation_[GO:0000060];ribosomal_protein_import_into_nucleus_[GO:0006610]
## 325                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         axonemal_central_apparatus_[GO:1990716];microtubule_[GO:0005874];motile_cilium_[GO:0031514];axonemal_central_apparatus_assembly_[GO:1904158];epithelial_cilium_movement_[GO:0003351]
## 326                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     integral_component_of_plasma_membrane_[GO:0005887];plasma_membrane_[GO:0005886];stereocilium_bundle_[GO:0032421];calcium_channel_activity_[GO:0005262];calcium-release_channel_activity_[GO:0015278];channel_activity_[GO:0015267];identical_protein_binding_[GO:0042802];temperature-gated_cation_channel_activity_[GO:0097604];calcium_ion_transmembrane_transport_[GO:0070588];cell_surface_receptor_signaling_pathway_[GO:0007166];detection_of_chemical_stimulus_involved_in_sensory_perception_of_pain_[GO:0050968];detection_of_mechanical_stimulus_involved_in_sensory_perception_of_pain_[GO:0050966];ion_transport_[GO:0006811];protein_homotetramerization_[GO:0051289];response_to_cold_[GO:0009409];response_to_hydrogen_peroxide_[GO:0042542];response_to_organic_cyclic_compound_[GO:0014070];response_to_organic_substance_[GO:0010033];response_to_pain_[GO:0048265];sensory_perception_of_pain_[GO:0019233];thermoception_[GO:0050955]
## 327                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     nucleolus_[GO:0005730];nucleus_[GO:0005634];rRNA_processing_[GO:0006364]
## 328                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              cilium_[GO:0005929];intraciliary_transport_particle_B_[GO:0030992];cilium_assembly_[GO:0060271]
## 329                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  cytoplasmic_vesicle_[GO:0031410];extracellular_region_[GO:0005576];extracellular_space_[GO:0005615];lysosome_[GO:0005764];negative_regulation_of_asexual_reproduction_[GO:1903665];positive_regulation_of_chemorepellent_activity_[GO:1903669];protein_localization_to_plasma_membrane_[GO:0072659];sorocarp_morphogenesis_[GO:0031288];sporulation_resulting_in_formation_of_a_cellular_spore_[GO:0030435]
## 330                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             chromosome,_telomeric_region_[GO:0000781];Set1C/COMPASS_complex_[GO:0048188];chromatin_silencing_at_telomere_[GO:0006348];histone_H3-K4_methylation_[GO:0051568]
## 331                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         cell_body_[GO:0044297];cytoplasm_[GO:0005737];dendrite_[GO:0030425];membrane_[GO:0016020];neuronal_cell_body_[GO:0043025];perinuclear_region_of_cytoplasm_[GO:0048471];plasma_membrane_[GO:0005886];voltage-gated_calcium_channel_complex_[GO:0005891];low_voltage-gated_calcium_channel_activity_[GO:0008332];scaffold_protein_binding_[GO:0097110];voltage-gated_calcium_channel_activity_[GO:0005245];voltage-gated_calcium_channel_activity_involved_in_AV_node_cell_action_potential_[GO:0086056];voltage-gated_calcium_channel_activity_involved_SA_node_cell_action_potential_[GO:0086059];voltage-gated_sodium_channel_activity_[GO:0005248];action_potential_[GO:0001508];artery_smooth_muscle_contraction_[GO:0014824];AV_node_cell_action_potential_[GO:0086016];AV_node_cell_to_bundle_of_His_cell_signaling_[GO:0086027];calcium_ion_import_[GO:0070509];calcium_ion_transmembrane_transport_[GO:0070588];calcium_ion_transport_into_cytosol_[GO:0060402];cardiac_muscle_cell_action_potential_involved_in_contraction_[GO:0086002];cellular_response_to_dexamethasone_stimulus_[GO:0071549];chemical_synaptic_transmission_[GO:0007268];membrane_depolarization_during_action_potential_[GO:0086010];membrane_depolarization_during_AV_node_cell_action_potential_[GO:0086045];membrane_depolarization_during_SA_node_cell_action_potential_[GO:0086046];neuronal_action_potential_[GO:0019228];positive_regulation_of_calcium_ion-dependent_exocytosis_[GO:0045956];positive_regulation_of_cytosolic_calcium_ion_concentration_[GO:0007204];regulation_of_atrial_cardiac_muscle_cell_membrane_depolarization_[GO:0060371];regulation_of_calcium_ion_transport_[GO:0051924];regulation_of_heart_rate_[GO:0002027];regulation_of_heart_rate_by_cardiac_conduction_[GO:0086091];regulation_of_ion_transmembrane_transport_[GO:0034765];regulation_of_membrane_potential_[GO:0042391];response_to_nickel_cation_[GO:0010045];SA_node_cell_action_potential_[GO:0086015];SA_node_cell_to_atrial_cardiac_muscle_cell_signaling_[GO:0086018]
## 332                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      methyltransferase_activity_[GO:0008168]
## 333                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    90S_preribosome_[GO:0030686];nucleolus_[GO:0005730];nucleus_[GO:0005634];RNA_binding_[GO:0003723];maturation_of_LSU-rRNA_[GO:0000470];maturation_of_SSU-rRNA_[GO:0030490]
## 334                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  cytoplasm_[GO:0005737];nucleus_[GO:0005634];I-kappaB_kinase/NF-kappaB_signaling_[GO:0007249];immune_response_[GO:0006955];regulation_of_transcription,_DNA-templated_[GO:0006355];transcription,_DNA-templated_[GO:0006351]
## 335                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          dendrite_[GO:0030425];early_endosome_[GO:0005769];integral_component_of_membrane_[GO:0016021];neuronal_cell_body_[GO:0043025];plasma_membrane_[GO:0005886];calcium_ion_binding_[GO:0005509];clathrin_binding_[GO:0030276];Notch_binding_[GO:0005112];transmembrane_signaling_receptor_activity_[GO:0004888];central_nervous_system_development_[GO:0007417];endocytosis_[GO:0006897];glial_cell_differentiation_[GO:0010001];neuron_migration_[GO:0001764];Notch_receptor_processing_[GO:0007220];Notch_signaling_pathway_[GO:0007219];skeletal_muscle_fiber_development_[GO:0048741];synapse_assembly_[GO:0007416]
## 336                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                cytosol_[GO:0005829];5-oxoprolinase_(ATP-hydrolyzing)_activity_[GO:0017168];ATP_binding_[GO:0005524];glutathione_biosynthetic_process_[GO:0006750];glutathione_metabolic_process_[GO:0006749]
## 337                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       integral_component_of_membrane_[GO:0016021];voltage-gated_potassium_channel_complex_[GO:0008076];voltage-gated_cation_channel_activity_[GO:0022843];voltage-gated_potassium_channel_activity_[GO:0005249];action_potential_[GO:0001508];axon_extension_[GO:0048675];behavioral_response_to_ether_[GO:0048150];cellular_response_to_dopamine_[GO:1903351];courtship_behavior_[GO:0007619];detection_of_visible_light_[GO:0009584];flight_behavior_[GO:0007629];larval_locomotory_behavior_[GO:0008345];learning_or_memory_[GO:0007611];mating_behavior,_sex_discrimination_[GO:0048047];positive_regulation_of_circadian_sleep/wake_cycle,_sleep_[GO:0045938];positive_regulation_of_membrane_potential_[GO:0045838];potassium_ion_transport_[GO:0006813];proboscis_extension_reflex_[GO:0007637];protein_homooligomerization_[GO:0051260];regulation_of_circadian_sleep/wake_cycle,_sleep_[GO:0045187];regulation_of_ion_transmembrane_transport_[GO:0034765];regulation_of_synaptic_activity_[GO:0060025];sensory_perception_of_taste_[GO:0050909];sleep_[GO:0030431]
## 338                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     cytoplasm_[GO:0005737];metal_ion_binding_[GO:0046872];ubiquitin_protein_ligase_activity_[GO:0061630];ubiquitin-protein_transferase_activity_[GO:0004842];positive_regulation_of_canonical_Wnt_signaling_pathway_[GO:0090263];protein_autoubiquitination_[GO:0051865];protein_ubiquitination_[GO:0016567]
## 339                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   cell_[GO:0005623];electron_transfer_activity_[GO:0009055];malate_dehydrogenase_activity_[GO:0016615];oxidoreductase_activity,_acting_on_the_CH-OH_group_of_donors,_NAD_or_NADP_as_acceptor_[GO:0016616];protein_disulfide_oxidoreductase_activity_[GO:0015035];carbohydrate_metabolic_process_[GO:0005975];cell_redox_homeostasis_[GO:0045454];malate_metabolic_process_[GO:0006108];tricarboxylic_acid_cycle_[GO:0006099]
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Gene_ontology_IDs
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0000243;GO:0000395;GO:0005685;GO:0071004
## 2                                                                                                                                                                                                                                                                                                                                                                   GO:0005031;GO:0005516;GO:0005634;GO:0005886;GO:0005887;GO:0006919;GO:0006954;GO:0006955;GO:0007266;GO:0007411;GO:0010977;GO:0015026;GO:0031625;GO:0032496;GO:0032922;GO:0042127;GO:0042981;GO:0043005;GO:0043121;GO:0048406;GO:0051402;GO:0097190;GO:1900182;GO:1902895;GO:1903588;GO:1904646
## 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0005576;GO:0016020
## 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0000922;GO:0005814;GO:0008104;GO:0120103
## 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0005764;GO:0005829;GO:0006457;GO:0006517;GO:0033925
## 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0005768;GO:0015031;GO:1990126
## 7                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0001609;GO:0001973;GO:0002553;GO:0002687;GO:0005886;GO:0005887;GO:0007186;GO:0008285;GO:0014061;GO:0014068;GO:0030336;GO:0032088;GO:0042629;GO:0042734;GO:0043306;GO:0050729;GO:0050850;GO:0070257
## 8                                                                                                                                                                                                                                                     GO:0001701;GO:0001736;GO:0001822;GO:0001889;GO:0005654;GO:0005737;GO:0005813;GO:0005829;GO:0005879;GO:0005886;GO:0005911;GO:0005923;GO:0005929;GO:0005930;GO:0007163;GO:0007368;GO:0008589;GO:0021532;GO:0021549;GO:0021670;GO:0021772;GO:0022038;GO:0031870;GO:0032391;GO:0035115;GO:0035116;GO:0035253;GO:0035869;GO:0036064;GO:0043010;GO:0043584;GO:0045744;GO:0060039;GO:0090102;GO:0097711;GO:1905515
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0001673;GO:0003777;GO:0005524;GO:0005737;GO:0005871;GO:0005874;GO:0007018;GO:0008017;GO:0016887
## 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0001085;GO:0003677;GO:0005667;GO:0006351;GO:0006355;GO:0007275;GO:0016363;GO:0016569;GO:0046872
## 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0004965;GO:0005737;GO:0005886;GO:0005887;GO:0007186;GO:0007194;GO:0007214;GO:0007268;GO:0030054;GO:0038039;GO:0043005;GO:0045211;GO:0046982;GO:1902710
## 12                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0000122;GO:0003682;GO:0005730;GO:0005731;GO:0005737;GO:0007072;GO:0009303;GO:0046872;GO:0070403;GO:0070932;GO:0097372
## 13                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0005509;GO:0005576;GO:0005604;GO:0005938;GO:0007049;GO:0030054;GO:0032154;GO:0051301
## 14                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0000978;GO:0000981;GO:0001077;GO:0005634;GO:0005654;GO:0005794;GO:0006357;GO:0030154;GO:0030855;GO:0050673
## 15                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0006811;GO:0016021;GO:0022857
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0016021
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0005576;GO:0030246;GO:0046872
## 18                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0003677;GO:0005634;GO:0008270
## 19                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0001568;GO:0001701;GO:0001756;GO:0001841;GO:0001947;GO:0004842;GO:0005813;GO:0005886;GO:0007219;GO:0007507;GO:0008270;GO:0014069;GO:0031410;GO:0045665;GO:0045807
## 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005622;GO:0005737;GO:0006469;GO:0032007;GO:0035556;GO:0045792;GO:2001236
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0005509
## 22                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005509;GO:0005615;GO:0031410;GO:0032579
## 23                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0000171;GO:0000172;GO:0001682;GO:0004526;GO:0005655;GO:0008033;GO:0090502
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .
## 25                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0005883;GO:0005886;GO:0006461;GO:0007270;GO:0014069;GO:0019904;GO:0030054;GO:0045202;GO:0045211
## 26                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0003824;GO:0030476
## 27                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0000056;GO:0005634;GO:0005654;GO:0005829;GO:0030688;GO:0031902;GO:0034448;GO:0042274
## 28                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005524;GO:0005737;GO:0006468;GO:0008887
## 29                                                                                                                                                                                                                                                                                                                                                                  GO:0005634;GO:0005635;GO:0005654;GO:0005719;GO:0005737;GO:0014069;GO:0016020;GO:0016363;GO:0030054;GO:0030425;GO:0030863;GO:0031965;GO:0035307;GO:0043005;GO:0043204;GO:0043523;GO:0045202;GO:0045211;GO:0048168;GO:0048306;GO:0048814;GO:0071230;GO:0071257;GO:0071371;GO:0097440;GO:2001224
## 30                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0003777;GO:0005524;GO:0005871;GO:0005874;GO:0005929;GO:0005930;GO:0007017;GO:0008017;GO:0008574;GO:0015630;GO:0016192;GO:0022008;GO:0030030;GO:0030992;GO:0031503;GO:0032391;GO:0032839;GO:0036064;GO:0042073;GO:0098971;GO:1990075
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0005096;GO:0046872
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0003713;GO:0003779;GO:0005634;GO:0005737;GO:0005856;GO:0006281;GO:0006357;GO:0007050;GO:0031252;GO:0034314;GO:0043065;GO:0043620;GO:0051091;GO:0070060;GO:0070358;GO:0071933;GO:0072332
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0001764;GO:0004930;GO:0005509;GO:0005887;GO:0005911;GO:0007166;GO:0007186;GO:0007416;GO:0016021;GO:0030246;GO:0030424;GO:0031987;GO:0042220;GO:0051965;GO:0098742
## 34                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0003777;GO:0005524;GO:0005871;GO:0005874;GO:0005929;GO:0005930;GO:0007017;GO:0008017;GO:0008574;GO:0015630;GO:0016192;GO:0022008;GO:0030030;GO:0030992;GO:0031503;GO:0032391;GO:0032839;GO:0036064;GO:0042073;GO:0098971;GO:1990075
## 35                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0000339;GO:0000340;GO:0003729;GO:0005634;GO:0005737;GO:0006370;GO:0016607;GO:0051028;GO:0051607
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0004872;GO:0005887;GO:0007155;GO:0007411;GO:0030513;GO:0055072
## 37                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0002080;GO:0005634;GO:0005874;GO:0030317;GO:0036126;GO:0060271;GO:0060294;GO:0080154
## 38                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0004952;GO:0005622;GO:0005887;GO:0007191;GO:0007612;GO:0042311;GO:0060158
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0001671;GO:0005654;GO:0005829;GO:0005886;GO:0006457;GO:0051082;GO:0051087
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0003677;GO:0003723;GO:0005634;GO:0006351;GO:0006355;GO:0006397;GO:0008380
## 41                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0001764;GO:0005829;GO:0005887;GO:0008046;GO:0033563;GO:0035385;GO:0097374;GO:1905489
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0004222;GO:0005576;GO:0008270
## 43                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0000463;GO:0000466;GO:0005634;GO:0005730;GO:0008650;GO:0016435;GO:0030687;GO:0031167
## 44                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0005634;GO:0006351;GO:0006355
## 45                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0007275;GO:0007283;GO:0030154;GO:0048471
## 46                                                                                                                                                                                                                                                                                                GO:0001786;GO:0004175;GO:0005215;GO:0005509;GO:0005544;GO:0005634;GO:0005654;GO:0005737;GO:0005829;GO:0005886;GO:0006351;GO:0006355;GO:0006508;GO:0006629;GO:0010629;GO:0016020;GO:0016192;GO:0031965;GO:0035577;GO:0042803;GO:0043122;GO:0043312;GO:0043392;GO:0045666;GO:0046474;GO:0051059;GO:0051897;GO:0070062;GO:0071277;GO:1901223;GO:1903265;GO:1990138
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0001947;GO:0003341;GO:0003351;GO:0003356;GO:0005737;GO:0005929;GO:0005930;GO:0030317;GO:0030324;GO:0035469;GO:0036159;GO:0044458;GO:0060287;GO:0070286;GO:0071907;GO:0071910
## 48                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0005730;GO:0042254
## 49                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0004484;GO:0004651;GO:0004725;GO:0005525;GO:0005634;GO:0006370;GO:0006396;GO:0008138;GO:0008192;GO:0050355
## 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0005737;GO:0005856
## 51                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0004222;GO:0005509;GO:0005576;GO:0007275;GO:0008270;GO:0030154
## 52                                                                                                                                                                                                                                                    GO:0000922;GO:0001745;GO:0005102;GO:0005198;GO:0005634;GO:0005635;GO:0005637;GO:0005638;GO:0005652;GO:0005737;GO:0006342;GO:0006997;GO:0006998;GO:0007084;GO:0007097;GO:0007110;GO:0007112;GO:0007283;GO:0007417;GO:0007430;GO:0007569;GO:0008285;GO:0008344;GO:0030838;GO:0031081;GO:0035262;GO:0040003;GO:0048137;GO:0048546;GO:0050777;GO:0070870;GO:0071763;GO:0090435;GO:1900182;GO:1905832;GO:2000433
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0000126;GO:0001026;GO:0006383;GO:0017025;GO:0043488;GO:0046872;GO:0070897
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0005524;GO:0005739;GO:0016887
## 56                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0000015;GO:0000287;GO:0004634;GO:0005576;GO:0006096;GO:0009986
## 57                                                                                                                                                                                                                                                                                                                                                                                        GO:0000003;GO:0000737;GO:0002119;GO:0003677;GO:0003723;GO:0004386;GO:0004525;GO:0004530;GO:0005524;GO:0005634;GO:0005737;GO:0005829;GO:0006309;GO:0006401;GO:0008355;GO:0016075;GO:0016442;GO:0030422;GO:0031050;GO:0031054;GO:0035262;GO:0040034;GO:0046872;GO:2000636
## 58                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0003676;GO:0006513;GO:0016567;GO:0043022;GO:0046872;GO:0061630;GO:0072344
## 59                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0004872;GO:0005886;GO:0005887;GO:0006873;GO:0007186;GO:0007200;GO:0045028;GO:0070257;GO:0097746
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0005634;GO:0005737;GO:0008420;GO:0009301;GO:0046872;GO:0070940
## 61                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0005634;GO:0005654;GO:0005929
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0008017
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0005634;GO:0005737;GO:0005819;GO:0006259;GO:0006281;GO:0006974;GO:0016226;GO:0097361
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0000171;GO:0000172;GO:0001682;GO:0003723;GO:0004526;GO:0005615;GO:0005654;GO:0005655;GO:0005730;GO:0008033;GO:0016078;GO:0030681
## 65                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0001664;GO:0004197;GO:0004843;GO:0005813;GO:0006511;GO:0006897;GO:0008270;GO:0008277;GO:0016579;GO:0036459;GO:0048471;GO:0070536;GO:0071108
## 66                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0003352;GO:0060271
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005262;GO:0007605;GO:0016020;GO:0032420;GO:0050982
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0004222;GO:0005737;GO:0006338;GO:0007052;GO:0007076;GO:0007100;GO:0007155;GO:0007420;GO:0007444;GO:0008233;GO:0008354;GO:0008406;GO:0016020;GO:0019915;GO:0022900;GO:0045842;GO:0046872;GO:0051298;GO:0051301;GO:1902769
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .
## 70                                                                                                                GO:0000122;GO:0000407;GO:0000423;GO:0000932;GO:0001934;GO:0002376;GO:0002931;GO:0003712;GO:0005080;GO:0005737;GO:0005770;GO:0005776;GO:0005783;GO:0005829;GO:0006511;GO:0006914;GO:0006915;GO:0007032;GO:0008270;GO:0016234;GO:0016235;GO:0016236;GO:0016605;GO:0019899;GO:0019901;GO:0030017;GO:0030154;GO:0031625;GO:0035255;GO:0035973;GO:0042169;GO:0042802;GO:0042803;GO:0043122;GO:0043130;GO:0043231;GO:0044130;GO:0044753;GO:0044754;GO:0051291;GO:0061635;GO:0070530;GO:0097225;GO:0097413;GO:0098780;GO:1900273;GO:1903078;GO:1905719
## 71                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0002102;GO:0005634;GO:0005737;GO:0005829;GO:0005886;GO:0007010;GO:0007519;GO:0015629;GO:0030054;GO:0030496;GO:0032154;GO:0032467;GO:0036449;GO:0043034;GO:0051015;GO:0071437
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0004222;GO:0005576;GO:0008270;GO:0043050;GO:0060465
## 73                                                                                                                                                                                                                                                                                                                                                                                                   GO:0000082;GO:0000932;GO:0001843;GO:0004842;GO:0008270;GO:0008543;GO:0010586;GO:0010608;GO:0017148;GO:0021915;GO:0030371;GO:0035196;GO:0035198;GO:0035278;GO:0051246;GO:0051865;GO:0060964;GO:0061158;GO:0061630;GO:0071310;GO:0072089;GO:2000177;GO:2000637
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0001676;GO:0003995;GO:0003997;GO:0005777;GO:0006635;GO:0033539;GO:0050660;GO:0071949
## 75                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0000242;GO:0004672;GO:0004674;GO:0004713;GO:0005524;GO:0005634;GO:0005737;GO:0005813;GO:0006468;GO:0007049;GO:0007346;GO:0016301;GO:0023014;GO:0031098;GO:0032147;GO:0042769;GO:0042981;GO:0046872;GO:0051301;GO:0060271;GO:0071889
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0005634;GO:0005737;GO:0007275;GO:0007283;GO:0008285;GO:0010629;GO:0030154;GO:0033140;GO:0042532;GO:0061099
## 77                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0000794;GO:0001520;GO:0005737;GO:0007286;GO:0031514;GO:0035082;GO:0036126;GO:0051321;GO:0072687
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0006366;GO:0006397;GO:0019904;GO:0046872;GO:0070063
## 79                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0001671;GO:0005524;GO:0005634;GO:0005739;GO:0005783;GO:0006457;GO:0009408;GO:0016020;GO:0030544;GO:0043065;GO:0043066;GO:0043508;GO:0046872;GO:0048471;GO:0051082;GO:0051087;GO:0051223;GO:0070585
## 81                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0005814;GO:0005879;GO:0008017;GO:0009631;GO:0030030;GO:0031514;GO:0036064;GO:0036126;GO:0045724;GO:0050821;GO:0070417
## 82                                                                                                                           GO:0000813;GO:0001558;GO:0003714;GO:0005634;GO:0005730;GO:0005737;GO:0005768;GO:0005769;GO:0005770;GO:0005815;GO:0005829;GO:0005886;GO:0006513;GO:0006858;GO:0007050;GO:0007175;GO:0008285;GO:0008333;GO:0010008;GO:0015031;GO:0030154;GO:0030216;GO:0030374;GO:0031625;GO:0031901;GO:0031902;GO:0032403;GO:0042059;GO:0042803;GO:0043130;GO:0043162;GO:0043405;GO:0045892;GO:0046755;GO:0046790;GO:0048306;GO:0048524;GO:0051301;GO:0070062;GO:0090543;GO:1902188;GO:1903543;GO:1903551;GO:1903772;GO:1903774;GO:1990182;GO:2000397
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0016021;GO:0019706
## 84                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0003723;GO:0005730;GO:0006364;GO:0019843
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0000184;GO:0000381;GO:0003729;GO:0004004;GO:0005524;GO:0005730;GO:0005737;GO:0006364;GO:0006397;GO:0008143;GO:0008380;GO:0010468;GO:0010501;GO:0016607;GO:0017148;GO:0035145;GO:0045727;GO:0048701;GO:0051028;GO:0071013
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0001555;GO:0001701;GO:0005654;GO:0006342;GO:0006351;GO:0008284;GO:0010468;GO:0018024;GO:0033148;GO:0035097;GO:0043627;GO:0044212;GO:0044666;GO:0045944;GO:0046872;GO:0048477;GO:0051568
## 87                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0005634;GO:0005737;GO:0005844;GO:0006396;GO:0017022;GO:0030529;GO:0032967;GO:0035613;GO:0045727;GO:0048027;GO:1902416;GO:1990825
## 88                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0005634;GO:0005737;GO:0005844;GO:0006396;GO:0017022;GO:0030529;GO:0032967;GO:0035613;GO:0045727;GO:0048027;GO:1902416;GO:1990825
## 89                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0005086;GO:0005764;GO:0005829;GO:0006935;GO:0030036;GO:0030507;GO:0031154;GO:0031589;GO:0032012;GO:0043327
## 90                                                                                                                                                                                                                                                                                                                                                       GO:0001530;GO:0003725;GO:0004521;GO:0004525;GO:0005634;GO:0005730;GO:0010468;GO:0010586;GO:0010628;GO:0014069;GO:0016075;GO:0017151;GO:0030422;GO:0031053;GO:0031054;GO:0042254;GO:0042803;GO:0045589;GO:0046332;GO:0046872;GO:0050727;GO:0050829;GO:0050830;GO:0070412;GO:0070877;GO:0070878;GO:2000628
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0004177;GO:0004181;GO:0005634;GO:0005654;GO:0006508;GO:0006520;GO:0030145;GO:0030574;GO:0070062;GO:0102009
## 92                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0001868;GO:0005509;GO:0005615;GO:0010185;GO:0030246;GO:0042806;GO:0045088
## 93                                                                                                                                                                                                                                                                                                                      GO:0001664;GO:0001671;GO:0005524;GO:0005634;GO:0005739;GO:0005829;GO:0006457;GO:0006986;GO:0009408;GO:0015630;GO:0016020;GO:0030544;GO:0030957;GO:0031397;GO:0031625;GO:0043065;GO:0043066;GO:0043508;GO:0046872;GO:0048471;GO:0050750;GO:0051082;GO:0051087;GO:0051223;GO:0055131;GO:0070062;GO:0070585;GO:0098554;GO:1903748;GO:1905259
## 94                                                                                                                                                                                                                                                                                                                                                                             GO:0000018;GO:0000346;GO:0000347;GO:0000445;GO:0000784;GO:0003677;GO:0003723;GO:0005634;GO:0005737;GO:0005829;GO:0006351;GO:0006397;GO:0006406;GO:0006915;GO:0007165;GO:0008380;GO:0016363;GO:0016607;GO:0031297;GO:0032784;GO:0032786;GO:0045171;GO:0046784;GO:0048297;GO:2000002
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0004872;GO:0005887;GO:0007155;GO:0007411;GO:0030513;GO:0055072
## 96                                                                                                                                                                                                                                                                                                                                                                                                   GO:0000082;GO:0000932;GO:0001843;GO:0004842;GO:0008270;GO:0008543;GO:0010586;GO:0010608;GO:0017148;GO:0021915;GO:0030371;GO:0035196;GO:0035198;GO:0035278;GO:0051246;GO:0051865;GO:0060964;GO:0061158;GO:0061630;GO:0071310;GO:0072089;GO:2000177;GO:2000637
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0000209;GO:0004842;GO:0005829;GO:0043687
## 99                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0000122;GO:0001191;GO:0003950;GO:0005634;GO:0006351;GO:0070212;GO:0070403
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0001671;GO:0005737;GO:0005886;GO:0006457;GO:0051082
## 102                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0001963;GO:0003924;GO:0005525;GO:0005886;GO:0007165;GO:0007626;GO:0031397;GO:0031624;GO:0031681;GO:0033235;GO:0043548;GO:0043949;GO:0051897
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0005085;GO:0005794;GO:0005813;GO:0007601;GO:0036064;GO:0036126;GO:0042073;GO:0050896;GO:0060271
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005634;GO:0016787;GO:0046872;GO:0070403
## 105                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005977
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0004814;GO:0005524;GO:0005654;GO:0005737;GO:0005739;GO:0005829;GO:0006420;GO:0017101;GO:0045296
## 107                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0003341;GO:0005524;GO:0005874;GO:0005930;GO:0007368;GO:0008569;GO:0030317;GO:0036157;GO:0036158;GO:0045503;GO:0045505;GO:0051959;GO:0060271
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0003774;GO:0005737;GO:0005874;GO:0005929;GO:0030286
## 109                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0000812;GO:0005654;GO:0005739;GO:0006351;GO:0035267;GO:0040008;GO:0043967;GO:0043968;GO:0045944
## 110                                                                                                                                                                                                                                                                                                                                                                                                  GO:0002020;GO:0003713;GO:0005634;GO:0005654;GO:0005737;GO:0005813;GO:0005829;GO:0006351;GO:0006355;GO:0008270;GO:0016604;GO:0016922;GO:0019901;GO:0030331;GO:0030520;GO:0031594;GO:0035035;GO:0043234;GO:0044389;GO:0045661;GO:0045893;GO:0099053;GO:1901998
## 111                                                                                                                                                                                                                                                                                                                                                                                                             GO:0001503;GO:0004930;GO:0005518;GO:0005622;GO:0005886;GO:0007005;GO:0007166;GO:0007186;GO:0007507;GO:0014037;GO:0016021;GO:0019933;GO:0022011;GO:0032290;GO:0042552;GO:0043236;GO:0043583;GO:0048932;GO:0050840;GO:0060347;GO:0060879;GO:1903670
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0005524;GO:0005829;GO:0005886;GO:0009239;GO:0009366;GO:0016779;GO:0016788;GO:0031177;GO:0043041;GO:0047527
## 114                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0000151;GO:0031624;GO:0032182;GO:0045116;GO:0051443;GO:0097602
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0003924;GO:0005525;GO:0005886;GO:0019901
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0005730;GO:0016021;GO:0031965
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0004092;GO:0005743;GO:0005777;GO:0005783;GO:0006631
## 119                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0000724;GO:0000729;GO:0003676;GO:0005634;GO:0005737;GO:0006302;GO:0008310;GO:0008408;GO:0008852;GO:0090305
## 120                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005249;GO:0008076
## 121                                                                                                                                                                                                                                                                                                                                                                                                             GO:0002755;GO:0005622;GO:0005654;GO:0005737;GO:0005829;GO:0006412;GO:0006952;GO:0006954;GO:0007159;GO:0009101;GO:0016579;GO:0031593;GO:0042802;GO:0043124;GO:0045071;GO:0045944;GO:0050729;GO:0051019;GO:0070373;GO:0071222;GO:0085032;GO:1903003
## 122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0005509;GO:0005634;GO:0005829;GO:0005886;GO:0006897;GO:0016020;GO:0030132;GO:0042059;GO:0045296;GO:0061024
## 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0005739;GO:0005744;GO:0015266;GO:0015450;GO:0030150;GO:0031305
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0016021
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0005634;GO:0005737;GO:0016020
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0005886;GO:0007156;GO:0007416;GO:0010842;GO:0016021;GO:0030054;GO:0042802;GO:0045202
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0005789;GO:0005886;GO:0009966;GO:0016021;GO:0048484;GO:1900176
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0005634;GO:0005737;GO:0005874;GO:0030317;GO:0036126;GO:0060271;GO:0060294
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005634;GO:0016787;GO:0046872;GO:0070403
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0046872
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0005524;GO:0005681;GO:0005730;GO:0005886;GO:0006351;GO:0006355;GO:0006397;GO:0008380;GO:0042470
## 132                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0046872
## 133                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0003682;GO:0003713;GO:0003723;GO:0005634;GO:0005737;GO:0006397;GO:0016569;GO:0035064
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0005829;GO:0007283;GO:0030552
## 135                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0003723;GO:0006397;GO:0008380;GO:0071011
## 136                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0003677;GO:0003700;GO:0005634;GO:0006351;GO:0006355;GO:0046872
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0003677;GO:0003700;GO:0005634;GO:0006351;GO:0006355;GO:0046872
## 138                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005737;GO:0005815
## 139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0004725;GO:0005886;GO:0006470;GO:0007155;GO:0007156;GO:0007165;GO:0007169;GO:0008013;GO:0009986;GO:0016021;GO:0045294;GO:0045295;GO:0045296;GO:0070097
## 140                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0008168
## 141                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0005829;GO:0005844;GO:0006417;GO:0019887;GO:0019901;GO:0033674;GO:0034198;GO:0036003;GO:0043022;GO:0045296;GO:1990253
## 142                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005634;GO:0005737;GO:0023051;GO:0030529
## 143                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005737;GO:0005856;GO:0005929;GO:0030030
## 144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005814
## 145                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0000139;GO:0006513;GO:0006888;GO:0009952;GO:0014029;GO:0014032;GO:0016055;GO:0030127;GO:0030134;GO:0031463;GO:0048208;GO:0060028
## 146                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0003431;GO:0005201;GO:0005583;GO:0030198;GO:0046872
## 147                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0001534;GO:0003341;GO:0005634;GO:0005654;GO:0005730;GO:0005930;GO:0035082
## 148                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005730;GO:0042254
## 149                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0003995;GO:0005759;GO:0006635;GO:0033539;GO:0050660;GO:0070991
## 150                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0005634;GO:0005654;GO:0016180;GO:0032039;GO:0042795
## 151                                                                                                                                                                                                                                                                                                                                                                                                             GO:0001503;GO:0004930;GO:0005518;GO:0005622;GO:0005886;GO:0007005;GO:0007166;GO:0007186;GO:0007507;GO:0014037;GO:0016021;GO:0019933;GO:0022011;GO:0032290;GO:0042552;GO:0043236;GO:0043583;GO:0048932;GO:0050840;GO:0060347;GO:0060879;GO:1903670
## 152                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0005739;GO:0005743;GO:0042407;GO:0043209;GO:0051560;GO:0061617
## 153                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0004674;GO:0005085;GO:0005089;GO:0005524;GO:0005829;GO:0007185;GO:0007186;GO:0035023;GO:0043065;GO:0045599;GO:0051056
## 154                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005737
## 155                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0000209;GO:0004175;GO:0004177;GO:0004252;GO:0005654;GO:0005737;GO:0005829;GO:0006508;GO:0008240;GO:0016604;GO:0042802
## 156                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0001654;GO:0002088;GO:0005634;GO:0005737;GO:0043010;GO:0048048;GO:0048701;GO:0060041
## 157                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005634
## 158                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005509;GO:0005615;GO:0031410;GO:0032579
## 159                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0004252;GO:0005615;GO:0006508;GO:0007399;GO:0016486;GO:0016540;GO:0030133
## 160                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0006811;GO:0016021;GO:0022857
## 161                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0003351;GO:0005874;GO:0031514;GO:1904158;GO:1990716
## 162                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005615;GO:0016055
## 163                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0000278;GO:0000775;GO:0019888;GO:0030289;GO:0045879
## 164                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .
## 165                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005737;GO:0007288;GO:0008017;GO:0036064
## 166                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0007565;GO:0009755;GO:0016021;GO:0030658;GO:0032023;GO:0042588;GO:0042589
## 167                                                                                                                                                                                                                                                                                                                                                                                       GO:0000038;GO:0001676;GO:0003091;GO:0003095;GO:0005506;GO:0005737;GO:0005789;GO:0008392;GO:0016021;GO:0016324;GO:0017144;GO:0018685;GO:0019369;GO:0019373;GO:0019825;GO:0020037;GO:0031090;GO:0036101;GO:0042360;GO:0043231;GO:0050051;GO:0055078;GO:0055114;GO:0070330
## 168                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0070062
## 169                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0005654;GO:0005739;GO:0005759;GO:0006551;GO:0006552;GO:0008470;GO:0031966;GO:0033539;GO:0050660;GO:0051260
## 170                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0001650;GO:0005634;GO:0005739;GO:0005829;GO:0005856;GO:0005938;GO:0007283;GO:0030054;GO:0030154
## 171                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0003351;GO:0005794;GO:0005874;GO:0005929;GO:0005930;GO:0007368;GO:0007420;GO:0008017;GO:0008285;GO:0017137;GO:0030317;GO:0031514;GO:0034613;GO:0035082;GO:0036064;GO:0036126;GO:0060294;GO:1904526
## 172                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0000398;GO:0003676;GO:0071013
## 173                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GO:0003341;GO:0005524;GO:0005874;GO:0005930;GO:0007368;GO:0008569;GO:0030317;GO:0036157;GO:0036158;GO:0045503;GO:0045505;GO:0051959;GO:0060271
## 174                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0000278;GO:0005654;GO:0005680;GO:0005737;GO:0005813;GO:0005819;GO:0005829;GO:0007088;GO:0008283;GO:0031145;GO:0042787;GO:0043161;GO:0051301;GO:0051436;GO:0051437;GO:0051439;GO:0070979
## 175                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005634;GO:0005737;GO:0023051;GO:0030529
## 176                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0016021;GO:0017156;GO:0030054;GO:0030672;GO:0046872
## 177                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .
## 178                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0000060;GO:0000387;GO:0000974;GO:0003723;GO:0005487;GO:0005634;GO:0005737;GO:0017070;GO:0033120;GO:0035690;GO:0036002;GO:0045292;GO:0046872;GO:0048306;GO:0071006;GO:0071007;GO:0071013;GO:0090316
## 179                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0000288;GO:0000289;GO:0003723;GO:0004842;GO:0005634;GO:0005829;GO:0006977;GO:0046872;GO:0051865
## 180                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0000932;GO:0005829;GO:0019005;GO:0022008;GO:0030162;GO:0031625;GO:0042787;GO:0043161
## 181                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0004364;GO:0005737;GO:0016491
## 182                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005929
## 183                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0000049;GO:0002940;GO:0003723;GO:0004809;GO:0005634;GO:0005654;GO:0005739;GO:0006400;GO:0046872
## 184                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0003824;GO:0008152
## 185                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0003774;GO:0003779;GO:0005524;GO:0030016;GO:0032982
## 186                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0003676;GO:0005634;GO:0005654;GO:0005737;GO:0005813;GO:0005829;GO:0006351;GO:0006355;GO:0006915;GO:0043231;GO:0046872
## 187                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .
## 188                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005096;GO:0005829;GO:0006855;GO:0006897;GO:0006935;GO:0007165;GO:0007264;GO:0015238;GO:0016020;GO:0017160;GO:0022857;GO:0043087;GO:0043492;GO:0043547;GO:0048365;GO:0051056;GO:0055085;GO:1900753
## 189                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0004930;GO:0005886;GO:0016021
## 190                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0003723;GO:0005654
## 191                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .
## 192                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0003777;GO:0005524;GO:0005622;GO:0005871;GO:0007005;GO:0007018;GO:0008017;GO:0016887;GO:0031966;GO:0072384
## 193 GO:0001666;GO:0001725;GO:0001938;GO:0003106;GO:0005634;GO:0005737;GO:0005739;GO:0005768;GO:0005794;GO:0005925;GO:0006801;GO:0006954;GO:0008217;GO:0009055;GO:0014823;GO:0014895;GO:0016020;GO:0016175;GO:0016324;GO:0017004;GO:0017124;GO:0020037;GO:0030307;GO:0030425;GO:0031667;GO:0032755;GO:0032760;GO:0032930;GO:0033864;GO:0034137;GO:0042493;GO:0042554;GO:0043020;GO:0043025;GO:0045087;GO:0045730;GO:0046872;GO:0046982;GO:0048661;GO:0050665;GO:0050766;GO:0051279;GO:0055114;GO:0070257;GO:0070555;GO:0071230;GO:0071260;GO:0071310;GO:0071333;GO:0071356;GO:0071407;GO:0071480;GO:0072593;GO:1900426;GO:1903428;GO:1904044;GO:1904385;GO:1904845
## 194                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .
## 195                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0001731;GO:0003743;GO:0005844;GO:0016281;GO:0033592;GO:0034057;GO:0043024;GO:0048471;GO:0097010
## 196                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0006482;GO:0019888;GO:0019901;GO:0019903;GO:0045296;GO:0051721;GO:0051722;GO:0051723
## 197                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005737;GO:0005856
## 198                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0004222;GO:0005758;GO:0006518;GO:0035556;GO:0046872
## 199                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005576
## 200                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0000123;GO:0001654;GO:0003682;GO:0003700;GO:0004402;GO:0005700;GO:0006351;GO:0007411;GO:0007482;GO:0008023;GO:0008157;GO:0008270;GO:0008354;GO:0032968;GO:0042800;GO:0042803;GO:0043565;GO:0043966;GO:0044665
## 201                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005524;GO:0005739;GO:0006631;GO:0016874
## 202                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0005829;GO:0006351;GO:0006355;GO:0007049;GO:0010564;GO:0019905;GO:0030500;GO:0031965;GO:0046982;GO:0051726
## 203                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0005634;GO:0006351;GO:0006355;GO:0007507;GO:0030178;GO:0043565
## 204                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0005525;GO:0005634;GO:0005654;GO:0005730;GO:0005829;GO:0005886;GO:0007264;GO:0050873
## 205                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0000139;GO:0005576;GO:0010634;GO:0010718;GO:0042803;GO:0070374
## 206                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0005654;GO:0005829;GO:0008270;GO:0045171;GO:0060348
## 207                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0000287;GO:0005737;GO:0019529;GO:0030976;GO:0050487
## 208                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0003676;GO:0005765
## 209                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0005516;GO:0005737;GO:0005856;GO:0007275;GO:0016055
## 210                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005634
## 211                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0005892;GO:0007165;GO:0007399;GO:0015464;GO:0022848;GO:0022850;GO:0030054;GO:0035095;GO:0045211;GO:0060084
## 212                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0004888;GO:0005737;GO:0005886;GO:0005887;GO:0007268;GO:0022850;GO:0030054;GO:0030424;GO:0032154;GO:0032414;GO:0042220;GO:0042802;GO:0043025;GO:0045211;GO:0045471;GO:0051378;GO:0071363;GO:1904602
## 213                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0005262;GO:0007605;GO:0016020;GO:0032420;GO:0050982
## 214                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0005216;GO:0005886;GO:0016021;GO:0043025;GO:0050896;GO:0097730
## 215                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0000724;GO:0000729;GO:0003676;GO:0005634;GO:0005737;GO:0006302;GO:0008310;GO:0008408;GO:0008852;GO:0090305
## 216                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0000086;GO:0003682;GO:0005634;GO:0006351;GO:0045893;GO:0046872;GO:0051864;GO:0070544
## 217                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0004864;GO:0010923;GO:0019902
## 218                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0000049;GO:0002940;GO:0004809;GO:0005634;GO:0005739;GO:0046872
## 219                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005509
## 220                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .
## 221                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005524;GO:0005634;GO:0005654;GO:0005829;GO:0006919;GO:0006954;GO:0016020;GO:0019899;GO:0019904;GO:0030163;GO:0032610;GO:0032611;GO:0045087;GO:0051402;GO:0070269;GO:0072558;GO:1904784
## 222                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0000055;GO:0003676;GO:0008270;GO:0030687;GO:0043023
## 223                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005576
## 224                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0000932;GO:0001556;GO:0005634;GO:0005737;GO:0005815;GO:0005829;GO:0036464;GO:0043488;GO:0045746;GO:0048598;GO:0061157;GO:0098508;GO:1902036;GO:1903538;GO:1903679;GO:1990247
## 225                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0001965;GO:0005262;GO:0005509;GO:0016020;GO:0016021;GO:0030246;GO:0050982
## 226                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005634;GO:0007275;GO:0030154;GO:0046872
## 227                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0016651;GO:0022900
## 228                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0003746;GO:0003924;GO:0005525;GO:0005622;GO:0005737
## 229                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0002027;GO:0004672;GO:0004674;GO:0004871;GO:0005524;GO:0005634;GO:0005737;GO:0006468;GO:0008022;GO:0031013;GO:0035556;GO:0046872;GO:0055117;GO:0086069;GO:1903779
## 230                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0002027;GO:0004672;GO:0004674;GO:0004871;GO:0005524;GO:0005634;GO:0005737;GO:0006468;GO:0008022;GO:0031013;GO:0035556;GO:0046872;GO:0055117;GO:0086069;GO:1903779
## 231                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0004497;GO:0005506;GO:0016125;GO:0016491;GO:0016705;GO:0020037
## 232                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0004842;GO:0005737;GO:0006915;GO:0042787;GO:0042981
## 233                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005634;GO:0046872
## 234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0003341;GO:0005930;GO:0031514
## 235                                                                                                                                                                                                                                                                                                                                                                                       GO:0000038;GO:0001676;GO:0003091;GO:0003095;GO:0005506;GO:0005737;GO:0005789;GO:0008392;GO:0016021;GO:0016324;GO:0017144;GO:0018685;GO:0019369;GO:0019373;GO:0019825;GO:0020037;GO:0031090;GO:0036101;GO:0042360;GO:0043231;GO:0050051;GO:0055078;GO:0055114;GO:0070330
## 236                                                                                                                                                                                                                                                                                                                                                      GO:0003777;GO:0005524;GO:0005871;GO:0005874;GO:0005875;GO:0007411;GO:0007528;GO:0008017;GO:0008088;GO:0008089;GO:0008345;GO:0016188;GO:0016192;GO:0016887;GO:0030424;GO:0030425;GO:0032024;GO:0040012;GO:0045202;GO:0045886;GO:0046847;GO:0047496;GO:0048489;GO:0048490;GO:0048814;GO:0051963;GO:1904115
## 237                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0005887;GO:0006811;GO:0007268;GO:0010107;GO:0015079;GO:0015379;GO:0016323;GO:0019901;GO:0022820;GO:0030424;GO:0035826;GO:0035827;GO:0071476;GO:0071477
## 238                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005758
## 239                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0000154;GO:0005829;GO:0016740;GO:0030490
## 240                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0000407;GO:0005545;GO:0005547;GO:0005776;GO:0005783;GO:0005795;GO:0009267;GO:0010923;GO:0016236;GO:0043325;GO:0044233;GO:0046872;GO:0048471;GO:0097629;GO:1990462
## 241                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0004222;GO:0005578;GO:0005886;GO:0006508;GO:0006954;GO:0008270;GO:0016020;GO:0016021;GO:0031225;GO:0035579;GO:0043312;GO:0060022
## 242                                                                                                                                                                                                                                                                                               GO:0000226;GO:0003723;GO:0004113;GO:0005615;GO:0005634;GO:0005654;GO:0005737;GO:0005741;GO:0005743;GO:0005829;GO:0005874;GO:0005886;GO:0005902;GO:0007268;GO:0007409;GO:0007568;GO:0008344;GO:0009214;GO:0009636;GO:0016020;GO:0021762;GO:0030551;GO:0030900;GO:0031143;GO:0032496;GO:0035748;GO:0035749;GO:0042470;GO:0046902;GO:0048471;GO:0048709;GO:0070062
## 243                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005634;GO:0005730;GO:0005737;GO:0042254
## 244                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0003725;GO:0004860;GO:0005739;GO:0005783;GO:0005829;GO:0017150;GO:0050660;GO:0060548
## 245                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0003725;GO:0003924;GO:0005200;GO:0005525;GO:0005737;GO:0005874;GO:0007017;GO:0031012;GO:0043209;GO:0045298
## 246                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0005737;GO:0005874;GO:0005929
## 247                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0016021
## 248                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0004357;GO:0005524;GO:0006750
## 249                                                                                                                                                                                                                                                                                                                                                                                                  GO:0002020;GO:0003713;GO:0005634;GO:0005654;GO:0005737;GO:0005813;GO:0005829;GO:0006351;GO:0006355;GO:0008270;GO:0016604;GO:0016922;GO:0019901;GO:0030331;GO:0030520;GO:0031594;GO:0035035;GO:0043234;GO:0044389;GO:0045661;GO:0045893;GO:0099053;GO:1901998
## 250                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0005524;GO:0005730;GO:0005739;GO:0006457;GO:0006611;GO:0016226;GO:0030218;GO:0031012;GO:0031625;GO:0042645;GO:0043209;GO:0045646;GO:0045647;GO:0051082;GO:1902037;GO:1903707
## 251                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0003677;GO:0005737;GO:0005813
## 252                                                                                                                                                                                                                                                                                                                                                                                                             GO:0001503;GO:0004930;GO:0005518;GO:0005622;GO:0005886;GO:0007005;GO:0007166;GO:0007186;GO:0007507;GO:0014037;GO:0016021;GO:0019933;GO:0022011;GO:0032290;GO:0042552;GO:0043236;GO:0043583;GO:0048932;GO:0050840;GO:0060347;GO:0060879;GO:1903670
## 253                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .
## 254                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .
## 255                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0005578;GO:0007155;GO:0050767
## 256                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0000139;GO:0005768;GO:0005794;GO:0005886;GO:0005887;GO:0008823;GO:0015677;GO:0031901;GO:0045444;GO:0046872;GO:0052851;GO:0055072;GO:0055114;GO:0098706
## 257                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0005892;GO:0007165;GO:0007399;GO:0015464;GO:0022848;GO:0022850;GO:0030054;GO:0035095;GO:0045211;GO:0060084
## 258                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0004768;GO:0005506;GO:0005789;GO:0006636;GO:0016021;GO:0016491
## 259                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0004970;GO:0004972;GO:0005234;GO:0007268;GO:0007616;GO:0008355;GO:0014069;GO:0017146;GO:0030054;GO:0035235;GO:0042331;GO:0042391;GO:0045211;GO:0048149;GO:0050975;GO:0055074;GO:0072375
## 260                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GO:0003341;GO:0003351;GO:0005524;GO:0005874;GO:0005930;GO:0007288;GO:0008569;GO:0030317;GO:0036126;GO:0036156;GO:0036159;GO:0045503;GO:0045505;GO:0051959;GO:0060294
## 261                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0005524
## 262                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GO:0005829;GO:0005844;GO:0006417;GO:0019887;GO:0019901;GO:0033674;GO:0034198;GO:0036003;GO:0043022;GO:0045296;GO:1990253
## 263                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0003746
## 264                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0000122;GO:0000977;GO:0001227;GO:0005634;GO:0005739;GO:0010729;GO:0046872;GO:1901030
## 265                                                                                                                                                                                                                                                                                                                                                                                                                                                                               GO:0004725;GO:0005886;GO:0005887;GO:0008201;GO:0030054;GO:0030285;GO:0030424;GO:0030517;GO:0035335;GO:0042803;GO:0043204;GO:0043395;GO:0048671;GO:0048681;GO:0061000;GO:0099061
## 266                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0003774;GO:0003779;GO:0005524;GO:0030016;GO:0032982
## 267                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0003824;GO:0030476
## 268                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0003774;GO:0005516;GO:0005524;GO:0014823;GO:0030016;GO:0032982;GO:0051015
## 269                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0001817;GO:0002224;GO:0005164;GO:0005768;GO:0006915;GO:0008063;GO:0008270;GO:0009898;GO:0016740;GO:0019901;GO:0019903;GO:0030162;GO:0031625;GO:0031996;GO:0032088;GO:0032648;GO:0033209;GO:0035631;GO:0042981;GO:0045087;GO:0050688
## 270                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0004930;GO:0007166;GO:0007186;GO:0016021;GO:0016524;GO:0030246
## 271                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0000054;GO:0005506;GO:0005524;GO:0005737;GO:0005739;GO:0005829;GO:0006413;GO:0006415;GO:0016887;GO:0043024;GO:0060698;GO:0060702
## 272                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0000086;GO:0003682;GO:0005634;GO:0006351;GO:0045893;GO:0046872;GO:0051864;GO:0070544
## 273                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005509;GO:0005615
## 274                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0000139;GO:0004653;GO:0005783;GO:0005795;GO:0006486;GO:0009312;GO:0016021;GO:0030246;GO:0046872
## 275                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0000122;GO:0001046;GO:0001525;GO:0001569;GO:0004828;GO:0005524;GO:0005634;GO:0005737;GO:0006434;GO:0016525;GO:1903671;GO:1904046
## 276                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0008061;GO:0016021;GO:0046872
## 277                                                                                                                                                                                                                                                                                                                                                                                                  GO:0005737;GO:0005829;GO:0007249;GO:0009620;GO:0032494;GO:0032495;GO:0032755;GO:0032760;GO:0032874;GO:0042493;GO:0042534;GO:0042803;GO:0042981;GO:0043123;GO:0043330;GO:0045076;GO:0045087;GO:0045089;GO:0045408;GO:0046330;GO:0050700;GO:0050830;GO:0051607
## 278                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0000075;GO:0000077;GO:0000287;GO:0004674;GO:0004709;GO:0005524;GO:0005634;GO:0005737;GO:0005829;GO:0006468;GO:0007010;GO:0007050;GO:0007257;GO:0009314;GO:0035556;GO:0042733;GO:0043065;GO:0060173
## 279                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0003924;GO:0005525;GO:0005622;GO:0007264
## 280                                                                                                                                                                                                                                                                                                                                                                 GO:0000045;GO:0000502;GO:0005634;GO:0005737;GO:0005776;GO:0005783;GO:0005886;GO:0016235;GO:0016236;GO:0019900;GO:0019904;GO:0030433;GO:0031396;GO:0031398;GO:0031410;GO:0031593;GO:0034140;GO:0034976;GO:0035973;GO:0042802;GO:0048471;GO:0071456;GO:0097352;GO:1901340;GO:1902175;GO:1903071
## 281                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0004862;GO:0005813;GO:0005930;GO:0005952;GO:0008603;GO:0019904;GO:0030552;GO:0031588;GO:0031625;GO:0034236;GO:0044853;GO:2000480
## 282                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0003677;GO:0003723;GO:0005634;GO:0005737;GO:0007275;GO:0008270
## 283                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0000011;GO:0003676;GO:0005768;GO:0005829;GO:0005886;GO:0006895;GO:0006897;GO:0007596;GO:0008270;GO:0010008;GO:0010009;GO:0015031;GO:0016197;GO:0017137;GO:0031901;GO:0034058;GO:0034498;GO:0043231;GO:0070062;GO:0090160;GO:1903358
## 284                                                        GO:0000281;GO:0005200;GO:0005764;GO:0005783;GO:0005794;GO:0005829;GO:0005886;GO:0006888;GO:0007009;GO:0007016;GO:0007165;GO:0007409;GO:0007528;GO:0008092;GO:0009986;GO:0010628;GO:0010650;GO:0010765;GO:0010960;GO:0014704;GO:0014731;GO:0016323;GO:0016328;GO:0016529;GO:0019228;GO:0030018;GO:0030315;GO:0030425;GO:0030507;GO:0030674;GO:0031594;GO:0033268;GO:0034112;GO:0042383;GO:0043001;GO:0043005;GO:0043034;GO:0043194;GO:0043266;GO:0044325;GO:0045184;GO:0045211;GO:0045296;GO:0045838;GO:0071286;GO:0071709;GO:0072659;GO:0072660;GO:0090314;GO:1900827;GO:1902260;GO:2000651;GO:2001259
## 285                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005737;GO:0005813
## 286                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0005794;GO:0005829;GO:0006888;GO:0007030;GO:0017112;GO:0030008;GO:0051259;GO:0061635
## 287                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0000122;GO:0000398;GO:0003713;GO:0003714;GO:0005681;GO:0006351;GO:0016363;GO:0030511;GO:0035257;GO:0042771;GO:0042809;GO:0042974;GO:0045944;GO:0046332;GO:0048026;GO:0048384;GO:0048385;GO:0050769;GO:0051571;GO:0070562
## 288                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0003756;GO:0005576;GO:0005783;GO:0006457;GO:0034976;GO:0045454
## 289                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0003723;GO:0004004;GO:0005524;GO:0005730;GO:0005737;GO:0006364;GO:0010501;GO:0010976;GO:0016020
## 290                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0005737;GO:0005874;GO:0007275;GO:0032587;GO:0042127;GO:0045595;GO:0046580;GO:0070373
## 291                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0004656;GO:0005506;GO:0005788;GO:0016702;GO:0031418
## 292                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0000139;GO:0010634;GO:0010718;GO:0042803;GO:0070062;GO:0070374
## 293                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005737;GO:0016149
## 294                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .
## 295                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0016021
## 296                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0005829;GO:0006915;GO:0010803;GO:0019900;GO:0032088;GO:0032480;GO:0043066;GO:0046872;GO:0070062
## 297                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .
## 298                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GO:0005615;GO:0007420;GO:0014069;GO:0015629;GO:0016567;GO:0030036;GO:0030054;GO:0031208;GO:0031463;GO:0032839;GO:0032947;GO:0043025;GO:0045211;GO:0051015
## 299                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005737;GO:0007165;GO:0019208;GO:0019901
## 300                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0004177;GO:0005737;GO:0008235;GO:0030145
## 301                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .
## 302                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0000146;GO:0001750;GO:0001917;GO:0003779;GO:0004674;GO:0005524;GO:0005737;GO:0007601;GO:0007605;GO:0016459;GO:0018105;GO:0018107;GO:0032426;GO:0032433;GO:0046777;GO:0050896;GO:0051491;GO:0090103
## 303                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .
## 304                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0016021;GO:0097225
## 305                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0046872
## 306                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0005788;GO:0006664;GO:0046527
## 307                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0003677;GO:0003887;GO:0003964;GO:0004523;GO:0006310;GO:0008270;GO:0015074;GO:0044826;GO:0046718;GO:0075713
## 308                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0005249;GO:0005267;GO:0005887;GO:0006813;GO:0007588;GO:0022841;GO:0030322;GO:0034765
## 309                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0005634;GO:0005813;GO:0005829;GO:0006974;GO:0031122;GO:0034451;GO:0042995;GO:1905515
## 310                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0005634;GO:0005930;GO:0007288;GO:0031514;GO:0035082;GO:0051012;GO:0060271;GO:0060294;GO:0097231;GO:1990716
## 311                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0000794;GO:0001520;GO:0005737;GO:0007286;GO:0031514;GO:0035082;GO:0036126;GO:0051321;GO:0072687
## 312                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0005764;GO:0005765;GO:0005770;GO:0005886;GO:0010008;GO:0016021;GO:0050821
## 313                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0000027;GO:0005524;GO:0005654;GO:0005730;GO:0016887
## 314                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0004989;GO:0005886;GO:0016021
## 315                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0000086;GO:0000308;GO:0004693;GO:0005524;GO:0005634;GO:0005829;GO:0005886;GO:0006468;GO:0016055;GO:0030332;GO:0051301;GO:0060828
## 316                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0003712;GO:0005634;GO:0005737;GO:0006355;GO:0006479;GO:0006979;GO:0007283;GO:0008285;GO:0016477;GO:0019899;GO:0019900;GO:0030308;GO:0043434;GO:0045603;GO:0045663;GO:0045766;GO:2000271
## 317                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0005216;GO:0005252;GO:0005615;GO:0005886;GO:0005887;GO:0007420;GO:0008022;GO:0008083;GO:0022841;GO:0030322;GO:0034220;GO:0042493;GO:0042803;GO:0044548;GO:0046982;GO:0051481;GO:0071294;GO:0071456;GO:0071805;GO:0090102
## 318                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .
## 319                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .
## 320                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GO:0001525;GO:0005615;GO:0010812;GO:0016525;GO:0030154;GO:0030971;GO:0043537;GO:0046872;GO:0048014;GO:0050928
## 321                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GO:0005096;GO:0046872
## 322                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0001975;GO:0004930;GO:0004949;GO:0006954;GO:0007186;GO:0016021;GO:0019233;GO:0030425;GO:0030595;GO:0031234;GO:0032229;GO:0032496;GO:0033004;GO:0043005;GO:0043025;GO:0043204;GO:0045759;GO:0050728;GO:0051001
## 323                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GO:0003777;GO:0005524;GO:0005737;GO:0005874;GO:0005929;GO:0007018;GO:0016887;GO:0030286
## 324                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GO:0000060;GO:0005634;GO:0005737;GO:0006607;GO:0006610;GO:0008139;GO:0008536;GO:0008565;GO:0031965;GO:0034399;GO:0042307;GO:0071230
## 325                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0003351;GO:0005874;GO:0031514;GO:1904158;GO:1990716
## 326                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0005262;GO:0005886;GO:0005887;GO:0006811;GO:0007166;GO:0009409;GO:0010033;GO:0014070;GO:0015267;GO:0015278;GO:0019233;GO:0032421;GO:0042542;GO:0042802;GO:0048265;GO:0050955;GO:0050966;GO:0050968;GO:0051289;GO:0070588;GO:0097604
## 327                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0005634;GO:0005730;GO:0006364
## 328                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GO:0005929;GO:0030992;GO:0060271
## 329                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0005576;GO:0005615;GO:0005764;GO:0030435;GO:0031288;GO:0031410;GO:0072659;GO:1903665;GO:1903669
## 330                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GO:0000781;GO:0006348;GO:0048188;GO:0051568
## 331                                                                                                                                                                                                                  GO:0001508;GO:0002027;GO:0005245;GO:0005248;GO:0005737;GO:0005886;GO:0005891;GO:0007204;GO:0007268;GO:0008332;GO:0010045;GO:0014824;GO:0016020;GO:0019228;GO:0030425;GO:0034765;GO:0042391;GO:0043025;GO:0044297;GO:0045956;GO:0048471;GO:0051924;GO:0060371;GO:0060402;GO:0070509;GO:0070588;GO:0071549;GO:0086002;GO:0086010;GO:0086015;GO:0086016;GO:0086018;GO:0086027;GO:0086045;GO:0086046;GO:0086056;GO:0086059;GO:0086091;GO:0097110
## 332                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0008168
## 333                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0000470;GO:0003723;GO:0005634;GO:0005730;GO:0030490;GO:0030686
## 334                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GO:0005634;GO:0005737;GO:0006351;GO:0006355;GO:0006955;GO:0007249
## 335                                                                                                                                                                                                                                                                                                                                                                                                                                                                    GO:0001764;GO:0004888;GO:0005112;GO:0005509;GO:0005769;GO:0005886;GO:0006897;GO:0007219;GO:0007220;GO:0007416;GO:0007417;GO:0010001;GO:0016021;GO:0030276;GO:0030425;GO:0043025;GO:0048741
## 336                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GO:0005524;GO:0005829;GO:0006749;GO:0006750;GO:0017168
## 337                                                                                                                                                                                                                                                                                                                                                                                       GO:0001508;GO:0005249;GO:0006813;GO:0007611;GO:0007619;GO:0007629;GO:0007637;GO:0008076;GO:0008345;GO:0009584;GO:0016021;GO:0022843;GO:0030431;GO:0034765;GO:0045187;GO:0045838;GO:0045938;GO:0048047;GO:0048150;GO:0048675;GO:0050909;GO:0051260;GO:0060025;GO:1903351
## 338                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GO:0004842;GO:0005737;GO:0016567;GO:0046872;GO:0051865;GO:0061630;GO:0090263
## 339                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GO:0005623;GO:0005975;GO:0006099;GO:0006108;GO:0009055;GO:0015035;GO:0016615;GO:0016616;GO:0045454

Venn for up-regulation

head(non.feed.up$BLASTp_Description,30)
##  [1] "Collagen_alpha-5(VI)_chain_(Collagen_alpha-1(XXIX)_chain)"                                                                                                                                                                                                                                                                                                                                                                                                 
##  [2] "Conodipine-M_alpha_chain_(EC_3.1.1.4)_(Phosphatidylcholine_2-acylhydrolase)_(Phospholipase_A2)_(PLA2)"                                                                                                                                                                                                                                                                                                                                                     
##  [3] "Metastasis_suppressor_protein_1_(Missing_in_metastasis_protein)"                                                                                                                                                                                                                                                                                                                                                                                           
##  [4] "Collagen_alpha-6(VI)_chain"                                                                                                                                                                                                                                                                                                                                                                                                                                
##  [5] "Leucine-rich_repeat_LGI_family_member_3_(Leubrin)_(Leucine-rich_glioma-inactivated_protein_3)"                                                                                                                                                                                                                                                                                                                                                             
##  [6] "Thioredoxin_domain-containing_protein_2_(Spermatid-specific_thioredoxin-1)_(Sptrx-1)"                                                                                                                                                                                                                                                                                                                                                                      
##  [7] "Actin"                                                                                                                                                                                                                                                                                                                                                                                                                                                     
##  [8] "Obscurin_(EC_2.7.11.1)_(Obscurin-RhoGEF)_(Obscurin-myosin_light_chain_kinase)_(Obscurin-MLCK)"                                                                                                                                                                                                                                                                                                                                                             
##  [9] "Tolloid-like_protein_2_(EC_3.4.24.-)"                                                                                                                                                                                                                                                                                                                                                                                                                      
## [10] "Coiled-coil_domain-containing_protein_141_(Coiled-coil_protein_associated_with_myosin_II_and_DISC1)"                                                                                                                                                                                                                                                                                                                                                       
## [11] "Coadhesin_(Fragment)"                                                                                                                                                                                                                                                                                                                                                                                                                                      
## [12] "Probable_glycosyltransferase_STELLO1_(EC_2.4.-.-)"                                                                                                                                                                                                                                                                                                                                                                                                         
## [13] "G-protein_coupled_receptor_98_(Monogenic_audiogenic_seizure_susceptibility_protein_1)_(Neurepin)_(Very_large_G-protein_coupled_receptor_1)"                                                                                                                                                                                                                                                                                                                
## [14] "Aquaporin-5_(AQP-5)"                                                                                                                                                                                                                                                                                                                                                                                                                                       
## [15] "Apolipoprotein_B-100_(Apo_B-100)_[Cleaved_into:_Apolipoprotein_B-48_(Apo_B-48)]"                                                                                                                                                                                                                                                                                                                                                                           
## [16] "Mitochondrial_fission_process_protein_1_(Mitochondrial_18_kDa_protein)_(MTP18)"                                                                                                                                                                                                                                                                                                                                                                            
## [17] "Gamma-aminobutyric_acid_receptor_subunit_beta_(GABA(A)_receptor)"                                                                                                                                                                                                                                                                                                                                                                                          
## [18] "Zinc_finger_transcription_factor_family_protein_17"                                                                                                                                                                                                                                                                                                                                                                                                        
## [19] "Zinc_metalloproteinase_nas-15_(EC_3.4.24.-)_(Nematode_astacin_15)"                                                                                                                                                                                                                                                                                                                                                                                         
## [20] "Microtubule-actin_cross-linking_factor_1,_isoforms_1/2/3/5_(620_kDa_actin-binding_protein)_(ABP620)_(Actin_cross-linking_family_protein_7)_(Macrophin-1)_(Trabeculin-alpha)"                                                                                                                                                                                                                                                                               
## [21] "Kalirin_(EC_2.7.11.1)_(Protein_Duo)_(Serine/threonine-protein_kinase_with_Dbl-_and_pleckstrin_homology_domain)"                                                                                                                                                                                                                                                                                                                                            
## [22] "Hatching_enzyme_(HE)_(HEZ)_(EC_3.4.24.12)_(Envelysin)_(Sea-urchin-hatching_proteinase)_[Cleaved_into:_Hatching_enzyme_18_kDa_form]"                                                                                                                                                                                                                                                                                                                        
## [23] "Protein_PELPK1_(Proline-rich_protein_10)_(Protein_Pro-Glu-Leu|Ile|Val-Pro-Lys_1)"                                                                                                                                                                                                                                                                                                                                                                          
## [24] "ATP-dependent_DNA_helicase_hus2/rqh1_(EC_3.6.4.12)"                                                                                                                                                                                                                                                                                                                                                                                                        
## [25] "Dystonin_(Bullous_pemphigoid_antigen_1)_(BPA)_(Dystonia_musculorum_protein)_(Hemidesmosomal_plaque_protein)_(Microtubule_actin_cross-linking_factor_2)"                                                                                                                                                                                                                                                                                                    
## [26] "ATP-dependent_DNA_helicase_pif1_(EC_3.6.4.12)"                                                                                                                                                                                                                                                                                                                                                                                                             
## [27] "Calcium-responsive_transcription_factor_(Amyotrophic_lateral_sclerosis_2_chromosomal_region_candidate_gene_8_protein)_(Calcium-response_factor)_(CaRF)_(Testis_development_protein_NYD-SP24)"                                                                                                                                                                                                                                                              
## [28] "Vacuolar_protein_sorting-associated_protein_13D"                                                                                                                                                                                                                                                                                                                                                                                                           
## [29] "CUB_domain-containing_protein_2"                                                                                                                                                                                                                                                                                                                                                                                                                           
## [30] "Mannan-binding_lectin_serine_protease_1_(EC_3.4.21.-)_(Complement_factor_MASP-3)_(Complement-activating_component_of_Ra-reactive_factor)_(Mannose-binding_lectin-associated_serine_protease_1)_(MASP-1)_(Mannose-binding_protein-associated_serine_protease)_(Ra-reactive_factor_serine_protease_p100)_(RaRF)_(Serine_protease_5)_[Cleaved_into:_Mannan-binding_lectin_serine_protease_1_heavy_chain;_Mannan-binding_lectin_serine_protease_1_light_chain]"

Venn for down-regulation